Forum Moderators: coopster

Message Too Old, No Replies

Restrict copy, save, print

can be done with php and other language

         

yllai

1:55 am on Apr 14, 2004 (gmt 0)

10+ Year Member



I have a php side still in implementation process. I have upload a lot of picture on it..my question now is is it possible for us to restrict user from copy/download, save, print the picture?

Or I can get these info from any site? Do have any example?

Thanks a lot.

WhosAWhata

2:07 am on Apr 14, 2004 (gmt 0)

10+ Year Member



i don't know that that is possible,
i know you can do the following which will help

1. make a .htacess file to restrict the images to only allow them to be called by a script on your site

2. use the <META http-equiv=imagetoolbar content=no> meta tag to disable the image toolbar

3. use javascript to disable right click

4. use a javascript encoder to encode the paths to your pictures

5. add a stamp that says sample in case they get a hold of it

unfortuneately, it is impossible to prevent them from capturing the photo, that is why i recomend #5

yllai

2:36 am on Apr 14, 2004 (gmt 0)

10+ Year Member



I had try for #3..that work well, not allow user to right click on the page.

I not understand about other options, any example or info on it? where can I get example simillar to these?

Thanks for your fast response.

WhosAWhata

2:47 am on Apr 14, 2004 (gmt 0)

10+ Year Member



for
1. check with the apache forum (forum92 [webmasterworld.com])
2. i posted all the code u need
3 + 4. ask in the JavaScript Forum (forum91 [webmasterworld.com])
5. it's a simple image function

yllai

3:40 am on Apr 14, 2004 (gmt 0)

10+ Year Member



I had try #2+3...work well

For #5..where can I get for detail info on it?

Thanks.