date_default_timezone_set("Europe/Berlin");
//no cache headers
header("Expires: Mon, 26 Jul 1990 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
$_REQUEST['t']=str_replace("-"," ",$_REQUEST['t']);
?>
echo $_REQUEST['t']; ?>
if (strtolower(substr($_REQUEST['u'],0,7))!="http://"):
if (substr($_REQUEST['u'],0,1)!="/") $_REQUEST['u']="/".$_REQUEST['u'];
$_REQUEST['u']="http://www.hetbraambos.nl".$_REQUEST['u'];
endif;
?>
/*
*/ ?>
ob_start();
echo $_REQUEST['t']."\n";
echo $_REQUEST['u']."\n";
if (getenv(HTTP_X_FORWARDED_FOR)) {
$pipaddress = getenv(HTTP_X_FORWARDED_FOR);
$ipaddress = getenv(REMOTE_ADDR);
$ip=$pipaddress."(via ".$ipaddress.")";
} else {
$ipaddress = getenv(REMOTE_ADDR);
$ip=$ipaddress;
}
echo $ip;
$output=ob_get_contents();
ob_end_clean();
// file_put_contents("log/".microtime(true).".txt",$output);
?>