The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
is it posibel to block username's witch a space?
|
|
#2
|
||||
|
||||
|
in register.php change $username = eregi_replace("( ){2,}", " ", $username);
with $username = eregi_replace("( ){2,}", "", $username); |
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
in member.php found this lines:
PHP Code:
$username = eregi_replace("( ){2,}", "", $username); should work |
|
#5
|
||||
|
||||
|
Quote:
i can stil login.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|