elliott
12-28-2005, 07:25 PM
First I adore this script it is one of the better scripts in the archive IMHO.
One small change which would make a huge difference is if there was someone way that you could put a transparent image over the top of each image as a way of making it harder for people to steal the images being display. One of the major reasons I like this script is that you can batch change all the filenames as often as you like to deter hotlinking.
I already know about:
Adding Watermarks to the gallery images.
Disabling the right click.
That the image is stored in the browser cache.
That FF has an extension for web designers which shows all images on a page then you can right click and save them.
I know about applying the meta tag to block IE's floating toolbar: <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
I know about the undocumented IMG SCR tag GALLERYIMG="no"
One of my other tricks is to put all the gallery images into a folder of their own and then include it in the robots.txt file as a disallowed directory, put a blank index.html file in the directory preventing an easy list, or use a redirect script to send them straight back to the site's normal index page or the 404 error page. You can also drop a .htaccess file in the directory with IndexIgnore * in it and then the directory will appear empty.
I know you'll never completely stop people from misusing your images but I work on the theory that if you make it hard enough you can stop all but the most determined and with any luck they will simply go and look somewhere easier.
One small change which would make a huge difference is if there was someone way that you could put a transparent image over the top of each image as a way of making it harder for people to steal the images being display. One of the major reasons I like this script is that you can batch change all the filenames as often as you like to deter hotlinking.
I already know about:
Adding Watermarks to the gallery images.
Disabling the right click.
That the image is stored in the browser cache.
That FF has an extension for web designers which shows all images on a page then you can right click and save them.
I know about applying the meta tag to block IE's floating toolbar: <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
I know about the undocumented IMG SCR tag GALLERYIMG="no"
One of my other tricks is to put all the gallery images into a folder of their own and then include it in the robots.txt file as a disallowed directory, put a blank index.html file in the directory preventing an easy list, or use a redirect script to send them straight back to the site's normal index page or the 404 error page. You can also drop a .htaccess file in the directory with IndexIgnore * in it and then the directory will appear empty.
I know you'll never completely stop people from misusing your images but I work on the theory that if you make it hard enough you can stop all but the most determined and with any luck they will simply go and look somewhere easier.