|
Cookbook /
DeObMail-TalkThis is a talk page for improving DeObMail. This is fantastic, it passes all my tests, thank goodness there is a working email obfusticator at last. Well done simon August 22, 2009, at 02:57 AM
Note that what you call "existing obfustication" ( Agreed, in my wikis I have a lot of "existing obfustication" (it worked well 5+ years ago) and I don't want to have to change all existing mail links, so I needed a recipe that would work with those old links (as this one does). simon August 23, 2009, at 04:00 PM
With the new version, released today, you can define custom strings to be replaced before the processing.
$DeObCustom['@'] = '@';
$DeObCustom['.'] = '.'; # optional
include_once("$FarmD/cookbook/deobmail.php");
This will "normalize" your emails before the obfuscation, and they will be well hidden. --Petko August 23, 2009, at 06:02 PM Perfect, thanks again, Simon September 09, 2009, at 03:27 PM I tried to use it: But simply the display is not correct. Looks like the JavaScritp part is not loaded. I use pmWiki 2.2.14. Any ideas? Klonk March 05, 2010, at 09:10 AM If the demo page works for you, check if your skin has the marker Thanks exactly |