I uploaded the Impex folder into ./forum/ directory and editted the config file.
Here is what it looks like:
THen when I goto Import/Export, this is what it looks like:
http://www.optimumwd.com/forum/problem.gif
I am trying to import my data from a phpb 2.0.11 board.
Any suggestions?
Thanks in advance
Here is what it looks like:
PHP Code:
;vBulletin:Impex Config File<?php /*
;| #################################################################### |;
;| # vBulletin 3.0.3 - Licence Number ********
;| # ---------------------------------------------------------------- # |;
;| # Copyright ©2000–2004 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.
targetdatabasetype = mysql
targetserver = localhost
targetuser = "vbul"
targetpassword = "******"
targetdatabase = vbul
targettableprefix = vb3_
[ 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 = TRUE
; mysql OR mssql
sourcedatabasetype = mysql
sourceserver = localhost
sourceuser = "taylor"
sourcepassword = "******"
sourcedatabase = optimumwd
sourcetableprefix = phpbb_
;| #################################################################### |;
;| # File ends with closing PHP tag... # |;
;| #################################################################### |;
;*/ ?>
http://www.optimumwd.com/forum/problem.gif
I am trying to import my data from a phpb 2.0.11 board.
Any suggestions?
Thanks in advance
Comment