|
|
 |
RE: FN-FORUM: form spam block
date posted 4th September 2006 13:55
In that case, and if you're using PHP, try something like;
//prevent email strings
if((strpos($name, [EMAIL REMOVED] || strlen($email)>50 || strlen($name)>30 )
die();
At least they'll have to do every individual email by hand rather than
loading the email field with addresses.
kind regards
Paul Bryant
http://webdesignSME.co.uk
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
[EMAIL REMOVED]
Sent: 04 September 2006 13:38
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: form spam block
> I did that with my site's contact form but I STILL
> get spam from Chinese sites. Maybe they're
> doing it by hand!
Craig,
I just had a look at your contact form and although your challenge-response
looks like the example, your site actually drops a plain (i.e. screen
readable) piece of text over a coloured background, instead of generating a
complete image with the text embedded (i.e. not screen readable).
Your form is still easily crackable by a slightly modified script engine
(unfortunately).
It wouldn't surprise me if there are people who get paid to send spam mails
via forms though!
HTH
Edward
--
Emissary Consulting
www.emissary-consulting.co.uk
--
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|