Could you add some code to the site to replace "@" with a picture of an "@"? That way, when spam-bots crawl the site looking for email addresses, they won't see any.
I'm not sure how difficult this would be for you to implement in PHP, but I know in ASP all you would need is
Code: Select all
Replace("[content to check]","@","<img src=""[location of @ image]"">")
Thanks for the feedback, and if this has already been suggested I appologize for the repeat. I did a search of the fourum and didn't find anything.