Jump to content

Invision Power Board Spam counter measure


proskater123

Recommended Posts

I have forums set up using Invision power board. It seems to be hit with tons of spam every hour. Is there a way that will minimize the amount of spam posted. I am already using email validation and captchas but it seems as though there are still ones getting through and posting.

And ideas or known ways of stopping spam using Invision Power Board?

Link to comment
Share on other sites

We still seem to get spam here from time to time, so I think there is no definate way to block it, but one thing you can do is get an ip blacklist and apply it to your site. That should minimize some issues, but a live person will always find a way to spam you if they want to.

http://www.forumblacklist.com/blacklist.htm

I take a list like that and edit it to an htaccess file and use "deny from ipxx.xx.xx.*" whatever, and block them all.

http://www.twistedpairrecords.com/digip/forums_deny.txt

Example htaccess block code:

<Limit GET HEAD POST>
Options -Indexes
order deny,allow
deny from 65.7.165.209
</Limit>

I even have rules in my own(not using the above links) that block whole legs by country and ISP's. Mainly from Russia and China, and other larger spam networks that visit my blog.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...