E-Mail Encryptor 1.0.0 - plugin for CMSimple, obfuscates simple e-mail addresses, obfuscates mailto: links trough javascript, leaves e-mail addresses untouched inside form tags. copyright © 2010 by manu @ www.pixolution.ch. This plugin is free software and is subject to the same licence conditions as CMSimple.
unpack and load onto you servers plugin directory
#CMSimple encMail($output);#
put in template:
<?php if (!$adm) encMail($c[$s]); ?>
<?php $encMailVar="mailto:{$myEmailAddress}"; encMail($encMailVar); $encMailVar2=$myEmailAddress; encMail($encMailVar2); ?> <a href="<?echo $encMailVar;?>"><?echo $encMailVar2;?></a>
23.01.2013
05.05.2010
encMail can be downloaded from
http://www.pixolution.ch/downloads/cmsimple/
back to plugins
~~DISCUSSION~~