Projekt

Allgemein

Profil

GX-Feature #69982

Von Till Tepelmann vor mehr als 1 Jahr aktualisiert

AntiSpam Bot Mechanik implentieren um Spam über das Kontaktforumlar und Fragen zum Produkt zu vermeiden schützen 

 Aktuelle reCaptcha und Honeypot können von SpamBots überlistet werden. Eine Methode die Bots zu hindern Formulare auszufüllen ist eine Kombination aus PHP und JavaScript wo ein Hidden Feld ausgefüllt werden muss, was eine Challange im JavaScript berechnet und dann vergleicht. Diese Challange wird per JavaScript aber erst nach ein paar Sekunden auf der Seite automatisch in das versteckte Feld eingefügt, sodass man die Seite erst ein paar Sekunden geöffnet haben muss um das Formular abzusenden. 
 Was bei normalen Besuchern kein Problem ist und für SpamBots die kein JavaScript ausführe gehts gar nicht, sodass effektiv daran gehindert wird das Formular abzusenden. 

 --------- 

 Implemented AntiSpam Bot mechanism to protect from spam via contact forumlar and questions about the product. 

 Current reCaptcha and Honeypot can be outwitted by SpamBots. One method to prevent the bots from filling out forms is a combination of PHP and JavaScript where a hidden field has to be filled out, which calculates and then compares a challange in the JavaScript. This challange is automatically inserted into the hidden field by JavaScript after a few seconds on the page, so you need to have the page open for a few seconds to submit the form. 
 This is not a problem for normal visitors, but for spam bots that don't run JavaScript it doesn't work at all, effectively preventing them from submitting the form.

Zurück