Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

48
votes
14answers
11k views

Know a good IP address Geolocation Service?

I'd like to get your impressions on any ip geolocation (as in IP to location) service services you may have employed? I'm looking for something free or cheap, which shouldn't be unrealistic because I ...
9
votes
6answers
2k views

How does geographic lookup by IP work?

Is which IPs are assigned to which ISPs public information? How do geo IP services obtain this information and maintain this information? How can I personally figure out where a certain IP belongs ...
8
votes
4answers
4k views

free country, city database for sql server

have anyone used this before, i need free country, city, IP database for sqlserver
7
votes
3answers
3k views

Getting a user country name from originating IP address with Ruby on Rails

I want to extract a user country name from visitors' IP addresses. I could get the IP address with remote_ip. But what could be the easiest way to get the country name? It doesn't have to be super ...
6
votes
4answers
206 views

Easiest way to display location?

What is the most up to date, accurate, turn-key code to inject into a page to automatically read a user's IP and spit out their city... on this page we are borrowing from goingtorain.com I want it to ...
5
votes
3answers
569 views

HTML not showing up on Firefox

I am trying to return a PHP page via AJAX and it always loads in Chrome. In Firefox, it loads about 5% of the time, the other times it loads with nothing with no JS/PHP errors. I'm just echoing ...
4
votes
2answers
295 views

IP to country without database

As we all know, there are many databases that can be used to return the country from a given IP address. I'm wondering about how do those database providers get these info from? who tells them that ...
4
votes
3answers
596 views

Reputable geo-ip location Services

Who are some of the reputable and/or stable geo-ip location service providers? I'm specing out an application that needs this functionality, and whenever I google geo-ip I get a ton of hits, but it's ...
4
votes
5answers
665 views

How does IP geolocating work?

I'm not looking for a service that does this. I'm just curious as to how geolocation works.
3
votes
2answers
254 views

How does HTML 5 Geolocation works?

I know many people have asked this question but i don't think i found a proper answer. My question is when you run the HTML 5 Geolocation API on desktop in firefox and you click on share location it ...
3
votes
2answers
482 views

Convert Zip code to Google Metro Code?

I know that Google publishes its "metro areas" for adwords. Is there a converter from ZIP code to metro area code available? The metro list I'm referring to is at: ...
3
votes
3answers
901 views

Exactly how accurate is IP Geolocation?

I'm setting up a iPhone tracking system for my friends, so they can submit their location to my website by their iPhone, anywhere, anytime - by WiFi or cellular data. The website will use Google Maps ...
3
votes
3answers
720 views

precise geolocalization via IP

I tied the iPad the other day, and was amazed about the precision of the geo localization by ip. Actually there is this action against hunger in the world that shows you very precisely where the ...
3
votes
5answers
1k views

Ip address to country with database

I have downloaded ip-to-country.csv that has ip ranges that are mapped to countries. How should I store this data to database and how can I query in what range Ip address is to know where Ip address ...
3
votes
5answers
2k views

Any Reliable API available to determine User's city and country from IP address

Heyy guys I wanted to check if anyone knows of a reliable API that we can use to determine the user's city and country from his IP address. My search on Google led to ...
3
votes
2answers
568 views

IP location database

There are some free databases on the internet. But it's interesting to know, in what way they are formed. Can you suggest some?
3
votes
4answers
721 views

Getting location details from IP in PHP

Is it possible to get the location details from the users IP Address in PHP. Any suggestions ?? Thanks
2
votes
3answers
51 views

How do I serve a different HTML page depending on user's country?

I'm using Apache 2 and currently static HTML pages. I want my Euro-zone visitors to see a page that has the price in euros. My UK visitors should see a page that the price in GBP. Everyone I want to ...
2
votes
1answer
65 views

GeoIP Routing with Windows Azure

I'm working on a somewhat large project that will eventually be loaded on Azure. The idea is we will have multiple compute nodes all over the world as our customer base is potentially that large. ...
2
votes
1answer
234 views

How do sites like Groupon segment geolocation based on the cities they have deals in?

Say you visit Groupon from the entry point Agoura Hills, CA - how would Groupon go about referencing that town to the nearest city that has deals (like Los Angeles) and choosing that as the closest? ...
2
votes
1answer
105 views

What is the best way of storing session geolocation results from an IP using rails?

I'm working on a location based app and I'd like to store the location of a user from their IP address in rails. I'm using geokit currently and I'm able to get the location via the IP of the user but ...
2
votes
4answers
203 views

Direct users to web page, based upon their city

Hii, We want to redirect our users to one of our web pages corresponding to the users city (location based upon the users ip address and using some ip location databases) My question is, how to ...
2
votes
3answers
2k views

Get Country of IP Address with PHP

Ideally I'm trying to put together a PHP script that I can query from any web browser and it returns the Country of the IP address that accessed the PHP script. Is this possible or is there a better ...
2
votes
5answers
339 views

UK IP address lookup API

im looking for a UK IP address lookup api ( or PHP script ) to find the location of a user. I want to produce more relevent results for a user when searching a directory. All the ones I have found ...
2
votes
4answers
454 views

Obtaining IP-based latitude and longitude with web API

Which services do you know with which you can obtain latitude and longitude given the IP? Thanks in advance! Manuel
2
votes
1answer
189 views

Is there a public geolocation system that I can query for names of local cities?

