Jump to content
MakeWebGames

[Free] [v1] User Verification [Captcha]


Isomerizer

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

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

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.

Link to comment
Share on other sites

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