PDA

View Full Version : Statistics Modifications - vB Per-Forum and Per-User Statistics


blike2
03-30-2008, 10:00 PM
Ever wondered which forum on your board is the most popular? Wondered which users contribute the most to your forum?

I've written a handy script to help you find out. It can help you decide which forums deserve to be split up, find out which are the hottest topics, and it's a bit of fun to see the numbers.

Installation is easy: download the PHP file, edit it with the configuration of your choice, and upload it to your forum root directory. Once you've done so, just visit yourwebsite.com/forumdirectory/forumstats.php and gaze on in awe.

The script supports memcached, so if you run a large forum and want to allow the public to see your statistics without them killing your server, just set $useMemcache to true. You need to have memcached installed, of course.

The script also supports excluding certain forums from the results, in case you don't want your secret word domination planning forum to be listed.

Configuration should be fairly self-explanatory. If you need help, just ask here.

Note: This does not use vB's templates. It's just a boring HTML page. That may change in the future.

Enjoy!

shadowevil
03-31-2008, 02:10 AM
demo or screenshot?? :)

blike2
03-31-2008, 02:46 AM
There's a public-facing version available here:

http://www.scienceforums.net/sfnstats.php

bahisyeri
03-31-2008, 08:43 AM
nice one ty

Magnumutz
03-31-2008, 09:53 AM
Whoa... i thought that it would use vB's templates...

EnIgMa1234
03-31-2008, 02:02 PM
Using vb templates would be easier than not using them :P
Also vboptions could sort the options :D

blike2
03-31-2008, 09:44 PM
I'll try to better integrate it when I have the time. I could easily have it use vB's DB system and such if I take a bit of time to work out its use.

Once I do so I'll release a newer, shinier version. Until then, it'll remain "quick & dirty."