View Full Version : Hack .... help :)
Need this hack for vbulletin 2.o3 ... tnx :)
Anyone can help me please ..
About active users ... non active users .. etc :)
Here is sample ...
see where it says "requests" or "search" for that matter
Afterburner
08-22-2001, 08:44 AM
you can find a similar one here:
http://www.german-community.de/showthread.php?s=&threadid=628
but only in German
This Hack display the information on an extra side
weezle
08-22-2001, 08:50 AM
afterburner could u convert this hack into english plz as i would like it aswell.
Yep that will be cool IF U can ... for vb 2.03 :)
In index.php just after
$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user');
$numbermembers=$numbersmembers['users'];
Around Line 39 if you have no hacks in there, add the following
// Member Statistics - Active/Non?
$snonposters=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user WHERE posts=0');
$nonposters=$snonposters['users'];
$activemembers=$numbermembers-$nonposters;
// Member Statistics - Active/Non? End
Then open your forumhome template and add:
Active: $activemembers Non-Active: $nonposters
Where you want them to show.
sorry snyx?
as if I cared.
weezle
08-22-2001, 10:14 AM
wheres happeneds if u do have some hacks installed?
Just find the first block of code and copy it in right after.
Znaper
08-23-2001, 04:34 PM
The Stats Hack on www.german-community.de/statistik.php is a hack on my Board.
I work on a new Release with more Informations!
This Version release in the next days and i convert it to english!
I'm working on one as well :) Guess we have choices!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.