Security question/issue/request Security question/issue/request
 

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

Main Menu

Security question/issue/request

Started by Nucleus, May 11, 2004, 11:11:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nucleus

I dont know if this is possible but i'll ask anyway.

I have a coppermine photo gallery all set up on my local webserver, i have 14 albums and 1150 photos in it.

I am thinking of putting it online, but i simply do NOT want anyone taking these pictures from my gallery.

Now, i found this script, that protects the images from right click, and i put it in my theme html file.

<head><META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<script language=JavaScript>
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
</script>


That protects from right click and from the options bar in internet explorer. But when someone clicks on the picture to open in a new window, this script does not protect that.

Also, there are like 100000 software out there to download whole websites ( http://www.httrack.com )

So, this is just a simple question. Is it possible to protect the images in my gallery?
Is it possible to stop people from downloading them?

coppermine is a great piece of software, and in my opinion, this feature is something that should be in coppermine from day1.

Thnks ppl.

Tarique Sani

Simple Answer -NO  there is no way to protect your images once they are on the web....
SANIsoft PHP applications for E Biz

Nucleus


Tarique Sani

I do hope you realise that this is not an issue with Coppermine BUT  the way web is built....

You can make it difficult but only a bit difficult....
SANIsoft PHP applications for E Biz

Joachim Müller

as a side note: this discussion should not be labelled "security", because usually "security issues" are related to breaking tino things, hacking passwords, expliting scripts' weaknesses etc.
As your pics will be visible on the net, they can be stolen. You agreed to that by uploading them in the first place. A burglar in your home is a security issue, a passer-by who picks up something you deliberately placed on the sidewalk is not.

GauGau