seg0ro (12.06.2011/20:43)if i want to allow (dot) . at username thn how to edit this line?
registration.php
See lines:
if (preg_match('/[^\da-z\-\@\*\(\)\?\!\~\_\=\[\]]+/', $lat_nick))
$error[] = $lng['nick'] . ': ' . $lng['error_wrong_symbols'];
seg0ro (12.06.2011/20:43)if i want to allow (dot) . at username thn how to edit this line?
registration.php
See lines:
if (preg_match('/[^\da-z\-\@\*\(\)\?\!\~\_\=\[\]]+/', $lat_nick))
$error[] = $lng['nick'] . ': ' . $lng['error_wrong_symbols'];