I need help to block spam messages
am 01.11.2007 09:08:01 von shror
Help me please in blocking spammer from sending me daily about 30
email from my website php mail() form its link is
http://beachtoursegypt.com/booking-form.htm
I don't know how to protect it from the spammers use I tried to take a
look at the CAPTCHA but I was lost, any ideas on how to fix this issue
will be really appreciated.
shror
Re: I need help to block spam messages
am 01.11.2007 09:18:45 von petersprc
Hi,
Give this captcha a try:
http://www.white-hat-web-design.co.uk/articles/php-captcha.p hp
Regards,
John Peters
On Nov 1, 3:08 am, shror wrote:
> Help me please in blocking spammer from sending me daily about 30
> email from my website php mail() form its link ishttp://beachtoursegypt.com/booking-form.htm
> I don't know how to protect it from the spammers use I tried to take a
> look at the CAPTCHA but I was lost, any ideas on how to fix this issue
> will be really appreciated.
>
> shror
Re: I need help to block spam messages
am 01.11.2007 17:22:42 von colin.mckinnon
On 1 Nov, 08:18, petersprc wrote:
> Hi,
>
> Give this captcha a try:
>
> http://www.white-hat-web-design.co.uk/articles/php-captcha.p hp
>
>
> On Nov 1, 3:08 am, shror wrote:
>
> > Help me please in blocking spammer from sending me daily about 30
> > email from my website php mail() form
You can't add security to a system: it's got to be part of the system
(by all means use a captcha, but make sure you know how to
authenticate it in your own code).
Read this: http://www.securephpwiki.com/index.php/Email_Injection
C.