This system allows unlimited online highscore lists to be within your game. These lists can be ordered a number of ways. There isnt really much to say on what this does, cause I am fairly sure everyone knows what an online highscore list is... If you dont, this tpic really is not for you I'm afraid.
Features:
Unlimited Online Highscore Lists
Comes With Both The Client && Server Side Code
Uses POST Requests To Protect Against Internal System Structure Being Publicly Visible
Simple REST-like structure for the system (although its never seen due to using POST)
Simple SQL Injection Protection
How To Use:
I wrote a lengthy tutorial that is visible immediately from the download link. I dont intend to reiterate that information here.
This system is not really 'newb-friendly'. It requires use of web servers, php, mysql and also, editing of the plugin javascript file. If you are new to these things, I would recommend you either get a friend who knows how to setup the system to help you, or begin reading a lot of the available information online regarding obtaining a server with php and mysql enabled on it.