Copy Right Protection

R

Rob Pietri

I just visited a website, that when you right click a
photograph, the options window does not open. In other
words, you cannot download the image, background, email,
etc, or copy it in any way. Instead you get a window that
says; Sorry, that function is disabled. Contents and
graphics copy righted...Our work is not public domain and
should not be taken from this site.

I would love to do this to the images on my website.
Question is, how?

Thanks!
 
T

Thomas A. Rowe

Go back to the site in IE, then View Menu | Source or File Menu | Save As | Complete HTML or go an
looking in your Temp Internet folder for the images.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
E

E. T. Culling

Look at many previous posts about this ... you simply cannot sucessfully
protect your images because when they can be seen they are already in the
viewer's cache.
I'd be curious to see the site you mention, please.
Eleanor
 
R

Rob Pietri

Here is the site

http://www.billschwab.com/

-----Original Message-----
Look at many previous posts about this ... you simply cannot sucessfully
protect your images because when they can be seen they are already in the
viewer's cache.
I'd be curious to see the site you mention, please.
Eleanor




.
 
B

Bob Lehmann

Just one of many ways -
Left Click and drag the image into the taskbar in IE. Right-click away.

Bob Lehmann
 
T

Tom Pepper Willett

The directory browsing is enabled on the images folder. I saw them, also.


--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| What do you mean, my image folder is browsable? How can
| you browse a folder over the internet from a secure server?
|
| >-----Original Message-----
| >Dood...your Image folder is browsable, you should fix
| that asap.
| >
| >
| >
| in message | >| Here is the site
| >|
| >| http://www.billschwab.com/
| >|
| >|
| >| >-----Original Message-----
| >| >Look at many previous posts about this ... you simply
| >| cannot sucessfully
| >| >protect your images because when they can be seen they
| >| are already in the
| >| >viewer's cache.
| >| >I'd be curious to see the site you mention, please.
| >| >Eleanor
| >| >
| >| >"Rob Pietri" <[email protected]>
| wrote
| >| in message
| >| >| >| >> I just visited a website, that when you right click a
| >| >> photograph, the options window does not open. In
| other
| >| >> words, you cannot download the image, background,
| email,
| >| >> etc, or copy it in any way. Instead you get a window
| >| that
| >| >> says; Sorry, that function is disabled. Contents and
| >| >> graphics copy righted...Our work is not public
| domain
| >| and
| >| >> should not be taken from this site.
| >| >>
| >| >> I would love to do this to the images on my website.
| >| >> Question is, how?
| >| >>
| >| >> Thanks!
| >| >
| >| >
| >| >.
| >| >
| >.
| >
 
S

Steve Easton

They mean the images directory for the site you provided the link too.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Sam Hobbs

There are various levels of answers to this question. When I say levels, I
mean levels of technical sophistication of the person developing the site
and the person trying to copy the images.

Disabling "right click" is easy and will be enough to disable people that
know very little or nothing about HTML.

Another technique is to make the image the background and put another image
on top of it (or something such as that). Look at:

http://us.imdb.com

Find an actor or actress with photos. Try to copy the photo; you won't get
it. For example, look at:

http://us.imdb.com/gallery/granitz/...n_rose10?path=pgallery&path_key=McGowan, Rose

There are probably plenty of guys that want to copy it. (I think there was a
more revealing image of her in IMDB.com but I don't see it now.) It can be
copied by looking at the HTML source and finding the address of the image.
So that technique provides some protection but not total.

The most sophisticated solution requires a lot of highly technical
programming but would require nearly as much technical programming to get
around. I don't know if there is an equivalent solution for Unix/Linux
however; the Windows solution only works for Windows. It involves use of an
ActiveX control to show the image. The ActiveX control would intercept
Windows GDI functions, and would have to be sophisticated enough to know
what images to protect and which images not to protect. Also the solutions
depend on the version of Windows.

I have seen a couple of discussions of doing such a thing. There are a
couple of versions around somewhere available for purchase. One place where
the solution was discussed is in codeguru.com and the other is
Experts-Exchange.com. The programmers asking about how to do it was going to
make it available for free, but the programmer using codeguru.com was told
by his employer that he could not. I can probably get in touch with that
programmer if anyone is interested in asking if the software is available
for purchase. As far as I know, the programmer using Experts-Exchange.com
never did make the software available (for free?).
 
T

Tom Pepper Willett

Ah, Rose is a background image in a table ;-)

