![]() |
linux geeks: your geoip location via google maps
Code:
curl -s http://geoiplookup.wikimedia.org/|awk -F, '{print $3,$4}'|awk -F'"' '{print "http://maps.google.com/maps?q="$4 "," $8}' |
got the country correct but was off by around 500 km
Code:
curl -s http://geoplugin.net/php.gp/|awk -F '"' '{ print "http://maps.google.com/maps?q="$32 "," $36}' |
Quote:
|
my mistake - I was connected to a VPN!
|
Was only off by about 6 or 7 miles. Nice
|
How accurate is this thing? I'm tired of paying maxmind over 900 bucks a month.
|
4 1/2 miles off -- my ISP server location probably. Quote:
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 11:17 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123