PDA

View Full Version : [AS2] what methods are recommended to keep someone from posting false game scores


Tonglebeak
08-01-2004, 02:17 AM
Alright, I have an assload of flash games that I downloaded, that post the score to a php script. The problem is, no matter how secure I try to make the games from false scores, someone can still make a form using javascript in their url bar, to use to post false scores.

What would prevent stuff like this from happening?

I downloaded this thing called PHPObject that says it mixes the php and flash, and has the flash call a php function or some crap. But that's all I got out of what I read about this, and have no clue how it's to be used. (also due to the fact that I have little knowledge of AS, but I'm comfortable with making edits to the games simply because it uses similar syntax to php).

Tonglebeak
08-01-2004, 05:19 PM
Anyone?