$txt = 216.73.216.163;



geoplugin


$url = "http://www.geoplugin.net/php.gp?ip=".getIP();

$ary = unserialize(load_url($url));



ip所在縣市


($ary['geoplugin_regionName'] == "")?$ary['geoplugin_countryName']:$ary['geoplugin_regionName']




ip-api


$url = "http://ip-api.com/json/".getIP();
$json = load_url($url);
$ary = json_decode($json);

stdClass Object
(
    [status] => success
    [country] => United States
    [countryCode] => US
    [region] => OH
    [regionName] => Ohio
    [city] => Columbus
    [zip] => 43215
    [lat] => 39.9587
    [lon] => -82.9987
    [timezone] => America/New_York
    [isp] => Amazon.com
    [org] => Anthropic, PBC
    [as] => AS16509 Amazon.com, Inc.
    [query] => 216.73.216.163
)


Warning: file_get_contents(http://www.geoplugin.net/php.gp?ip=216.73.216.163): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/f23iweb/public_html/pageBase.php on line 5
此頁面僅限台灣地區訪問。