allenmur
Tue 28th Feb '06, 8:31pm
i have config my file so it looks like this
# 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
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'allenmur_allen';
$impexconfig['target']['password'] = 'password';
$impexconfig['target']['database'] = 'allenmur_VB';
$impexconfig['target']['tableprefix'] = '';
# 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
$impexconfig['sourceexists'] = TRUE;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'allenmur_allen';
$impexconfig['source']['password'] = 'password';
$impexconfig['source']['database'] = 'allenmur_Ipod';
$impexconfig['source']['tableprefix'] = '';
# Error logging will log import errors to a database table impexerror
# for use with support.
# Language file is the file of phrases to be used, default is english.
# pagespeed is the second(s) wait before the page refreshes.
$impexconfig['system']['errorlogging'] = true;
$impexconfig['system']['language'] = 'impex/impex_language.php';
$impexconfig['system']['pagespeed'] = 1;
*note the username and passords are not that this is a example lol when i add my username to access it i get to a blank page with this
Database cleanup & restart ||| Online manual
nothing else i uploaded everything and i did get the other menu but i had wrong username in so i corrected it now i get just the blank page with that at the top?
# 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
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'allenmur_allen';
$impexconfig['target']['password'] = 'password';
$impexconfig['target']['database'] = 'allenmur_VB';
$impexconfig['target']['tableprefix'] = '';
# 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
$impexconfig['sourceexists'] = TRUE;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'allenmur_allen';
$impexconfig['source']['password'] = 'password';
$impexconfig['source']['database'] = 'allenmur_Ipod';
$impexconfig['source']['tableprefix'] = '';
# Error logging will log import errors to a database table impexerror
# for use with support.
# Language file is the file of phrases to be used, default is english.
# pagespeed is the second(s) wait before the page refreshes.
$impexconfig['system']['errorlogging'] = true;
$impexconfig['system']['language'] = 'impex/impex_language.php';
$impexconfig['system']['pagespeed'] = 1;
*note the username and passords are not that this is a example lol when i add my username to access it i get to a blank page with this
Database cleanup & restart ||| Online manual
nothing else i uploaded everything and i did get the other menu but i had wrong username in so i corrected it now i get just the blank page with that at the top?