I'm looking to attempt to simplify address entry into a system where the city textbox has autosuggest initially populated by the user's geolocation. In the past it has seemed that autosuggesting the ...
2
votes
3answers
5k views

How to get city name based on IP address in java?

Is it possible to know the city name based on IP address in java?
2
votes
4answers
1k views

Need a client side API for determing geo location of IP addresses

I need a client side API in either Java or Ruby. I would much prefer need this to be LOCAL only. Infact this might not even be an IP, but more of a database import. The thing is that I cannot make use ...
2
votes
2answers
1k views

Country name from an Ip address with free IP geolocation webservice

First of all thanks to all .... I read that i can use the free IP geolocation webservice to get Country name from an Ip address. But how i get the response to my site , Actually this is what i look ...
2
votes
3answers
217 views

Where to find reference about IP range of China?

Is there any document that's accurate about this?
1
vote
1answer
32 views

LevelDB key,value from csv

I've huge csv file database of ~5M rows having below fields start_ip,end_ip,country,city,lat,long I am storing these in LevelDB using start_ip as the key and rest as the value. How can I retrieve ...
1
vote
3answers
54 views

IP to Country - IPv6

I've been using an IPv4 to country convertor successfully. eg: get IP of machine and compare to table to get country. I'm updating this currently and with IPv6 around the corner I wanted to ask if ...
1
vote
2answers
86 views

Get location of iPhone via GPS/IP

Im working on a application for which I need to decide in which country the user is. Which is the most accurate way to do this? Should I use GPS or IP-adress? What would be the pros/cons with each ...
1
vote
2answers
239 views

Geo-location by Zip/Postal Code

I'm looking for a service to get a latitude/longitude dynamically by zip/postal code. I also need this service to give me an address (city/state/country) by providing an IP Address. I will be using ...
1
vote
2answers
175 views

Restricting User based on GeoLocation in asp.net mvc

in my asp.net mvc app i have a survey Model that can be created by anyone. Moreover, i want people from specific part of world to participate (vote) in the survey. It is easy job if i know the ...
1
vote
3answers
105 views

How do I extract location from Windows using C#?

Google Maps seems to be able to do this quite well, presumably leveraging my ISP. How is this done? Is it possible to tap Google Maps or some other database to derive where the user is? (Within ...
1
vote
1answer
383 views

how to get city name from IP address

Hi I have a list of IP addresses of my user registrations, can anybody suggest best ip2location free services (REST services are preferrable for me)... Thanks
1
vote
3answers
655 views

What does Firefox send for HTML5 GeoLocation data in its request?

If I have a computer connected to a router which has a wireless access point and the computer is connected by a cable, does Firefox use the ip address of the connection or the MAC address of the ...
1
vote
1answer
251 views

Quova API anyone? it's a complete disaster, anyone knows better ip-geolocation-services?

i need a geolocation service and i wanted to try some of them before buying anything for my client. i tried api.ipinfodb.com and is pretty good... then i recently tried Quova APi, that as far as i ...
1
vote
4answers
1k views

geolocation in google map and HTML5

I am working on location based service. I couldn't find any clear answer related to my following queries and so am asking- How to enable HTML5 geolocation in our own server? Or is there any central ...
1
vote
2answers
1k views

Where are AWS data center locations listed?

I'm failing at Google search today. Is there a page that lists geolocations of the various Amazon AWS server farms? I want to use this data to pick the appropriate farm for a client on a web app, ...
1
vote
1answer
195 views

How to determine the country of a mobile phone browser

Is it possible to determine the country of a mobile phone browser? I've read elsewhere that mobile phone IP addresses frequently change and can be reported as originating from different countries by ...
1
vote
8answers
2k views

How to detect a user's language through their IP Address

I have developed a website www.tenxian.com. It has three language versions, English, Japanese and Chinese. How can I write an effective PHP program which can automatically choose a language version ...
1
vote
1answer
132 views

Serving east/west coasts with Geoipdns and MaxMind GeoLite data

I want to serve east (west) coast visitors with my Virginia (California) server. To do so, I plan to use Geoipdns and the IP-to-location mappings from MaxMind. MaxMind provide two datasets for free: ...
1
vote
3answers
942 views

Looking for a google-analytics-style map creating app or api

I am looking for a google-analytics-style map creating app or api based on visitor IP addresses, any suggestions? thanks, nicoperez
0
votes
1answer
16 views

IP address lookup API: better than hostip.info

I user hostinfo.ip to figure out an IP address location location = urllib.urlopen('http://api.hostip.info/get_html.php?ip='+ipaddress+'&position=true').read() But from my experience ...
0
votes
3answers
94 views

What is the best way to get a site visitor's location?

After googling, I found many solutions that don't seem to work or require permission from the user. Looking for something that is easy to use, PHP or Javascript, and does not require the user's ...
0
votes
0answers
47 views

HTML 5 Geolocation API

How can the HTML Geolocation API be used to derive zip code accurate geolocation results for users that access a web site? The IP geolocation database services (MaxMind, IP2Location, etc.) don't yet ...
0
votes
1answer
120 views

Precise ip localization in cities

I live in city X, but when i try to get my location via ip all the "find location by ip" websites point to city Y. Some ads "Hang tonight with girls in city X" they precisely know my location. How ...
0
votes
1answer
99 views

Detect if W3 Geolocation has already been allowed

I have a Google Map on my site and am using W3 Geolocation to detect a users location when they click a button, "Get current location". Then it should popup with the allow/deny infobar at the top of ...

1 2