Welcome to the phpCMS demo: simple i18N

This is a sample how to handle i18n-webpages with phpCMS version 1.2.x.

Under the menu you can switch to the same site in a different language, if the correspondenting page is available.

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'.

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.