When I do that I get this error:
Code:
Parse error: parse error, unexpected $ in /web/dark/public_html/testvb/member.php on line 1690
and this is the code around line 1690
Code:
eval("\$sendmessage = \"".gettemplate("email_usermessage",1,0)."\";");
mail($destuserinfo[email],$subject,$sendmessage,"From: \"$bbuserinfo[username]\" <$bbuserinfo[email]>");
// parse this next line with eval:
$sendtoname=$destuserinfo[username];
eval("standardredirect(\"".gettemplate("redirect_sentemail")."\",\"usercp.php?s=$session[sessionhash]\");");
----------------------line 1690--------------------------
}
----------------------line 1690--------------------------
?>
Dark Shogun