I'm running into problems with people stealing the photographs off my site and using them in their own commercial projects. Is it possible to write a wrapper script which calls the images if my site requests the page, but not if any other site requests it?
i.e. <img src="wrapper.php?id=1000"> if called from my site will display the photo
but if someone links to it, it doesn't display it, or display a nice nasty gram.
I have all the code written to call up the image, that's not the problem - the problem lay with determining who called the wrapper php page - how does one do that?
Thanks!
Brian