vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Import External Images (https://vborg.vbsupport.ru/showthread.php?t=253309)

y2ksw 11-10-2010 02:43 PM

Quote:

Originally Posted by sticky (Post 2120048)
Good question, would like to know as well.

As far as I know, articles are not stored in the post table, thus the CMS remains untouched. However, if the articles are stored there, the changes apply.

y2ksw 11-10-2010 02:48 PM

Quote:

Originally Posted by sticky (Post 2120137)
This seems to be causing a good amount of database errors.

If it does cause a lot of database errors (timeout, db "went away" errors), please reduce your maximum post count. The default value of 10 should be enough for most boards.

If you have an extremely short timeout on scripts, you will have to reduce this value even more.

y2ksw 11-10-2010 02:52 PM

Quote:

Originally Posted by Dr.osamA (Post 2120189)
thank you for your help

i have chmod 777 for folder and i had old version in my vb3.x.x and no new images

that main don't need more time for import images to my site only new posts and that not much :confused:

If you want to skip all old posts, you may run this query:

Code:

UPDATE post SET iei_parsed=1
This way, only new and edited posts are parsed.

If you decide later to reparse all old posts, too, just run

Code:

UPDATE post SET iei_parsed=0
which will restart parsing all over again.

Dr.osamA 11-10-2010 10:41 PM

thank you again sir

try it then inform you about results
BRB

abunaji 11-24-2010 12:13 PM

If a post is deleted from the forum, will it delete the images in that post automatically?
I think that is very important for there is no need to keep images from deleted posts .. they only eat up disk sapce.

Also, is there a feature to save the images on another server?
I don't have enough space on my vps , but I have plenty on another shared hosting.

y2ksw 11-24-2010 01:32 PM

Quote:

Originally Posted by abunaji (Post 2125321)
If a post is deleted from the forum, will it delete the images in that post automatically?
I think that is very important for there is no need to keep images from deleted posts .. they only eat up disk sapce.

Also, is there a feature to save the images on another server?
I don't have enough space on my vps , but I have plenty on another shared hosting.

No images are deleted.

If you are on Linux and have direct access, you may define a symbolic link to another server. However, you also will need services, which transfers the requested data back and forth.

sticky 12-01-2010 04:21 AM

Quote:

Originally Posted by y2ksw (Post 2120252)
If it does cause a lot of database errors (timeout, db "went away" errors), please reduce your maximum post count. The default value of 10 should be enough for most boards.

If you have an extremely short timeout on scripts, you will have to reduce this value even more.

I reduced the maximum post count and it worked great! Reduced the DB errors, thanks!

sticky 12-01-2010 04:21 AM

One thing I have noticed, it only replaced images in threads and not in the CMS even if the post is promoted. Any way to address this?

dacho 12-01-2010 08:56 AM

Thanks mate,
If I want to import the images to sub donain ?
like that : static.domain.com/imported

I change the "Imported Images Folder" to ../static.domain.com/imported
the setting of "Remove Invalid Images" on OFF

It does not work for me, it's replace the link of the image to "clear.gif" (Although marked him - not). And not import the file to Sub Domain

Do you have any ideas ?

y2ksw 12-01-2010 01:49 PM

Quote:

Originally Posted by sticky (Post 2127799)
One thing I have noticed, it only replaced images in threads and not in the CMS even if the post is promoted. Any way to address this?

For now, CMS posts are not parsed. I may consider implementing this feature, if you are not the only one asking for it :)


All times are GMT. The time now is 12:43 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
  • Page Generation 0.01575 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete