making it difficult for people to download all your images at once. making it difficult for people to download all your images at once.
 

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

making it difficult for people to download all your images at once.

Started by alexft, June 16, 2008, 05:08:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alexft

Hey folks,

I am planning to set up a shop based on wonderful coppermine gallery. I would host around 750 product images. At the moment I uploaded images into /albums where I created a directory for each category. Then I used batch upload. After testing my site I noticed that images are easy to grab. Is there any way I can `hide` them so if someone will want to copy then would have to do it one by one.

I am aware of watermark solution, any other ideas?


Cheers,

Alex.

Nibbler

What do you mean 'easy to grab'? Do you see a directory listing?

alexft

Yes I can see directory listing partly. I can see/albums and sub directories there plus /images.


Nibbler

OK, add a file in your Coppermine directory named .htaccess containing the following line:


Options -Indexes


If the file already exists just add in the new line.