![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||||
|
|||||||||||
|
IIS - Blocking using images
Hello everybody... I want to block the usage of my images hosted on my server because another web sites are using it directly.
I know there is a configuration to do on linux hostings but I'm using IIS hosting. Thanks in advance |
|
#2
|
||||
|
||||
|
You can do this with htaccess on unix not sure on windows.
__________________
Brad Pugh http://www.vortechhosting.com ------ Local System/Network Monitor http://nagios.hsphere.cc/ Login:guest Pass:guest XML FEED http://nagios.hsphere.cc/feed.xml ------ My Other Life:
|
|
#3
|
|||||||||||
|
|||||||||||
|
I know that... I can restric the usage con the htaccess on unix, but on windows I don't know where
|
|
#4
|
|||||||||||
|
|||||||||||
|
I don't believe there's anything simple you can do, you'll have to either write a bunch of code to do it by placing them say outside the webroot and using BinaryStreaming to present them to the browser after checking the referer URL or maybe place them into a database or something, theres no easy way without using ISAPI filters (there may be some COM+ components that may help but you'd have to look into that). Even then it's still relatively easy to grab your images, even on Unix a smart "thief" can still often hot link to them by faking referrers and such like.
There are some PHP and other scripts about that you could try (like http://www.hotscripts.com/Detailed/43995.html ) as well I don't know how effective they are, but no matter what your looking at having to do some coding work somewhere, try googling for "prevent image hotlinking Windows" Last edited by Brangwyn : 03-15-2005 at 07:47 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Port Blocking | cleonard | Chit Chat Public | 3 | 10-15-2003 11:34 AM |
| IP Blocking | dosleos | Chit Chat Public | 3 | 06-23-2003 01:37 PM |