PDA

View Full Version : Hack .... help :)


toLT
08-22-2001, 08:18 AM
Need this hack for vbulletin 2.o3 ... tnx :)

Anyone can help me please ..

About active users ... non active users .. etc :)

Here is sample ...

snyx
08-22-2001, 08:31 AM
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.

toLT
08-22-2001, 09:06 AM
Yep that will be cool IF U can ... for vb 2.03 :)

toLT
08-22-2001, 09:07 AM
Sorry snyx !

Bane
08-22-2001, 09:38 AM
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.

snyx
08-22-2001, 09:40 AM
sorry snyx?
as if I cared.

weezle
08-22-2001, 10:14 AM
wheres happeneds if u do have some hacks installed?

Bane
08-22-2001, 10:20 AM
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!

Bane
08-23-2001, 04:47 PM
I'm working on one as well :) Guess we have choices!