Magento 1 country by ip geo location by ip
<?php $ip_address = $_SERVER['REMOTE_ADDR']; echo trim(file_get_contents("http://ipinfo.io/{$ip_address}/country")); ?>