Unauthorized Access Unauthorized Access
 

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

Unauthorized Access

Started by Anne, February 02, 2005, 11:04:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Anne

What would be the point of having required registration to view pics, if all one has to do is right click on a thumbnail (or view source) and erase the "thumb_" part of the URL? Is there any way around this?

Aditya Mooley

That is why it is mod and not a core feature.  :D
Anyways if you put your pictures on the web, they will be accessible. You can only make it difficult.
--- "Its Nice 2 BE Important but its more Important 2 Be NICE" ---
Follow Coppermine on Twitter

Hein Traag

The only foolproof way is not putting your pictures online  :-\\

You have to accept that no matter how difficult you make it for unauthorized users to view the full size pics they will always find a way around your defences.

Tranz

If you can edit the .htaccess file, you can prevent direct access to files. So if someone tries to access an image by using its URL, you can redirect them elsewhere. The code is used along with the hotlink protection code.