">Welcome to <?php echo " border="0" />
Search:
%">
Main Menu
"; include ('menu.php'); echo "

"; if ($admintest == $security_hash) { $AdminBlock = mysql_query("select title, content from adminblock"); list($title, $content) = mysql_fetch_row($AdminBlock); themesidebox($title, $content); } plug_check (1); ?> Nickname:
Password:
If you do not have an account yet Create One. "; themesidebox($title, $content); } $LeftBlocks = mysql_query("select title, content from lblocks order by order_id"); while(list($title, $content) = mysql_fetch_row($LeftBlocks)) { $content = str_replace("\n", "
", $content); themesidebox($title, $content); } ?>