a GTAcoop MasterServer PHP alternative
#Info This is a PHP alternative of https://github.com/Bluscream/GTACoop/tree/master/gtamasterserver using mysql
#How to setup
- Clone the repository
- upload the index.php to your webhost or webserver.
- Create mysql database and import the gtamasterserver.sql
- Goto your index.php and set your database
$this->db = mysqli_connect('host', 'username', 'password', 'databasename');
#How to use (Client)
- Open you're menu using F9
- Goto "Client settings"
- Scroll down and set "Master server" to your website address
#How to use (Server)
- Open Settings.xml
- Change
<MasterServer>http:/http://46.101.1.92/</MasterServer>
to your website address