1
Nopse
Unable to create user because of the uname verification
  • 2003/11/30 21:04

  • Nopse

  • Just popping in

  • Posts: 2

  • Since: 2003/11/30


If I want to register a new user, no matter wahat I enter or if I turn the verification to a lower level, I am getting the following message:

Warning: Compilation failed: range out of order in character class at offset 14 in c:\apache\htdocs\xoo\html\register.php on line 74
Username: 12345
Email: 123@123.de
Time Zone: GMT +0

the line 74 is....

}
if (!isset($uname) || $uname == '' || preg_match("/[^".preg_quote($restriction)."]/",$uname)) {
$stop .= _US_INVALIDNICKNAME."<br />";
}

Thank you.
Nopse

2
Mithrandir
Re: Unable to create user because of the uname verification

line 74 checks if the string $uname is set - but 12345 is an integer.

Write a username including letters (guessing - but think I am right )

Login

Who's Online

208 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits