Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

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?

Posted

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 :)

Posted

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

Posted

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 >.<

Posted

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']++; .. :>

  • 2 weeks later...
Posted

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 ;)

Posted

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

Posted

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....

  • 2 weeks later...
  • 4 weeks later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...