thanks a lot!
I was missing the second url!
Do you know if a function like this:
$ip = $_SERVER['REMOTE_ADDR'];
$fullhost = gethostbyaddr($ip);
$host = preg_replace("/[.]+./", "*.", $fullhost);
used about 3.000 times a day could be a problem for the server or the php script ?
thanks