lo

Same prob as x69..tried all the variations within this thread & still no luck...just end up on a blank white page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Code in my Global.php
................................................
$ipaddress=$REMOTE_ADDR;
$scriptpath=$REQUEST_URI;
//Begin VB Security Intergration Hack
if(!$urloverride) { $scriptpath=$REQUEST_URI; }
else { $scriptpath=urldecode($prevpage); }
//end VB Security Intergration Hack
if ($scriptpath=='') {
..............................................
Code on Protected page
..............................................
<?php include_once($DOCUMENT_ROOT . "/forum/global.php");
if ($bbuserinfo[userid]==0)
{
$thispage=urlencode("$PHP_SELF");
header("Location:
http://www.ev0lution.co.uk/forum/use...de=1&prevpage=".$thispage);
}
?>
<html>
Asked certify about it on his forums..but he's a busy man !.....Anyone got any ideas ?
Thanx in advance