Search Results

69
votes

What is the best way to stop people hacking the PHP-based highscore table of a Flash game.

This is a classic problem with Internet games and contests. Your Flash code works with users to decide a score for a game. But users aren't trusted, and the Flash code runs on the user's computer. …