WordPress and spambotEmailProtector

Re: [eduran582] WordPress and spambotEmailProtector

By Jason - April 30, 2012

Hi Eric,

the spambotEmailProtector plugin only works when CMS Builder is being used on the page. You can try putting this line at the top of your page:

require_once("cmsAdmin/lib/viewer_functions.php");

This was designed to work with CMS Builder only, so I'm not sure if you'll encounter any conflicts on the page.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] WordPress and spambotEmailProtector

By eduran582 - April 30, 2012

Thanks, Jason. I'll give it a try and report back.

Re: [eduran582] WordPress and spambotEmailProtector

By eduran582 - April 30, 2012

Hi Jason,

FOLLOW-UP:
Your suggestion didn't make any difference but I did find a WordPress plugin that seems to use a simple encode process to prevent webbots from harvesting email addresses. I'm sure there are others but this one works for me.

In their words: "Found email addresses are replaced with the return value of eae_encode_str() (changeable), which obfuscates the email addresses to protect it from being read by email-harvesting robots."

Maybe that will be helpful to others looking for some sort of email security when using WordPress and CMSB together on the same page.

Thanks again for your quick reply.

Eric