Hi all ! Ok, this message is not for asking for something to anyone but just to give you something of mine...
How make to respect images copyright on your web site?
The taken actions from a user can be:
- download the web page where is nested the image (using the browser-->File-->Save As...);
- take a screen-shot;
- consult its computer looking for the cache directory (for example Temporary Internet Files);
- print the image;
- execute the entire path going straight to the folder where images are contained visualizing an image in itself
A lot of developers over the web are trying to work around in order to get a goal, someone seems deprived of hope because if the user wants he will catch our image, someone else is convinced that with a couple of line code the problem is solved...
Now guys, I'm sorry but for professional reasons I'm not going to show you pieces of code giving the package in your hands, but I have THE RIGHT SOLUTION IN ORDER TO HAVE AN IMAGE DISPLAYED ON A WEB SITE AND THAT'S IT! All user taken actions mentioned above are 100% covered. Nobody will have a material copy of the image on its local computer unless the author wants to sell it.
What I can do is explain in few steps the theoretical way, which is a tested way on the practical side, trust to me. Even if could seem simple as counting 1 - 2 - 3 I have taken a year studing for this technique:
NOTE: the used technology are Internet Information Server, Active Server Pages, Java Script, Flash. The application cannot be corrupted and works perfect for technical reason only under Microsoft Internet Explorer Browser (all versions) and even if the web page will be saved on the local computer, no images are stored/saved.
- insert every single image (.jpg, .gif, ecc.) inside many swf files
- set IIS in order to lock the cache and to avoid read access on the specific folder containing the swf files
- on the web page write the code to: 1) check if user using I.E. otherwise let him know to get the required browser for your site; 2) visualize the swf file; 3) disable screen-shoot; 4) disable print the page
Bye!
Mauro, a guy from Rome
.



Reply With Quote
Bottom line, if the visitor can see your image, he/she can grab it.






Bookmarks