i am completly lost here
can someone please give me a hand?
PHP Code:
+-----------------------------------------------------------------------+
| Instructions for the new index.php |
+-----------------------------------------------------------------------+
1. Open the file and edit the variables at the top of the file.
2. Open the original vBulletin index.php and look for..
$activeusers = "";
$loggedinusers = "";
till
$recordusers = $maxusers[0];
$recorddate = vbdate($dateformat,$maxusers[1]);
$recordtime = vbdate($timeformat,$maxusers[1]);
eval("\$loggedinusers = \"".gettemplate('forumhome_loggedinusers')."\";");
[Line 138-211] pay attention! take exactly this code! copy this code with Ctrl+C.
3. In the new index.php look for..
// add here the vBulletin code of the original index.php
and replace it with the code you took out of the original index.php above.