ارور شما مربوط به همون میشه
تنها راه استفاده از اسکریپت impex هست که دیتا بیستون رو به وی بی تبدیل کنه
در ضمن قبل از انتقال فایل های فروم قبلی رو از sql به فضای هاست منتقل کنید که با مشکل مواجه نشید
مرسی
پس اگه میشه اینو یه نگاه بنداز ببین درسته؟
asteam_forum دیتابیس جدید هست که انجمن جدید توش نصبه
asteam_forums هم دیتابیس قدیمی هست که انجمن قدیمیه توش نصبه
# TARGET - The target is the vBulletin database (where the data is going to)
#
####
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'asteam_forum';
$impexconfig['target']['password'] = '123456';
$impexconfig['target']['database'] = 'asteam_forum';
$impexconfig['target']['tableprefix'] = '';
--------------
# SOURCE - The source is the old forum database (where the data is coming from)
#
####
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'asteam_forums';
$impexconfig['source']['password'] = '123456';
$impexconfig['source']['database'] = 'asteam_forums';
$impexconfig['source']['tableprefix'] = '';
ممنون از کمکت ، 1 هفته هست دارم روش کار میکنم ولی هیچی نشده !