no
i want to register with arabic letters
and i change the function in the pp-inc and it is work ok now
function wordchars( $string ) {
global $Globals;
$stripstring = ereg_replace( "[^a-zA-Z0-9/\: _\-أإئ ا-ي ؤء]", "", $string );
if ( strcmp($string, $stripstring) ) {
diewell( $Globals['pp_lang']['erroruser'] );
}
return ( $stripstring );
}
and it is work fine with me in arabic users now