Hi! I am looking for code that will prevent people from accessing my image URLs by viewing the source code, and typing it in the browser window. Normally, I would Google this, but I don't know what it's called, and I don't know which search terms will lead me to the appropriate "canned scripts." Thanks!
why do you want to do this? it'd just frustrate people and anyone that wanted to get the images would still be able to do it
It's not for me - I am looking this up for a friend. We're in the same business. I used to disable right-clicking, but I don't even bother with that myself. She wants to know how to hide image URLs. Yes, I know. SCREENSHOT. If you really need an image, and you are not up to no good with it (yikes - double negative!), just take a screenshot. I don't want to argue with her, though, I just want to answer her question.
you could encrypt it and then decrypt it while you print out lines I suppose, it'd hide it from some people. use that + right click disabling or the flickr image trick
no, it's so specific you'd have to do it yourself. I did something similar for a site though... you can use output.replace. change the urls of the image randomly in php and have them decode them via output.replace in js.