Site Stats v1.3
PHP-Fusion v7.00
Original Author: digifredje
Email: frederik.wilmotte@gmail.com
Web: http://www.fmbel.be
+--------------------------------------------------
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+----------------------------------------------------*

This infusion let you view some statistics of your site like number of posts, top posters last month, members visiting your site and many more.
I created it for my own website http://www.fmbel.be but want to share it with other people who might like it.



INSTALLATION
-----------------------
1. Install this map into your infusion map.
2. Go to "Admin Panel" -> "Content Admin" -> "Custom Pages"
3. Copy the complete content of "site_stats.php" into a new custom page
4. Save the new custom page and add a link to navgiation menu.
5. Click on the link the view your site statistics

---> WARNING: PLEASE DO NOT INSTALL AS A SIDEPANEL BECAUSE OF THE HEAVY QUERIES!!! <---


TWEAKS
-----------------------
You can change the number of top posters viewed by changing these two numbers on top:
$post_other = 3;	//Number of top posters/day/month
$post_total = 10; 	//Number of top posters total



LOCALES
------------------------
- English.php
- Dutch.php
- Greek.php
- Danish.php
- German.php



CHANGELOG
----------------
v1.0: Creation
v1.1: Layout update, added Danish & Greek locale
v1.2: Added total & daily average top posters, validate XHTML (thanks to Buxxy), updated Danish locale
v1.3: Fixed some errors with wrong calculation of stats at start of new month, added German locale