Gangster Legends v2 is a open source PBBG game engine written in PHP using a MySQL backend.
- PHP 5.6.X or higher
- MySQL 5.5 or higher
- Extract files to your webserver
- Navigate to GL v2 on your server in a web browser i.e.
http://127.0.0.1/Gangster-Legends-V2 - Follow instructions
- Extract files to your webserver
- Create a new database and a user
- Import
install/schema.sqlandinstall/data.sqlto your MySQL Database - Open up
dbconn.phpand alter the connection string with your MySQL username, password and database name - The game should now be made with some sample data
- Register a new user account
- Open up phpMyAdmin and go to the
userstable and edit theU_userLevelfrom1to2
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.