PC Review


Reply
Thread Tools Rate Thread

Digital Image Protection - Sending Email - Type Word

 
 
seven_percent
Guest
Posts: n/a
 
      8th Jun 2008
I am creating a "Contact Us" form that will allow folks to send email
to us but not allow spam spiders to collect Emails from our site. I
would also like to add another layer of protection by putting one of
those scrambled images on the form where the user has to type the word
that they see; i.e. the images that are impervious to OCR. Are there
any built-in components or add-ins to FP that will allow easy
integration into the page?
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      8th Jun 2008
No, as the process will require server-side scripting, such as ASP. ASP.net or PHP to accomplish.

Do a search for Captcha scripts based on what scripting language is supported by your web host.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================


"seven_percent" <(E-Mail Removed)> wrote in message
news:7ea10d58-1d52-4782-9724-(E-Mail Removed)...
>I am creating a "Contact Us" form that will allow folks to send email
> to us but not allow spam spiders to collect Emails from our site. I
> would also like to add another layer of protection by putting one of
> those scrambled images on the form where the user has to type the word
> that they see; i.e. the images that are impervious to OCR. Are there
> any built-in components or add-ins to FP that will allow easy
> integration into the page?



 
Reply With Quote
 
Wayne-I-M
Guest
Posts: n/a
 
      8th Jun 2008
>I am creating a "Contact Us" form that will allow folks to send email
to us but not allow spam spiders to collect Emails from our site.

Can you tell how you have done this as I tried lots of things

Splitting the e mail address into zillions of parts - using encrition - etc.
Nothing works. We did all this then changed our e mail address, the spams
stop for a few days and then start again.

Can you give me a good way of hiding the address

You can "view source" at 2 of the site I do (both on the contact us page)
on one there is an enription which converts the e mail address to numbers -
these is the least succesful and on the other the e mail address is split
into bits - this is a little better and it takes about 2 weeks for the spa to
start again.

http://www.folgarida.co.uk/index.htm
This has e mail address is encripted

http://www.ukoutdoorpursuits.co.uk/
This has the e mail address split

Some of the other sites (like takeupthechallenge.com) I have given up and
just asked people t telephone us

Would really like some tips that really work if you have them


--
Wayne
Manchester, England.



"seven_percent" wrote:

> I am creating a "Contact Us" form that will allow folks to send email
> to us but not allow spam spiders to collect Emails from our site. I
> would also like to add another layer of protection by putting one of
> those scrambled images on the form where the user has to type the word
> that they see; i.e. the images that are impervious to OCR. Are there
> any built-in components or add-ins to FP that will allow easy
> integration into the page?
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      8th Jun 2008
The best way (the only way to be 100% successful) is to use server-side
scripting (asp, asp.net, PHP etc) to process the form data. The script
will also add the email address and send the email.

Have you tried Spam Spoiler from
http://www.jimcosoftware.com/addins.aspx ?
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

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




"Wayne-I-M" <(E-Mail Removed)> wrote in message
news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):

> >I am creating a "Contact Us" form that will allow folks to send email

> to us but not allow spam spiders to collect Emails from our site.
>
> Can you tell how you have done this as I tried lots of things
>
> Splitting the e mail address into zillions of parts - using encrition - etc.
> Nothing works. We did all this then changed our e mail address, the spams
> stop for a few days and then start again.
>
> Can you give me a good way of hiding the address
>
> You can "view source" at 2 of the site I do (both on the contact us page)
> on one there is an enription which converts the e mail address to numbers -
> these is the least succesful and on the other the e mail address is split
> into bits - this is a little better and it takes about 2 weeks for the spa to
> start again.
>
> http://www.folgarida.co.uk/index.htm
> This has e mail address is encripted
>
> http://www.ukoutdoorpursuits.co.uk/
> This has the e mail address split
>
> Some of the other sites (like takeupthechallenge.com) I have given up and
> just asked people t telephone us
>
> Would really like some tips that really work if you have them
>
>
> --
> Wayne
> Manchester, England.
>
>
>
> "seven_percent" wrote:
>
> > I am creating a "Contact Us" form that will allow folks to send email
> > to us but not allow spam spiders to collect Emails from our site. I
> > would also like to add another layer of protection by putting one of
> > those scrambled images on the form where the user has to type the word
> > that they see; i.e. the images that are impervious to OCR. Are there
> > any built-in components or add-ins to FP that will allow easy
> > integration into the page?
> >


 
Reply With Quote
 
