Jump to content
MakeWebGames

[mccode] Password Reset + Prevent mulitple IP users


Jake

Recommended Posts

OK...

Password Reset(taken from Sfekt's password resend mod, hope you don't mind sfekt, PM me and i'll take it down if you want).

forgot_password.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

You will need to add your own headers etc to the top of that script. I have had trouble with noobs resting my own password by typing my username, but this can be easily rectified by adding a script that checks a users IP against their lastip from the database (i have yet to add this).

Prevent multiple IP users

open register.php

find

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And add:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Pretty basic, but still, comes in handy.

I also have an automatic weapons quantifier, but this takes more explanation, and i really can't be bothered at the moment, so PM me for that.

I also have lots of other mods available for sale/trade. I DO NOT wish to purchase any mods, so please don't offer me some.

Please Note: These codes were made on a Lite game, but can be easily edited for V1, not sure about V2 though.

 

Getting permission first is the way to go. ~LostOne

Link to comment
Share on other sites

Re: !!2 Free Updates!!

Those ip checks hardly even work

How i did my password reset:

1. Submit your email, it adds a row to the resetpass table in the db, with the email, timestamp, and unique key

2. Send the key to the email (password so far still the same), and once they click it, they can reset it

3. Deletes the db entry, password changes, if they dont have the email password then they can't change passes

stops people typing in anyones name/email and automatically resetting them

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