Idee / Idea: Einfacher Spamschutz / Simple Spam protection

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Idee / Idea: Einfacher Spamschutz / Simple Spam protection

Post by tinoo »

Hallo

Ein Lösungsansatz für einen simplen Spam-Schutz im Gästebuch:

- Im Gästebuch ein weiteres Feld einfügen, z.B. securitycode
- Im Gästebuch-Skript eine Abfrage einfügen, die überprüft,
ob der Inhalt des Feldes mit dem manuell und individuell
vorgegeben Code übereinstimmt, ähnlich einer Überprüfung
der Emailadresse...
- Kleine Grafik mit dem Code erzeugen, die Zahlen aber
captcha-ähnlich verändern und neben dem Feld anzeigen

Jetzt brauch ich nur noch jemanden, der das Gästebuch um die
entsprechende Abfrage erweitern kann... ;-)

Ergänzung: Der Code kann natürlich auch eine Frage sein, z.B. Welche
Farbe hat Milch. Die Antwort wäre dann weiss, und nur wenn die
Antwort stimmt, wird der Eintrag in die Datenbank angenommen,
ansonsten kommt die Standard-Fehlermeldung "Bitte alle Felder
ausfüllen" oder so ähnlich...

----------------------------------------------------------------------
A simple idea for a spam protection for the guestbook/comment:

- insert another input field, called securitycode in the guestbook
form
- extend the script with a simple check, if the field content is equal
to the manually and individually defined code(*). ( IF securitycode
= code, THEN accept entry, ELSE show error message). "Code"
can be changend by every phpwcms-Administrator by editing the
script file
- create a graphic containing the code, but modified in captcha-style
and show the grafic beside the input field

Sounds simple - i just need someone who can create the piece
of phpcode...

Addition: Code can be a question as well, for example "What's the color
of milk?". The right answer would be "white" and only if the
answer matches, the guestbook entry will be stored in the
database...

----------------------------------------------------------------------

Was denkt ihr darüber / What do you think about this idea?
Greetz, tinoo
Post Reply