drush_ip2country_lookup |
./ip2country.drush.inc |
Implements drush_hook_COMMAND() for the ip2country-lookup command. |
|
|
drush_ip2country_lookup_validate |
./ip2country.drush.inc |
Implements drush_hook_COMMAND_validate() for ip2country-lookup. |
|
|
drush_ip2country_status |
./ip2country.drush.inc |
Displays the time and RIR of the last database update. |
|
|
drush_ip2country_update |
./ip2country.drush.inc |
Implements drush_hook_COMMAND() for the ip2country-update command. |
|
|
ip2country_action_set_country |
./ip2country.rules.inc |
Sets the country_iso_code_2 property of the global $user object. |
|
1 |
ip2country_admin_settings |
./ip2country.admin.inc |
Default IP to Country administration settings. |
|
2 |
ip2country_admin_settings_submit |
./ip2country.admin.inc |
Processes forms submitted by IP to Country administration page. |
|
1 |
ip2country_cron |
./ip2country.module |
Implements hook_cron(). |
|
|
ip2country_date_formats |
./ip2country.module |
Implements hook_date_formats(). |
|
|
ip2country_date_format_types |
./ip2country.module |
Implements hook_date_format_types(). |
|
|
ip2country_drush_command |
./ip2country.drush.inc |
Implements hook_drush_command(). |
|
|
ip2country_drush_help |
./ip2country.drush.inc |
Implements hook_drush_help(). |
|
|
ip2country_empty_database |
./ip2country.inc |
Empties the ip2country table in the database. |
2 |
|
ip2country_form_uc_cart_checkout_form_alter |
./ip2country.module |
Implements hook_form_FORM_ID_alter(). |
|
|
ip2country_form_uc_cart_pane_quotes_alter |
./ip2country.module |
Implements hook_form_FORM_ID_alter(). |
|
|
ip2country_get_count |
./ip2country.module |
Gets the total count of IP ranges in database. |
4 |
|
ip2country_get_country |
./ip2country.module |
Gets the ISO 3166 2-character country code from the IP address. |
7 |
|
ip2country_get_date_formats |
./ip2country.formats.inc |
Provides implementation for ip2country_date_formats(). |
1 |
|
ip2country_help |
./ip2country.module |
Implements hook_help(). |
|
|
ip2country_install |
./ip2country.install |
Implements hook_install(). |
|
|
ip2country_menu |
./ip2country.module |
Implements hook_menu(). |
|
|
ip2country_permission |
./ip2country.module |
Implements hook_permission(). |
|
|
ip2country_requirements |
./ip2country.install |
Implements hook_requirements(). |
|
|
ip2country_rules_action_info |
./ip2country.rules.inc |
Implements hook_rules_action_info(). |
|
|
ip2country_rules_condition_info |
./ip2country.rules.inc |
Implements hook_rules_condition_info(). |
|
|
ip2country_schema |
./ip2country.install |
Implements hook_schema(). |
|
|
ip2country_test_ip2country_alter |
tests/ip2country_test.module |
Implements hook_ip2country_alter(). |
|
|
ip2country_test_menu |
tests/ip2country_test.module |
Implements hook_menu(). |
|
|
ip2country_uninstall |
./ip2country.install |
Implements hook_uninstall(). |
|
|
ip2country_update_1 |
./ip2country.install |
Renames tables and variables, cleans up database. |
|
|
ip2country_update_2 |
./ip2country.install |
Drops ip_range_date column. |
|
|
ip2country_update_7100 |
./ip2country.install |
Provides configurable date/time formats for admin page. |
|
|
ip2country_update_database |
./ip2country.inc |
Updates the database. |
6 |
2 |
ip2country_user_country |
./ip2country.rules.inc |
Determines if the user's country is one of the selected countries. |
|
1 |
ip2country_user_country_help |
./ip2country.rules.inc |
Help callback for ip2country_user_country condition. |
|
1 |
ip2country_user_load |
./ip2country.module |
Implements hook_user_load(). |
|
|
ip2country_user_login |
./ip2country.module |
Implements hook_user_login(). |
|
|
ip2country_user_presave |
./ip2country.module |
Implements hook_user_presave(). |
|
|
_ip2country_fetch_page |
./ip2country.inc |
Fetches the pages via FTP with cURL. |
1 |
|
_ip2country_lookup |
./ip2country.admin.inc |
AJAX callback to lookup an IP address in the database. |
|
2 |
_ip2country_update |
./ip2country.admin.inc |
AJAX callback to update the IP to Country database. |
|
2 |