- Code: Select all
$to_username = $HTTP_POST_VARS['username'];
And I can't find that code in privmsg.php when looking at the file.
I guess 2.0.11 has this instead:
- Code: Select all
$to_username = phpbb_clean_username($HTTP_POST_VARS['username']);
Any solutions to implement the mod on the latest phpBB version?

