combating form spam on non php servers

Discussion in 'Programming' started by premiermassage, Oct 17, 2006.

  1. #1
    We have been receiving 100s of form spam even on validated forms. I know there is an image validation php script that works unfortunately I am not much of a programmer and some of our sites run on servers that do not support php.

    Could we disallow this file or folder in our robots.txt? Is there another work-around that anyone is aware of?

    All fields are required, email field is validated but the bots have found a way around that.

    thanks
     
    premiermassage, Oct 17, 2006 IP
  2. streety

    streety Peon

    Messages:
    321
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I seriously doubt anything in the robots.txt file will stop a malicious bot.

    Although not as good as image verification you may get some success by posing a question and then checking the response. Something like 'whats 2 + 2?' or 'are you human or machine?' may work. You'll probably need to change it regularly but it is an approach I've seen used elsewhere with some success.
     
    streety, Oct 17, 2006 IP