Recently I've been having a problem with excessive hotlinking of images for one of my sites. How to resolv this problem?
Lots of options - one of them is to have a Script read your image file, and spit it out as content-type of image. Then it will only spit out the image if the user has a valid sessoin from your site, or you can do any custom validation that you want.