$_SERVER['REMOTE_ADDR'];
yazarak localde değil hostta çalısıyorum ama else bloguna düşüyor hocam // olayını mühim değil
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 11:25:53 -->-> Daha önceki mesaj 11:04:12 --
<?php
$ipaddress = $_SERVER['REMOTE_ADDR'];
$locationstr = "http://api.locatorhq.com/?user=aaaz2568&key=cb70014a000193e4a21f8c5d546128d7ce231dae&ip=".$ipaddress."&format=xml";
echo $locationstr;
$xml = simplexml_load_file($locationstr);
$country = $xml->countryCode;
print_r($country);
?>bu şekilde test ettim $country değişkenini çalıştırmıyor.