Lookup IP Address Location
';
echo "
Short View
";
echo "IP: " .$details->ip;
echo "
Organisation: " .$details->org;
echo "
Stadt: " .$details->city;
echo "
Postleitzahl: " .$details->postal;
echo "
Bundesland: " .$details->region;
echo "
Land: " .$details->country;
echo "
Lage: " .$details->loc;
echo "
Hostname (rDNS): " .$details->hostname;
echo "
";
//echo "
";
}
else {
print ('');
echo "
Here's what you will find out:
Your IP (but you can check other IP)
IP type
Continent code
Continent name
Country code
Country name
City
State/Region
Region code
Zip code
Calling code
Latitude
Longitude
Timezone
Currency
Mobile
Proxy
Organization
Hostname
Your Browser User-Agent
Geolocation Map
Map Latitude Longitude finder
";
}
?>