i just tried to do this to my other board and i got the following error but your code is no where near line 915.
this is what i get:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/realmods/public_html/forum/admin/functions.php on line 915
Fatal error: Call to undefined function: vbsetcookie() in /home/realmods/public_html/forum/admin/sessions.php on line 204
and the code on line 915 is:
Code:
$buffer = str_replace(""", "\"", $buffer);
any ideas??