.
*
* $Id$
*
*/
/**
* based upon semmelstatz
* Copyright (c) 2005-2009 Andreas 'Redunzl' Mueller (redunzl@gmx.de)
*
* @license http://www.gnu.org/licenses/gpl-2.0.html
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (version 2) as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
if(!current_user_can('manage_statz')) {
die('Zugriff verweigert');
}
### TEMPLATES
$totalposts = sem_showTotalPosts();
$totalcomments = sem_showTotalComments();
$totalusers = sem_showTotalUsers();
$averageuserperday = sem_showAverageUserPerDay();
$firstpostdate = sem_showFirstPostDate();
$postdays = sem_showPostDays();
$firstcommentdate = sem_showFirstCommentDate();
$commentdays = sem_showCommentDays();
$postsperday = sem_showPostsPerDay();
$commentsperday = sem_showCommentsPerDay();
$numcommenters = sem_showNumCommenters();
$statzstartdate = sem_showStatzStartDate();
$statzdays = sem_showStatzDays();
$numusersonline = sem_showNumUsersOnline();
### DIE ANZEIGE
print "