Jump to content

no image copy


the_oliver

Recommended Posts

Assuming that you don't actually expect to 'protect' your image from being copied (since it'll be in the visitor's temp. internet files folder on their computerwhen they visit your page), putting  the image as a background in an absolutely sized div and then place a transparent gif the same size in that div might slow down the borrowers.

Link to comment
https://forums.phpfreaks.com/topic/37845-no-image-copy/#findComment-181155
Share on other sites

bottom line is you can't. You can put javascript in to stop the right click working but then you should use javascrip to write the image tag to teh document so that it deosn't appear if they have javascript off.

 

as soon the path is visible though they can just go and put that in th eaddress bar and they have it. There are methods of hiding the path but its a long time since I have used them and can't remember where the examples are.

Link to comment
https://forums.phpfreaks.com/topic/37845-no-image-copy/#findComment-181205
Share on other sites

they will always be able to find it somewhere - if someone really wanted your image they will get it.

 

If this is a case where you are selling an image then you should put a water mark on it so they only get the actual image on payment.

Link to comment
https://forums.phpfreaks.com/topic/37845-no-image-copy/#findComment-181540
Share on other sites

there is a method of obfusicating the path to the image OR storing the image in a blob field in a database and using s-s-s to output the image while disableing caching of the page.

 

That would solve all attempts bar the old screen grab which is so easy to do it makes doing anything at all to stop them pretty much pointless...

Link to comment
https://forums.phpfreaks.com/topic/37845-no-image-copy/#findComment-184221
Share on other sites

But not matter what you decide to do visitors can always use "Print screen" to take a screen dumb of your page and get the image that way...

 

A solution to his, though I have never tryied it and don't know how to create it, would be to use flash to view it and the flash to detect if "Prt Scr" and when pressed it blackens the image...

 

Just like when you try to take a screenshot of a dvd-movie from your dvd-player using "Prt Scr"...

Link to comment
https://forums.phpfreaks.com/topic/37845-no-image-copy/#findComment-184990
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.