Wayne-I-M
Guest
Posts: n/a
 
      8th Jun 2008
> The best way (the only way to be 100% successful) is to use server-side
> scripting (asp, asp.net, PHP etc) to process the form data. The script
> will also add the email address and send the email.


Is there a web site that will go me a 101 on this - I am not a web designer
(I do access DB's really) but the web chap left and we have not got someone
else yet. So I just ended up with this job.
It's good learning this stuff but quite a steep learning curve ?

--
Wayne
Manchester, England.



"Ronx" wrote:

> The best way (the only way to be 100% successful) is to use server-side
> scripting (asp, asp.net, PHP etc) to process the form data. The script
> will also add the email address and send the email.
>
> Have you tried Spam Spoiler from
> http://www.jimcosoftware.com/addins.aspx ?
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Wayne-I-M" <(E-Mail Removed)> wrote in message
> news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):
>
> > >I am creating a "Contact Us" form that will allow folks to send email

> > to us but not allow spam spiders to collect Emails from our site.
> >
> > Can you tell how you have done this as I tried lots of things
> >
> > Splitting the e mail address into zillions of parts - using encrition - etc.
> > Nothing works. We did all this then changed our e mail address, the spams
> > stop for a few days and then start again.
> >
> > Can you give me a good way of hiding the address
> >
> > You can "view source" at 2 of the site I do (both on the contact us page)
> > on one there is an enription which converts the e mail address to numbers -
> > these is the least succesful and on the other the e mail address is split
> > into bits - this is a little better and it takes about 2 weeks for the spa to
> > start again.
> >
> > http://www.folgarida.co.uk/index.htm
> > This has e mail address is encripted
> >
> > http://www.ukoutdoorpursuits.co.uk/
> > This has the e mail address split
> >
> > Some of the other sites (like takeupthechallenge.com) I have given up and
> > just asked people t telephone us
> >
> > Would really like some tips that really work if you have them
> >
> >
> > --
> > Wayne
> > Manchester, England.
> >
> >
> >
> > "seven_percent" wrote:
> >
> > > I am creating a "Contact Us" form that will allow folks to send email
> > > to us but not allow spam spiders to collect Emails from our site. I
> > > would also like to add another layer of protection by putting one of
> > > those scrambled images on the form where the user has to type the word
> > > that they see; i.e. the images that are impervious to OCR. Are there
> > > any built-in components or add-ins to FP that will allow easy
> > > integration into the page?
> > >

>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      8th Jun 2008
http://www.w3schools.com provides tutorials on all the major server-side
scripting languages, and more.

http://www.veign.com/development-cat...e=web&catid=50 has
sample code for forms processing. Veign is a Microsoft Expressions Web
MVP.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

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




"Wayne-I-M" <(E-Mail Removed)> wrote in message
news:FC8C4C05-EF08-4941-8F06-(E-Mail Removed):

> > The best way (the only way to be 100% successful) is to use server-side
> > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > will also add the email address and send the email.

