geoip_admin_settings |
./geoip.module |
/admin/settings/geoip |
|
1 |
geoip_country_code |
./geoip.module |
API function to return the country code for a given IP. Defaults to using the
current user's IP if not specified. |
|
|
geoip_data_file_validate |
./geoip.module |
Validate that the geoip_data_file exists |
|
1 |
geoip_instance |
./geoip.module |
Singleton wrapper around geoip_open(). |
2 |
|
geoip_ip_address |
./geoip.module |
Helper function to get the current ip address |
1 |
|
geoip_menu |
./geoip.module |
Implementation of hook_menu(). |
|
|
geoip_requirements |
./geoip.module |
Implementation of hook_requirements(). |
|
|
_geoip_info |
./geoip.module |
Fetch the geoip info for a given ip address |
|
|