War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 06-19-2009, 04:35 PM   #1
Advanced Warrior
War Room Member
 
Johnathan's Avatar
 
Join Date: Dec 2008
Posts: 694
Thanks: 213
Thanked 54 Times in 48 Posts
Default *easy* way to stop bullentin board spam (free!)

Ok,

I've seen a few posts of people asking how to stop forum spam, it's really quite simple, so thought I'd post a solution.

If you are using any of the 'popular' forum solutions (i.e., phpBB, vbBulletin), most spammers will find a way to spam it, because it is mass results for little effort. (I.e., they only need to figure out once how to spam a single phpBB install, then can literally do 1000's in seconds). This includes common 'captcha' techniques. (So you can even get spammed even if you have captcha).

So to circumvent that, since most bb installs are via php, simply do this.

1. Create a 'challenge-response' question. I.e., like "What is 5+5?"

2. Add an extra field where a user signs up (or makes a post), something like "Secret Answer". So your HTML would be something like:
<input type=textbox name=secretanswer></text>

3. Then, (this requires a 'little' bit of programming, so if you don't know how, get a friend to do it for you). Simply go in the php code, find out where the 'post' is made, and then add a line like this:

if($_REQUEST["secretanswer"]!="10") { echo "Wrong Answer! Please try again!"; exit; }

And voila!

No more spam!

Most spammers won't bother to actually visit your site and reprogram their software to answer '10' to your question, so now for the most part you just have real humans!
Johnathan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Johnathan For This Useful Post:
Old 06-19-2009, 04:37 PM   #2
Hair Club For Men Member
War Room Member
 
KenStrong's Avatar
 
Join Date: Nov 2005
Location: Seattle, WA, USA.
Posts: 2,884
Blog Entries: 1
Thanks: 287
Thanked 233 Times in 140 Posts
Social Networking View Member's FaceBook Profile 
Contact Info
Send a message via Skype™ to KenStrong
Default Re: *easy* way to stop bullentin board spam (free!)

Quote:
Originally Posted by Johnathan View Post
1. Create a 'challenge-response' question. I.e., like "What is 5+5?"
What if they don't know the answer?

Thanks for this, looks good!

KenStrong is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2009, 04:38 PM   #3
Advanced Warrior
War Room Member
 
Johnathan's Avatar
 
Join Date: Dec 2008
Posts: 694
Thanks: 213
Thanked 54 Times in 48 Posts
Default Re: *easy* way to stop bullentin board spam (free!)

Quote:
Originally Posted by KenStrong View Post
What if they don't know the answer?

Thanks for this, looks good!
Lol, then are you sure you want *that* kind of user making a post on your site?
Johnathan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
board, bullentin, easy, free, spam, stop

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 08:03 AM.