I have a biig problem with get the city by ip addresse in php, the code work yersteday but now I got an error: Limit Exceed, my code:
public function getCityAndCountryByIp($ip){
//get the city
$tags = get_meta_tags('http://www.geobytes.com/IpLocator.htm?GetLocation&template=php3.txt&IpAddress='.$ip);
$result = $tags['city'];
return $result;
Help me please, the code work earlier, Any suggestions please