The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
block space name
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:
|