Bira, first of all GREAT HACK!
For Zarkov & Norritt & Slip & Bira

:
I had the same error as Norritt (Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in e:\apache\apache\nsdocs\forum\private.php on line 695), and it wasn't my fault, after a while I found out the error. I had to modify the last EVAL() in this way:
PHP Code:
// Original code by Bira
eval("standarderror(\"".gettemplate("error_pmnoselected")."");");
exit;
}
// My modification
eval("standarderror(\"".gettemplate("error_pmnoselected")."\");");
exit;
}
One other thing: I use IE 5.5 and the hack works greatly without applying Zarkov's modifications.