Hello
i installed serendipity for my website but was wondering if right click protection or simular security can be installed for protecting my pictures. (we run a photostore) I don't want that visitors can download pictures by right click and save.
any ideas
protect my images
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: protect my images
Hi!
There is no protection like this. Every "protection" can be circumvented usually with a few mouseclicks, firefox extensions, greasemonkey scripts or simple HTML sourcecode viewing.
Regards,
Garvin
There is no protection like this. Every "protection" can be circumvented usually with a few mouseclicks, firefox extensions, greasemonkey scripts or simple HTML sourcecode viewing.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
As Garvin said, anyone determined can get to your photos no matter what you try to implement... so Judebert's suggestion is about all you have... Watermark the image. Also, do not use really high resolution images in your site so even if someone gets the image, it is not really suitable for printing (if that is what you are trying to prevent).
=Don=
-
Snowhopper
- Regular
- Posts: 10
- Joined: Mon Nov 03, 2008 10:48 am
Re: protect my images
we use coppermine for things and there are many useful plugins for this....
including a clear GIF overlay for images -- so when one right clicks all they get is the clear gif...
oc course all they have to do is same the page to the pc to get images...
make sure they are low res 72dpi and not much use to folks...
including a clear GIF overlay for images -- so when one right clicks all they get is the clear gif...
oc course all they have to do is same the page to the pc to get images...
make sure they are low res 72dpi and not much use to folks...
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Re: protect my images
They don't even have to save the page - if the image was displayed by their browser, it was cached, even with the clear gif trick. Like I said, if someone is determined, they can get to the image. If you need to protect the image, do not display a high resolution version, and watermark the images you do display.
=Don=
Re: protect my images
That is very nearly brilliant. I wish I were that clever.
Even as clever as it is, it's still not an absolute protection. I recreated the complete image in a few seconds with the GIMP.
It's another layer of effort, of course. It would discourage some people.
A more comprehensive method would be a flash viewer that uses encoded filenames as its parameter. Then you'd need a protocol analyzer to see what the flash viewer was downloading.
Even as clever as it is, it's still not an absolute protection. I recreated the complete image in a few seconds with the GIMP.
It's another layer of effort, of course. It would discourage some people.
A more comprehensive method would be a flash viewer that uses encoded filenames as its parameter. Then you'd need a protocol analyzer to see what the flash viewer was downloading.
Re: protect my images
You're right; I hadn't even considered that.
Just shows there's more ways to break security than there are to enforce it.
Just shows there's more ways to break security than there are to enforce it.