Recent Changes - Search:

Cookbook

PmWiki

pmwiki.org

DeObMail-Talk

Summary: Discussion of DeObMail
Maintainer: Petko

This 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" ( @ . replaced with @ . in the page source, your examples 14-15) is not further obfuscated by DeObMail but passed as is, which gives "poor encoding" results at the harvester. --Petko August 22, 2009, at 06:13 AM

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 <!--HTMLFooter--> which should appear near the bottom of the file, right before </body></html> . Otherwise check if your browser allows JavaScript. --Petko March 05, 2010, at 09:49 AM

Thanks exactly <!--HTMLFooter--> was missing im my template (flexi Skin). I corrected that and now it works fine (I corrected also flexi Skin) Klonk March 05, 2010, at 11:30 AM

Talk page for the DeObMail recipe (users).

Edit - History - Print - Recent Changes - Search
Page last modified on September 10, 2011, at 11:42 AM