![]() |
Quote:
|
It is the "Ignore" field.
|
Quote:
|
Quote:
|
I hope I'm using the proper terminology. Because you answered my question and now you're saying that this isn't the solution.
Here's the problem with this mod and hot linking (unless I'm doing something wrong but I tested it). On MY site if I place a hot link image error to show up on the offending site which has grabbed an image from my site. The error image shows BUT the mod also replaces the image on my site with the error image. Only want the error image to show on the offending site (obviously). If I don't include an error image the offending site gets a blank screen and the image on my site stays intact. That's fine right? Shows it's working! Thanks for your help! |
Quote:
If the offending site gets a blank screen, then definitively your hotlink formula isn't working. Get Firebug for Firefox and check the response on the "missing" image, I'm almost 100% sure it's an error 5xx, which translates in a scripting error in .htaccess. The mod does only download images from other sites, and if they have hotlinking images, it will download those, unless you have them excluded = ignored :) |
Quote:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domain.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domain.com/forums [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] |
Quote:
Code:
RewriteEngine on The above rules says: If the referer is not blank and if it starts with http://www.domain.com then fail on these file extensions: .jpg, .jpeg, .png and .gif. This means in cleartext, if the referrer is blank or the referer starts with http://www.domain.com, then the images are shown. Direct page access will thus show the images, but if you are navigating the offending site, they will not. I hope this extra lecture was exhaustive enough and has really nothing to do with the mod. :) |
Will this mod pickup changes?
i.e. if someone links an image and then a few days later changes the image (but not the filename) will this mod recognize that? Followup: if so, will it overwrite the locally stored image or create an additional one with a -1 or something. |
Quote:
|
All times are GMT. The time now is 02:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|