Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Right clicking not a problem, dragging to the desktop is!  (Read 6591 times)

0 Members and 1 Guest are viewing this topic.

Cyberpawz

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 122
Right clicking not a problem, dragging to the desktop is!
« on: January 14, 2005, 02:54:20 am »

OK, I don't care that you can find the photo from the code if you disable right-clicking or whatnot.  If they want the photo that bad good for them.

Is there a script that keeps a user, or a viewer for that matter to be unable to drag the photo from the site to their desktop and bypass the right click? Before someone says do a search I have... that is why I am asking because as far as I can tell no one has answered this problem in one straight response yet.
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #1 on: January 14, 2005, 03:10:00 am »

I did a Google for "rollover image prevent" and saw a few pages that talk about ways to slow people down.  You can give those a try.  Ultimately it's a futile attempt because there are always ways around it, as you'll read on the various sites.  It will put off the casual viewer though.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

kiig

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 141
    • Igel's Journaler
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #2 on: January 14, 2005, 10:18:16 am »

What about using layers ? on http://foto.igel.it  you can see the result from this thread : http://forum.coppermine-gallery.net/index.php?topic=10660.0

Try right-clicking (you can) and save it, - you won't get the image, - but a small 1x1 pixel gif (which is empty)

I don't know if this could help, - or if the image get downloaded in temporary internet files anyway...
 
Kim Igel.
Logged
Kim Igel
http://igel.it (Personal playground) or http://foto.igel.it (Paypal shop-site)

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #3 on: January 14, 2005, 12:24:33 pm »

Basically, if the image is on the screen, it's in the users cache as well, whether it is the foreground image or not.  So any user can retrieve it from there.

And of course, most people have a screen capture ability now as well.

The best protection is a watermark, added to the pic before upload.  They can still get the pic, but removing the watermark will not be easy.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Cyberpawz

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 122
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #4 on: January 15, 2005, 02:27:53 am »

Basically, if the image is on the screen, it's in the users cache as well, whether it is the foreground image or not.  So any user can retrieve it from there.

And of course, most people have a screen capture ability now as well.

The best protection is a watermark, added to the pic before upload.  They can still get the pic, but removing the watermark will not be easy.

Like I said before if people are going to get at it they will, I just want to take away the simple ways of doing so.  Thanks.
Logged

Cyberpawz

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 122
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #5 on: January 15, 2005, 02:28:19 am »

I did a Google for "rollover image prevent" and saw a few pages that talk about ways to slow people down.  You can give those a try.  Ultimately it's a futile attempt because there are always ways around it, as you'll read on the various sites.  It will put off the casual viewer though.

Ok, and where would I put this code?
Logged

Cyberpawz

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 122
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #6 on: January 15, 2005, 02:28:59 am »

What about using layers ? on http://foto.igel.it  you can see the result from this thread : http://forum.coppermine-gallery.net/index.php?topic=10660.0

Try right-clicking (you can) and save it, - you won't get the image, - but a small 1x1 pixel gif (which is empty)

I don't know if this could help, - or if the image get downloaded in temporary internet files anyway...
 
Kim Igel.

I already have the right click problem taken care of, what I need to take care of is how to keep them from dragging it to the desktop.
Logged

kiig

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 141
    • Igel's Journaler
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #7 on: January 17, 2005, 09:58:25 am »

try dragging a image off foto.igel.it .. you'll get the empty 'spacer.gif' from the top layer...
Logged
Kim Igel
http://igel.it (Personal playground) or http://foto.igel.it (Paypal shop-site)

Cyberpawz

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 122
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #8 on: January 17, 2005, 01:50:37 pm »

try dragging a image off foto.igel.it .. you'll get the empty 'spacer.gif' from the top layer...

What do you mean top layer? What if they left click and then go to the "large view" of the photo?
Logged

kiig

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 141
    • Igel's Journaler
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #9 on: January 17, 2005, 02:42:30 pm »

try it :-) same thing applies here, - the image shown on both normal and large images is a blank gif's in a table which background is the actual image... I think....

At least this is why I talk of 'layers'. Anyway, - try it on my site to see if any of it could be usefull (you should try it on http://foto.igel.it - I think it's not implemented on the thumbnails, - but on 'normal' and 'large' view, - and not on the slideshow either)

Kim Igel.
Logged
Kim Igel
http://igel.it (Personal playground) or http://foto.igel.it (Paypal shop-site)

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #10 on: January 18, 2005, 07:06:41 am »

Kim,

the page isn't displayed correctly for me using Firefox, only in IE (see the resized Firefox screenshot I attached).

Joachim
Logged

kiig

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 141
    • Igel's Journaler
Re: Right clicking not a problem, dragging to the desktop is!
« Reply #11 on: January 18, 2005, 08:45:46 am »

Hmm.. there was something about that.... thanx for bringing it to my attention, - but I don't have the kowledge to change it... still, - I like the idea that people can't steal the images too easy, - so I'll accept the IE only problem.
Logged
Kim Igel
http://igel.it (Personal playground) or http://foto.igel.it (Paypal shop-site)
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 19 queries.