The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Import External Images Details »» | |||||||||||||||||||||||||||||||||||
This vBulletin 4 product imports external images in your posts from external servers or paths into a specific path, normally your forum's image folder.
Differently than the previous product Image Cache for vBulletin 3.x., it parses the posts at regular intervals for new images and replaces the external references in the background. Also, instead of using only a single folder, it creates folders for years and months, making it much easier to handle large quantities of images. The source and destination image URL's are stored into database, too, avoiding unnecessary duplicates. It moves and optionally converts images from one place to another. It is a handy tool in order to keep your images local to your forums. Version 1.0.4 is temporarily in BETA stage until the users have confirmed the newly requested features. Version 1.0.5 is still in BETA stage. It adds a new bunch of additional features, one of which allows you to test your mathematical understanding ... and a few other to fine-tune CURL and socket timeouts, and resizing on the fly of too large images. If you don't know what these options do, please leave them at their default values. Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
20 благодарности(ей) от: | ||
Baja, bond010007, cRipTz, da_judge, Delfi_r, hivitro, imported_EkSeS, john7911, kafi, mescalin, mohammadxxx, RichieBoy67, sweetpotato, tbworld, Techno Cowboy, The_Hawk, thomas, Virus81, xertox, Zero13 |
Comments |
#582
|
|||
|
|||
Which options, sir? I went into my vbulletin options for this mod and did not see as you say "a big field with according description and most probably already a "path" of a previous release of this product. Just add as many items you need."
|
#583
|
||||
|
||||
It is the "Ignore" field.
|
#584
|
|||
|
|||
So, just put the URL of a site or sites in the Ignore field and my hotlink error message WILL show on the offending site and NOT show on my site (on my site the hotlink image was replacing the image which was hotlinked to begin with)?
|
#585
|
||||
|
||||
If you insert the host in the ignore field, the images will not be imported. What they will show, in the end, depends on the site from where you try to show images. Which essentially may be hotlink blockers or anything else
|
#586
|
|||
|
|||
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! |
#587
|
||||
|
||||
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 |
Благодарность от: | ||
Bob_R |
#588
|
|||
|
|||
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] |
#589
|
||||
|
||||
Quote:
Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www\.domain\.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] 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. |
#590
|
|||
|
|||
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. |
#591
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|