Security Warning
A XSS Vulnerbilitie has been discovered in vB Journal Versions prior 1.0.2 Alpha 3.
In order to keep your site safe it is recommended to update immediately.
Fix for vB Journal 1.0.1 (vBulletin 3.0)
FIND
PHP Code:
$reccom['coment_text']= htmlspecialchars_uni($reccom['comment_text']);
REPLACE
PHP Code:
$reccom['comment_text']= htmlspecialchars_uni($reccom['comment_text']);