The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Rest Password Using Secret Question Details »» | |||||||||||||||||||||||||
What does this hack do ?
This is first version of Rest Password Using Secret Question, this hack allow to your member to rest there password directly using secret question,the password will rest once the question answer is true, and the password will genrated randomy ,the new genrated password will apper to you on the screen. Features:
1- Upload the file secretquestion.php to forum root directory. 2- Open in your style lostpw template: Find: HTML Code:
$vbphrase[email_address]:<br /> <input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email" dir="ltr" /> </td> </tr> HTML Code:
<if condition="$vbulletin->options['secretquestionswitch']"> <!-- secret question start--> <tr> <td align="center" class="alt2" style="border:dashed 1px"><br> <a href="secretquestion.php?do=secretq">$vbphrase[bysecretquestion]</a><br><br><br /> </td> </tr></if> <!-- secret question start--> 3- Open in your style register template, Find: HTML Code:
<td> $vbphrase[parent_guardian_email]:<br /> <input type="text" class="bginput" name="parentemail" size="25" maxlength="50" value="$parentemail" dir="ltr" /> </td> </tr> </if> </table> </fieldset> HTML Code:
<if condition="$vbulletin->options['secretquestionswitch']"> <fieldset class="fieldset"> <legend>$vbphrase[bysecretquestion]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400"> <tr> <td colspan="2">$vbphrase[pleasewrite]</td> </tr> <tr> <td> $vbphrase[yourquestion]:<br /> <input type="text" class="bginput" name="secretq" size="25" maxlength="50" value="$secretq" dir="ltr" /> </td> <td> $vbphrase[provide_your]:<br /> <input type="text" class="bginput" name="secreta" size="25" maxlength="50" value="$secreta" dir="ltr" /> </td> </tr> </table> </fieldset></if> 4- Open in your style modifypassword template, Find: HTML Code:
<div>$vbphrase[confirm_new_password]:</div> <div><input type="password" class="bginput" name="newpasswordconfirm" size="50" maxlength="50" /></div> </td> </tr> </table> </fieldset> HTML Code:
<if condition="$vbulletin->options['secretquestionswitch']"> <fieldset class="fieldset"> <legend>$vbphrase[bysecretquestion] ($vbphrase[optional])</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td><span class="style1">$vbphrase[disablesecret] </span> <div>$vbphrase[new_secretquestion]:</div> <div><input type="text" class="bginput" name="newsecretq" size="50" maxlength="50" value="$bbuserinfo[secretq]" /> </div> </td> </tr> <tr> <td> <div>$vbphrase[new_secretquestiona]:</div> <div><input type="password" class="bginput" name="newsecreta" size="50" maxlength="50" /></div> </td> </tr> </table> </fieldset> </if> 5- Import the Product XML file through your Admincp. 6- Enjoy just Click Install . NOTE: Do not forget to test the hacks in vBulletin test forum that's all Any questions, comments, suggestions, pleaes let me know Enjoy! Show Your Support
|
Comments |
#2
|
||||
|
||||
Nice but where it says:
If you want to DISABLE this future erase the below field It should say feature |
#3
|
||||
|
||||
Quote:
I update the product |
#4
|
||||
|
||||
3.6 would be great
|
#5
|
||||
|
||||
you are wonderful man .
you are prides to all arab. and very wonderful programmer we hope don't miss you never and miss your creating |
#6
|
|||
|
|||
Indeed a person that is a pride to all arab must be a pride to all mankind.
Congratulations for this excellent hack, I´ll try it. |
#7
|
|||
|
|||
Problem with the image verication, it is limited 6 characters ONLY where if the image says
"vbulletin", it allowed we to type "vbulle" ONLY..Nice mode anyway..I don't if the others exprience like me |
#8
|
|||
|
|||
bump
|
#9
|
||||
|
||||
Quote:
and make sure that the image verication working well at your host. |
#10
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|