stuck on this.....
====================================
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;
==========================================
anyone possibly have this code thats supposed to be replaced with the 2.2.8 index.php?
this instruction totally blew me away..can anyone assist?
|