View Single Post
Old 09-08-2006, 10:25 AM   #3 (permalink)
Itsacon
Junior Member
 
Itsacon's Avatar
 
Join Date: Sep 2006
Location: Sector ZZ9 Plural Z Alpha
Posts: 34
Send a message via ICQ to Itsacon
Default Re: Stealing images...unique situation

If your server runs PHP, you could use that.

I had a similar problem, and I solved it by having all images served out by a php script (aptly named image.php), which has a list of allowed addresses and hostnames, and only gives out the image if the referer is from one of those domains.
The images themselves are stored in a directory on the server that is not directly accessible by the webserver, only by PHP.

If you're interested I can post the code for the script.
__________________
"The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools."
---Douglas Adams
Itsacon is offline   Reply With Quote
Sponsored Links