Forum Moderators: phranque
If you can write or find the flash games, then a little php or perl scripting should be all that is required to save the high-scores. You should be aware, however, that a hacker would find it easy to add fake scores.
Kaled.
You could check the referrer on all form submissions to ensure it was from your domain and refuse it otherwise.
Also you could munge the data you are sending so they would not know in what format they would need to send it in.
It could still be hackable, but this would prevent the most common ways to send false form data. You most likely find it difficult to find this pre-written so you would need to get someone to help you with that.