Version: 1.00, by GenSec
Developer Last Online: Jun 2010
Version: 2.2.x
Rating:
Released: 05-06-2002
Last Update: Never
Installs: 32
No support by the author.
As promised It's new version of steal addon to the Lesane Store.
At last the crime on my board is under control.
I translated all templates, but It's not the best english version.
Hope the instruction is full and understandable.
Have a fun.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by Apok2002 Also, how do I put in html referrers so members aren't FORCED to use the back button to get back to the store, main page, or wherever they want to go. As of now...they have to use the back button which promotes the "bug" of redoing the steal over and over again.
Also, did you know that when they are penalized...they can still get around not being able to post...by simply using the Quick Reply box? Is there a code we can use to prevent them from using the Quick Reply box if they are being penalized (negative balance)?
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.
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];
Can anyone help? I have Firefly's Quick Reply box installed. The above code does not appear to work in the template, and the newreply.php was never edited in the QuickReply hack, and I don't think it would go into the showthread.php file.
A new template is used for the QR box...I tried putting it in there a few places...but that doesn't seem to work either. Anyone have any ideas how to lock out the QR box?
Agreed 100%. I have some members who will just continue hitting the back button over and over to steal from another person. They get negative balances eventually, and when they quit, they will have a lot of "begging" for $$$ to do to be able to post...but it doesn't stop the problem.
Anyone else? I am getting a lot of abuse from people who cannot quit trying to steal from everyone and they are ruining the game for others. I may have to uninstall this hack if it continues. Unless we can find a way to limit the amount of times a person can attempt to steal in a given period of time.