>
> Is there a web site that will go me a 101 on this - I am not a web designer
> (I do access DB's really) but the web chap left and we have not got someone
> else yet. So I just ended up with this job.
> It's good learning this stuff but quite a steep learning curve ?
>
> --
> Wayne
> Manchester, England.
>
>
>
> "Ronx" wrote:
>
> > The best way (the only way to be 100% successful) is to use server-side
> > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > will also add the email address and send the email.
> >
> > Have you tried Spam Spoiler from
> > http://www.jimcosoftware.com/addins.aspx ?
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "Wayne-I-M" <(E-Mail Removed)> wrote in message
> > news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):
> >
> > > >I am creating a "Contact Us" form that will allow folks to send email
> > > to us but not allow spam spiders to collect Emails from our site.
> > >
> > > Can you tell how you have done this as I tried lots of things
> > >
> > > Splitting the e mail address into zillions of parts - using encrition - etc.
> > > Nothing works. We did all this then changed our e mail address, the spams
> > > stop for a few days and then start again.
> > >
> > > Can you give me a good way of hiding the address
> > >
> > > You can "view source" at 2 of the site I do (both on the contact us page)
> > > on one there is an enription which converts the e mail address to numbers -
> > > these is the least succesful and on the other the e mail address is split
> > > into bits - this is a little better and it takes about 2 weeks for the spa to
> > > start again.
> > >
> > > http://www.folgarida.co.uk/index.htm
> > > This has e mail address is encripted
> > >
> > > http://www.ukoutdoorpursuits.co.uk/
> > > This has the e mail address split
> > >
> > > Some of the other sites (like takeupthechallenge.com) I have given up and
> > > just asked people t telephone us
> > >
> > > Would really like some tips that really work if you have them
> > >
> > >
> > > --
> > > Wayne
> > > Manchester, England.
> > >
> > >
> > >
> > > "seven_percent" wrote:
> > >
> > > > I am creating a "Contact Us" form that will allow folks to send email
> > > > to us but not allow spam spiders to collect Emails from our site. I
> > > > would also like to add another layer of protection by putting one of
> > > > those scrambled images on the form where the user has to type the word
> > > > that they see; i.e. the images that are impervious to OCR. Are there
> > > > any built-in components or add-ins to FP that will allow easy
> > > > integration into the page?
> > > >

> >
> >


 
Reply With Quote
 
Wayne-I-M
Guest
Posts: n/a
 
      8th Jun 2008
Thanks for that

On the website you gave me

http://www.veign.com/development-cat...e=web&catid=50

I think this is the page you meant (?)

Which is the bit the will allow me to get a user to me an e mail to me e
mail address - all the forms on all site go to access DB's so it's just the
contact us with e mail bit I need to sort out (I think thats where the
spiders are getting our address from)

--
Wayne
Manchester, England.



"Ronx" wrote:

> http://www.w3schools.com provides tutorials on all the major server-side
> scripting languages, and more.
>
> http://www.veign.com/development-cat...e=web&catid=50 has
> sample code for forms processing. Veign is a Microsoft Expressions Web
> MVP.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Wayne-I-M" <(E-Mail Removed)> wrote in message
> news:FC8C4C05-EF08-4941-8F06-(E-Mail Removed):
>
> > > The best way (the only way to be 100% successful) is to use server-side
> > > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > > will also add the email address and send the email.

> >
> > Is there a web site that will go me a 101 on this - I am not a web designer
> > (I do access DB's really) but the web chap left and we have not got someone
> > else yet. So I just ended up with this job.
> > It's good learning this stuff but quite a steep learning curve ?
> >
> > --
> > Wayne
> > Manchester, England.
> >
> >
> >
> > "Ronx" wrote:
> >
> > > The best way (the only way to be 100% successful) is to use server-side
> > > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > > will also add the email address and send the email.
> > >
> > > Have you tried Spam Spoiler from
> > > http://www.jimcosoftware.com/addins.aspx ?
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "Wayne-I-M" <(E-Mail Removed)> wrote in message
> > > news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):
> > >
> > > > >I am creating a "Contact Us" form that will allow folks to send email
> > > > to us but not allow spam spiders to collect Emails from our site.
> > > >
> > > > Can you tell how you have done this as I tried lots of things
> > > >
> > > > Splitting the e mail address into zillions of parts - using encrition - etc.
> > > > Nothing works. We did all this then changed our e mail address, the spams
> > > > stop for a few days and then start again.
> > > >
> > > > Can you give me a good way of hiding the address
> > > >
> > > > You can "view source" at 2 of the site I do (both on the contact us page)
> > > > on one there is an enription which converts the e mail address to numbers -
> > > > these is the least succesful and on the other the e mail address is split
> > > > into bits - this is a little better and it takes about 2 weeks for the spa to
> > > > start again.
> > > >
> > > > http://www.folgarida.co.uk/index.htm
> > > > This has e mail address is encripted
> > > >
> > > > http://www.ukoutdoorpursuits.co.uk/
> > > > This has the e mail address split
> > > >
> > > > Some of the other sites (like takeupthechallenge.com) I have given up and
> > > > just asked people t telephone us
> > > >
> > > > Would really like some tips that really work if you have them
> > > >
> > > >
> > > > --
> > > > Wayne
> > > > Manchester, England.
> > > >
> > > >
> > > >
> > > > "seven_percent" wrote:
> > > >
> > > > > I am creating a "Contact Us" form that will allow folks to send email
> > > > > to us but not allow spam spiders to collect Emails from our site. I
> > > > > would also like to add another layer of protection by putting one of
> > > > > those scrambled images on the form where the user has to type the word
> > > > > that they see; i.e. the images that are impervious to OCR. Are there
> > > > > any built-in components or add-ins to FP that will allow easy
> > > > > integration into the page?
> > > > >
> > >
> > >

