You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Michelle Konzack <li...@freenet.de> on 2004/11/22 00:08:28 UTC

[users@httpd] Re: Image Download Blocking

Am 2004-11-21 15:44:10, schrieb The Disguised Jedi:
> I am running a site for a photography company, and they want to make
> sure the images on the internet cannot be downloaded and used
> illegally.  I have Mod_rewrite and already use it to make sure that

I have the same problem...

> hotlinks are blocked (using an img tag on a domain other than theirs
> to load an image) and I want to use it to make sure that images can
> only be sent to pages that are on the domain.
> 
> Do you understand what I'm trying to do?  Is this possible?  Please
> let me know and send a sample if possible.

You can make the life for sucker harder, but if they want,
they get the Images... (e.g. browser cache). 

The only thing is to use "Watermarks" (expensive because the license).

I dont have direct <IMG src=""image.jpg"> links... I do it with
php4 and try to hide the originating path. And second I change
the location/nummeric association all two hours. 

Forget to change the $_SERVER['HTTP_REFERER'] and something like this,
it can be forged by 'wget' and friends (I have tried it my self). 

        YES, I TRY TO HACK MY OWN WEBSITE !!!  grrr...

And third if someone try to download more the one PIC in a specified
time, my friend php will blocked the IP...

> Thanks in advance,

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Re: [users@httpd] Re: Re: Image Download Blocking

Posted by Zoe Ballz <zo...@zoeballz.tv>.
I have never tried it but .............

http://www.imagecure.com/imgsplit.html

All the best

Zoe

----- Original Message ----- 
From: "Michelle Konzack" <li...@freenet.de>
To: <us...@httpd.apache.org>
Sent: Sunday, November 21, 2004 11:28 PM
Subject: [users@httpd] Re: Re: Image Download Blocking


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Re: Image Download Blocking

Posted by Michelle Konzack <li...@freenet.de>.
Am 2004-11-21 23:15:48, schrieb Zoe Ballz:
> Another thing - one way to stop them from doing "save image as" or getting
> files from the cache is to split the image into a number of squares and
> display all of them. If someone tries to save an image they will then either
> have to save all the pieces and put them together like a jigsaw, or do a
> screen capture. Not perfect but makes most people "not be bothered" =-)

Right, but in the same time reduce the quality
to a minimum or use progresive JPEG  :-)

Question:   Do you have a IMAGE-Spliter ?
            I was looking for a tol which
            can do it, but have not found.

> All the best
> 
> Zoe

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Re: [users@httpd] Re: Image Download Blocking

Posted by David Mandelberg <we...@eth0.is-a-geek.org>.
Zoe Ballz wrote:
> Another thing - one way to stop them from doing "save image as" or getting
> files from the cache is to split the image into a number of squares and
> display all of them. If someone tries to save an image they will then either
> have to save all the pieces and put them together like a jigsaw, or do a
> screen capture. Not perfect but makes most people "not be bothered" =-)

This is probably the best way, but instead of static chunks you should
use dynamic ones with gd or something. It is still relatively easy to
get the image though. The other problem with this is that it basically
ruins all sense of accessibility.

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GAT/CM$/CS>$/CC/IT$/M/S/O/U dpu s+:++ !a C++$>C+++$
UB+++>++++$L++++$*-- P+>++$ L+++(++++)$ E-(---) W+++>$ N(+) o? K-
w--(---) O? M V? PS++@ PE-@ Y+@ PGP++(+++)>$ t? 5? X? R tv--(-)
b++(+++)@ DI? D? G e->++++ h* r? z*
------END GEEK CODE BLOCK------

David Mandelberg
webmaster@eth0.is-a-geek.org

Re: [users@httpd] Re: Image Download Blocking

Posted by Zoe Ballz <zo...@zoeballz.tv>.
Another thing - one way to stop them from doing "save image as" or getting
files from the cache is to split the image into a number of squares and
display all of them. If someone tries to save an image they will then either
have to save all the pieces and put them together like a jigsaw, or do a
screen capture. Not perfect but makes most people "not be bothered" =-)

All the best

Zoe

----- Original Message ----- 
From: "Michelle Konzack" <li...@freenet.de>
To: <us...@httpd.apache.org>
Sent: Sunday, November 21, 2004 11:08 PM
Subject: [users@httpd] Re: Image Download Blocking


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org