Anoutsider
11-17-2003, 08:51 PM
Still in vbindex.php find the section that has:
// start vBulletin original code
// -------------------------
// add here the vBulletin code of the original index.php
// lines 142 - 202(in an unhacked 2.2.8 index.php)
// -------------------------
// end vBulletin original code
and replace:
// add here the vBulletin code of the original index.php
// lines 142 - 202(in an unhacked 2.2.8 index.php)
those lines with lines 142-202 (thats the numbers in an unhacked 2.2.8 index.php)
line 142 starts:
$activeusers = "";
$loggedinusers = "";
if ($displayloggedin) {
and 202 ends:
$totalonline=$numberregistered+$numberguest;
$numberinvisible=$numberregistered-$numbervisible;
That has confused me really badly can somebody please explain to me what i have to do for it?
All the stuff about lines 142 - 202 just got my brain scrambled,
thanks in advance
anoutsider
// start vBulletin original code
// -------------------------
// add here the vBulletin code of the original index.php
// lines 142 - 202(in an unhacked 2.2.8 index.php)
// -------------------------
// end vBulletin original code
and replace:
// add here the vBulletin code of the original index.php
// lines 142 - 202(in an unhacked 2.2.8 index.php)
those lines with lines 142-202 (thats the numbers in an unhacked 2.2.8 index.php)
line 142 starts:
$activeusers = "";
$loggedinusers = "";
if ($displayloggedin) {
and 202 ends:
$totalonline=$numberregistered+$numberguest;
$numberinvisible=$numberregistered-$numbervisible;
That has confused me really badly can somebody please explain to me what i have to do for it?
All the stuff about lines 142 - 202 just got my brain scrambled,
thanks in advance
anoutsider