Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 04-26-2007, 02:26 AM
Contributing Member
Latest Blog:
None

 
Join Date: 09-07-06
Posts: 76
iTrader: 0 / 0%
Prevent spam via contact form

I´m getting spam via my contact form on my website. Do you know how to prevent this?
 
Reply With Quote
  #2 (permalink)  
Old 04-26-2007, 05:55 AM
kos's Avatar
kos kos is offline
Coding Tiger
Latest Blog:
Happy New Year 2013

 
Join Date: 04-13-07
Location: .ro
Posts: 4,030
iTrader: 3 / 100%
consider these posibilities:

- beeing the site owner, your spammed e-mail is admin@..., webmaster@..., contact@..., office@...and so on; these are easy to guess;
- maybe your e-mail address is beeing shown elsewhere on your site;
- check if you use "mailto:youremailaddress@..." on your forms;
 
Reply With Quote
  #3 (permalink)  
Old 05-06-2007, 02:34 AM
Contributing Member
Latest Blog:
None

 
Join Date: 09-07-06
Posts: 76
iTrader: 0 / 0%
Quote:
Originally Posted by costin_trifan View Post
consider these posibilities:

- beeing the site owner, your spammed e-mail is admin@..., webmaster@..., contact@..., office@...and so on; these are easy to guess;
- maybe your e-mail address is beeing shown elsewhere on your site;
- check if you use "mailto:youremailaddress@..." on your forms;


This is not the problem. The problem is that a robot uses my contact form to send me spam. How can i prevent the robot from sending me spam?
 
Reply With Quote
  #4 (permalink)  
Old 05-06-2007, 07:14 AM
kos's Avatar
kos kos is offline
Coding Tiger
Latest Blog:
Happy New Year 2013

 
Join Date: 04-13-07
Location: .ro
Posts: 4,030
iTrader: 3 / 100%
...searching the web to find a list of all bad bots;
After that add in your robots.txt as follows:

User-agent: http://www.almaden.ibm.com/cs/crawler
Disallow: /

User-agent: NPBot
Disallow: /

User-agent: TurnitinBot
Disallow: /

User-agent: EmailCollector
Disallow: /

User-agent: EmailWolf
Disallow: /

User-agent: CopyRightCheck
Disallow: /

User-agent: Black Hole
Disallow: /

User-agent: Titan
Disallow: /

User-agent: NetMechanic
Disallow: /

User-agent: CherryPicker
Disallow: /

User-agent: EmailSiphon
Disallow: /

User-agent: WebBandit
Disallow: /

User-agent: Crescent
Disallow: /

User-agent: NICErsPRO
Disallow: /

User-agent: SiteSnagger
Disallow: /

User-agent: ProWebWalker
Disallow: /

User-agent: CheeseBot
Disallow: /

User-agent: ia_archiver
Disallow: /

User-agent: ia_archiver/1.6
Disallow: /

User-agent: Teleport
Disallow: /

User-agent: TeleportPro
Disallow: /

User-agent: Wget
Disallow: /

User-agent: MIIxpc
Disallow: /

User-agent: Telesoft
Disallow: /

User-agent: Website Quester
Disallow: /

User-agent: WebZip
Disallow: /

User-agent: moget/2.1
Disallow: /

User-agent: WebZip/4.0
Disallow: /

User-agent: Mister PiX
Disallow: /

User-agent: WebStripper
Disallow: /

User-agent: WebSauger
Disallow: /

User-agent: WebCopier
Disallow: /

User-agent: NetAnts
Disallow: /

User-agent: WebAuto
Disallow: /

User-agent: TheNomad
Disallow: /

User-agent: WWW-Collector-E
Disallow: /

User-agent: RMA
Disallow: /

User-agent: libWeb/clsHTTP
Disallow: /

User-agent: asterias
Disallow: /

User-agent: httplib
Disallow: /

User-agent: turingos
Disallow: /

User-agent: spanner
Disallow: /

User-agent: InfoNaviRobot
Disallow: /

User-agent: Harvest/1.5
Disallow: /

User-agent: Bullseye/1.0
Disallow: /

User-agent: Mozilla/4.0 (compatible; BullsEye; Windows 95)
Disallow: /

User-agent: Crescent Internet ToolPak HTTP OLE Control v.1.0
Disallow: /

User-agent: CherryPickerSE/1.0
Disallow: /

User-agent: CherryPickerElite/1.0
Disallow: /

User-agent: WebBandit/3.50
Disallow: /

