ben kullanmıştım Impex ve sorunsuz geçiş yaptım adım adım anlatıyım:
1.Impex'i ftp'den forum anadizinine at.xml dosyasınıda includes/xml klasörüne at
2.ImpEXConfig.php.new dosyasını aç:
# For mysqli enter mysql
$impexconfig['target']['databasetype'] = 'mysql'; (yeni forum DB'si)
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'username';
$impexconfig['target']['password'] = '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'; (eski forum DB'si)
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'username';
$impexconfig['source']['password'] = 'password';
$impexconfig['source']['database'] = 'source';
$impexconfig['source']['tableprefix'] = '';(table prefix'i sakın unutma ipb için ibf_ , phpbb için phpbb_ gibi)
bu ayaları kendine göre değiştir ve dosya isminin sonundaki new'i sil
2.Forum admin paneline gir orada import göreceksin.Oraya girip müşteri kodunu yaz(lisanlı ise tabiki
3.karşına çıkan yerleri sırayla tek tek çevir işlem bitecektir.
not:en önemli nokta eğer db hatası verirse çevirirken config dosyasındaki
define('dupe_checking', true); satırında olan true'yu false yapıp tekrar dene.hatta en başta false yap sen garanti olsun.