Quote:
|
Originally Posted by TheGuru
Quote:
|
Originally Posted by ThundeRumble
Hi, mates...
For my amusement (yes... I *LOVE* programming) I've made a nice program...
It scans all the highscores tables, for all the games here, and - just like F1 Grand Prix - it gives 10 point at trophy owner, 9 at second, 8 at third... and so on till 1 to the tenth. (yes... it scans usernames too...  )
|
This is a great idea, nice one ;-)
As Benny has already said he is also working a simliar idea which is a PHP script that lists the Top 10 highest scores ever for each game. consider it a Hall of Fame  It looks great as it matches the Forum layout.
Perhaps the two could be combined in someway :?:
|
of course, having access to the database, via a resident .php, it becomes a matter of a couple of "SELECT ... WHERE...".
High scores tables - as I think - are separated in the database, so the listing of ten best players for each game becomes very easy...
I've used EXCEL, instead... a little bit harder... ;-)