Author |
Message |
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#1 · Posted: 8 May 2006 07:38 · Edited by: Vishal P. Rao
I had been searching for a long long time for scripts that major sites have installed to prevent form spamming - those "enter the code" you see in image types. Finally I found it and installed on my sites, phew!
The problem actually was the keyword to use to search for such scripts. After much browsing, I found that they are called "Captcha Scripts".
Although there are not much free good ones, the one that impressed me most was at :
http://www.phpcaptcha.org/
It's pretty simple to use (with little programming knowledge of course) but your web host should be able to support the features used by it.
__________________
|
eclair Forums Member
Joined: 7 Dec 2005 Posts: 24
|
#2 · Posted: 11 May 2006 01:44
Someone told me before about Bayesian filters but I don't know how to program so on my blog I just use trackback verification and akismet. There's also the captcha thing
It usually takes a combination of these solutions to lessen the spamming.
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#3 · Posted: 11 May 2006 01:52
Bayesian filters are applied at the server side to eliminate possible spams, just like SpamAssassin. I'm usually not comfortable with any of those as there is very high likelihood of legitimate emails getting blocked.
__________________
|
eclair Forums Member
Joined: 7 Dec 2005 Posts: 24
|
#4 · Posted: 11 May 2006 02:29
Ah. If that is the case then, yes, it is not advisable then.
|
WhitePhoenix Forums Member
Joined: 3 Jan 2006 Posts: 168
|
#5 · Posted: 14 May 2006 15:11
Hey Vishal,
Very good investigative skills! And thanks for sharing - I have wondered about those myself - but I have a question. Where would you insert the code for such a thing? Can it only be used on forms? Can you use it on a message board?
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#6 · Posted: 15 May 2006 02:00 · Edited by: Vishal P. Rao
Quoting: WhitePhoenix Where would you insert the code for such a thing? Can it only be used on forms? Can you use it on a message board?
Denise, you need to do some modifications in the script that uses to parse your form. You need to have some programming knowledge to do it yourself, else you can hire a programmer to do it for you.
You can also put it on message boards but that will not defeat spamming because message board are spammed by real persons than bots (automated scripts). So these spammers can very well insert that 5 letter codes and spam.
The main reason for installing such codes is to prevent automated filling of your forms and even hijacking them to send mass emails.
__________________
|
WhitePhoenix Forums Member
Joined: 3 Jan 2006 Posts: 168
|
#7 · Posted: 15 May 2006 13:26
Ahh, thanks for clarifying that. I guess that to discourage spamming one must continually check forums and message boards and then delete the unwanted spam messages...
So, is hijacking a major problem? Have you ever had your Formmail hijacked?
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#8 · Posted: 16 May 2006 00:14
Yes, I had my form script hijacked once for spamming purpose. It was then immediately disabled by my web hosts. They later told me to use cgiemail instead. The only problem with it like other formmail scripts was automated submission by bots. I just now have to wait and see how this new image validation system delivers.
__________________
|
cupbucket Forums Member
Joined: 7 Jun 2008 Posts: 224
|
#9 · Posted: 15 Nov 2008 13:49
Nice I think I will try this
__________________
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#10 · Posted: 14 Mar 2009 06:36
OK just created a spam proof contact form script myself
__________________
|
chubzyko Forums Member
Joined: 25 Jun 2009 Posts: 1
|
#11 · Posted: 25 Jun 2009 09:24
yey! Hi Vishal! it's me the guy who email you and asked for help about your php mail form thingy that I cannot make to work.
__________________
Try and try until you succeed.
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#12 · Posted: 26 Jun 2009 00:20
chubzyko: yey! Hi Vishal! it's me the guy who email you and asked for help about your php mail form thingy that I cannot make to work. I've replied to your mail.
__________________
|
joialoura Forums Member
Joined: 23 Aug 2009 Posts: 1
|
#13 · Posted: 23 Aug 2009 14:28
Hi. I have checked your contact form. Is it possible to make it works wieh html websites...?? In other words..How do I insert the form into my index page? Appreciate your help
|
Vishal P. Rao
Joined: 23 Jun 2005 Posts: 1056
|
#14 · Posted: 24 Aug 2009 01:59
Although I haven't tried it, you can try including the form through Inline Frames (<iframe>).
__________________
|