Quote:
Originally posted by GenSec
You can't to prevent sophisticated user to use back button. But you can invent some rules. In the above case user can redoing steal up to he lost his money. To close Quick Reply box you should insert in Quick Reply hack the same string as for regular Newreply.php.
Frankly, I'm changing my pickpocketing rules to absolutely another direction, creating special thief clan.
|
I have been so frustrated with users using the BACK button to keep stealing although they don't have enough money at that time. Finally I figured out this code which an admin can add to the 3 templates store_steal_lookup, store_steal_accept, and store_steal_money:
< script language="JavaScript" >
history.go(1);
< /script >
Note: remove the spaces in the script tags