You are here

Files in IP-based Determination of a Visitor's Country 7

Primary tabs

File namesort descending Location Namespace Description
ip2country.admin.inc ip2country.admin.inc Determination of user's Country based on IP address.
ip2country.css ip2country.css Styles for ip2country module.
ip2country.drush.inc ip2country.drush.inc
ip2country.formats.inc ip2country.formats.inc Implementation of hook_date_formats() for the ip2country module.
ip2country.inc ip2country.inc Utility routines to load the IP to Country database.
ip2country.info ip2country.info name = IP-based determination of Country description = Determines country the user is located in, based on IP address. package = Location core = 7.x configure = admin/config/people/ip2country files[] = tests/ip2country.test
ip2country.install ip2country.install Install, update, and uninstall functions for the ip2country module.
ip2country.module ip2country.module Determination of user's Country based on IP.
ip2country.rules.inc ip2country.rules.inc Rules integration for the ip2country module.
ip2country.test tests/ip2country.test Tests suite for the ip2country module.
ip2country_test.info tests/ip2country_test.info name = ip2country hook tests description = Support module for ip2country tests package = Location core = 7.x hidden = TRUE
ip2country_test.module tests/ip2country_test.module Determination of user's Country based on IP.
README.txt README.txt About ===== 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-1 2-character country code in the Drupal $user object, but…

Other projects