This module uses a visitor's IP address to identify the geographical location (country) of the user. The module makes this determination and stores the result as an ISO 3166 2-character country code in the Drupal $user object, but otherwise has no effect on the operation of your site. The intent is simply to provide the information for use by other modules. A function is also provided for you to perform your own lookup, to use in your own manner. Features include automatic updates of the IP-country database and admin spoofing of an arbitrary IP or Country for testing purposes.

The database used to make the association between IP address and Country is hosted and maintained by ARIN, the American Registry for Internet Numbers (http://www.arin.net/about_us/index.html). ARIN is one of the five official Regional Internet Registries (RIR) responsible for assigning IP addresses. (Although this module defaults to using ARIN, a menu option allows you to select any of the five registries to use.) The claim is the database is 98% accurate, with most of the misidentifications occurring for visitors from less-developed countries. Regardless, there's no more-authoritative source of this information. There is no need to separately download or manually update any of the data - this module takes care of that for you.

Note: When this module is initially enabled, it fills the IP-Country database. This process can take as much as 30 seconds, so please be patient and WAIT for it to complete to ensure your table is full.

A README.txt is included, containing detailed installation instructions and a discussion of what the module does and how it does it. Please consult the README.txt before posting questions/problems.

Project information

Releases