This makes:
Parse error: parse error, unexpected T_ECHO in /home/member28/public_html/littlebb/admin.php on line 18
<title>LittleBB AdminCP- Powered By LittleBB Alpha </title>
<?php
//acp by bmwboy
//copying or removing (c) is illegal
//only change the acppass! nothing else!~!
//Config file is needed in here
include "config.php";
//admin okay?
if ($boxpass == $acppass)
setcookie($acppass, $bname, time()+3600);
//eat cookie?
if (isset($_COOKIE[$acppass])
echo "<center><a href=$bloca/admin/new_forum.php>New Forum</a></center>";
?>
<center><form method ="post"><br>Admin Pass? <br><input type="password" name="boxpass" size="55"><br><INPUT name="submit" type="submit" value="Log Me In"></form></center>
any help would be appriciated