Morvagor's Blog

established 2009

Hallo, mein Name ist Thomas und ich blogge hauptsächlich über Games, Videos und andere Themen, die mich interessieren.

Home > Blog > Anti-Spam für WordPress

Anti-Spam für WordPress

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>&lt;?php
/****** Math Comment Spam Protection Plugin [START] ******/
if ( function_exists('math_comment_spam_protection') ) {
  $mcsp_info = math_comment_spam_protection();?&gt;
  &lt;p&gt;&lt;input type="text" name="mcspvalue"
    id="mcspvalue" value="" size="24" tabindex="4" /&gt;
  &lt;label for="mcspvalue"&gt;&lt;small&gt;Spam Sicherung: Berechnen Sie die Summe aus
  &lt;?php echo $mcsp_info['operand1'] . ' + ' . $mcsp_info['operand2'] . ' ? (ben&amp;oumltigt)' ?&gt;
  &lt;/small&gt;&lt;/label&gt;
  &lt;input type="hidden" name="mcspinfo"
  value="&lt;?php echo $mcsp_info['result']; ?&gt;" /&gt;
  &lt;/p&gt;
&lt;?php } // if function_exists...
/****** Math Comment Spam Protection Plugin [END] ******/
?&gt;</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.

Autor: Thomas

Mein Name ist Thomas und ich blogge hauptsächlich über Software, Videos und andere Themen, die mich interessieren. Ihr könnt gerne meinen Feed abonnieren oder mir auf Twitter folgen.

Hinterlasse eine Antwort

Pflichtfelder sind mit * markiert.

*