Spamblocker support please
-
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
- The topic ‘Spamblocker support please’ is closed to new replies.