Forums

Spamblocker support please (3 posts)

  1. Boo_77
    Member
    Posted 11 months ago #

    I have that maths spam blocker on but just the other week noticed that I was getting spam on anything that had sexual references in them. I don't mean actual references. The title of my last couple of posts have had the word "come" or "house wife" in them and they're like spam magnets.

    Anyway, just installed JSSpamblock and I'm having trouble.

    If I leave a comment it goes right through.

    But I asked my husband sitting next to me to comment and that hasn't come through, yet in the mean time, three spam have.

    I did the comments.php thing, this is the section I added it to. I am still new but think I did the right thing.

    `<?php endif; ?>

    <p><small>XHTML: You can use these tags: <?php echo allowed_tags(); ?></small></p>

    <p><textarea name="comment" id="comment" rows="10" cols="75" tabindex="4"></textarea>
    </p>

    <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
    <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    </p>
    <?php do_action('comment_form', $post->ID); ?>
    <?php jsspamblock_doform(); ?>
    </form>`

    Could someone please help me sort this out???

    Thanks

  2. Gangleri
    Member
    Posted 11 months ago #

    I use Bad Behavior in combination with JSS Spamblock and I never get any spam and I didn't have to modify any files.

  3. Chris_K
    Administrator
    Posted 11 months ago #

    See also: Combating_Comment_Spam in the docs section.

Reply

You must log in to post.

About this Topic