PDA

View Full Version : ImpExConfig.php , look



pablo
Wed 2nd Feb '05, 12:49pm
;vBulletin:Impex Config File<?php /*
;| ################################################## ################## |;
;| # vBulletin 3.0.6 - Licence Number 123456789
;| # ---------------------------------------------------------------- # |;
;| # 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.

targetdatabasetype = mysql
targetserver = localhost
targetuser = "username"
targetpassword = "password"
targetdatabase = database
targettableprefix = vb3_


quick question, should the file ImpExConfig.php.new look like this, i.e. the extra semi-colons ?
regards,
p.

pablo
Wed 2nd Feb '05, 1:34pm
downloaded the tarball and it was the same, i'll try it out.

Jerry
Wed 2nd Feb '05, 1:39pm
Yup that looks OK to me.