Skip navigation
NeoGen Hawk
Currently Being Moderated

Spam from Contact Page

Sep 21, 2012 2:14 AM

Hi all,

 

I have the following contact form http://www.nick-lawrence.co.uk/contact_us.html trouble is I have just started to recieve bogus/spam submissions from it, what is an easyish way to minimise the risk of this?

 

Many thanks

 

 

 

Nick

 
Replies
  • Currently Being Moderated
    Sep 21, 2012 5:29 AM   in reply to NeoGen Hawk

    Well, if the spam is automated/scripted, the most common approach is to use a CAPTCHA to make sure the submissions are from a human.  (I cannot see your website, as my workplace is blocking it.)

     

    If you have your email address on the page, no matter how you try to obfuscate it, the 'bots will get it and add it to lists.  Remove it.

     

    ^_^

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 5:50 AM   in reply to NeoGen Hawk

    I don't see your email address visible anywhere on your site. What I'm wondering is if there is a photography directory somewhere that lists your contact info, including the email address. If so, that may be how spammers have gotten it. Still, if you think the spam is being generated only from your site, then implement a CAPTCHA as suggested.

     

    Chris

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 6:10 AM   in reply to NeoGen Hawk

    Look around (try cflib.org) for a CF CAPTCHA.  I found one for PHP, it's awesome and easy to set up.

     

    ^_^

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 7:15 AM   in reply to NeoGen Hawk

    A) Don't take it personally, and B) there is nothing that can be done about it.  My employer is the US Gov't and they block just about anything that isn't necessary for us to do our job. 

     

    ^_^

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 8:57 AM   in reply to NeoGen Hawk

    Captchas are not friendly to humans and should really only be used as a last resort.  I prefer to use a hidden field (honeypot) to bait & catch spambots. 

     

    The hidden form field is not visible to humans.  But spambots are stupid.  They auto fill any field they encounter.  So if the hidden field is completed, my script flags it as spam and doesn't execute. 

     

    <input type="text" name="nospam" value="" style="display:none" />

     

    There are no risks associated with this method and it's much kinder to your human visitors who never see it.

     

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 21, 2012 9:39 AM   in reply to Nancy O.

    Interesting.  I'll have to give that method a shot.

     

    ^_^

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 23, 2012 10:40 AM   in reply to NeoGen Hawk

    You need a script that can identify your hidden field and flag/stop spammers.

     

    Formm@ailer PHP from DB Masters

    http://dbmasters.net/index.php?id=4

     

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points