Mine isnt working
Code:
<?
$curdir = getcwd ();
chdir("htdocs/vb");
require_once("htdocs/vb/global.php");
chdir ($curdir);
?>
<html>
<head>
<title>TRS Compatability Charts</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p><font size="+2" face="Verdana, Arial, Helvetica, sans-serif">TRS Compatability Chart
</font></p>
<p><font size="-1" face="Verdana, Arial, Helvetica, sans-serif">This information
has been gathered from a number of resources including books, websites, and
personal experiences. This in no way can account for the exact creature that
you are purchasing and should be used as a reference only. Tidewater Reefers
Society, its members, and users are not liable for this information. We try
to ensure all the information is accurate and up to date, however, we make no
claims that it is 100% correct.</font></p>
<?
require_once("login_inc.php");
?>
<?
If ($vbulletin->userinfo['userid']!=0)
{
echo "<a href=\"compatabilityResults.php\"><font face=\"Verdana, Arial, Helvetica, sans-serif\">View
Compatability Chart</font></a><br>";
}
else {
echo "<p><font size=\"-1\" face=\"Verdana, Arial, Helvetica, sans-serif\">You are required to be logged on prior to viewing the chart. Please login now using your Forum Username and Password:</font></p>";
}
?>
<p><br>
<br>
<!-- <<MODERATOR/ADMIN ONLY>><br>
<a href="compatabilityInput.php">Add a New Creature</a></font></p>
<p><font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><<MODS/ADMIN
and ALL OTHERS>><br>
</font>
-->
<!-- Export Entire Compatability Chart to CSV</font></p> -->
</p>
<p> </p>
</body>
</html>