omeq -
go into your /forum/index.php
and find
$activeusers = "";
then
about 15 lines down i think, ther is
$numberinvisible=$numberregistered-$numbervisible;
highlight
$activeusers = "";
to
$numberinvisible=$numberregistered-$numbervisible;
COPY/PASTE that data in vbindex.php over
// add here the vBulletin code of the original index.php
// lines 142 - 202(in an unhacked 2.2.8 index.php)
then save.
|