bug with < characters in name

Archive of all threads restored from the backup after the forum hijack
Locked
Guest
bug with < characters in name

Post by Guest » Sun Oct 26, 2003 15:45 pm

when a user has the < character in his/her nickname, the script doesnt work, cuz it treats the string after that as the email and doesnt work because it has a wrong email because of that....

Tech

< In string name.

Post by Tech » Tue Oct 28, 2003 16:40 pm

To fix this use $gettok to break string into their parts, then use the correct identifyer to gather email.

Locked