register_globals hatası var sanırsam Bunun için root'taki ".htaccess dosyasına aşağıdaki kodu ekleyin..
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
php_value register_globals 1
</IfModule>
Şöyle bir sonuç aldım;
Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not a valid IPv4 or IPv6 address in /home/ptar/public_html/cfg.php on line 41
-
line 41: $uvisitor.="|".gethostbyaddr($uvisitor);