Okay, I'm pretty new to Drupal, not sure if this'll work, but I was browsing modules and found the SpamSpan module.
According to the page, it obfuscates email addresses to help prevent spambots from collecting them.
This would give the mods one less task to take care of
 - o
  |
\___/ (Okay, I stink at ASCII art!)
[Topic moved to "General Discussion" from "Portable App Development" by mod Tim]
 
       
  
 Visit the Community page
 Visit the Community page Join our forums
 Join our forums Subscribe to our email newsletter
 Subscribe to our email newsletter Subscribe with RSS
 Subscribe with RSS Follow us on BlueSky
 Follow us on BlueSky Follow us on Facebook
 Follow us on Facebook Follow us on LinkedIn
 Follow us on LinkedIn Follow us on Mastodon
 Follow us on Mastodon
A spam harvester can now read what it generates - in the format example [at] example [dot] com. A better method is one that doesn't require JavaScript, and which spambots can't read (yet) - using html entity encoding, e.g. ,
An example is at http://mailtoprotector.com/ (requires IE 5.5 or later, as it uses MS JS.Encode thing). I'm intending to make a php module to do this on the server, when I get round to it.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
I think John has a generator on his site, too.
http://johnhaller.com/jh/useful_stuff/obfuscate_mailto/
But it too depends on JavaScript.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
How does this one look: http://lutrov.com/blog/email-obfuscator/
I can turn it into a Drupal filter without too much trouble.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Or we could use the email filter from htmLawed
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1