Re: [PHP] securing a graphic

2003-06-21 Thread Justin French
I'm with Steve on this. Call them (the numerous hacks mentioned in this thread) deterrents if you like, but there is NO WAY to secure images. You can brand them with a big watermark, and make sure your copyright and terms of use notice are prominent on the page, but the nature of the web is that

Re: [PHP] securing a graphic

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 00:51, Justin French wrote: I'm with Steve on this. Call them (the numerous hacks mentioned in this thread) deterrents if you like, but there is NO WAY to secure images. You can brand them with a big watermark, and make sure your copyright and terms of use notice are

[PHP] securing a graphic

2003-06-19 Thread Ryan Holowaychuk
Is there a way in PHP that I can secure a graphic, so that when the page is loaded it will show the graphic, but is not able to be right clicked on or downloaded to there desktop. Thanks Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] securing a graphic

2003-06-19 Thread Haseeb Iqbal
: [PHP] securing a graphic Is there a way in PHP that I can secure a graphic, so that when the page is loaded it will show the graphic, but is not able to be right clicked on or downloaded to there desktop. Thanks Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] securing a graphic

2003-06-19 Thread Steve Keller
At 6/20/2003 02:33 AM, Haseeb Iqbal wrote: yeah there is a way No there is not a way. The way the web works is by sending your content to someone else' computer. Once it's there, they have a copy, whether it's in their cache or actually saved as a file. There's no way to prevent a determined

Re: [PHP] securing a graphic

2003-06-19 Thread Hugh Bothwell
From: Ryan Holowaychuk [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Sent: Friday, June 20, 2003 2:26 AM Subject: [PHP] securing a graphic Is there a way in PHP that I can secure a graphic, so that when the page is loaded it will show the graphic, but is not able to be right