Nathan W. Collier wrote:
> once upon a time i didnt mind people hot linking to my images but now
> that its slowing things down i need to block it.
> im running 3 sites on my own server on my home cable backbone (.5mbps
> upstream) using win 2k server and iis 5.0.
> ive seen a few javascripts and asp scripts that were almost reliable
The ASP technique using 'ADODB.Stream' and 'Response.BinaryWrite' works
well enough. The problem with most of these scripts is that they rely on
the referer to trigger action.
One solution is to create the asp (as the image source) on the fly - not
infallable, but more reliable than relying on the referer
> but i want something i can apply on the server level if possible.
you'd need to buy or write an isapi filter
--
William Tasso