store_option($new_option, $value); } // If we're focing the download of the browscap.ini file, make sure to flush the last download time from the options. if( array_key_exists( 'wps_update_browscap', $_POST ) ) { $WP_Statistics->store_option('last_browscap_dl', 0); } } ?>

http://www.maxmind.com'); ?>
get_option('geoip')==true? "checked='checked'":'';?>>

get_option('update_geoip')==true? "checked='checked'":'';?>>

get_option('schedule_geoip')==true? "checked='checked'":'';?>> get_option('schedule_geoip') ) { echo '

' . __('Next update will be') .': '; $last_update = $WP_Statistics->get_option('last_geoip_dl'); $this_month = strtotime('First Tuesday of this month'); if( $last_update > $this_month ) { $next_update = strtotime('First Tuesday of next month') + (86400 * 2);} else { $next_update = $this_month + (86400 * 2); } $next_schedule = wp_next_scheduled('wp_statistics_geoip_hook'); if( $next_schedule ) { echo $WP_Statistics->Local_Date( get_option('date_format'), $next_update ) . ' @ ' . $WP_Statistics->Local_Date( get_option('time_format'), $next_schedule ); } else { echo $WP_Statistics->Local_Date( get_option('date_format'), $next_update ) . ' @ ' . $WP_Statistics->Local_Date( get_option('time_format'), time() ); } echo '

'; } ?>

get_option('auto_pop')==true? "checked='checked'":'';?>>


'; if( !version_compare(phpversion(), WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION, '>') ) { printf( '    * ' . __('GeoIP collection requires PHP %s or above, it is currently disabled due to the installed PHP version being ', 'wp_statistics'), '' . WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION . '' ); echo '' . phpversion() . '.
'; } if( !function_exists('curl_init') ) { echo '
    * '; _e('GeoIP collection requires the cURL PHP extension and it is not loaded on your version of PHP!','wp_statistics'); echo '
'; } if( !function_exists('bcadd') ) { echo '
    * '; _e('GeoIP collection requires the BC Math PHP extension and it is not loaded on your version of PHP!','wp_statistics'); echo '
'; } if( ini_get('safe_mode') ) { echo '
    * '; _e('PHP safe mode detected! GeoIP collection is not supported with PHP\'s safe mode enabled!','wp_statistics'); echo '
'; } ?>

get_option('browscap')==true? "checked='checked'":'';?>>

get_option('update_browscap')==true? "checked='checked'":'';?>>

get_option('schedule_browscap')==true? "checked='checked'":'';?>> get_option('schedule_browscap') ) { echo '

' . __('Next update will be') .': '; $last_update = $WP_Statistics->get_option('last_browscap_dl'); if( $last_update == 0 ) { $last_update = time(); } $next_update = $last_update + (86400 * 7); $next_schedule = wp_next_scheduled('wp_statistics_browscap_hook'); if( $next_schedule ) { echo date( get_option('date_format'), $next_schedule ) . ' @ ' . date( get_option('time_format'), $next_schedule ); } else { echo date( get_option('date_format'), $next_update ) . ' @ ' . date( get_option('time_format'), time() ); } echo '

'; } ?>

https://github.com/piwik/referrer-spam-blacklist'); ?>
get_option('referrerspam')==true? "checked='checked'":'';?>>

get_option('update_referrerspam')==true? "checked='checked'":'';?>>

get_option('schedule_referrerspam')==true? "checked='checked'":'';?>> get_option('schedule_referrerspam') ) { echo '

' . __('Next update will be') .': '; $last_update = $WP_Statistics->get_option('schedule_referrerspam'); if( $last_update == 0 ) { $last_update = time(); } $next_update = $last_update + (86400 * 7); $next_schedule = wp_next_scheduled('wp_statistics_referrerspam_hook'); if( $next_schedule ) { echo date( get_option('date_format'), $next_schedule ) . ' @ ' . date( get_option('time_format'), $next_schedule ); } else { echo date( get_option('date_format'), $next_update ) . ' @ ' . date( get_option('time_format'), time() ); } echo '

'; } ?>