Code:
<?
$self_dir = getcwd();
chdir('../');
require_once('global.php');
chdir($self_dir);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TITLE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="styles/styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
font-size: 30px;
font-style: italic;
font-weight: bold;
}
.style2 {
font-size: 10px;
font-style: italic;
color: #CCCCCC;
}
.style4 {font-size: 12px; font-style: italic; font-weight: bold; }
.style11 {font-size: 12px; font-style: italic; font-weight: bold; color: #FFFFFF; }
.style12 {color: #999999}
.style13 {color: #FFFFFF}
.style15 {color: #FF0000}
.style16 {color: #CCCCCC}
.style21 {font-size: 24px}
.style23 {font-size: 14px; font-style: italic; font-weight: bold; }
.style24 {font-size: 14px}
.style25 {
font-size: 24px;
color: #FFFFFF;
font-style: italic;
font-weight: bold;
}
.style28 {font-size: 10px}
.style29 {font-size: 14px; font-style: italic; font-weight: bold; color: #CCCCCC; }
-->
</style>
</head>
<body bgcolor="#333333" text="#CCCCCC" link="#666666" vlink="#999999" alink="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<? if($bbuserinfo['userid'] == 0) { ?>
<table width="100%" height="100%" cellpadding="3" cellspacing="0" border="0">
<tr valign="middle"><td align="center">
<table width="618" height="30" border="0" cellpadding="3" cellspacing="0">
<tr>
<td colspan="2"width="612" height="27" align="center" bgcolor="#F0F0F0"><span class="section">500E OWNER REGISTRY</span></td>
</tr>
<tr bgcolor="#999999">
<td colspan="2" height="1"></td>
</tr>
<tr bgcolor="#FFFFFF">
<table width="618" height="20" border="0" cellpadding="3" cellspacing="0">
<tr bgcolor="#FFFFFF">
<td align="center"><span class="note">NOT LOGGED IN</span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center"><span class="text"><a href="http://path.to.my/forums/">log in</a></span></td>
</tr>
</table>
<tr>
<td colspan="2" align="left"><span class="text"> </span></td>
</tr>
</table>
</td></tr>
</table>
<? } else { // is logged in ?>
<?php