* @author Andreas 'Redunzl' Mueller * @copyright (c)2011 PHP-Backoffice * @copyright (c)2005-2009 kopfhoch-studio * @link http://www.php-backoffice.de/projects/semmelstatzR * @link http://sourceforge.net/projects/semmelstatz/ * @license http://www.gnu.org/licenses/gpl-2.0.html * * $Id$ */ if(!current_user_can('manage_statz')) { die('Zugriff verweigert'); } if(isset($_POST['options_save'])) { $sem_options['statz_write_admins'] = $_POST['statz_write_admins']; $sem_options['statz_write_users'] = $_POST['statz_write_users']; $sem_options['statz_encode_ip'] = $_POST['statz_encode_ip']; $sem_options['statz_days_limit'] = $_POST['statz_days_limit']; $sem_options['statz_show_dailystatz'] = $_POST['statz_show_dailystatz']; $sem_options['statz_referer_limit'] = $_POST['statz_referer_limit']; $sem_options['statz_show_referers'] = $_POST['statz_show_referers']; $sem_options['statz_mask_referer'] = $_POST['statz_mask_referer']; $sem_options['statz_keyword_limit'] = $_POST['statz_keyword_limit']; $sem_options['statz_show_keywords'] = $_POST['statz_show_keywords']; $sem_options['statz_topreads_limit'] = $_POST['statz_topreads_limit']; $sem_options['statz_show_reads'] = $_POST['statz_show_reads']; $sem_options['statz_show_todayreads'] = $_POST['statz_show_todayreads']; $sem_options['statz_comment_limit'] = $_POST['statz_comment_limit']; $sem_options['statz_show_commenters'] = $_POST['statz_show_commenters']; $sem_options['statz_show_topcommposts'] = $_POST['statz_show_topcommposts']; $sem_options['statz_show_useronline'] = $_POST['statz_show_useronline']; $sem_options['statz_online_time'] = $_POST['statz_online_time']; $sem_options['statz_show_todayusers'] = $_POST['statz_show_todayusers']; $sem_options['statz_on_dashboard'] = $_POST['statz_on_dashboard']; $sem_options['statz_datarecs_limit'] = $_POST['statz_datarecs_limit']; $sem_options['statz_use_img'] = $_POST['statz_use_img']; update_option("semmelstatzR_options", $sem_options); echo '
'.semr_e('Options saved').'
".semr_e('statz-table emptied succesfully.')."
Der Wert für das Limit wurde erfolgreich gespeichert.
Der eingegebene Wert ist keine Zahl oder zu groß!
Die statz-Tabelle wurde erfolgreich auf ".$days." Tage gekürzt.
statz-Tabelle: ,xx Tage (Der aktuelle Tag ist natürlich nie komplett!!!) statzhist-Tabelle: Tage |
|