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 |
#12
|
||||
|
||||
Quote:
Quote:
It has not much to show off - maybe the options window? |
#13
|
|||
|
|||
Quote:
|
#14
|
|||
|
|||
Quote:
Two clarifications ... 1. If the image is not longer available on the remote external site, where the poster has moved or deleted it, how does it handle those circumstances? 2. We use a special external reference that ties back to a Highslide display of images we store off-site on a separate special server. The syntax is [HSURL]http://www.pic.jog[/HSURL]. I believe it's BBCode triggered and displays those external pics as pop-ups. We would NOT want those references changes, so does your mod skip those because there are not IMG type tags and it will work fine for us with the HSURL internal code? Thanks again for your efforts.... Regards, Badger |
#15
|
||||
|
||||
Quote:
2. Please add "www.pic.jog/" to the "Ignore" settings (options) in order to skip all possible image URLs containing this string. If it is BBCode wrapped differently from [IMG] tags, it won't get imported anyway. |
#16
|
|||
|
|||
Quote:
So, to the "Ignore" settings I would add "http://photos.imageevent.com" to IGNORE this HIGHSLIDE java script BBCode statement below, which appears in a lot of our posts? [hsurl=http://photos.imageevent.com/badgerdog/canadianservicerifles/1915rossmkiiisniper223/DSC01967.JPG][IMG]http://photos.imageevent.com/badgerdog/canadianservicerifles/1915rossmkiiisniper223/icons/DSC01967.JPG[/IMG][/hsurl] Note: there is an IMG reference in that string for the small icon to support the larger pop-up highlside pic, but would it get ignored too, which is important and what we'd need.. Regards, Badger |
#17
|
||||
|
||||
Quote:
However, if your users are copying and pasting the image contained in [hsurl] in some way, vbulletin would wrap it with a standard [img] tag. For this you should add photos.imageevent.com/to the ignore list, just to make sure it never gets imported, no matter which tag is used. |
#18
|
||||
|
||||
PS: In order to scratch off the hsurl tag, you probably will need another filter. An URL around an image remains untouched.
|
#19
|
|||
|
|||
Quote:
So, this line of code (or any part of it) on the site would NEVER get touched by your mod when it executes .. correct? [hsurl=http://photos.imageevent.com/badgerdog/canadianservicerifles/1915rossmkiiisniper223/DSC01967.JPG][IMG]http://photos.imageevent.com/badgerdog/canadianservicerifles/1915rossmkiiisniper223/icons/DSC01967.JPG[/IMG][/hsurl] Quote:
I wish there was some way I could test what this mod does and view it's impact, restricting it's cron execution to just a specific "Test Forum" ID, so it didn't act on any other data in the databse. In that way, we could make sure we didn't mess up 4 years of posts without a test. Is that possible to have a test forum ID mode that one can turn ON and OFF? Thanks again ... Regards, Badger |
#20
|
||||
|
||||
Quote:
[hsurl=http://photos.imageevent.com/badgerdog/canadianservicerifles/1915rossmkiiisniper223/DSC01967.JPG][img]https://vborg.vbsupport.ru/external/2010/11/33.jpg[/img][/hsurl] is not touched at all. If it isn't, it is touched this way: [hsurl=http://photos.imageevent.com/badgerdog/canadianservicerifles/1915rossmkiiisniper223/DSC01967.JPG][IMG]http://www.forum.tld/images/imported/2010/11/1234.jpg[/IMG][/hsurl] Assuming you have already 1233 JPEG images in your .../2010/11/ folder and the post comes from today. For testing, I suggest to use it on a test board first There is no such filter as forum sections, threads and so on, but if you really must filter, then you may change the query in file iei_cron.php on line 229 from: $SQL = "SELECT postid, dateline, pagetext FROM " . TABLE_PREFIX . "post WHERE iei_parsed=0 AND pagetext LIKE '%[/IMG]%' ORDER BY postid"; to: $SQL = "SELECT postid, dateline, pagetext FROM " . TABLE_PREFIX . "post WHERE iei_parsed=0 AND threadid=XXX AND pagetext LIKE '%[/IMG]%' ORDER BY postid"; where XXX is your thread id. At this point, please enable also the cronjob logging (modify task), in order to see in your logs which posts have been touched. Last not least, don't forget to undo the changes after testing |
#21
|
||||
|
||||
thanxx
installed but not working at all you can try it here alra7ba.info user:vBulletin pass:123456 can i translate it to Arabic lang. and add it here plzz ? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|