Jump to content
MakeWebGames

Recommended Posts

Posted

Some time ago i made a mod that a user had to have a secret question which was inputted by the user the resend.php file didnt work very well so ive redone it so it now works flawlessly and will also tell admins which users have been trying to gain access to other users accounts...

call this file resend.php

 

You're unable to view this code.

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

 

now add these SQLS

[mysql]

CREATE TABLE `questreq` (

`dataID` int(11) NOT NULL auto_increment,

`email` varchar(255) NOT NULL default '',

`success` varchar(255) NOT NULL default '',

`failedquest` varchar(255) NOT NULL,

`fromip` varchar(255) NOT NULL default '',

PRIMARY KEY (`dataID`)

) ENGINE=MyISAM ;

[/mysql]

This mod is to be used in conjunction with the resend mod which can be found here. >> CLICK FOR MOD <<

Posted

This mod will not send out an Email but once user has enter correct email and secret question they can change their password from the same screen..

Failure to get email or secret question correct results in user submission being logged as Failed..

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