>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      8th Jun 2008
That link gives 9 links to articles concerning sending email from forms,
using asp and PHP, including a link to:
http://www.veign.com/code-view.php?type=web&codeid=21
which uses asp and CDO to email the data.

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

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




"Wayne-I-M" <(E-Mail Removed)> wrote in message
news:BB2739A6-F0DC-46CC-B479-(E-Mail Removed):

> Thanks for that
>
> On the website you gave me
>
> http://www.veign.com/development-cat...e=web&catid=50
>
> I think this is the page you meant (?)
>
> Which is the bit the will allow me to get a user to me an e mail to me e
> mail address - all the forms on all site go to access DB's so it's just the
> contact us with e mail bit I need to sort out (I think thats where the
> spiders are getting our address from)
>
> --
> Wayne
> Manchester, England.
>
>
>
> "Ronx" wrote:
>
> > http://www.w3schools.com provides tutorials on all the major server-side
> > scripting languages, and more.
> >
> > http://www.veign.com/development-cat...e=web&catid=50 has
> > sample code for forms processing. Veign is a Microsoft Expressions Web
> > MVP.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "Wayne-I-M" <(E-Mail Removed)> wrote in message
> > news:FC8C4C05-EF08-4941-8F06-(E-Mail Removed):
> >
> > > > The best way (the only way to be 100% successful) is to use server-side
> > > > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > > > will also add the email address and send the email.
> > >
> > > Is there a web site that will go me a 101 on this - I am not a web designer
> > > (I do access DB's really) but the web chap left and we have not got someone
> > > else yet. So I just ended up with this job.
> > > It's good learning this stuff but quite a steep learning curve ?
> > >
> > > --
> > > Wayne
> > > Manchester, England.
> > >
> > >
> > >
> > > "Ronx" wrote:
> > >
> > > > The best way (the only way to be 100% successful) is to use server-side
> > > > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > > > will also add the email address and send the email.
> > > >
> > > > Have you tried Spam Spoiler from
> > > > http://www.jimcosoftware.com/addins.aspx ?
> > > > --
> > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > >
> > > > http://www.rxs-enterprises.org/fp
> > > >
> > > >
> > > >
> > > >
> > > > "Wayne-I-M" <(E-Mail Removed)> wrote in message
> > > > news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):
> > > >
> > > > > >I am creating a "Contact Us" form that will allow folks to send email
> > > > > to us but not allow spam spiders to collect Emails from our site.
> > > > >
> > > > > Can you tell how you have done this as I tried lots of things
> > > > >
> > > > > Splitting the e mail address into zillions of parts - using encrition - etc.
> > > > > Nothing works. We did all this then changed our e mail address, the spams
> > > > > stop for a few days and then start again.
> > > > >
> > > > > Can you give me a good way of hiding the address
> > > > >
> > > > > You can "view source" at 2 of the site I do (both on the contact us page)
> > > > > on one there is an enription which converts the e mail address to numbers -
> > > > > these is the least succesful and on the other the e mail address is split
> > > > > into bits - this is a little better and it takes about 2 weeks for the spa to
> > > > > start again.
> > > > >
> > > > > http://www.folgarida.co.uk/index.htm
> > > > > This has e mail address is encripted
> > > > >
> > > > > http://www.ukoutdoorpursuits.co.uk/
> > > > > This has the e mail address split
> > > > >
> > > > > Some of the other sites (like takeupthechallenge.com) I have given up and
> > > > > just asked people t telephone us
> > > > >
> > > > > Would really like some tips that really work if you have them
> > > > >
> > > > >
> > > > > --
> > > > > Wayne
> > > > > Manchester, England.
> > > > >
> > > > >
> > > > >
> > > > > "seven_percent" wrote:
> > > > >
> > > > > > I am creating a "Contact Us" form that will allow folks to send email
> > > > > > to us but not allow spam spiders to collect Emails from our site. I
> > > > > > would also like to add another layer of protection by putting one of
> > > > > > those scrambled images on the form where the user has to type the word
> > > > > > that they see; i.e. the images that are impervious to OCR. Are there
> > > > > > any built-in components or add-ins to FP that will allow easy
> > > > > > integration into the page?
> > > > > >
> > > >
> > > >

