Spambot Eliminator - issue: scramples phone numbers wrapped in (800)

By gregThomas - April 17, 2013

Hi Zick,

I've done some quick testing, and it looks as if IE doesn't like the bdo tags. If you edit line 14 of the spambotEmailProtector.php file so that $GLOBALS['SEP_ENCODING_METHODS']['bdo'] is set to false:

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

This fixes the issue. 

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By Mikey - April 17, 2013

Thanks Greg!