evanphphelp Posted April 5, 2006 Share Posted April 5, 2006 ok, i coded a gallery for myself and friends to post our artwork.i'm not new to php, so everything works fine, and i'm almost happy with it... the only problem is that i want to stop the possiblity of somebody saving our images.now, i know this is almost impossible, there's always a way, but to help with this i made a file calledimg.phpimg.php is what shows the pictures.i'm looking for a way to find out through php if img.php is being shown as an image in a page, or if it's being accessed by itself by the user by going to the page address.is there anyway to do this? Quote Link to comment Share on other sites More sharing options...
davidoff Posted April 5, 2006 Share Posted April 5, 2006 They will always be able to save the images because you send the image to them and that is how it's displayed in their browser. Quote Link to comment Share on other sites More sharing options...
jworisek Posted April 5, 2006 Share Posted April 5, 2006 The only thing you can really do is put a visual watermark in the image. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.