ThomasJSmart
Programmer
- Sep 16, 2002
- 634
Hi,
Im experimenting with a little flashgame and came across a cheat hole... The game has a timer and because flash is client-side users could use a memory editor to delay and lower the timer. So now i need to put the timer server-side i guess, or at least a timer check?
Not sure how to go about this though, any suggestions anyone?
would it be secure to send a command to php that stores the start time in a session and then a second command to store the end time which i use to store the data to the highscores?
Cheers
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
Im experimenting with a little flashgame and came across a cheat hole... The game has a timer and because flash is client-side users could use a memory editor to delay and lower the timer. So now i need to put the timer server-side i guess, or at least a timer check?
Not sure how to go about this though, any suggestions anyone?
would it be secure to send a command to php that stores the start time in a session and then a second command to store the end time which i use to store the data to the highscores?
Cheers
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!