The Arcive of vBulletin Modifications Site. |
|
Simplestats - Show simple vB stats on non-vb pages Details »»
|
|||||||||||||||||||||||||||
|
Simplestats - Show simple vB stats on non-vb pages
Developer Last Online: Sep 2018
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: Code:
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: Code:
<?php include('/home/users/public_html/forums/simplestats.php'); ?>
The stats are shown like this in the php file: Code:
4,535 members, 9,317 topics and 543,871 posts Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
If you like this, please comment and please click Installed, if you are using it.
Thanks |
|
#3
|
||||
|
||||
|
Can you get the total number of guests/members online as well.
(and if could even count users online on non-vbpages, would be even better)it'd be absolutely wonderful then ![]() Nice work so far *installed! And you should make it work with DB prefixes,, i had to hardcore mine in
|
|
#4
|
||||
|
||||
|
Well, to keep it simple, I haven´t planned to add more features to this MOD.
I released it because I use it myself. |
|
#5
|
|||
|
|||
|
nice
thanks
|
![]() |
|
|