Hi, in our country we need to use some other characters than the english ones. We need to use the central european characters (iso-8859-2).
Without the security fix, I simply change a line in the /modules/Your_Account/index.php:
if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_-ΑΙΝΣΦŐΪάŰαινσφőϊόű]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>";
But with the security fix it's not enough. I looked for the solution for hours, but in vain. Found that everithing works if I change back the mainfile.php, modules.php and admin.php to the original ones. So there have to be something in the mainfile.php.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum