GeoIP is the process of analyzing an IP address and determining the geographical location of that end point.
2
votes
1answer
42 views
Best node.js module for finding location?
I had found couple of node.js modules for finding the information about client location and network using ip address.
Requirements:
Location - country, city, state, latitude, longitude etc.
Network ...
0
votes
1answer
15 views
Installing PERCL GeoIP for PHP on windows XAMPP
I'm currently working on an application that needs some GeoIP functions, I've gotten the extension from http://windows.php.net/downloads/pecl/releases/geoip/1.0.8/ however, i'm having some ...
0
votes
0answers
12 views
Mass GeoIP to Google Maps
I'm trying to get 15k-20k GeoIP longitude and latitude to show in a Google Maps map.
Does anyone have alternatives or a way to show this many locations in Google Maps using their API?
0
votes
1answer
39 views
Nginx block POST for certain countries
I have a reverse proxy nginx to tomcat.
My goal is to ban total access to certain countries and ban POST for all countries except one.
Total access ban for certain countries can be achieved via ...
0
votes
0answers
20 views
how to get region from GEO-IP? why I only can get region code
Please see my codes below, any suggestions are welcome, thanks!
`
String dbfile = dir + sep + "GeoLiteCity.dat";
LookupService cl = new LookupService(dbfile,
...
3
votes
0answers
67 views
geoip redirect countries to 403
I am having problem with blocking countries with geoip. When I use my hosting account utility to block countries, it creates the below script in a .htaccess. The problem is it does not seem to be ...
0
votes
1answer
33 views
Heroku + Rails + GeoIp = uninitialized constant GeoIP error
I'm trying to deploy my old website to the Heroku.
Everything goes well, it starts, but when I access it through a web browser i get
NameError (uninitialized constant ApplicantsController::GeoIP):
...
1
vote
1answer
25 views
GeoIP always shows the server's IP address
I am trying to use GeoIP, but I have a problem when I use REMOTE_ADDR. The IP shown is that of my server and not the client.
from django.contrib.gis.geoip import GeoIP
Example context:
g = ...
1
vote
0answers
20 views
How to display ads for each country in (Django GeoIP)
I'm trying to show different ads in each country, Example, SPAIN display Adsense and CO display yieldmanager.
My views and templates:
from django.contrib.gis.geoip import GeoIP
class ...
0
votes
2answers
81 views
NGINX GeoIP and detecting mobile at server level
What I am trying to do is setup NGINX to detect specific country codes. I have this working properly right now adding in lines such as
if ($geoip_country_code = IE) { rewrite ^(.*) ...
0
votes
1answer
67 views
What is the equivalent of PHP's geoip_isp_by_name function?
I need the equivalent of geoip_isp_by_name. I am using Django GeoIP module.
I search a lot and I couldn't find the function. Please advise.
-2
votes
2answers
43 views
Excluding IP addresses from Country Redirection
I have this block of code that currently redirects anyone in Canada to the Canadian version of our site:
<?php
require_once('geoip.inc');
$gi = geoip_open('GeoIP.dat', GEOIP_MEMORY_CACHE);
...
1
vote
0answers
58 views
Magento index.php with Geoip
I wrote a little piece of code for Magento in index.php to automatically switch store-view based on the country_code from Geoip.
The code works fine, but I'm not an expert and I'm not able to judge ...
0
votes
0answers
53 views
Why does my GeoIP.so extension not recognized by MAMP? [closed]
I've been trying to install geoip along with pecl on MAMP.
At this point, I've been looking at all the tuts and help I can find on the net without any luck.
I've installed Pecl properly following ...
1
vote
1answer
88 views
GeoIP for C++ is there a lib for this?
I have looked and looked and I can't seen to find a C++ version of GeoIP. I know there is a version of it in C, but I can't seem to get it working with Micosoft Visual Studio 2012 C++
I have tried:
...
0
votes
1answer
63 views
Joomla GEOIP Maxmind redirect loop
I'm trying to implement the Geoip service on my joomla 2.5 installation.
What I want is that the website http://www.example.com redirects to http://www.example.com/fr for the france language.
I've ...
-10
votes
3answers
86 views
i want to fetch country name only using php, it's possible, if possible please help me out [closed]
i want to fetch country name only using php, it's possible, if possible please help me out, i am trying to get country name using ip address, please help me..
Thanks in advanced
0
votes
1answer
110 views
Shopify regions (countries) in JSON format
I'm trying to implement a JavaScript solution in Shopify to match my customer's current location (by country.code using http://freegeoip.net/json) against an array of countries that my shop delievers ...
0
votes
0answers
78 views
Populate Maxmind Database with your own Datasets coming from different source
I am currently using Maxmind Geolite database. I have one table named GEO_IP_CITY_BLOCKS_0 in which columns are there as-
START_IP_NUM END_IP_NUM LOCATION_ID
Sample data in the above table-
...
0
votes
2answers
66 views
in php, use curl or file_get_content to get current location through url
this link return me my current location :
https://j.maxmind.com/app/country.js which is Singapore.
However, if i use file_get_contents('https://j.maxmind.com/app/country.js') in a php file, it returns ...
-1
votes
1answer
39 views
What data areaCode and metroCode columns contain for in maxmind?
As i inderstand area code - is regional telephone code, right?
What for metro code column stays for then?
1
vote
1answer
68 views
Using GeoIP only for US locations not 100% accurate
I have a module built to use the GeoIP Database. Im using it to get the location of the user visiting the website and we can provide the current weather on their city (only USA) pulled from YQL ...
-1
votes
1answer
244 views
How accurate is CloudFlare's country detection? (Geolocation header) [closed]
Cloudflare has a setting to add a request header with the client's country, based on IP. Does anyone know how reliable it is?
Source: ...
0
votes
2answers
308 views
install php extension geoip on windows
When I'm trying to install geoip ext via PECL I got this:
C:\Users\admin>pecl install geoip
No releases available for package "pear.php.net/geoip"
install failed
How to do it right?
0
votes
1answer
140 views
Apache2 GeoIP / mod_geoip2 custom error page
Whenever an ip is blocked by mod_geoip2 on apache, it shows a "Forbidden /" error. The geo ip blocking works fine, but is there any possibility to display a custom error page or message when the ip is ...
0
votes
0answers
241 views
apache install mod_geoip.c GEOIP_COUNTRY_NAME … not displaying it only display GEOIP_IP
My Apache version is 2.4.3 and the mod_geoip version is 2 1.2.7. The OS is CentOSx64 6.3.
I have two IPDATA files:
/usr/local/share/GeoIP/GeoIP.dat
/usr/local/share/GeoIP/GeoIPCity.dat
The ...
0
votes
1answer
468 views
Fatal error call to undefined function geoip_open() [closed]
I have installed the geoip for getting the address based on the remote_server ip in php. I have installed the Geoip package in my system and also i have installed the php5-geoip php extension. But ...
0
votes
1answer
271 views
Get region name using MaxMind's GeoLite
I'm a bit confused by how to get the region name and cannot find any documentation on it.
I have the database installed wich it 'GeoIP.dat' and 'geoip.inc' in this directory '...IP GeoLite\GeoLite' ...
2
votes
1answer
294 views
Alternative IP to location database
Is there any alternate database which compete with maxmind and ip2location city database?
I gets different results in these databases for an ip entry.
So which one should I trust.
country, state, ...
1
vote
1answer
149 views
Installing C library in Heroku
I'm trying to use GeoIP with Django. It requires the MaxMind GeoIP C API.
If I were using Ruby, I could simply use the 'geoip' gem which bundles the C API and the Ruby bindings, as explained in ...
2
votes
1answer
113 views
GeoIP look-up — options and data persistence
Trying to decide the best solution for GeoIP look ups.
The options seem to be:
1. Download a premium database and do lookups
2. Download a free database and do lookups
3. Hit a free web API
4. Hit ...
1
vote
3answers
389 views
Maxmind GeoIP redirect exception for my IP address
I am a Canadian Company. I have my main website with all products in US$ but then using this redirect, any traffic from Canada is redirecting to a my other mirrored website where all of the products ...
0
votes
0answers
108 views
How reliable are GeoIP services for mobile roaming?
Currently, I'm using Quova but I'm struggling to find/understand the accuracy of GeoIP (to a country resolution) when a user is on a mobile network (not WiFi) and roaming outside of their home ...
0
votes
1answer
48 views
Include GeoIP.dat into the ClickOnce Deployment
I created a C# application, that depends on the MaxMind GeoIP.dat file to work.
How can I include it into the ClickOnce build so the GeoIP.dat file gets automatically installed into the application ...
0
votes
0answers
54 views
Any decent geoip databases?
Is anybody using something besides maxmind geoip for their projects? Not because I don't like them but geoip functionality is cornerstone of my project so it's better to have a backup. I need city ...
0
votes
2answers
209 views
Avoid running GeoIP on every page
This is the module I am working with: http://wiki.nginx.org/HttpGeoipModule
From what I can see, since it is configured on the nginx config and uwsgi it looks like there is no choice but to have it ...
0
votes
2answers
98 views
Grab header variable in Python
I am trying to use the geoip module on nginx and I think I have set everything up correctly, but my problem is the tutorial I am working with is in PHP and I am working with Python Flask.
This is the ...
0
votes
1answer
222 views
Pass parameters to Python Flask via UWSGI / NGINX
I am trying to use the GeoIP module with my Nginx and Uwsgi stack. All the tutorials relate to using it with fastcgi, but since I dont use fastcgi it doesnt help.
I need to get nginx to pass GeoIP ...
0
votes
1answer
321 views
Using the GeoIP module with Nginx and UWSGI
I am trying to integrate this module but its a little beyond me:
http://wiki.nginx.org/HttpGeoipModule
In my nginx config I have this:
geoip_country /usr/share/GeoIP/GeoIP.dat;
I added it to the ...
1
vote
2answers
2k views
GeoIP and IP to Country in PHP [duplicate]
Possible Duplicate:
How to get the page visitors Country with PHP?
I've been searching everywhere, and I can't seem to find anything. I need a free PHP GeoIP/Ip to country.
All I can find ...
0
votes
0answers
50 views
Web service to GeoIP
Is there a reliable web-service that provides an API to turn an IP address into a location, i.e. city, region, country. Willing to pay, but need something solid and reliable.
3
votes
1answer
584 views
Magento - How I can Run Store by Country by GeoIP?
I want run store by IP of the customer.
In the backend of Magento, the user may configure the concret Store to load per country.
Taking a glance, I see the method at class Mage_Core_Model_App
...
0
votes
1answer
513 views
Geo IP Module for nginx
On my nginx server, I am going to use more than one of the geo ip databases (one for country+city and another one for isp or organization). I could not find a module for nginx and/or pecl to get more ...
0
votes
2answers
132 views
Django GeoIP get country by city name
I'm using GeoIP for geo location with django and it works fine - locates city, country etc. But what i want is to locate the country name if is searched the city name. Example:
Search: Madrid
...
1
vote
3answers
844 views
location detection in web browser
I am searching for a method to locate the user location while visiting my website, i have tried Maxmind but they seems to be inaccurate in the city level.
the information i want is (Country, City, ...
0
votes
1answer
296 views
Django GeoIP import [duplicate]
Possible Duplicate:
Error setting up geoip on Django
I get the "cannot import name GeoIP" error from the browser but not on python terminal. for example for geodata in /tmp/geo. the ...
0
votes
2answers
120 views
How get the “real” user ip address?
i tried to get the "real" user ip address, it's working, but i'm not getting my own ip (the real one), checking the ip with google map, after convert it to long - lat, google map is showing the ...
0
votes
0answers
186 views
Magento diplay pricing excl. VAT based on continent (maxmind Geo ip)
At this moment I've set magento to display both the incl. and excl. VAT price. I would like to display only one of the two based on the origin of the visitor. I've got Geo IP from maxmind installed ...
0
votes
1answer
305 views
Rails GeoIP return country/city list
So, I'm trying to use Maxmind GeoLiteCity.dat through GeoIP gem: https://github.com/cjheath/geoip
And, what bothers me: How would I possibly return the list of all countries (this is fairly easy, ...
0
votes
1answer
138 views
Magento redirect concern
I am from India and we have a website based on magento. It has two stores one for world and one for india. Both are like this respectively : http://mysite.com and http://mysite.com/in .
My concern ...


