Questions tagged [freegeoip]

Freegeoip.net provides a public HTTP API for software developers to search the geolocation of IP addresses.

Freegeoip contains both the that empowers freegeoip.net, and a package for the that enables any web server to support IP geolocation with a simple and clean .

25 questions
0
votes
1 answer

PHP - print GeoIP array

I fiddling around with freegeoip.net,trying to get some more info for the IP of my visitors. I can successfully retrieve array information for the user's IP, but cant seem to break the array apart and get individual variables for IP, City, Country…
Armitage2k
  • 1,164
  • 2
  • 27
  • 59
0
votes
1 answer

Redirect users to another page when they are not browsing from Spain

Thanks for your help. I am experimenting some trouble when I try to redirect users based on their location through Freegeoip. May be for you is simple but i can´t get it work, the behaivour should be: All visitors go to the spanish website…
Roberto
  • 155
  • 4
  • 13
0
votes
1 answer

Content hosted by github pages doesn't show up perfectly

I was experimenting with github after building a little webapp as a project for free code camp. After hosting it on github pages it shows up broken. Most of its content is blocked. This is the link https://mojojojo77.github.io/ On mozila it says…
0
votes
1 answer

is there any request limit for GeoLite2 free databases? (Hive UDF)

I've downloaded free geoiplite databases from link. I am going to use it in hive-geo-ip-udf. Update: SELECT geoip(host,'COUNTRY_CODE','/home/dhruv/GeoLite2-Country.mmdb') from table_name; For 64th entry i am getting FAILED:…
Dhruv Kapatel
  • 873
  • 3
  • 14
  • 27
0
votes
1 answer

GeoLiteCityv6.dat seems to return different data from a day ago

I regularly check the values being returned from the GeoLityCityv6.dat data file in unit tests. Today it is returning completely different values from yesterday For example 24.24.24.24 Used to return CountryCode [US], CountryName [United States],…
Britboy
  • 481
  • 2
  • 5
  • 10
0
votes
3 answers

FreeGeoIP.net Webservice - Is the Service Trustworthy?

I was evaluating the Free Geo IP Webservice provided by FreeGeoIP.net for one of my Enterprise Clients. They are looking for a 'free' solution if available, because in terms of volume, their need is small. A major question is given the highest…
sribasu
  • 680
  • 2
  • 6
  • 24
0
votes
1 answer

Where is the GeoIPOrg.dat file?

I did the following on my Ubuntu sudo pip install pygeoip More here: https://code.google.com/p/pygeoip/wiki/Usage On commandline, import pygeoip works But what is the actual location of this file? I tried "find" command but no luck?
0
votes
0 answers

If an AJAX request takes more than 3 seconds, do something

I am developing an open source script for the cookie law that we have in Europe (actually, only in some countries in Europe). I'm trying to add a functionality that detects wether the user that is currently browsing a website is from Europe or not,…
ToX 82
  • 1,064
  • 12
  • 35
-1
votes
2 answers

Google Geolocation Api to track users Location - COuntry, City, State, Timezone

Does google offer geo location ip services like freegeoip, maxmind etc which can offer me the users exact ( need almost accurate like how gooogle offers) location, Country - State - City, Timezone, Brower used Mobile or PC
Mahesh
  • 1
  • 1
-4
votes
1 answer

Geolocation sometimes does not work

I am using a geo location script on my site to create a country and city location that shows within a sentence whenever users visit my page. However the function is not working as intended and sometimes gives the wrong country and city. This is code…
seowebanalyst
  • 19
  • 1
  • 8
1
2