I need a code that makes it so they can't print screen when they're at my site. If it's possible that is.
Thx a lot for the help if it's given.
| zaith wrote: |
I need a code that makes it so they can't print screen when they're at my site. If it's possible that is.
Thx a lot for the help if it's given. |
I think it's impossible because once someone is on your webpage it is cached into their hard drive and if they look in the right place they can take it without print screen.
As long as the user opens a new window over the top of the webpage, the user can print screen without triggering any event handlers on the webpage whilest getting the webpage in the screenshot. In otherwords, you can try as much as you like to prevent users from getting your images but all you can do is make it harder for them but the user will always be able to obtain them.
Besides, why take a screenshot when the user can get a direct link to the image? The user can view the source code no matter how hard you try to hide it. Disabling right click or the view source button on the keyboard will also be of no help because the user can view the source of the page via an HTTP Request e.g. http://web-sniffer.net/
Last edited by Aredon on Tue Sep 12, 2006 11:12 am; edited 1 time in total
Why would you try? Isn't there another solution for the problem you want to solve?
JohanFH
I realize everything that has been said, I just want to make it as hard as possible for them to steal something. All I want to know is if someone has the code, if not then thanks anyway.
You can't. Websites aren't notified of print screen events.
| zaith wrote: |
| I realize everything that has been said, I just want to make it as hard as possible for them to steal something. All I want to know is if someone has the code, if not then thanks anyway. |
WHY oh WHY do you want to stop people "stealing" your pictures???
Does it really matter if they use your graphic? Wouldnt you be rather pleased that someone liked your work so much that tey decided to use it on their site???
NO! Prt Scr CANT be blocked in any way.
IF ITS REALLY IMPORTANT, you could add watermarks to your images...but then they would also look worse... 
The reason I wanted to know is because I'm selling graphics on my site and don't want them getting stuff without paying. I use watermarks, I was just hoping it was possible to do it another way. thx for all the help.
Open photo shop, and slap a big old ugly
SAMPLE
Across your pictures
Make the fill 50% so it looks pro and your done.
Heck, you don't even need photoshop, its quite easy to watermark pictures in PHP as well.
~Jeremy~
yea, watermark is the best thing I can think of, but then I can still find where the main image is and steal it 
| coreymanshack wrote: |
yea, watermark is the best thing I can think of, but then I can still find where the main image is and steal it  |
Its easy to prevent that...just use a .htaccess file...
If you dont know how to use them search on google 