Anyway, to sort this out the above fix should now read as follow :
Open :
- Code: Select all
Includes/funtions_validate.php
Find:
- Code: Select all
function validate_username($username)
{
global $db, $lang, $userdata;
After add :
- Code: Select all
// www.phpBB-SEO.com BEGIN
$username = ereg_replace('&#[0-9];', " ", $username);
$username = rawurlencode(trim($username));
$username = ereg_replace('%[a-zA-Z0-9]{2}', " ", $username);
// www.phpBB-SEO.com END
++

English |
French
News
