constant SMART_IP_MAXMIND_BIN_LITE_VERSION in Smart IP 7.2
Same name and namespace in other branches
- 6.2 smart_ip.module \SMART_IP_MAXMIND_BIN_LITE_VERSION
5 uses of SMART_IP_MAXMIND_BIN_LITE_VERSION
- smart_ip_admin_settings in includes/
smart_ip.admin.inc - Smart IP administration settings.
- smart_ip_admin_settings_validate in includes/
smart_ip.admin.inc - smart_ip_get_bin_source_filename in ./
smart_ip.module - Helper function for grabbing MaxMind GeoIP Legacy's binary archive filename.
- smart_ip_get_geoip2_bin_source_filename in ./
smart_ip.module - Helper function for grabbing MaxMind GeoIP2's binary archive filename.
- smart_ip_maxmind_bin_db_up_to_date in includes/
smart_ip.utility.inc - MaxMind updates the binary database every Tuesday, and we download every Wednesday for licensed version. Every first Tuesday of the month for lite or free version, and we download every first Wednesday of the month. That means that we only want to…
File
- ./
smart_ip.module, line 31 - Determines country, geo location (longitude/latitude), region, city and postal code of the user, based on IP address
Code
define('SMART_IP_MAXMIND_BIN_LITE_VERSION', 1);