http://i.imdb.com/Photos/Events/1161/mcgowan_rose10
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| There are various levels of answers to this question. When I say levels, I
| mean levels of technical sophistication of the person developing the site
| and the person trying to copy the images.
|
| Disabling "right click" is easy and will be enough to disable people that
| know very little or nothing about HTML.
|
| Another technique is to make the image the background and put another
image
| on top of it (or something such as that). Look at:
|
| http://us.imdb.com
|
| Find an actor or actress with photos. Try to copy the photo; you won't get
| it. For example, look at:
|
|
http://us.imdb.com/gallery/granitz/...n_rose10?path=pgallery&path_key=McGowan, Rose
|
| There are probably plenty of guys that want to copy it. (I think there was
a
| more revealing image of her in IMDB.com but I don't see it now.) It can be
| copied by looking at the HTML source and finding the address of the image.
| So that technique provides some protection but not total.
|
| The most sophisticated solution requires a lot of highly technical
| programming but would require nearly as much technical programming to get
| around. I don't know if there is an equivalent solution for Unix/Linux
| however; the Windows solution only works for Windows. It involves use of
an
| ActiveX control to show the image. The ActiveX control would intercept
| Windows GDI functions, and would have to be sophisticated enough to know
| what images to protect and which images not to protect. Also the solutions
| depend on the version of Windows.
|
| I have seen a couple of discussions of doing such a thing. There are a
| couple of versions around somewhere available for purchase. One place
where
| the solution was discussed is in codeguru.com and the other is
| Experts-Exchange.com. The programmers asking about how to do it was going
to
| make it available for free, but the programmer using codeguru.com was told
| by his employer that he could not. I can probably get in touch with that
| programmer if anyone is interested in asking if the software is available
| for purchase. As far as I know, the programmer using Experts-Exchange.com
| never did make the software available (for free?).
|
|
| | > I just visited a website, that when you right click a
| > photograph, the options window does not open. In other
| > words, you cannot download the image, background, email,
| > etc, or copy it in any way. Instead you get a window that
| > says; Sorry, that function is disabled. Contents and
| > graphics copy righted...Our work is not public domain and
| > should not be taken from this site.
| >
| > I would love to do this to the images on my website.
| > Question is, how?
| >
| > Thanks!
|
|
 
B

Bob Lehmann

Inline...

Sam Hobbs said:
There are various levels of answers to this question. When I say levels, I
mean levels of technical sophistication of the person developing the site
and the person trying to copy the images.
Technically "sophisticated" developers don't waste their time on these
types things - on any level.
Disabling "right click" is easy and will be enough to disable people that
know very little or nothing about HTML.
Apparently, you are not one of thise "sophisticated" people. JavaScript
is used - pointlessly -
to inhibit the mouse function; Not HTML. I guess you know little nothing
about HTML.
Another technique is to make the image the background and put another image
on top of it (or something such as that). Look at:

http://us.imdb.com
I had no trouble getting all their images.
Find an actor or actress with photos. Try to copy the photo; you won't get
it. For example, look at:
http://us.imdb.com/gallery/granitz/...n_rose10?path=pgallery&path_key=McGowan, Rose
I had no problem with McGowan,%20Rose.
Right-click | Save picture as....
What's your point?
There are probably plenty of guys that want to copy it. (I think there was a
more revealing image of her in IMDB.com but I don't see it now.) It can be
copied by looking at the HTML source and finding the address of the image.
So that technique provides some protection but not total.
Yeah, right.

Bob Lehmann
The most sophisticated solution requires a lot of highly technical
programming but would require nearly as much technical programming to get
around. I don't know if there is an equivalent solution for Unix/Linux
however; the Windows solution only works for Windows. It involves use of an
ActiveX control to show the image. The ActiveX control would intercept
Windows GDI functions, and would have to be sophisticated enough to know
what images to protect and which images not to protect. Also the solutions
depend on the version of Windows.
You like to say "sophisticated", don't you. I must say, it's pretty
"sophisticated" of you
to recognize that a "Windows solution" will only work on Windows. Will a
*nix solution
only work on *nix?
 
A

Andrew Murray

The notice also acknowledges that the right-click script isn't full
proof......and, yes, images can still be copied.
 
A

Andrew Murray

doesn't stop you right-click and save-as though! You can still "save background
as...".
 
S

Sam Hobbs

Bob Lehmann said:
Inline...

Technically "sophisticated" developers don't waste their time on these
types things - on any level.

You are right; good developers don't waste time. Good developers develop
valuable software that solves the problem quite effectively and that can be
sold for a very good profit.
Apparently, you are not one of thise "sophisticated" people. JavaScript
is used - pointlessly -
to inhibit the mouse function; Not HTML. I guess you know little nothing
about HTML.

You seem to want to be critical, so it is futile for me to disagree.
I had no trouble getting all their images.

I did not say that someone such as you would have a problem.
I had no problem with McGowan,%20Rose.
Right-click | Save picture as....
What's your point?

My pont is that IMDB is attempting to protect the image but their solution
is not effective for people such as us.
 
B

Bob Lehmann

No, not critical - just trying to keep the facts straight.

If you feel that correcting some thing that is fundamentally wrong is being
being critical, then too bad for you. I'm not a touchy-feely, sensitive kind
of guy. Good luck on whatever warm-fuzzy, feel-good planet you come from.

If I said 2 + 2 = 5 and you corrected me with the facts, I wouldn't view
that as being critical - Even if I WAS being condescending & editorilized,
and embellished my assumption as you did.

Bob Lehmann
 
S

Sam Hobbs

No, you are not. Some of the things you said are totally wrong. Therefore I
know your intent is not what you say it is.
 
Top