PC Review


Reply
Thread Tools Rate Thread

How can I protect forms in MS Expression Web?

 
 
alastair
Guest
Posts: n/a
 
      1st Nov 2007
I have two forms for prospective students to fill out and I'm being deluged
with spam bots. What is the best way to prevent this? Thanks.
Here are the forms:
http://saxlessons.com/privatelessonform.htm
http://saxlessons.com/onlinelessonform.htm

Alastair Ingram
www.saxlessons.com




 
Reply With Quote
 
 
 
 
Ian Haynes
Guest
Posts: n/a
 
      1st Nov 2007
>I have two forms for prospective students to fill out and I'm being deluged
> with spam bots. What is the best way to prevent this? Thanks.
> Here are the forms:
> http://saxlessons.com/privatelessonform.htm
> http://saxlessons.com/onlinelessonform.htm
>


You need some sort of validation mechanism. Captchas or one option (the
fuzzy image you have from which you enter the text it displays). Although to
be fully effective these need to rotate, even a static one can work.

See http://www.captcha.net/

Another option is some self evident question that has to be answered, with a
number of check box options. 'What color is a blue parrot?' With red, green
and blue check boxes. These are difficult for spam bots to deal with. For
added security give the checkboxes (or whatever you use) ID's something
other the red, green and blue.

With the Captcha or question you test for the correct answer before
continuing to process the form.

Either of these approaches will stop or vastly reduce the amount of spam you
receive.

HTH

--
Ian Haynes
MS MVP FrontPage
http://www.ew-resource.co.uk

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      1st Nov 2007
See http://www.rxs-enterprises.org/tests/anti-spam/ for some examples.
Note that for these to work effectively you need server-side scripting
(asp, asp.NET, PHP etc) to process the form. Using FrontPage
extensions to process the form requires the validation is done using
JavaScript in the browser, and spammers will simply avoid the validation
by turning JavaScript off.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"alastair" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed):

> I have two forms for prospective students to fill out and I'm being deluged
> with spam bots. What is the best way to prevent this? Thanks.
> Here are the forms:
> http://saxlessons.com/privatelessonform.htm
> http://saxlessons.com/onlinelessonform.htm
>
> Alastair Ingram
> www.saxlessons.com


 
Reply With Quote
 
.._..
Guest
Posts: n/a
 
      1st Nov 2007
What is this, some sort of stupid way to get more traffic to your domain
parking spam web sites?

There's nothing but crappy typo-squatter links on both of those pages.

"alastair" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have two forms for prospective students to fill out and I'm being deluged
> with spam bots. What is the best way to prevent this? Thanks.
> Here are the forms:
> http://saxlessons.com/privatelessonform.htm
> http://saxlessons.com/onlinelessonform.htm
>
> Alastair Ingram
> www.saxlessons.com
>
>
>
>



 
Reply With Quote
 
alastair
Guest
Posts: n/a
 
      1st Nov 2007

".._.." <.._..@yourmom.mil> wrote in message
news:bNmWi.39740$(E-Mail Removed)...
> What is this, some sort of stupid way to get more traffic to your domain
> parking spam web sites?
>
> There's nothing but crappy typo-squatter links on both of those pages.
>
> "alastair" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I have two forms for prospective students to fill out and I'm being
>>deluged
>> with spam bots. What is the best way to prevent this? Thanks.
>> Here are the forms:
>> http://saxlessons.com/privatelessonform.htm
>> http://saxlessons.com/onlinelessonform.htm
>>
>> Alastair Ingram
>> www.saxlessons.com
>>
>>
>>
>>

>
>

My question was legitimate. I have no idea what you are referring to. So,
f*ck off and thanks for nothing.


 
Reply With Quote
 
alastair
Guest
Posts: n/a
 
      1st Nov 2007

"Ian Haynes" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> >I have two forms for prospective students to fill out and I'm being
> >deluged
>> with spam bots. What is the best way to prevent this? Thanks.
>> Here are the forms:
>> http://saxlessons.com/privatelessonform.htm
>> http://saxlessons.com/onlinelessonform.htm
>>

>
> You need some sort of validation mechanism. Captchas or one option (the
> fuzzy image you have from which you enter the text it displays). Although
> to be fully effective these need to rotate, even a static one can work.
>
> See http://www.captcha.net/
>
> Another option is some self evident question that has to be answered, with
> a number of check box options. 'What color is a blue parrot?' With red,
> green and blue check boxes. These are difficult for spam bots to deal
> with. For added security give the checkboxes (or whatever you use) ID's
> something other the red, green and blue.
>
> With the Captcha or question you test for the correct answer before
> continuing to process the form.
>
> Either of these approaches will stop or vastly reduce the amount of spam
> you receive.
>
> HTH
>
> --
> Ian Haynes
> MS MVP FrontPage
> http://www.ew-resource.co.uk

Thank you.


 
Reply With Quote
 
alastair
Guest
Posts: n/a
 
      1st Nov 2007

"Ronx" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> See http://www.rxs-enterprises.org/tests/anti-spam/ for some examples.
> Note that for these to work effectively you need server-side scripting
> (asp, asp.NET, PHP etc) to process the form. Using FrontPage extensions
> to process the form requires the validation is done using JavaScript in
> the browser, and spammers will simply avoid the validation by turning
> JavaScript off.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "alastair" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed):
>
>> I have two forms for prospective students to fill out and I'm being
>> deluged
>> with spam bots. What is the best way to prevent this? Thanks.
>> Here are the forms:
>> http://saxlessons.com/privatelessonform.htm
>> http://saxlessons.com/onlinelessonform.htm
>>
>> Alastair Ingram
>> www.saxlessons.com

