I see only ten the best results on the scores
But...check the PHP file...there is this line:
query = "SELECT * FROM highscores ORDER BY score + 0 DESC LIMIT 10";[/code:1mzxbwdv]
The most important thing is on end ([b]LIMIT 10[/b]). You can change it.
For example:
[code:1mzxbwdv]query = "SELECT * FROM highscores ORDER BY score + 0 DESC LIMIT 5000";[/code:1mzxbwdv]
Based on Flame's PHP file example