Installed as per the instructions and got
Quote:
Parse error: parse error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/sites/avforums/public_html/forums/includes/mail.php on line 79
|
Noticed that my existing (working) version of the hack didn't have the
Quote:
if ($vboptions['vbouncer_header_return_key'])
$headers .= 'X-Return-ID: ' . md5($vboptions['vbouncer_header_return_key'] . $toemail) . "\n";
|
bit in it, so I took it out.
Are you aware that your code is broken? And what do the extra 2 lines do? Are they important?