Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP - anti bot checking?

Reply
Thread Tools

ASP - anti bot checking?

 
 
.
Guest
Posts: n/a
 
      09-03-2010
Hello, would anyone recommend the best / easiest way of implementing a bot
checker? I've heard of CAPTCHA, session length timers, random 2 numbers to
add, etc... any more effective and easier than the others?


 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      09-03-2010
.. wrote on 03 sep 2010 in microsoft.public.inetserver.asp.general:

> Hello,


Wow, anonymous, this is not a telephone,


> would anyone recommend the best / easiest way


No, I hope not.

"best" and "easiest" are subjective in programming,
so my "best" and "easiest" and your "best" and "easiest" programming
cannot and should not be the same.

> of implementing a bot checker?


Easiest == shortest code?

> I've heard of CAPTCHA, session length timers, random 2
> numbers to add, etc... any more effective and easier than the others?


What bots do you want to check and why?
What do you mean by "bots", "crawlers" perhaps?

What would you do with the results of your "check",
publish them or put them in a database or change the page,
or do you really mean "bot-stopper"?

It the latter, do you want to stop google-bot too?

Do you want to do this, whatever it is that you want to do, serverside?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
 
Dooza
Guest
Posts: n/a
 
      09-03-2010
On 03/09/2010 01:09, . wrote:
> Hello, would anyone recommend the best / easiest way of implementing a bot
> checker? I've heard of CAPTCHA, session length timers, random 2 numbers to
> add, etc... any more effective and easier than the others?


To prevent form-bots from automatically submitting data I use the
honeypot method.

In my form I have 2 additional fields, one with a known value, and one
with no value. These form fields are in a div hidden by css. This is to
allow screen readers the chance to understand what these fields are for.
The label will tell the user what to do if they come across them.

Then on the processing script I will only send the form data if the
empty field is empty, and the known field is as expected.

This works because most form-bots fill in all fields they find with
random information.

Obviously this doesn't get around users who are paid to submit spam in
forms, there is nothing you can do to stop these.

The method I have been using has worked successfully on many sites over
the last 10 years that I have worked on.

Dooza
 
Reply With Quote
 
 
 
Reply

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
free anti virus,anti spam, anti spyware softwares softwareengineer2006@gmail.com Computer Support 0 04-07-2006 10:58 AM
Microsoft's latest anti-virus / anti-spyware software Mark Rae ASP .Net 0 03-07-2006 12:17 PM
Dont use Microsoft Anti-Spyware if running Norton Anti-Virus -sigh- Trax Computer Support 1 02-12-2006 03:30 AM
SWsoft Acronis Disk Director Suite 9.0 Build 508, Acronis OS Selector 8.0 Build 917, Acronis Partition Expert 2003 Build 292, Acronis Power Utilities 2004 Build 502, F-SECURE.ANTI vIRUS.PROXY v1.10.17.WINALL, F-SECURE.ANTI vIRUS v5.50.10260 for CITRI vvcd Computer Support 0 09-25-2004 01:38 AM
Anti-spyware, anti-adware programs Dimetric Houston Computer Information 27 06-14-2004 10:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57