I wish to convert a phpbb2 databse on one of my other sites to my new vB site. However it's not working out, tell me if this config is looking correct. 
Of course I took out the usernames and whatnot, I'm thinking that in line:
sourceserver = www.site1.org
Maybe this is not how I write this up?
Also here:
targettableprefix =
I don't think vB has a prefix, it doesn't seem to when I installed it anyway.
I basically want to import the DB from site 1 to site 2...

;vBulletin:Impex Config File<?php /*
;| #################################################################### |;
;| # vBulletin - Licence Number <removed>
;| # ---------------------------------------------------------------- # |;
;| # Copyright ©2000–2005 Jelsoft Enterprises Ltd. All Rights Reserved. |;
;| # This file may not be redistributed in whole or significant part. # |;
;| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
;| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
;| #################################################################### |;
[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
;
; If impex is installed in vBulletin you can ignore the target details
; as includes/config.php
targetdatabasetype = mysql
targetserver = localhost
targetuser = "username"
targetpassword = "password"
targetdatabase = vb.
targettableprefix =
[ Source Database ]
; If the system that is being imported from uses a database,
; enter the details for it here and set 'sourceexists' to TRUE.
; If the source data is NOT stored in a database, set 'sourceexists' to FALSE
sourceexists = false
; mysql OR mssql
sourcedatabasetype = mysql
sourceserver = www.site1.org
sourceuser = "username"
sourcepassword = "password"
sourcedatabase = dbforum
sourcetableprefix = phpbb_
;| #################################################################### |;
;| # File ends with closing PHP tag... # |;
;| #################################################################### |;
;*/ ?>
;| #################################################################### |;
;| # vBulletin - Licence Number <removed>
;| # ---------------------------------------------------------------- # |;
;| # Copyright ©2000–2005 Jelsoft Enterprises Ltd. All Rights Reserved. |;
;| # This file may not be redistributed in whole or significant part. # |;
;| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
;| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
;| #################################################################### |;
[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
;
; If impex is installed in vBulletin you can ignore the target details
; as includes/config.php
targetdatabasetype = mysql
targetserver = localhost
targetuser = "username"
targetpassword = "password"
targetdatabase = vb.
targettableprefix =
[ Source Database ]
; If the system that is being imported from uses a database,
; enter the details for it here and set 'sourceexists' to TRUE.
; If the source data is NOT stored in a database, set 'sourceexists' to FALSE
sourceexists = false
; mysql OR mssql
sourcedatabasetype = mysql
sourceserver = www.site1.org
sourceuser = "username"
sourcepassword = "password"
sourcedatabase = dbforum
sourcetableprefix = phpbb_
;| #################################################################### |;
;| # File ends with closing PHP tag... # |;
;| #################################################################### |;
;*/ ?>
sourceserver = www.site1.org
Maybe this is not how I write this up?
Also here:
targettableprefix =
I don't think vB has a prefix, it doesn't seem to when I installed it anyway.
I basically want to import the DB from site 1 to site 2...
Comment