I'm looking at creating a CMS and I'd like to incorperate UBB into it. I found some php code to parse text for UBB code and convert it to html.
Link: http://scripts.php-q.net/ubbc.php
As you can see, the top has:
Any ideas how to secure this???
Thanks
Link: http://scripts.php-q.net/ubbc.php
As you can see, the top has:
Code:
" WARNING: THIS CODE CONTAINS SECURITY LEAKS (XSS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Don't use it without modification! "
Thanks
Comment