Hello,
I have worked with some XSS security because I think it is very important that you have XSS protection on your website.
Url for the codes: [HTML] djboetz - XSS Protection - Pastebin.com
Setup Guide for uberCMS:
1. Create xss.php in your www/htdocs folder.
2. Put the codes in xss.php between <?php CODES HERE ?>
3. Open every .php file in www/htdocs foder. (NOTE: NOT IN INC FOLDERS AND OTHERS)
4. Search for require_once "global.php";
4. If you find it. Add under that, this code: require_once "xss.php";
5. Well done, You are secure against XSS Attacks/Exploits 99%.
Please, Like the release if you want more releases from me.