>

Thank you.


 
Reply With Quote
 
Tom [Pepper] Willett
Guest
Posts: n/a
 
      1st Nov 2007
In the future, you should post your EW questions in the EW newsgroup ;-)
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
----
FrontPage Support: http://www.frontpagemvps.com/
----------
"alastair" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Ronx" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> See http://www.rxs-enterprises.org/tests/anti-spam/ for some examples.
>> Note that for these to work effectively you need server-side scripting
>> (asp, asp.NET, PHP etc) to process the form. Using FrontPage extensions
>> to process the form requires the validation is done using JavaScript in
>> the browser, and spammers will simply avoid the validation by turning
>> JavaScript off.
>>
>> --
>> Ron Symonds - Microsoft MVP (FrontPage)
>> Reply only to group - emails will be deleted unread.
>>
>> http://www.rxs-enterprises.org/fp
>>
>>
>>
>>
>> "alastair" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed):
>>
>>> I have two forms for prospective students to fill out and I'm being
>>> deluged
>>> with spam bots. What is the best way to prevent this? Thanks.
>>> Here are the forms:
>>> http://saxlessons.com/privatelessonform.htm
>>> http://saxlessons.com/onlinelessonform.htm
>>>
>>> Alastair Ingram
>>> www.saxlessons.com

>>

> Thank you.
>



 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      1st Nov 2007

"IdaSpode" <not@home_watching.tv> wrote in message
news:(E-Mail Removed)...
> On Thu, 1 Nov 2007 13:51:37 -0700, "alastair" <(E-Mail Removed)> wrote:
>
>>
>>".._.." <.._..@yourmom.mil> wrote in message
>>news:bNmWi.39740$(E-Mail Removed)...
>>> What is this, some sort of stupid way to get more traffic to your domain
>>> parking spam web sites?
>>>
>>> There's nothing but crappy typo-squatter links on both of those pages.
>>>
>>> "alastair" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>I have two forms for prospective students to fill out and I'm being
>>>>deluged
>>>> with spam bots. What is the best way to prevent this? Thanks.
>>>> Here are the forms:
>>>> http://saxlessons.com/privatelessonform.htm
>>>> http://saxlessons.com/onlinelessonform.htm
>>>>
>>>> Alastair Ingram

>
>>My question was legitimate. I have no idea what you are referring to. So,
>>f*ck off and thanks for nothing.

>
> Well, what do you see if you open either of those two links you
> posted?
>
> I see:
>
> "404 Error - Not Found
> The resource you have requested could not be found on the server.
> There are many possible reasons for this. yada, yada, yada..."
>
> and a page that looks strangely similar to what a "parked" domain
> would display, with links to http://searchportal.information.com/.
>
> Looks like spamming to me and probably most other knowledgeable folks.
>
>
> BTW, I doubt you'll will receive much future help when you tell people
> here to fu*k off so quickly and easily.
>
> DJ


I found the correct links for the two forms:
http://saxlessons.com/Lesson_Forms/onlinelessonform.htm and
(that's "Lesson_Form" with the
underscore).http://saxlessons.com/Lesson_Forms/p...lessonform.htm

The folder "Lesson_Form" was missing from the original poster's links. The
above work.


 
Reply With Quote
 
IdaSpode
Guest
Posts: n/a
 
      1st Nov 2007
On Thu, 1 Nov 2007 13:51:37 -0700, "alastair" <(E-Mail Removed)> wrote:

>
>".._.." <.._..@yourmom.mil> wrote in message
>news:bNmWi.39740$(E-Mail Removed)...
>> What is this, some sort of stupid way to get more traffic to your domain
>> parking spam web sites?
>>
>> There's nothing but crappy typo-squatter links on both of those pages.
>>
>> "alastair" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>I have two forms for prospective students to fill out and I'm being
>>>deluged
>>> with spam bots. What is the best way to prevent this? Thanks.
>>> Here are the forms:
>>> http://saxlessons.com/privatelessonform.htm
>>> http://saxlessons.com/onlinelessonform.htm
>>>
>>> Alastair Ingram


>My question was legitimate. I have no idea what you are referring to. So,
>f*ck off and thanks for nothing.


Well, what do you see if you open either of those two links you
posted?

I see:

"404 Error - Not Found
The resource you have requested could not be found on the server.
There are many possible reasons for this. yada, yada, yada..."

and a page that looks strangely similar to what a "parked" domain
would display, with links to http://searchportal.information.com/.

Looks like spamming to me and probably most other knowledgeable folks.


BTW, I doubt you'll will receive much future help when you tell people
here to fu*k off so quickly and easily.

DJ
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
expression web, forms =?Utf-8?B?d2VibWFu?= Windows XP General 4 11th Jun 2007 10:51 PM
Why can't I protect forms? =?Utf-8?B?Q2hpbGlib2I=?= Microsoft Word Document Management 4 6th Jan 2006 03:29 PM
NOT protect Forms skrol Microsoft Excel New Users 2 21st Sep 2005 12:55 PM
Forms protect =?Utf-8?B?cmVkYmlyZA==?= Microsoft Word Document Management 3 3rd Feb 2005 11:02 PM
Protect Forms Matt Microsoft Excel Programming 1 19th Nov 2003 11:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:37 AM.