PDA

View Full Version : This one step in my way of getting portal


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

Zachery
11-17-2003, 09:04 PM
its just a find a replace

Anoutsider
11-17-2003, 09:10 PM
.........^^^^^?

Chris Gwynne
11-17-2003, 09:15 PM
its just a find a replace

Floris
11-17-2003, 09:16 PM
.........^^^^^?
It asks you to open a file, find that specific line, and copy from 2.2.8 the original code there, etc.

Anoutsider
11-17-2003, 09:26 PM
2.2.8.................?