device-geolocation-visitor-info.tpl.php |
modules/device_geolocation/theme/device-geolocation-visitor-info.tpl.php |
|
device-geolocation-visitor-info.tpl.php
Default theme implementation for rendering user's geolocation details block. |
device_geolocation.info |
modules/device_geolocation/device_geolocation.info |
|
name = Device Geolocation
description = Provides visitor's geographical location using client device location source that implements W3C Geolocation API and Google Geocoding service.
package = Location
core = 7.x
files[] =… |
device_geolocation.install |
modules/device_geolocation/device_geolocation.install |
|
Installation callback for Device Geolocation. |
device_geolocation.module |
modules/device_geolocation/device_geolocation.module |
|
Provides visitor's geographical location using client device
location source that implements W3C Geolocation API and
Google Geocoding service. |
IP2Location.inc |
includes/IP2Location.inc |
|
|
README.txt |
README.txt |
|
Description:
Smart IP identify visitor's geographical location (longitude/latitude), country,
region, city and postal code based on the IP address of the user. These information
will be stored at session variable ($_SESSION) with array key… |
README.txt |
modules/device_geolocation/README.txt |
|
Description:
Provides visitor's geographical location using client device location source
that implements W3C Geolocation API whereas the coordinates are geocoded using Google
Geocoding service. Google Geocoding returns a more detailed location… |
smart_ip.admin.inc |
includes/smart_ip.admin.inc |
|
Admin interface callbacks/handlers to configure Smart IP. |
smart_ip.info |
smart_ip.info |
|
name = Smart IP
description = Smart IP identify visitor's geographical location (longitude/latitude), country, region, city and postal code based on the IP address of the visitor
package = Location
core = 7.x
files[] = smart_ip.install
files[] =… |
smart_ip.install |
smart_ip.install |
|
Installation callback for Smart IP. |
smart_ip.module |
smart_ip.module |
|
Determines country, geo location (longitude/latitude), region, city and
postal code of the user, based on IP address |
smart_ip.region_lookup.inc |
includes/smart_ip.region_lookup.inc |
|
Utility to get region name (Federal Information Processing Standards). |
smart_ip.rules.inc |
smart_ip.rules.inc |
|
Rules integration for the Smart IP module. |
smart_ip.utility.inc |
includes/smart_ip.utility.inc |
|
Utility routines to load the Smart IP database. |