Spambot Email Protector 2.02: Bug with Text Fields?

By gregThomas - April 15, 2019

Hey Amy,

Sorry, I've been slow to get back to you on this one. It took me a while to debug the issue, but I think I've found the cause.

If you open the file spambotEmailProtector.php and edit line 22 from:

  ob_start('SEP_replaceEmails', 2);

to:

  ob_start('SEP_replaceEmails', 10000);

you should find the javascript is added correctly for both email addresses. Please, could you test this out and let me know if it resolves the issue for you?

Greg Thomas







PHP Programmer - interactivetools.com

By amy - April 16, 2019

Thanks Greg, that did the trick. Appreciate you looking into this!

By gregThomas - April 16, 2019

Hey Amy,

Excellent! I'll get a new version of the plugin released with the fix in, I'll let you know once this is done.

The problem was that the cache the plugin uses to check for emails that need encoding was far too small, so sometimes only parts of an email address would be stored.

Greg Thomas







PHP Programmer - interactivetools.com

By gregThomas - April 16, 2019

Hi Amy, 

The patched version of the plugin has been released, it can be downloaded here:

https://www.interactivetools.com/plugins/spambot-email-protector/

Cheers,

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By amy - April 17, 2019

Great—thanks Greg!