Your username cannot be one of the following reserved words:
'null', 'yes', 'no', 'true', 'false', 'on', 'off', 'none'.
It can contain only letters and digits and must start with a letter.
Please choose another username and try again.
END;
} else {
echo "Write the following line into config.php ";
echo "in the [users] section:
\n";
if ( function_exists('sha1') ) {
$fkt = 'sha1' ;
} else {
$fkt = 'md5' ;
} ;
$salt = dechex(mt_rand());
$hash = $fkt . ':' . $salt . ':' . $fkt($salt . $password);
echo "$u = "$hash"
\n";
}
}
?>