View Single Post
  #1  
Old 11-12-2001, 09:04 PM
Jawelin Jawelin is offline
 
Join Date: Nov 2001
Posts: 557
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After a long waiting without any new info, I finally decided trying to create a pseudo-handy procedure to import all the posts from Ikonboard v2.19b to VBulletin 2.2 database.
I tryed out the great job made by LoB, but with posts I found a lot of problems as each new forum I was upgrading, all the threads overwrote the previous ones, so....
Besides, the first and the last posters of a thread are swapped and when I change forum in the import procedure (source dir and target id...), some posts are merged from the previous forum ...

So, I tried to do the same thing 'manually' via SQL, just like I did with the user data. Infact I saved all the user .cgi files and imported to an Excel sheet, managed it for a while to cleanup and wrote a sql script to upload all the users (1000+) at once ...

Hopefully, it'll the same thing with posts and threads. Actually, they are the same way database fields and not more, aren't they ?

Well, I'm here only to ask someone the exact flow (I simulated with a manual post) and the relationships between all the tables involved in that procedure.
I guess it'll only affect the 'post' and 'thread' mySql tables, but didn't hunderstood why in the conv_posts.php I'm trying to analyze, all the updates are made by a record replaceing.



As you can see, I'm enough desperate to gain into that intention... :greedy:
Thanks a lot.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01170 seconds
  • Memory Usage 1,763KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete