I was told by the people over at
www.VBulletin.com that it had something to do with the VBChat hack I installed, thats why I posted it here.
Here is lines 800-820, if you need more let me know.
Code:
/////////////////////////////////
if ($newthreads < 1 AND $unreadchildforums < 1)
{
// mark a single forum as read as it appears all threads are read
set_bbarray_cookie('forum_view', $foruminfo['forumid'], TIMENOW);
}
construct_forum_rules($foruminfo, $forumperms);
?>
<?include("online.txt");?>
<?
//remove html to stop the breaking of the meta description
$foruminfo['description'] = strip_tags($foruminfo['description']);
$show['forumdescription'] = iif ($foruminfo['description'] != '', true, false);
$show['forumsearch'] = iif ($forumperms & CANSEARCH AND $vboptions['enablesearches'], true, false);
$show['forumslist'] = iif ($forumshown, true, false);
$show['stickies'] = iif ($threadbits_sticky != '', true, false);
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
Thanks for your help