echo "
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd\">
<html xmlns=\"http://www.w3.org/1999/xhtml\" dir=\"ltr\" lang=\"EN\" xml:lang=\"en\">
<head>
<TITLE>".$sitename." | ".$page."</TITLE>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
<meta name=\"description\" content=\"TorrentLister\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"images/css.css\">
<link rel=\"SHORTCUT ICON\" href=\"/favicon.jpg\">
<script type=\"text/javascript\">
<!--
var newwindow;
function popdetails(url)
{
newwindow=window.open(url,'popdetails','width=700,height=670,resizable=yes,scrollbars=yes,toolbar=no,location=no,status=no');
if (window.focus) {newwindow.focus()}
}
// -->
</script>
<script type=\"text/javascript\">
<!--
var newwindow;
function popid3(url)
{
newwindow=window.open(url,'poppasswort','width=550,height=670,scrollbars=yes,toolbar=no,location=no,status=no');
if (window.focus) {newwindow.focus()}
}
// -->
</script>
</head>
<BODY leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">
<table align=\"center\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">
<tr>
<td valign=\"top\" align=\"center\">
<table width=\"950\" cellpadding=\"5\">
<tr>
<td valign=\"top\" align=\"center\" class=\"tableb\">
<br />";
//debug_r($_SERVER);
//debug_r($_SESSION);
debug("Session data<br />
SID : ".$_SESSION['SID']."<br />
uid : ".$_SESSION['uid']."<br />
usrname : ".$_SESSION['usrname']."<br />
class : ".$_SESSION['class']."<br />
time : ".date('d-n-o H:i:s', $_SESSION['time'])."<br />
session cache expire : ".session_cache_expire()." (minutes)<br />
session cache limiter : ".session_cache_limiter()." (private disallows caching by proxies and permits the client to cache the contents) <br />
");
debug_r($cfg);
headborder();
echo "
<table cellpadding=\"0\" cellspacing=\"17\" style=\"width:100%;\" class=\"logo\">
<tr>
<td align=\"left\"><h1>".$sitename."</h1></td>
</tr>
</table>";
footborder();