Uridium Posted December 17, 2010 Posted December 17, 2010 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 << Quote
Uridium Posted December 17, 2010 Author Posted December 17, 2010 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.. Quote
Jordan Palmer Posted December 17, 2010 Posted December 17, 2010 Quite a nice update :). I've added mysql code tags to your post :) Quote
Danny696 Posted December 17, 2010 Posted December 17, 2010 Nice post, thanks for this illusions. Quote
Adrian Posted December 18, 2010 Posted December 18, 2010 this is great mod man i recoded it for my theme needs and its Awesome Allways liked you mods. :) can you please pm me i got an suggestion for you. Quote
Lilith Posted December 18, 2010 Posted December 18, 2010 You are me hero! have I told you that? Quote
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.