preventing photo stealing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i know there are little code bits you can put in to prevent people from
rightclicking on a web page to maybe save a picture but are there ways to
prevent...

1. mousing over a photo and getting the disk icon at the top left of the
photo to save?

2. hitting the PrintScreen to take a screen shot or taking a screenshot from
any other 3rd party program?

3. any other ways i cant think of right now?

I am looking to make a site for someone taht will have professional
photography that does not have model release consent but want it to be used
for promo use. We want to prevent photo stealing as much as we can and want
to use all the known ways that are out there
 
Inline.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/




Greg said:
i know there are little code bits you can put in to prevent people from
rightclicking on a web page to maybe save a picture but are there ways to
prevent...

1. mousing over a photo and getting the disk icon at the top left of the
photo to save?

Yes - http://www.dynamicdrive.com/dynamicindex9/imagebar.htm
2. hitting the PrintScreen to take a screen shot or taking a screenshot
from
any other 3rd party program?
No.


3. any other ways i cant think of right now?
No.


I am looking to make a site for someone taht will have professional
photography that does not have model release consent but want it to be
used
for promo use. We want to prevent photo stealing as much as we can and
want
to use all the known ways that are out there

http://blogs.msdn.com/lisawoll/archive/2004/07/28/200009.aspx

http://www.jamesshuggins.com/h/web1/how_do_i_stop_downloading.htm

http://www.jimcoaddins.com/protect.aspx
 
Read the comments she put "inline" in your original post.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
| What is Inline?
|
| "Kathleen Anderson [MVP - FrontPage]" wrote:
|
| > Inline.
| >
| > --
| >
| > ~ Kathleen Anderson
| > Microsoft MVP - FrontPage
| > Spider Web Woman Designs
| > web: http://www.spiderwebwoman.com/resources/
| >
| >
| >
| >
| > | > >i know there are little code bits you can put in to prevent people from
| > > rightclicking on a web page to maybe save a picture but are there ways
to
| > > prevent...
| > >
| > > 1. mousing over a photo and getting the disk icon at the top left of
the
| > > photo to save?
| >
| > Yes - http://www.dynamicdrive.com/dynamicindex9/imagebar.htm
| >
| > >
| > > 2. hitting the PrintScreen to take a screen shot or taking a
screenshot
| > > from
| > > any other 3rd party program?
| >
| > No.
| >
| > >
| > > 3. any other ways i cant think of right now?
| >
| > No.
| >
| > >
| > > I am looking to make a site for someone taht will have professional
| > > photography that does not have model release consent but want it to be
| > > used
| > > for promo use. We want to prevent photo stealing as much as we can
and
| > > want
| > > to use all the known ways that are out there
| >
| > http://blogs.msdn.com/lisawoll/archive/2004/07/28/200009.aspx
| >
| > http://www.jamesshuggins.com/h/web1/how_do_i_stop_downloading.htm
| >
| > http://www.jimcoaddins.com/protect.aspx
| >
| >
| >
 
I will make this simple- you can't stop theft. The best
thing to do is to make the image not worth it by using a
visual watermark or by using a low quality image

#1 If someone wants one of the pictures they see on a
webpage, they already have it in their browser' cache.
#2 Rightclick code is easily disabled by not using
javascript.

1- disc icon-- in thery should work, but it does not disable
the right click
2- print screen- cannot be disabled AFAIK
3- other methods of theft> File >Save as will save the page
and all of its support files if desired





:i know there are little code bits you can put in to prevent
people from
: rightclicking on a web page to maybe save a picture but
are there ways to
: prevent...
:
: 1. mousing over a photo and getting the disk icon at the
top left of the
: photo to save?
:
: 2. hitting the PrintScreen to take a screen shot or taking
a screenshot from
: any other 3rd party program?
:
: 3. any other ways i cant think of right now?
:
: I am looking to make a site for someone taht will have
professional
: photography that does not have model release consent but
want it to be used
: for promo use. We want to prevent photo stealing as much
as we can and want
: to use all the known ways that are out there
 
side comment...if you don't have model releases you best not put them anywhere but in a drawer.


| i know there are little code bits you can put in to prevent people from
| rightclicking on a web page to maybe save a picture but are there ways to
| prevent...
|
| 1. mousing over a photo and getting the disk icon at the top left of the
| photo to save?
|
| 2. hitting the PrintScreen to take a screen shot or taking a screenshot from
| any other 3rd party program?
|
| 3. any other ways i cant think of right now?
|
| I am looking to make a site for someone taht will have professional
| photography that does not have model release consent but want it to be used
| for promo use. We want to prevent photo stealing as much as we can and want
| to use all the known ways that are out there
 
1. <!-- No Image toolbar -->
<meta http-equiv="imagetoolbar" content="no">
2. I don't think so, from what experts here have said
3. As for 2.
However, one way I came up with that got the nod here was to create a large
transparent copyright symbol and overlay it on the image using an image
editor. That way , you can see the image underneath, but this may deter the
thieves
 
Back
Top