Topic: Statistics for the forum?
I wonder how i can get a page with statistics on my forum?
Like which users have done most topics, most active topics, the size of the database and so on...
Someone have made such a "mod"?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Statistics for the forum?
I wonder how i can get a page with statistics on my forum?
Like which users have done most topics, most active topics, the size of the database and so on...
Someone have made such a "mod"?
why is this in mod releases?
anyway, check external.php, it doesnt have all the stuff you are requesting but atleast some ![]()
Oh, I didnt know. But how do i add things for it? Collect things from the database and adds it? My skills are bad with MySQL ![]()
![]()
sorry.. it was called exten.php, anyway it says howto in the file
Here are some examples using PHP include().
Show the 15 most recently active topics from all forums:
include('http://host.com/forums/extern.php?action=active');Show the 10 newest topics from forum with ID=5:
include('http://host.com/forums/extern.php?action=new&show=10&fid=5');Show users online:
include('http://host.com/forums/extern.php?action=online');Show board statistics:
include('http://host.com/forums/extern.php?action=stats');
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Statistics for the forum?
Powered by PunBB, supported by Informer Technologies, Inc.