vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Blocking Bandwidth Thieves (https://vborg.vbsupport.ru/showthread.php?t=149354)

DaveTomneyUK 06-10-2007 10:46 AM

Blocking Bandwidth Thieves
 
Hi,

I am trying to block hotlinking of my images and files so it only allows me to hotlink on my main side and 2 subdomains. For example these are my 3 domains.

1. http://maindomain.com
2. http://forum.maindomain.com
3. http://media.maindomain.com

All my images and files are stored on my media subdomain and my other 2 sites 1. and 2. ask for the files. I have tried this script in a .htaccess file but it wont work.

Code:

  RewriteEngine On

  RewriteCond %{HTTP_REFERER} !^$
  RewriteCond %{HTTP_REFERER} !^http://(www\.|forum\.|media\.)?maindomain\.com [NC]

  RewriteRule \.(bmp|gif|jpe?g|png)$ /images/linking.jpg [R=302,L]
  RewriteRule \.(swf|mp3|wmv|zip)$ - [NC,L,F]

Any ideas why it wont work, Please?

Vizionz 06-10-2007 10:52 AM

<a href="http://www.htmlbasix.com/disablehotlinking.shtml" target="_blank">http://www.htmlbasix.com/disablehotlinking.shtml</a>

DaveTomneyUK 06-10-2007 11:16 AM

Tried that but it does only work with image files and not files like ZIP MP3 ... etc


All times are GMT. The time now is 07:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01087 seconds
  • Memory Usage 1,712KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete