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 |
#792
|
||||
|
||||
If some images do not download, it may be that some PB accounts are simply moved elsewhere.
|
#793
|
|||
|
|||
Quote:
If i check a post that is "Not changed" according to log - i find the "you must upgrade your PB" picture. If i copy the URL and open it up in a browser, picture is showing up. Not sure why, maybe because of the time out? Anyway, how can i rerun this plugin on the whole forum? Let's say the plugin has scanned and downloaded all pictures and i want to start over - how do i do it? |
#794
|
||||
|
||||
Quote:
I do not have time to watch PB developers, so to me it's the second option |
Благодарность от: | ||
scottkoz20 |
#795
|
||||
|
||||
Quote:
When you say you are 'upping the max_memory' (or to set it to 'unlimited') - where are those adjustments done - is that within the vB admin panel somewhere, or are you talking about a server setting. How can I adjust this in order to get the cron job to completely run. And I'm assuming if this is working 100% correctly, that I should see the mixed content warnings disappear immediately - is that right? |
#796
|
||||
|
||||
Quote:
Code:
# cat /etc/php5/apache2/php.ini | grep memory_limit |
#797
|
||||
|
||||
my dear
Does not work on 4.2.5 php 5.6.31 mysql 5.6.37 any help .. Best Regards |
#798
|
||||
|
||||
for me it works
|
#799
|
|||
|
|||
Is it possible to import images from a specific path from the own forum? The own forum is not imported by default
|
#800
|
||||
|
||||
Quote:
But in reality, you may move the files directly and then change their path with a simple query in all of your posts. This is much more effective than importing and storing the images elsewhere. Code:
UPDATE post SET pagetext=REPLACE(pagetext, 'old_url', 'new_url'); Keep in mind that the db connection may time out, but you can repeat as often as needed, since UPDATE is smart enough not to change the records which already have been changed. Best of course is to call mysql from the shell. |
#801
|
|||
|
|||
Hi Giovanni,
Great mod, and thank you so much for creating it. I am running 4.2.4 and installed the mod yesterday. I have around 7,300 users and 150,000 total posts, with a relatively small number of overall posts that would require images to be downloaded (I would say the majority of images on my forum are directly attached and residing already in the file system). Server - Linux + Apache vbulletin - 4.2.4 php - 5.6.31 php max post size - 64MB php max upload size - 64MB php memory limit - 256MB mySQL - 5.5.7 mySQL packet size - 10MB The mod started downloading and it got through about 4 of the 9 years of posts on my forum. Now it has frozen since last night. I turned on the logging this morning and only came across this single entry in the log since I turned it on, which is attached. The offending post has some images attached to it, using the external host home.btconnect.com The images seem to be small in size and pixels, and I downloaded them manually and attached them to the post to see if I could have the mod continue downloading other posts. So far, I haven't been able to get it started again. Attached is the error, as well as my settings screens. Also, I have now received two times the mySQL error as attached, which I read appears to be the database server "timing out." The mod is definitely enabled and running, download folder and sub-folders are 777 permissions, etc. Does it look to you that there is an image that is too large, or do you have other ideas as to what is causing the mod to stop indexing and downloading? EDIT: A new post that was made by one of my users today was indexed and the external images were replaced, so I know the code is working. However, it seems stalled and won't continue indexing beyond a certain point in the past. It must be hanging up on something that is keeping it from continuing past indexing. Please advise SECOND EDIT: I emptied the table in the database (it has a few more than 3,000 records in it) and the code executed again, but then stopped, and it had seven new records in the database. I emptied the table again and it sent through one more cycle of downloading a few more images, and putting seven new records in the database again. So, something related to the database and/or php memory seems to be preventing the code from executing correctly. Any thoughts? Thanks Gerry |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|