Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Invision Power Board 1.1 Importer needs testing Details »»
Invision Power Board 1.1 Importer needs testing
Version: 1.00, by pogo pogo is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-28-2003 Last Update: Never Installs: 104
Is in Beta Stage  
No support by the author.

The importer is now available in the Members Area at

http://www.vbulletin.com/members/imports.html
or
http://www.vbulletin-germany.com/members/imports.html


I have heard all the requests for an Invision Power Board 1.1/1.2 import script and now it is done (I hope).
It is possible that it could work with all vB 2.2.x versions but I have tested it only with vB 2.2.9+. I don't know how much bbimport.php changed over the versions and if it will work with older ones.

It imports users, custom avatars, usergroups, buddys, categories, forums, threads, posts, attachments, polls, private messages, private message folders, subscribed forums and subscribed threads.

To make it easy to use it is written as a plugin like all the other official importers.


Requirements: vBulletin and IPB 1.1/1.2 on the same MySQL server. It doesn't matter if they are in the same or in different databases (but different databases need the same MySQL user/pass).


Sucsessful imported IPBs
http://www.aximsite.com/boards


01/30/03 imports usergroups

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 09-05-2003, 11:16 AM
blakkboy's Avatar
blakkboy blakkboy is offline
 
Join Date: Aug 2003
Location: Baltimore
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sounds cool im going to try this out today
Reply With Quote
  #133  
Old 10-12-2003, 07:04 PM
maxboost107 maxboost107 is offline
 
Join Date: Oct 2003
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like to test it
green_eyed_prican@yahoo.com
Reply With Quote
  #134  
Old 10-12-2003, 07:29 PM
maxboost107 maxboost107 is offline
 
Join Date: Oct 2003
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok , i think i have downloaded it but , how do i run it ?

Warning: main(./../admin/bbimport.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/db/1/bbimport_invib.php on line 4

where is this file @ ?
sorry for newbie questions
Reply With Quote
  #135  
Old 10-12-2003, 08:29 PM
pogo's Avatar
pogo pogo is offline
 
Join Date: Oct 2001
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to copy it in a directory called importers inside your vbulletin directory.
Reply With Quote
  #136  
Old 10-14-2003, 11:36 PM
MaxScript MaxScript is offline
 
Join Date: Sep 2003
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pogo
The importer is now available in the Members Area at

http://www.vbulletin.com/members/imports.html
or
http://www.vbulletin-germany.com/members/imports.html


I have heard all the requests for an Invision Power Board 1.1/1.2 import script and now it is done (I hope).
It is possible that it could work with all vB 2.2.x versions but I have tested it only with vB 2.2.9+. I don't know how much bbimport.php changed over the versions and if it will work with older ones.

It imports users, custom avatars, usergroups, buddys, categories, forums, threads, posts, attachments, polls, private messages, private message folders, subscribed forums and subscribed threads.

To make it easy to use it is written as a plugin like all the other official importers.


Requirements: vBulletin and IPB 1.1/1.2 on the same MySQL server. It doesn't matter if they are in the same or in different databases (but different databases need the same MySQL user/pass).


Sucsessful imported IPBs
http://forum.gamewizards.net/
http://www.aximsite.com/boards


01/30/03 imports usergroups
worked great ... thanks
Reply With Quote
  #137  
Old 11-12-2003, 07:16 AM
MkJnr MkJnr is offline
 
Join Date: Jan 2003
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have tried to convert my Invision Board using this script and it does all the posts and members and everything it should, just the problem is that it's not converting quotes used:

e.g

This is what a quote shows like in my vB:

<!--QuoteBegin-Mark+Nov 12 2003, 01:36 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Mark @ Nov 12 2003, 01:36 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->

It seems as if it hasn't converted it correctly? Also member's signatures just show up as html rather than BB Code as I was expected. I have Invision Board version 1.2 and the vB 2.3.2 is the one I was converting to.

Thanks for any help,

Mark
Reply With Quote
  #138  
Old 11-12-2003, 09:56 AM
pogo's Avatar
pogo pogo is offline
 
Join Date: Oct 2001
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this to convert the quotes correctly:

Open bbimport_invib.php and change in line 47
PHP Code:
$post preg_replace('#<!--QuoteBegin--([^"]*)\+([^"]*)-->([^"]*)<!--QuoteEBegin-->#siU' 
to
PHP Code:
$post preg_replace('#<!--QuoteBegin-{1,2}([^"]*)\+([^"]*)-->([^"]*)<!--QuoteEBegin-->#si' 
Are specific html tags not converted in the signatures or are all tags affected?
Reply With Quote
  #139  
Old 11-12-2003, 10:47 AM
MkJnr MkJnr is offline
 
Join Date: Jan 2003
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Cheers for that I'll try it out when I try and convert again

Here's an example of how a signature shows on the forum:

<img src='http://news.bbc.co.uk/media/images/38275000/jpg/_38275077_juventus_ap300.jpg' border='0' alt='user posted image' /><img src='http://diem101.ing.unibo.it/personale/marra/image/italian_flag_a.gif' border='0' alt='user posted image' /><img src='http://sport.supereva.it/omartin/on.gif' border='0' alt='user posted image' /

So the [IMG] tag hasn't been converted properly I'm guessing?

When there was URL code used it has been converted correctlty however.

Mark
Reply With Quote
  #140  
Old 11-12-2003, 03:58 PM
pogo's Avatar
pogo pogo is offline
 
Join Date: Oct 2001
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, change line 37 from
PHP Code:
       $post preg_replace('#<img src=\'([^"]*)\' border=\'0\' alt=\'user posted image\'>#siU''[img]https://vborg.vbsupport.ru/[/img]'$post); 
to
PHP Code:
       $post preg_replace('#<img src=\'([^"]*)\' border=\'0\' alt=\'user posted image\'(\s/)?>#siU''[img]https://vborg.vbsupport.ru/[/img]'$post); 
Reply With Quote
  #141  
Old 12-09-2003, 01:50 AM
CdaKnight CdaKnight is offline
 
Join Date: Jan 2002
Location: Houston
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question: This hasn't been modified to work for Invision Board 1.3 has it? Or does it have the same database schema as 1.2x? I forget. I administrate another vB, and have been looking to get one for myself, but I have IPB 1.3 and would want to move everything (users, attachments, etc) over to the vB when it's purchased.(bloody piece of ++++e PIB is).

So if anybody knows, please reply!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:51 AM.


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.04770 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete