Wenn Sie diese Seite sehen, läuft der Parser!
Sie können in den Menüs auf die anderen Seiten wechseln
Viel Spaß mit phpCMS!
phpMail2Crypt
SPAM Schutz durch automatische „Verschlüsselung” von E-Mail Adressen.
NEU! phpMail2Crypt arbeitet jetzt auch ohne PAX! NEU!
phpMail2Crypt verwendet eine Kombination verschiedener Techniken, um es sogenannten Spambots zu erschweren, E-Mail Adressen zu sammeln.
JavaScript Ver- und Entschlüsselung
ASCII-Verschlüsselung
Bild-Datei
Serverseitige Ver- und Entschlüsselung
Zwar kann es keinen 100%igen Schutz gegen Spambots geben. Mit phpMail2Crypt machen Sie ihnen das Leben aber erheblich schwerer!
Einfaches Beispiel:
Schritt 1: E-Mail Adresse in Content Datei schreiben:
<!-- MAILCRYPT nospam@phpcms.de -->
Schritt 2: Automatische Umwandlung:
<script type="text/javascript" ><!--//--><![CDATA[//><!--
showmail( "87889289748641898189768692237778")
//--><!]]></script>
Schritt 3: Ausgabe im Browser:
Variante A: <!-- MAILCRYPT nospam@phpcms.de -->
Ausgabe: nospam
phpcms.de
Variante B: <!-- MAILCRYPT nospam@phpcms.de,Schreib mir -->
Ausgabe: Schreib mir (nospam
phpcms.de)
Variante C: <!-- MAILCRYPT nospam@phpcms.de,Schreib mir,icon -->
Ausgabe: Schreib mir
(nospam
phpcms.de)
<noscript> nospam phpcms.de
Ist "Mail2Crypt" im GUI ausgeschaltet, werden E-Mail Adressen normal im Text dargestellt.
echo "Browser: $HTTP_USER_AGENT \n";
echo "IP-Nummer: $REMOTE_ADDR \n";
if ( isset ($REMOTE_HOST) )
echo "Rechner-Name: $REMOTE_HOST \n";
echo "SCRIPT_FILENAME: ".$SCRIPT_FILENAME." \n";
echo "SCRIPT_NAME: ".$SCRIPT_NAME." \n";
echo "QUERY_STRING: ".$QUERY_STRING." \n";
echo "PATH_INFO: ".$PATH_INFO." \n";
echo "PATH_TRANSLATED: ".$PATH_TRANSLATED." \n";
echo "Testvariable: ".$test." \n";
?>
PAX demo output:
PHP License
PHP is free software; you can redistribute it and/or modify it under the terms of the PHP License as published by the PHP Group and included in the distribution in the file: LICENSE
PHP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.