Hey guys!
I wrote a super-simple highscoring system for HTTP in PHP and MySQL. I figured it would be appropiate to post it here, since… online highscores for games.
It works using only GET- and POST-requests, and JSON-formatted text. It is currently very basic feature-wise, and not cryptic at all to developers. It’s supposed to be easy to change for your needs.
The script can be found here, along with a few words about how to to integrate it:
It is published as public-domain, so knock yourselves out!
If you have an opinion about this, I’m very interested in hearing it.
I’m planning to add a few example client implementations, to show how easy it is to integrate.
I’m also planning to add further functionality to the, currently, fairly limited GET-requests.
Take care