• 0

how to prevent direct image linking in IIS


Question

I run my own personal webserver from xp pro iis engine and many ppl had been using my bandwidth by linking my image direct to their site. i've been searching on google for this but all i find is using the .htaccess file, but they said something about turning the rewrite engine on. I believe this is an isapi filter which i have to load in the iis control panel but I don't know where to find or turn on this engine. Anybody have any idea what this is talking about? thx

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Then why not convert the images to flash files?

If you have flash mx or whatever you can do it or look for a converter.

Here is one right here Quick JPG2SWF file convertor utility

Can also disable 'view source' so to speak.

You could use this program here HTMLProtector - Protect Web Page Source Code

This will add all the no right clicking and when the source is viewed,its all 'jumbled up' so to speak.

To try and look for any word is a pain in the a$$ when this does the code.

Can also try this

<script language="JavaScript">
 // (C) 2000 www.CodeLifter.com
 // http://www.codelifter.com
 // Free for all users, but leave in this  header

 // Set the message for the alert box
 am = "Copyright 2002";

 // do not edit below this line
 // ===========================
 bV  = parseInt(navigator.appVersion)
 bNS = navigator.appName=="Netscape"
 bIE = navigator.appName=="Microsoft Internet Explorer"

 function nrc(e) {
    if (bNS && e.which > 1){
       alert(am)
       return false
    } else if (bIE && (event.button >1)) {
      alert(am)
      return false;
    }
 }

 document.onmousedown = nrc;
 if (document.layers) window.captureEvents(Event.MOUSEDOWN);
 if (bNS && bV<5) window.onmousedown = nrc;

 </script>

Hope this may help :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.