Highscore Server

PreviousNext

Technical Information

The highscore entries are stored in a MySQL database. The connection to the database is handled by PHP applications.
To send new entries to the database, the game sends a HTTP POST request (using EM_HIGHSCORE) to the server which has the names embedded in the URL. The answer of the server are the best entries of the online highscore. There's also a web interface set up for the highscore.

Setting up the highscore

After you have registered your game on the server and set the highscore table, there are no further actions you have to take on the server side.