Quote:
Frankly, I'm changing my pickpocketing rules to absolutely another direction, creating special thief clan
|
ooooohhh sounds nice.

I'm hoping you release that publicly.
Also, what about this code? Why is it not working? What exactly is it supposed to do? This is the code that I posted above about using when people use the back button.
PHP Code:
// ################ to prevent repeated attempts #################
if ($action=="stealverify") {
$getrobber=$DB_site->query_first("SELECT storep FROM user WHERE userid='$bbuserinfo[userid]'");
If ($getrobber[storep]<0) {
eval("standarderror(\"".gettemplate('store_steal_cannot')."\");");
}
$getduser=$DB_site->query_first("SELECT userid,usertitle,username,storep FROM user WHERE username='".addslashes(htmlspecialchars($stealusername))."'");
$contest = $DB_site->query_first("SELECT * FROM store WHERE action='steal'");
$storeid=$contest[id];