The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How could I force this check in register.php ?
Should be better a simple template (javascript) modification or a full hack ? Tips ? Thank you very much |
|
#2
|
||||
|
||||
|
In register.php add:
Code:
if ($password == $username) {
eval("standarderror(\"".gettemplate("error_passwordlikeusername")."\");");
exit;
}
Code:
// do add user |
|
#3
|
|||
|
|||
|
Perfect !!!
Thank you very much for this 50th hack ! ![]() Bye |
|
#4
|
|||
|
|||
|
Thanks firefly.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|