' . __('Allready update the tables!', 'feedstats') . '

'; } else { wp_die('

'.__('You do not have sufficient permissions to edit plugins for this blog.').'

'); } } if ( isset($_POST['action']) && ($_POST['action'] == 'insert') && $_POST['fs_ifs_save'] ) { if ( function_exists('current_user_can') && current_user_can('edit_plugins') ) { check_admin_referer('FeedStats_nonce'); // for a smaller database function feedstats_get_update($option) { if ( ! isset($_POST[$option]) ) return; if ( ($_POST[$option] == '0') || $_POST[$option] == '') { delete_option($option); } else { update_option($option , $_POST[$option]); } } feedstats_get_update('fs_view_days'); feedstats_get_update('fs_days'); feedstats_get_update('fs_user_level'); feedstats_get_update('fs_session_timeout'); feedstats_get_update('fs_visits_online'); feedstats_get_update('fs_ifs_not_tracked'); feedstats_get_update('fs_ifs_dashboardinfo'); echo '

' . __('The options have been saved!', 'feedstats') . '

'; } else { wp_die('

'.__('You do not have sufficient permissions to edit plugins for this blog.').'

'); } } if ( isset($_POST['action']) && ($_POST['action'] == 'deactivate') && $_POST['feedstats_ifs_deactivate'] ) { if ( function_exists('current_user_can') && current_user_can('edit_plugins') ) { check_admin_referer('FeedStats_nonce'); $wpdb->query ("DROP TABLE {$wpdb->prefix}fs_data"); $wpdb->query ("DROP TABLE {$wpdb->prefix}fs_visits"); delete_option('fs_days'); delete_option('fs_view_days'); delete_option('fs_user_level'); delete_option('fs_session_timeout'); delete_option('fs_visits_online'); delete_option('fs_ifs_not_tracked'); delete_option('fs_ifs_dashboardinfo'); echo '

' . __('The options have been deleted!', 'feedstats') . '

'; } else { wp_die('

' . __('You do not have sufficient permissions to edit plugins for this blog.') . '

'); } } ?>







' . $_SERVER['REMOTE_ADDR'] . '' ;?>
type="checkbox" />

Attention: You cannot undo any changes made by this plugin.', 'feedstats'); ?>

Andrés Nieto, in cooperation/base with plugin PopStats. German and english adjustments, little extensions and new coding by Frank Bueltge. Thx to Thomas R. Koll for many improvements for a better code and performance.', 'feedstats'); ?>

plugin homepage for further information or to grab the latest version of this plugin.', 'feedstats'); ?>
© Copyright 2007 - Frank Bültge | wishlist.', 'feedstats'); ?>