well sorry i didnt know you couldnt post full vb files.... i havent seen anything anywaywhere that i cant do it
ok well i tried re-installing the hack i tried doing, and i get this
Parse error: parse error, unexpected $ in /home/mvzsvhjf/public_html/board/index.php on line 424
but the file has 423 lines not 424 but heres the end of the file
Code:
} // END while ( list($key1,$val1)=each($iforumcache["$forumid"]) ) {
unset($iforumcache["$forumid"]);
return $forumbits;
}
if (!isset($forumid) or $forumid==0 or $forumid=='') {
$forumid=-1;
} else {
// need to get permissions for this specific forum
$permissions=getpermissions(intval($forumid));
}
$forumbits=makeforumbit(intval($forumid), 1, $permissions);
$unregwelcomemessage='';
if ($bbuserinfo['userid']==0) {
eval("\$unregwelcomemessage = \"".gettemplate('forumhome_unregmessage')."\";");
}
eval("dooutput(\"".gettemplate('forumhome')."\");");
?>