wii
03-04-2008, 10:00 PM
Simplestats is a little php file that reads the database and shows the result on a non-vB page.
Installation is simple:
1. Download the attached file.
2. Edit the forum directory path in line 4:
chdir('/home/users/public_html/forums');
3. Upload the file somewhere on your server.
4. Add a php include to the page where you want to show the stats, like this:
<?php include('/home/users/public_html/forums/simplestats.php'); ?>
The stats are shown like this in the php file:
4,535 members, 9,317 topics and 543,871 posts
Installation is simple:
1. Download the attached file.
2. Edit the forum directory path in line 4:
chdir('/home/users/public_html/forums');
3. Upload the file somewhere on your server.
4. Add a php include to the page where you want to show the stats, like this:
<?php include('/home/users/public_html/forums/simplestats.php'); ?>
The stats are shown like this in the php file:
4,535 members, 9,317 topics and 543,871 posts