Description
Content Email Anti Spam is an easy plugin to allow you to add clear email into your dash board and display an unreadable code into your website without any other action
I use a PHP class (http://aspirine.org/emailcode.php.html) into the plugin.
Installation
This section describes how to install the plugin and get it working.
- Upload the
content-email-anti-spam
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- What kind of encryption ?
It uses on encoding base 64 by PHP code
- What I get into tue html code language ?
It provides an JAVASCRIPT code
- An example ?
In my text, I write an email : blabla blablabla blablabla bla … myName@domain.com … blabla blablabla bla
The result into the html displayed page :
var z0=””;for(var x9=0;x9<374;x9++)z0+=String.fromCharCode((“#4~EDMyDMM=&Y~$Z0#=-??-,+1#3#0-4?2_Z\’1_&0#K&yyyD$Z\’+~WyD2-#.K0!#~_LEL??%IyD+FHr7rrr+k~K0#yD~#.EL!#%IrL?K?l 113EN20H?FFK!]?0^&~MF2E\”-HyD~\’+CC,CCK0CyD~#.EL!#%ICL?K?e 113EN20H?FFK!K?0^&~MF2E!dHyD+yDd-#.K0!#~dLEL?`%I13?K20 1FFENyyyDHyD-,?=31+-32#-2&Z?K&\’1$Z0#yyyDyyyD+7?[+#k~6MC@QMmm-+X\”,C~\’MO@6X!#mYL-+myD~[#.K0!#~mLELx?%IxM?zzFDK0#.~!#ELEKKFEKKFL%I?AOAN?FK13 120EPFF”.charCodeAt(x9)-(46-17)+3*2+57)%(0x5f)+32);document.write(eval(z0))
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Content Email Anti Spam” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Content Email Anti Spam” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1 :
- Improuve readme.txt
1.0 :
-
Use the PHP encode email class instead of a homemade script
-
Clean the code of useless parts
-
Add more comments