In the plugin called Post Parsing Perms, find:
PHP Code:
$dobbimgcode = ($check_ugp['can_imgcode_post'] AND $dobbimgcode) ? true : false;
Replace with:
PHP Code:
$dobbimagecode = ($check_ugp['can_imgcode_post'] AND $dobbimagecode) ? true : false;
Quote:
Originally Posted by YabbaDabba
I'm not looking for hacking tips here, but I don't understand what you mean by "limitations" specifically.
|
I am saying that the Banned HTML Tags setting in this addon is nowhere near hacker proof. If a hacker wants to use those tags, they will find a way. That being the case, limit the Usergroups allowed to use HTML to those you know probably don't inlcude members who will be trying to hack your site.