Hi guys,
Im developing a game. In some parts, i need to save some info on database (like experience, money, level, …).
But i cant let people inject code on the server side script (php).
If i send the variables via post, the injector may create a form and send too =(
In php, i’ve tried to get the referer from where the data came from… without success, from flash, the referer comes null =(
If i make SESSIONs, the injector may enter on the game, after that, he goes to the form to inject the data, the session will not be erased =(
Any idea?
Thanks in advance