 |
|
 |
|
Next: How to install IIS ON WIN XP PROFESSIONAL....NOTG..
|
| Author |
Message |
External

Since: Apr 20, 2004 Posts: 3
|
(Msg. 1) Posted: Tue Apr 20, 2004 1:13 pm
Post subject: anti-leeching on IIS? Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Apr 20, 2004 Posts: 3
|
(Msg. 2) Posted: Tue Apr 20, 2004 3:22 pm
Post subject: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks both of you for your suggestions, I had already seen
the script suggested by Paul, but it seems a bit tedious to
go and add this for every single image? I don't suppose
there's an easy way?
Kristofer:
I suppose you need your own server to be able to use that
..dll? The problem is that I don't think I can use this with
my host (fasthosts), unless I'm mistaken?
Thanks.
>-----Original Message-----
>Hi,
>
>Is it possible to prevent hot-linking or image leeching on
>IIS without having direct access to the server (using
>fasthosts.co.uk)
>
>Thanks.
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
External

Since: Aug 28, 2003 Posts: 617
|
(Msg. 3) Posted: Tue Apr 20, 2004 9:22 pm
Post subject: Re: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Tue, 20 Apr 2004 10:13:27 -0700, "endo55"
<anonymous.DeleteThis@discussions.microsoft.com> wrote:
>Hi,
>
>Is it possible to prevent hot-linking or image leeching on
>IIS without having direct access to the server (using
>fasthosts.co.uk)
>
>Thanks.
Read this :
How do I prevent people from 'leeching' my images?
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2276" target="_blank">http://www.aspfaq.com/show.asp?id=2276</a>
Regards,
Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2972
|
(Msg. 4) Posted: Tue Apr 20, 2004 11:19 pm
Post subject: Re: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
In addition to what Paul Lynch has already told you, here's some sample code
for an ISAPI filter preventing this:
<a style='text-decoration: underline;' href="http://www.michaelbrumm.com/leechblocker.html" target="_blank">http://www.michaelbrumm.com/leechblocker.html</a>
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>
"endo55" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:01f901c426fa$cb969760$3501280a@phx.gbl...
> Hi,
>
> Is it possible to prevent hot-linking or image leeching on
> IIS without having direct access to the server (using
> fasthosts.co.uk)
>
> Thanks.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2972
|
(Msg. 5) Posted: Wed Apr 21, 2004 12:36 am
Post subject: Re: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
You need the ability to install an ISAPI filter on the server. Usually, web
hosts do not allow this, but i do not know about yours.
I suggest that you talk with your webhost, and tell them that you have
problem with hotlinking. Since it is your webhosts' bandwidth that is
used/abused, they might be helpful to solve this problem.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>
"endo55" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:1b9101c4270c$ccd357f0$a601280a@phx.gbl...
> Thanks both of you for your suggestions, I had already seen
> the script suggested by Paul, but it seems a bit tedious to
> go and add this for every single image? I don't suppose
> there's an easy way?
>
> Kristofer:
> I suppose you need your own server to be able to use that
> .dll? The problem is that I don't think I can use this with
> my host (fasthosts), unless I'm mistaken?
>
> Thanks.
>
> >-----Original Message-----
> >Hi,
> >
> >Is it possible to prevent hot-linking or image leeching on
> >IIS without having direct access to the server (using
> >fasthosts.co.uk)
> >
> >Thanks.
> >.
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
External

Since: Apr 20, 2004 Posts: 3
|
(Msg. 6) Posted: Wed Apr 21, 2004 12:36 am
Post subject: Re: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ok thanks for the advice.
>-----Original Message-----
>You need the ability to install an ISAPI filter on the
server. Usually, web
>hosts do not allow this, but i do not know about yours.
>
>I suggest that you talk with your webhost, and tell them
that you have
>problem with hotlinking. Since it is your webhosts'
bandwidth that is
>used/abused, they might be helpful to solve this problem.
>
>--
>Regards,
>Kristofer Gafvert - IIS MVP
>Reply to newsgroup only. Remove NEWS if you must reply by
email, but please
>do not.
>http://www.ilopia.com/
>
>
>"endo55" <anonymous RemoveThis @discussions.microsoft.com> wrote in
message
>news:1b9101c4270c$ccd357f0$a601280a@phx.gbl...
>> Thanks both of you for your suggestions, I had already seen
>> the script suggested by Paul, but it seems a bit tedious to
>> go and add this for every single image? I don't suppose
>> there's an easy way?
>>
>> Kristofer:
>> I suppose you need your own server to be able to use that
>> .dll? The problem is that I don't think I can use this with
>> my host (fasthosts), unless I'm mistaken?
>>
>> Thanks.
>>
>> >-----Original Message-----
>> >Hi,
>> >
>> >Is it possible to prevent hot-linking or image leeching on
>> >IIS without having direct access to the server (using
>> >fasthosts.co.uk)
>> >
>> >Thanks.
>> >.
>> >
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
External

Since: Nov 20, 2003 Posts: 77
|
(Msg. 7) Posted: Wed Apr 21, 2004 4:53 pm
Post subject: Re: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"endo55" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:1b9101c4270c$ccd357f0$a601280a@phx.gbl...
> Thanks both of you for your suggestions, I had already seen
> the script suggested by Paul, but it seems a bit tedious to
> go and add this for every single image? I don't suppose
> there's an easy way?
>
> Kristofer:
> I suppose you need your own server to be able to use that
> .dll? The problem is that I don't think I can use this with
> my host (fasthosts), unless I'm mistaken?
>
> Thanks.
>
> >-----Original Message-----
> >Hi,
> >
> >Is it possible to prevent hot-linking or image leeching on
> >IIS without having direct access to the server (using
> >fasthosts.co.uk)
> >
> >Thanks.
> >.
> >
Rename some of your images (updating your HTML), replace the originals with
anal-sex porn.
They'll stop after a few iterations of this...<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
External

Since: Apr 12, 2004 Posts: 214
|
(Msg. 8) Posted: Wed Apr 21, 2004 5:03 pm
Post subject: Re: anti-leeching on IIS? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Sparky Polastri wrote:
> "endo55" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
> news:1b9101c4270c$ccd357f0$a601280a@phx.gbl...
>
>>Thanks both of you for your suggestions, I had already seen
>>the script suggested by Paul, but it seems a bit tedious to
>>go and add this for every single image? I don't suppose
>>there's an easy way?
>>
>>Kristofer:
>>I suppose you need your own server to be able to use that
>>.dll? The problem is that I don't think I can use this with
>>my host (fasthosts), unless I'm mistaken?
>>
>>Thanks.
>>
>>
>>>-----Original Message-----
>>>Hi,
>>>
>>>Is it possible to prevent hot-linking or image leeching on
>>>IIS without having direct access to the server (using
>>>fasthosts.co.uk)
>>>
>>>Thanks.
>>>.
>>>
>
>
> Rename some of your images (updating your HTML), replace the originals with
> anal-sex porn.
>
> They'll stop after a few iterations of this...
Well, frankly - I wouldn't ever follow such an advice ;o)
-Andrey<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: anti-leeching on IIS? |
|
| Back to top |
|
 |  |
| Related Topics: | | Anti Virus and IIS6 - Hi, I'm just about to setup a new webserver running Windows 2003 Server Web Edition and am looking to install some anti-virus software which will scan any files that are uploaded to the server using FTP or HTTP in real time by the client. Can anyone.. |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|