Impex settaggio su un solo database..
Avendo un solo database ho installato vBulletin sul mio spazio....
oravolevo esportare con impex le tabelle del forum in bhpbb a vBulletin...
cose devo srivere qui...?????
# For mysqli enter mysql
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'my_avatar80';
$impexconfig['target']['password'] = '******';
$impexconfig['target']['database'] = 'vbulletin_forum';
$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'] = false;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'my_avatar80';
$impexconfig['source']['password'] = '******';
$impexconfig['source']['database'] = 'phpbb2';
$impexconfig['source']['tableprefix'] = 'phpbb_';
ditemi per favore cosa sbaglio...
Grazie...