- Image protection
- Posted by purplefairy on November 30th, 2003
Hi folks ...
wonder if I could pick a few brains out there..
I have been asked to protect bandwidth on an image heavy "Anime" site - the
owner complaining that people are refering to the images and stealing her
bandwidth.
(shes not bothered abot people downloading her images so much.)
Shes running on a windows server - and server technologies are not my
strongest point. I was considering using ht.access but I am told by my boss
this is only a function used on apache servers.
any other ways I could go about this?
Thanks in advance
Shellie
http://www.hideaspider.com/
- Posted by brucie on November 30th, 2003
in post <news:vsje2c5974r28d@corp.supernews.com>
purplefairy said:
http://evolvedcode.net/content/code_antihotlink/
--
brucie
30/November/2003 07:52:48 pm kilo
- Posted by William Tasso on November 30th, 2003
purplefairy wrote:
Place the images in a directory outside your www space and use
response.binarywrite to deliver the images.
There's a sample here http://www.williamtasso.com/components/image.asp This
one is also set up to be password protected so use (case sensitive):
un: guest
pw: visitor
A similar technique can be used to protect PDFs and other non-HTML documents
from hotlinking should the need arise.
--
William Tasso


