ip-geolocation Questions

5

Solved

Is there's a library or a way to calculate the center point for several geolocations points? This is my list of geolocations based in New York and want to find the approximate midpoint geolocation ...
Lodger asked 17/6, 2016 at 15:58

4

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 ...
Lanoralanose asked 30/1, 2012 at 7:59

2

Solved

I'm trying to detect whether a user is visiting my website from a European country or not. I'm using the Cloudflare proxy & CDN so have to make use of the headers that they pass on (like so): ...
Aman asked 30/5, 2014 at 22:0

2

Solved

I just want to know the country where the device is at. Not the street, not the city, not the province. Just the country. I should be able to get that sort of coarse information without having to a...
Judicious asked 6/9, 2020 at 19:46

2

I have just created one google app engine application and one 2nd Generation MySQL instance in eu-west2 region. In GCP Console they both seems to be in eu-west2 region. However when I try to gelo...

11

Solved

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 supe...
Inconsecutive asked 1/1, 2010 at 6:44

9

Solved

have anyone used this before, i need free country, city, IP database for sqlserver
Roxana asked 7/3, 2009 at 5:9

3

Solved

Is there any way to use any of the Google APIs to get the IP Geolocation of my User in Live time? I think it will use the Analytics Database and that is the only one, that tracks my user at ...
Wire asked 10/12, 2012 at 1:5

16

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 ...
Raimundo asked 6/9, 2010 at 8:29

3

Solved

I want to put together a PHP script to resolve city name (nothing else is needed) with a good resolution just for a single country (IRAN). As I have to query the DB for multiple times, its better t...
Sternlight asked 4/8, 2013 at 9:51

2

Solved

I can't figure out how to get a country code from a visitor that goes to my webpage. I have seen plenty of other examples but none use plain Javascript. Here is my current code: <!DOCTYPE...
Hermineherminia asked 14/3, 2016 at 22:24

2

Solved

I want to bulk lookup ip details at ipinfo.io Here is my code. $ cat ips.txt | xargs -I% curl http://ipinfo.io/%/region The file "ips.txt" contains three ip addresses each on a separate line: (1)...
Whitecollar asked 17/11, 2015 at 23:18

4

Someone recommended cdn, And is it accurate in judging where the IP address belong to? How is it done? Is there a better solution?
Ultimo asked 20/9, 2009 at 16:53

2

Solved

I have a list of ip addresses many of which will be from a university network. What is the best way to find out which universities are in this list?
Nevis asked 24/4, 2014 at 17:8

2

Solved

We've got a requirement in a couple of our systems to detect a user's country based on their IP address. We'd prefer to use a database rather than a Web Service (to prevent issues with downti...
Rasla asked 22/10, 2013 at 10:4

7

Solved

I want a reliable API that can be used to determine a city and country from an IP address. My search on Google led to http://ipinfodb.com/ip_location_api.php. It seems perfect but my only co...
Atrophy asked 2/3, 2010 at 10:25

5

Solved

how can I retrieve the region and the city from an ip? I have found this service: http://api.hostip.info/?ip=xyz.qwe.rty But It doesn't give me accurate info like this: http://www.ipaddressl...
Unspent asked 14/6, 2011 at 21:59

3

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 i...
Merkle asked 18/5, 2011 at 14:21

3

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 ...
Mackinaw asked 27/11, 2009 at 5:1

2

Solved

I've noticed that several web services (namely Steam, Facebook, Google, etc) are able to detect a new browser/new location, and on some cases, require me to validate it with an emailed code. How d...
Selfmade asked 9/6, 2013 at 15:48

8

Solved

I am trying to get the users geolocation via the html5 geolcation api, and i use the following snippet for it: if (navigator.geolocation) { var timeoutVal = 10 * 1000 * 1000; navigator.geolocati...
Spaulding asked 1/2, 2013 at 9:5

2

Solved

I have hosted my web-app on google appengine (GAE). Does GAE sdk offer any way to find the geolocation of an IP ? If yes please suggest how can I do this .
Ambrosine asked 12/9, 2012 at 11:21

4

Solved

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 ...
Annitaanniversary asked 6/12, 2010 at 3:43

1

Solved

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
Dollhouse asked 28/4, 2011 at 8:32

2

Solved

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...
Fredela asked 14/12, 2010 at 23:42

© 2022 - 2024 — McMap. All rights reserved.