Spambot Email Protector and RSS Feeds

Hello, All

I've just stumbled upon an issue with the plugin which is giving me a headache. I've set-up an RSS feed for a site but much of the code is being declared invalid due to the <BDO> tags used by Spambot Protector.

My guess is that I should be able to strip these out (and any code in between) using preg_replace and some smart regular expression code.

Can anyone help, please?

:0/

Perch

By Dave - March 16, 2013

Hi Perch, 

You can just turn off BDO encoding like this (in the top of the plugin): 

$GLOBALS['SEP_ENCODING_METHODS']['bdo']         = false;

Or if you need I can update the plugin with a couple lines of code so you can turn it off for select pages (or your RSS feed).

Hope that helps, let me know if either of those options will work for you.

Dave Edis - Senior Developer
interactivetools.com