User-agent: DittoSpyder
Disallow: /

User-agent: SpankBot
Disallow: /

User-agent: BotALot
Disallow: /

User-agent: lwp-trivial/1.34
Disallow: /

User-agent: lwp-trivial
Disallow: /

User-agent: Wget/1.6
Disallow: /

User-agent: BunnySlippers
Disallow: /

User-agent: URLy Warning
Disallow: /

User-agent: Wget/1.5.3
Disallow: /

User-agent: LinkWalker
Disallow: /

User-agent: cosmos
Disallow: /

User-agent: moget
Disallow: /

User-agent: hloader
Disallow: /

User-agent: humanlinks
Disallow: /

User-agent: LinkextractorPro
Disallow: /

User-agent: Offline Explorer
Disallow: /

User-agent: Mata Hari
Disallow: /

User-agent: LexiBot
Disallow: /

User-agent: Web Image Collector
Disallow: /

User-agent: The Intraformant
Disallow: /

User-agent: True_Robot/1.0
Disallow: /

User-agent: True_Robot
Disallow: /

User-agent: BlowFish/1.0
Disallow: /

User-agent: JennyBot
Disallow: /

User-agent: MIIxpc/4.2
Disallow: /

User-agent: BuiltBotTough
Disallow: /

User-agent: ProPowerBot/2.14
Disallow: /

User-agent: BackDoorBot/1.0
Disallow: /

User-agent: toCrawl/UrlDispatcher
Disallow: /

User-agent: WebEnhancer
Disallow: /

User-agent: TightTwatBot
Disallow: /

User-agent: suzuran
Disallow: /

User-agent: VCI WebViewer VCI WebViewer Win32
Disallow: /

User-agent: VCI
Disallow: /

User-agent: Szukacz/1.4
Disallow: /

User-agent: QueryN Metasearch
Disallow: /

User-agent: Openfind data gathere
Disallow: /

User-agent: Openfind
Disallow: /

User-agent: Xenu's Link Sleuth 1.1c
Disallow: /

User-agent: Xenu's
Disallow: /

User-agent: Zeus
Disallow: /

User-agent: RepoMonkey Bait & Tackle/v1.01
Disallow: /

User-agent: RepoMonkey
Disallow: /

User-agent: Zeus 32297 Webster Pro V2.9 Win32
Disallow: /

User-agent: Webster Pro
Disallow: /

User-agent: EroCrawler
Disallow: /

User-agent: LinkScan/8.1a Unix
Disallow: /

User-agent: Kenjin Spider
Disallow: /

User-agent: Keyword Density/0.9
Disallow: /

User-agent: Cegbfeieh
Disallow: /

This is a small list
you can add more
 
Reply With Quote
  #5 (permalink)  
Old 05-09-2007, 04:26 AM
Member
Latest Blog:
None

 
Join Date: 02-22-07
Posts: 42
iTrader: 0 / 0%
put a simple check box like:

check here if you are a human

and make that verify...or use a catchpa
 
Reply With Quote
  #6 (permalink)  
Old 05-10-2007, 04:29 AM
Contributing Member
Latest Blog:
None

 
Join Date: 09-07-06
Posts: 76
iTrader: 0 / 0%
Quote:
Originally Posted by jesse1 View Post
put a simple check box like:

check here if you are a human

and make that verify...or use a catchpa
I used the checkbox, i still got spam
 
Reply With Quote
  #7 (permalink)  
Old 05-10-2007, 05:28 AM
Ferre's Avatar
No Longer Active
Latest Blog:
None

 
Join Date: 10-15-03
Location: Amsterdam, Netherlands
Posts: 6,908
iTrader: 0 / 0%
Since a while I use this form here:

http://green-beast.com/blog/?page_id=71

No spam gets through in my experience. And there's a 'wordpress plugin' version too.
 
Reply With Quote
  #8 (permalink)  
Old 05-11-2007, 01:40 PM
Junior Member
 
Join Date: 05-04-07
Location: WI
Posts: 20
iTrader: 0 / 0%
Good old form spam.

I did a cheeze CAPTCHA with a static image, server side verified the response
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spam-free contact form? devilzfan300 Coding Forum 9 05-27-2007 10:16 PM
Contact Form and Go To Url Question popstalin Coding Forum 2 02-07-2007 09:36 AM
Free spam blocking contact form? devilzfan300 Coding Forum 7 12-09-2006 09:42 AM
Help me with a better contact form andreeam Coding Forum 4 11-18-2006 12:56 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:56 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.