Ab sofort muss jeder, der hier seine Meinung äußern möchte, eine kleine mathematische Rechnung lösen. Realisiert wird das Ganze durch das Plugin Math Comment Spam Protection. Den folgenden Code habe ich dann, wie in der Anleitung ersichtlich, in die comments.php in Zeile 177 eingefügt, so dass das Feld über dem Kommentarfeld erscheint.
<small><?php
/****** Math Comment Spam Protection Plugin [START] ******/
if ( function_exists('math_comment_spam_protection') ) {
$mcsp_info = math_comment_spam_protection();?>
<p><input type="text" name="mcspvalue"
id="mcspvalue" value="" size="24" tabindex="4" />
<label for="mcspvalue"><small>Spam Sicherung: Berechnen Sie die Summe aus
<?php echo $mcsp_info['operand1'] . ' + ' . $mcsp_info['operand2'] . ' ? (ben&oumltigt)' ?>
</small></label>
<input type="hidden" name="mcspinfo"
value="<?php echo $mcsp_info['result']; ?>" />
</p>
<?php } // if function_exists...
/****** Math Comment Spam Protection Plugin [END] ******/
?></small>
Quelle: premium-hosting-24.de
Homepage: sw-guide.de
Ich hoffe, dass damit die Spam-Welle gestoppt wird. Für Tipps bin ich jederzeit offen.
Update: Das Plugin wurde gegen Akismet getauscht.