This is the master server sample README.txt What it features: - Game registration - Highscore browsing/synchronisation with game client - Serverlist browsing/synchronisation with game client What you need: - PHP/mySQL (tested on PHP 4.3.9-1 and MySQL 5.0.13-rc-Debian) for the highscore and serverlist part - and PERL (tested on perl v5.8.4 i386-linux-thread-multi) for the server registration Setup: 1.) You need to change the mysql login data for your mysql server in the following two files: - connect.php - masterserver.pl for the perl script (if you want to use the serverlist functionality) 2.) Setup your mysql databse using the init.sql file provided...