[EMAIL PROTECTED] wrote:
yes and no

2. extra check in php - make sure script is called from swf and not from browser. you can add some ip ban script for those who try.
<?php
if (!isset($_REQUEST["speed"]) || !isset($_REQUEST["stuffurl"])) die();

And I can spoof the headers... ;)

If you give someone access to game logic on the client, they can hack it.

-Ricky
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to