1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Restricting the Number of Submissions per IP Address

Discussion in 'C#' started by Liz NoBullMortgage, Aug 22, 2006.

  1. #1
    I have a spammer attacking my ASP contact forms on my website. They're just a really basic ASP form using CDO. My host suggested that I redesign the forms to not allow more than a specified number of submissions per IP address. Does anyone know how to do that? Or have a better suggestion?
     
    Liz NoBullMortgage, Aug 22, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    ludwig, Aug 22, 2006 IP
  3. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    depending on your software and forms, you might also think about incorporating an image captcha into your form. google "captcha" or even search on here for it and you'll find alot of ways this is used - but i've seen it work effectively many times not only on my own personal sites but on some sites that i have designed or maintained for other people.

    This is only effective if you've got spammers that are spamming your site programmatically, however. If you've got spammers that are going in and manually submitting your forms, then you're SOL as far as captcha's being of any benefit whatsoever. If this is the case, IP restrictions might come in handy, that is, if they're hitting it from the same IP repeatedly, which I have found, nowadays, they're not. Nowadays, they're running a script, spoofing their IP, hitting your forms over and over with different IP addresses each time... in which case an image captcha is your best bet.

    HTH

    vg
     
    vectorgraphx, Aug 22, 2006 IP
  4. Liz NoBullMortgage

    Liz NoBullMortgage Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, I think I'll try the CAPTCHA method!
     
    Liz NoBullMortgage, Aug 23, 2006 IP
  5. rooneydavid

    rooneydavid Guest

    Messages:
    67
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You should also check and see if the CAPTCHA has a counter to block x number of wrong submitted CAPTCHA inputs. And have a redirect to set to take them to a diffrent page when it is reached.
     
    rooneydavid, Aug 24, 2006 IP