ImpExConfig.php 
Note:
Be aware this in an INI file and not a normal php script, the variable don't need a $ sign before them.
;vBulletin:Impex Config File<?php /*
;| #################################################################### |;
;| # vBulletin 3.0.1 - Licence Number 123abc
;| # ---------------------------------------------------------------- # |;
;| # 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 ---------------- # |;
;| # https://www.vbulletin.com | https://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      = vbulletin_forum
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

sourcedatabasetype  = mysql
sourceserver        = localhost
sourceuser          = 
sourcepassword      = 
sourcedatabase      = 
sourcetableprefix   = 

;| #################################################################### |;
;| # File ends with closing PHP tag...                                # |;
;| #################################################################### |;
;*/ 
?> 
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.