I redid the hack three times but still get Parse error: parse error in /home/******/www/forum/sendmessage.php on line 248
I have
PHP Code:
// $foruminfo = fetch_foruminfo($threadinfo['forumid']);
$forumperms = fetch_permissions($threadinfo['forumid']);
// Erwin's Refer Hack
if (!$_REQUEST['refer'])
{
if (!($forumperms & CANVIEW) OR !($forumperms & CANEMAIL) OR (($threadinfo['postuserid'] != $bbuserinfo['userid']) AND !($forumperms & CANVIEWOTHERS)))
{
print_no_permission();
}
}
// Erwin's Refer Hack
// check if there is a forum password
OTHERS)))
line 248 ---->>> {
print_n