Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

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

Sponsored Reviews   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-26-2007, 02:26 AM   #1 (permalink)
Contributing Member
 
Join Date: 09-07-06
Posts: 68
iTrader: 0 / 0%
Latest Blog:
None

John M is liked by many
Prevent spam via contact form

I´m getting spam via my contact form on my website. Do you know how to prevent this?
John M is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-26-2007, 05:55 AM   #2 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,960
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
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;
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-06-2007, 02:34 AM   #3 (permalink)
Contributing Member
 
Join Date: 09-07-06
Posts: 68
iTrader: 0 / 0%
Latest Blog:
None

John M is liked by many
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?
John M is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-06-2007, 07:14 AM   #4 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,960
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
...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
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-09-2007, 04:26 AM   #5 (permalink)
Inactive
 
Join Date: 02-22-07
Posts: 43
iTrader: 0 / 0%
Latest Blog:
None

jesse1 is liked by many
put a simple check box like:

check here if you are a human

and make that verify...or use a catchpa
jesse1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-10-2007, 04:29 AM   #6 (permalink)
Contributing Member
 
Join Date: 09-07-06
Posts: 68
iTrader: 0 / 0%
Latest Blog:
None

John M is liked by many
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
John M is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-10-2007, 05:28 AM   #7 (permalink)
v7n Mentor
 
Ferre's Avatar
 
Join Date: 10-15-03
Location: Amsterdam, Netherlands
Posts: 11,519
iTrader: 0 / 0%
Ferre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster materialFerre is supreme webmaster material
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.
__________________
First Universal Church of Kantheism
Cannabis Ministry Amsterdam
I am selling this space for all the doughnuts in Doughnutopia
Ferre is online now  
Add Post to del.icio.us
Reply With Quote
Old 05-11-2007, 01:40 PM   #8 (permalink)
Junior Member
 
Join Date: 05-04-07
Location: WI
Posts: 20
iTrader: 0 / 0%
Latest Blog:
None

Mad Myche is a jewel in the roughMad Myche is a jewel in the roughMad Myche is a jewel in the roughMad Myche is a jewel in the roughMad Myche is a jewel in the roughMad Myche is a jewel in the rough
Good old form spam.

I did a cheeze CAPTCHA with a static image, server side verified the response
Mad Myche is offline  
Add Post to del.icio.us
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

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

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 10:36 AM
Free spam blocking contact form? devilzfan300 Coding Forum 7 12-09-2006 10:42 AM
Help me with a better contact form andreeam Coding Forum 4 11-18-2006 01:56 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 07:13 AM.
© Copyright 2008 V7 Inc