ip-geolocation

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 without using one of these services? ...

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 need to make a very small volume of requests. Anything with python bindings would be especially ideal. ...

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

Hello, I am looking for a google-analytics-style map creating app or api based on visitor IP addresses, any suggestions? thanks, nicoperez ...

free country, city database for sql server

have anyone used this before, i need free country, city, IP database for sqlserver ...

What is the most applicable solution to detect which country an ip belongs to?

Someone recommended cdn, And is it accurate in judging where the IP address belong to? How is it done? Is there a better solution? ...

PHP: How do I find out if someone is from the US from his/her IP Address?

I don't want anything incredibly complicated. I am working on a client outside the US, and I just want a basic check to see if someone is accessing his page from the US or not. After that, I am going to default the language in either English or Spanish, after determining where the visitor is from. Thanks. ...

Where to find reference about IP range of China?

Is there any document that's accurate about this? ...

code for finding the state,country,city from the IP Adress in php

Sir, I developing a site. In which i get the IP addresses of the users from where they are entered. Now i want to find the State,City and country from where they are entering.That means i want to find the state, country, city from the IP address of the user. the code i need in php. can you help me to do that ...

Getting location details from IP in PHP

Hi All, Is it possible to get the location details from the users IP Address in PHP. Any suggestions ?? Thanks ...

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? ...

PHP web site that restricted access to specific country

Since IP can be spoofed, how can one build a PHP website that correctly identifies the visitor's country? ...

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 accurate. Any ruby library (gem or plugin) to do this? I want an simple and easy solution for this. ...

need an ip location lookup

anyone know of a decent site where i can lookup where an ip address is? e.g. if i have ip address x.x.x.x.x and i want to know if that ip is in london or scotland. i've been going around google and what the sites i have found are saying is that ip x is located in location london when it shud be roughly 250 miles away from there. thanks...

How does IP geolocating work?

I'm not looking for a service that does this. I'm just curious as to how geolocation works. ...

Country name from an Ip address with free IP geolocation webservice

Hi , 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 , In my site there is a need of displaying the country name from Ip address. Can uou please tell in detail... How can i display the c...

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: GeoLite Country and GeoLite City. However, neither of them has east/west coast regions defined. A possible solution is to write a script...

Suggest A IP Geolocation API

I've been googling around for a IP Geolocation API and have come up with a lot of 'shonky' looking ones (i.e. inaccurate ones or ones that look like they might not be around for long). Are you guys able to suggest a accurate and trustworthy IP Geolocation API service? I would prefer a free one, but I wouldn't mind paying a fee if they a...

Where can I find commercial grade IP geolocation webservices?

I need a webservice that will return the country location given an IP address. I only have two requirements: It must be able to take thousands for requests per second. It must be a service where I don't have maintain the data. I know there are very similar questions here on SO, but most of the stuff people reference violates at least...

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 of a web service based one as that is too much heavy I/O for me. Note: By geolocation, all I really need is country/region at best. I wou...

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? ...