This is a sample how to handle i18n-webpages with phpCMS version 1.2.x.
To read more on the functions, switch to "HowTo".
Have fun with phpCMS!
phpMail2Crypt
SPAM protection trough automatic „encryption” of E-Mail Addresses.
NEW! phpMail2Crypt now works without PAX! NEW!
phpMail2Crypt uses a combination of different techniques to make collecting email-adresses more difficult for the so-called 'Spambots'.
- JavaScript en- and decryption
- ASCII- en- and decryption
- image-file
- Server sided en- and decryption
Sure there is no 100% protection against Spambots. But phpMail2Crypt will make their life much harder!
An easy example:
- Step 1: write email adress in content-file:
<!-- MAILCRYPT nospam@phpcms.de -->
-
Step 2: automatic change:
- <script type="text/javascript" ><!--//--><![CDATA[//><!--
showmail( "87889289748641898189768692237778")
//--><!]]></script> -
Step 3: Output in browser:
- Variant A: <!-- MAILCRYPT nospam@phpcms.de -->
Output:
- Variant B: <!-- MAILCRYPT nospam@phpcms.de,Mail me -->
Output:
- Variant C: <!-- MAILCRYPT nospam@phpcms.de,Mail me,icon -->
Output:
- <noscript> nospam
phpcms.de
If "Mail2Crypt" is switched of in GUI, E-Mail addresses are displayed normal in he browser.