WordPress de SPAM Yorumları Engelleme

Math Comment Spam Protection adlı eklenti yorum için kullanıcıya matematiksel sorular yöneltiyor.Böylece spam botları önlemiş oluyoruz

Eklentiyi Buradan indirin ve kurun daha sonra altta belitriğim kodu yorum sayfasında yorum kutucuğunun altına gelecek şekilde koyun.

 

Comments.php ye eklemeniz gereken kod

<?php if ( function_exists('math_comment_spam_protection') ) {
$mcsp_info = math_comment_spam_protection();
?> <p><input type="text" name="<?php echo $mcsp_info['fieldname_answer'] ?>" id="<?php
echo $mcsp_info['fieldname_answer'] ?>" value="" size="22" tabindex="4" />
<label for="<?php echo $mcsp_info['fieldname_answer'] ?>">Spam protection: Sum
of <?php echo $mcsp_info['operand1'] . ' + ' . $mcsp_info['operand2'] . ' ?'
?></label>
<input type="hidden" name="<?php echo $mcsp_info['fieldname_hash'] ?>" value="<?php
echo $mcsp_info['result']; ?>" />
</p>

<?php } // if function_exists... ?>

 

 

Yorum yapın