> >
> >


 
Reply With Quote
 
Wayne-I-M
Guest
Posts: n/a
 
      8th Jun 2008
Thank you. I will have a try in the morning


--
Wayne
Manchester, England.



"Ronx" wrote:

> That link gives 9 links to articles concerning sending email from forms,
> using asp and PHP, including a link to:
> http://www.veign.com/code-view.php?type=web&codeid=21
> which uses asp and CDO to email the data.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "Wayne-I-M" <(E-Mail Removed)> wrote in message
> news:BB2739A6-F0DC-46CC-B479-(E-Mail Removed):
>
> > Thanks for that
> >
> > On the website you gave me
> >
> > http://www.veign.com/development-cat...e=web&catid=50
> >
> > I think this is the page you meant (?)
> >
> > Which is the bit the will allow me to get a user to me an e mail to me e
> > mail address - all the forms on all site go to access DB's so it's just the
> > contact us with e mail bit I need to sort out (I think thats where the
> > spiders are getting our address from)
> >
> > --
> > Wayne
> > Manchester, England.
> >
> >
> >
> > "Ronx" wrote:
> >
> > > http://www.w3schools.com provides tutorials on all the major server-side
> > > scripting languages, and more.
> > >
> > > http://www.veign.com/development-cat...e=web&catid=50 has
> > > sample code for forms processing. Veign is a Microsoft Expressions Web
> > > MVP.
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "Wayne-I-M" <(E-Mail Removed)> wrote in message
> > > news:FC8C4C05-EF08-4941-8F06-(E-Mail Removed):
> > >
> > > > > The best way (the only way to be 100% successful) is to use server-side
> > > > > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > > > > will also add the email address and send the email.
> > > >
> > > > Is there a web site that will go me a 101 on this - I am not a web designer
> > > > (I do access DB's really) but the web chap left and we have not got someone
> > > > else yet. So I just ended up with this job.
> > > > It's good learning this stuff but quite a steep learning curve ?
> > > >
> > > > --
> > > > Wayne
> > > > Manchester, England.
> > > >
> > > >
> > > >
> > > > "Ronx" wrote:
> > > >
> > > > > The best way (the only way to be 100% successful) is to use server-side
> > > > > scripting (asp, asp.net, PHP etc) to process the form data. The script
> > > > > will also add the email address and send the email.
> > > > >
> > > > > Have you tried Spam Spoiler from
> > > > > http://www.jimcosoftware.com/addins.aspx ?
> > > > > --
> > > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > > Reply only to group - emails will be deleted unread.
> > > > >
> > > > > http://www.rxs-enterprises.org/fp
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > "Wayne-I-M" <(E-Mail Removed)> wrote in message
> > > > > news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):
> > > > >
> > > > > > >I am creating a "Contact Us" form that will allow folks to send email
> > > > > > to us but not allow spam spiders to collect Emails from our site.
> > > > > >
> > > > > > Can you tell how you have done this as I tried lots of things
> > > > > >
> > > > > > Splitting the e mail address into zillions of parts - using encrition - etc.
> > > > > > Nothing works. We did all this then changed our e mail address, the spams
> > > > > > stop for a few days and then start again.
> > > > > >
> > > > > > Can you give me a good way of hiding the address
> > > > > >
> > > > > > You can "view source" at 2 of the site I do (both on the contact us page)
> > > > > > on one there is an enription which converts the e mail address to numbers -
> > > > > > these is the least succesful and on the other the e mail address is split
> > > > > > into bits - this is a little better and it takes about 2 weeks for the spa to
> > > > > > start again.
> > > > > >
> > > > > > http://www.folgarida.co.uk/index.htm
> > > > > > This has e mail address is encripted
> > > > > >
> > > > > > http://www.ukoutdoorpursuits.co.uk/
> > > > > > This has the e mail address split
> > > > > >
> > > > > > Some of the other sites (like takeupthechallenge.com) I have given up and
> > > > > > just asked people t telephone us
> > > > > >
> > > > > > Would really like some tips that really work if you have them
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Wayne
> > > > > > Manchester, England.
> > > > > >
> > > > > >
> > > > > >
> > > > > > "seven_percent" wrote:
> > > > > >
> > > > > > > I am creating a "Contact Us" form that will allow folks to send email
> > > > > > > to us but not allow spam spiders to collect Emails from our site. I
> > > > > > > would also like to add another layer of protection by putting one of
> > > > > > > those scrambled images on the form where the user has to type the word
> > > > > > > that they see; i.e. the images that are impervious to OCR. Are there
> > > > > > > any built-in components or add-ins to FP that will allow easy
> > > > > > > integration into the page?
> > > > > > >
> > > > >
> > > > >
> > >
> > >

