Beschreibung
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))
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„Content Email Anti Spam“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Content Email Anti Spam“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
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