Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChristopherDay/Gangster-Legends-V2
A free to use text-based PBBG / MMORPG script
https://github.com/ChristopherDay/Gangster-Legends-V2
game game-development game-engine mmorpg-script php sql web-game website
Last synced: 2 days ago
JSON representation
A free to use text-based PBBG / MMORPG script
- Host: GitHub
- URL: https://github.com/ChristopherDay/Gangster-Legends-V2
- Owner: ChristopherDay
- License: mit
- Created: 2014-01-06T15:15:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T10:47:48.000Z (6 months ago)
- Last Synced: 2024-08-03T09:07:42.945Z (3 months ago)
- Topics: game, game-development, game-engine, mmorpg-script, php, sql, web-game, website
- Language: PHP
- Homepage: http://glscript.net
- Size: 2.46 MB
- Stars: 67
- Watchers: 19
- Forks: 45
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gangster-Legends-V2
Gangster Legends v2 is a open source PBBG game engine written in PHP using a MySQL backend.
# Requirements
- PHP 5.6.X or higher
- MySQL 5.5 or higher# How to install
1. Extract files to your webserver
2. Navigate to GL v2 on your server in a web browser i.e. `http://127.0.0.1/Gangster-Legends-V2`
3. Follow instructions# How To Manualy Install
1. Extract files to your webserver
2. Create a new database and a user
3. Import `install/schema.sql` and `install/data.sql` to your MySQL Database
4. Open up `dbconn.php` and alter the connection string with your MySQL username, password and database name
5. The game should now be made with some sample data
6. Register a new user account
7. Open up phpMyAdmin and go to the `users` table and edit the `U_userLevel` from `1` to `2`# Example
A demo can be found at http://demo.glscript.net/
**After registering you will become an admin automatically, this is only on the demo site.**