vitalix
Пользователь
vitalix в posting.php найдите где вызывается функция submit_post, далее переменную $message оберните DB()->escape(), должно получится DB()->escape($message)
submit_post($mode, $post_data, $return_message, $return_meta, $forum_id, $topic_id, $post_id, $topic_type, DB()->escape($username), DB()->escape($subject), DB()->escape($message), $update_post_time, $poster_rg_id, $attach_rg_sig);
Всё так стоит - без изменений.