>
>

 
Reply With Quote
 
seven_percent
Guest
Posts: n/a
 
      9th Jun 2008
On Jun 8, 10:29*am, "Ronx" <ronx...@hotmail.com> wrote:
> The best way (the only way to be 100% successful) is to use server-side
> scripting (asp, asp.net, PHP etc) to process the form data. *The script
> will also add the email address and send the email.
>
> Have you tried Spam Spoiler fromhttp://www.jimcosoftware.com/addins.aspx?
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
> "Wayne-I-M" <Wayn...@discussions.microsoft.com> wrote in message
>
> news:E48EC925-F85D-4F8C-BAD2-(E-Mail Removed):
>
>
>
> > >I am creating a "Contact Us" form that will allow folks to send email

> > to us but not allow spam spiders to collect Emails from our site.

>
> > Can you tell how you have done this as I tried lots of things

>
> > Splitting the e mail address into zillions of parts - using encrition - etc.
> > *Nothing works. *We did all this then changed our e mail address, the spams
> > stop for a few days and then start again.

>
> > Can you give me a good way of hiding the address

>
> > You can "view source" at 2 of the site I do (both on the contact us page)
> > on one there is an enription which converts the e mail address to numbers -
> > these is the least succesful and on the other the e mail address is split
> > into bits - this is a little better and it takes about 2 weeks for the spa to
> > start again.

>
> >http://www.folgarida.co.uk/index.htm
> > This has e mail address is encripted

>
> >http://www.ukoutdoorpursuits.co.uk/
> > This has the e mail address split

>
> > Some of the other sites (like takeupthechallenge.com) I have given up and
> > just asked people t telephone us

>
> > Would really like some tips that really work if you have them

>
> > --
> > Wayne
> > Manchester, England.

>
> > "seven_percent" wrote:

>
> > > I am creating a "Contact Us" form that will allow folks to send email
> > > to us but not allow spam spiders to collect Emails from our site. *I
> > > would also like to add another layer of protection by putting one of
> > > those scrambled images on the form where the user has to type the word
> > > that they see; i.e. the images that are impervious to OCR. *Are there
> > > any built-in components or add-ins to FP that will allow easy
> > > integration into the page?- Hide quoted text -

>
> - Show quoted text -


Nice. I also dig the bulk page renamer and a few others on there.
Thanks for that.
 
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
Sending Secure Email with Digital ID Verisign David F Windows Vista General Discussion 4 3rd Feb 2008 11:50 PM
Sending video clips from a digital camera on email =?Utf-8?B?QWRh?= Windows Vista Mail 2 18th Sep 2007 02:26 PM
Open Type font not accessible in Digital Image Pro =?Utf-8?B?anVzdGFnaXJsMDY=?= Windows XP Photos 6 3rd Jul 2007 03:44 AM
Is there a good WEB digital image protection software available? =?Utf-8?B?ZmJpa2Vu?= Microsoft Frontpage 2 15th Apr 2006 12:35 PM
digital image pro 10 and limited user accounts in xp - how to change file type associations Alan Windows XP Photos 2 23rd Aug 2005 12:58 AM


Features
 

Advertising
 

Newsgroups
 


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