Isomerizer Posted July 24, 2007 Share Posted July 24, 2007 Ok, this mod will add user verification on the gym page, to stop bots and refresher's. It can also be added to the register.php and crimes if you want, just fiddle about with the sessions and file names. No SQL Required :-o Remember to create images/captcha directory. Updates: - Hidden value md5 encrypted. - Compatible with all browsers! Create validate.php with the code: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Open under crons braveupdate.php & at the bottom just before ?> before add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Open gym.php & find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Under add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
oxidati0n Posted July 24, 2007 Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] A few issues. 1) You have to validate upon every login? :-o 2) That can easily be bypassed 3) You forgot to mention, you need to make a file in your directory images/ (If you have one prefferably) and you need to make a file called verify.jpeg AND chmod it to 0666 lol. Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted July 24, 2007 Author Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] A few issues. 1) You have to validate upon every login? :-o 2) That can easily be bypassed 3) You forgot to mention, you need to make a file in your directory images/ (If you have one prefferably) and you need to make a file called verify.jpeg AND chmod it to 0666 lol. 1. Validate every time you train at least once. So not every login. 2. Everything can be bypassed now a days. 3. Incorrect , not needed :-P lol. Quote Link to comment Share on other sites More sharing options...
UCC Posted July 24, 2007 Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] So you're using sessions, meaning someone can validate once and then use the gym as long as they like? So I could login, verify, then run my bots for 8 hours? Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted July 24, 2007 Author Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] So you're using sessions, meaning someone can validate once and then use the gym as long as they like? So I could login, verify, then run my bots for 8 hours? No no, maybe your understanding me wrong, A user can verify then train, then once they actually train they unset the session and have to verify again, so if you did make a bot it would train at the max once, Not much point tbh :) Quote Link to comment Share on other sites More sharing options...
UCC Posted July 24, 2007 Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] okay, fair enough. Didnt realize they had to verify EVERY time. What if you put a counter in the session variable so they could verify every 10 times? lol Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted July 24, 2007 Author Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] okay, fair enough. Didnt realize they had to verify EVERY time. What if you put a counter in the session variable so they could verify every 10 times? lol maybe could change the if statement to $_SESSION['verified']==10 then set $_SESSION['verified']=0 and everytime it sets $_SESSION['verified']=$_SESSION['verified']+1 think something like that should work, But i'd rather have it everytime >.< Quote Link to comment Share on other sites More sharing options...
oxidati0n Posted July 24, 2007 Share Posted July 24, 2007 Re: [Free] [v1] User Verification [Captcha] okay, fair enough. Didnt realize they had to verify EVERY time. What if you put a counter in the session variable so they could verify every 10 times? lol maybe could change the if statement to $_SESSION['verified']==10 then set $_SESSION['verified']=0 and everytime it sets $_SESSION['verified']=$_SESSION['verified']+1 think something like that should work, But i'd rather have it everytime >.< TIP: Use this $_SESSION['verified']+=1; or $_SESSION['verified']++; .. :> Quote Link to comment Share on other sites More sharing options...
stryker Posted July 27, 2007 Share Posted July 27, 2007 Re: [Free] [v1] User Verification [Captcha] this looks very familar Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted August 4, 2007 Share Posted August 4, 2007 Re: [Free] [v1] User Verification [Captcha] can you add what u did not add? Quote Link to comment Share on other sites More sharing options...
oxidati0n Posted August 4, 2007 Share Posted August 4, 2007 Re: [Free] [v1] User Verification [Captcha] Ok, this mod will add user verification on the gym page, to stop bots and refresher's. It can also be added to the register.php and crimes if you want, just fiddle about with the sessions and file names. No SQL Required :-o So here it is... Create validate.php with the code: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Open gym.php & find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Under add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Doesn't look very familiar with me.. I am not sure. :S Never mind lol. Anyway, He did a fab job and he is great for posting it. Thanks Isomerizer ;) Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted August 4, 2007 Share Posted August 4, 2007 Re: [Free] [v1] User Verification [Captcha] could u do it Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted August 4, 2007 Author Share Posted August 4, 2007 Re: [Free] [v1] User Verification [Captcha] could u do it Do what excactly, Make it so they have to verfiy every x amount of times except for each time? If so give me the amount of times and i'll have a pop :P Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted August 5, 2007 Share Posted August 5, 2007 Re: [Free] [v1] User Verification [Captcha] i mean what ever he forgot there is also no pic or nothin Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted August 5, 2007 Author Share Posted August 5, 2007 Re: [Free] [v1] User Verification [Captcha] i mean what ever he forgot there is also no pic or nothin Its fine, Theres nothing to add :S. The pic is created automatically. So no worry about that, chmod doesnt need to be changed.... Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted August 10, 2007 Share Posted August 10, 2007 Re: [Free] [v1] User Verification [Captcha] Fatal error: Call to undefined function: imagecreate() in /****/********/******/validate.php on line 35 Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted August 22, 2007 Share Posted August 22, 2007 Re: [Free] [v1] User Verification [Captcha] for sum reason that code dont work for me Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] Anyone got any idea why? Quote Link to comment Share on other sites More sharing options...
hamster01 Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] What does the following produce: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] Fatal error: Call to undefined function: gdinfo() in /home2/battlefi/public_html/validate.php on line 1 Quote Link to comment Share on other sites More sharing options...
hamster01 Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] underscore with it, sorry. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] Fatal error: Call to undefined function: gd_info() in /home2/battlefi/public_html/validate.php on line 1 Quote Link to comment Share on other sites More sharing options...
3XTR3M3 Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] lol read then go in images make verify.jpeg then chmod it 0666 Quote Link to comment Share on other sites More sharing options...
Absolute Zero Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] A few issues. 1) You have to validate upon every login? :-o 2) That can easily be bypassed 3) You forgot to mention, you need to make a file in your directory images/ (If you have one prefferably) and you need to make a file called verify.jpeg AND chmod it to 0666 lol. 1. Validate every time you train at least once. So not every login. 2. Everything can be bypassed now a days. 3. Incorrect , not needed :-P lol. He says its not needed. Quote Link to comment Share on other sites More sharing options...
3XTR3M3 Posted September 14, 2007 Share Posted September 14, 2007 Re: [Free] [v1] User Verification [Captcha] he didnt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.