Merhaba forum kullanıcıları İyi günler vBulletin config.php ile ilgili sizlere biraz bilgi vermek istiyorum.
1) Elinizde var olan vBulletin dosyalarını ilk olarak FTP'ye atıyoruz.
2) Klasörlerin içindeki includes'e giriş yapıp oradan config.php.new adlı dosyamızı config.php olarak değiştiriyoruz.
3) config.php dosyamızı açık aşağıdaki verilen bilgileri aynı şekilde düzenliyoruz.
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'DB Adı';
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'DB Kullanıcı Adı';
$config['MasterServer']['password'] = 'DB Şire';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'E-Mail Adresiniz';
4) Son olarak config.php dosyamızı kayıt edit FTP'den includes'in içine atıyoruz.
// Yapamayan olursa konu altında belirtsin yardım ederim arkadaşlar.
1) Elinizde var olan vBulletin dosyalarını ilk olarak FTP'ye atıyoruz.
2) Klasörlerin içindeki includes'e giriş yapıp oradan config.php.new adlı dosyamızı config.php olarak değiştiriyoruz.
3) config.php dosyamızı açık aşağıdaki verilen bilgileri aynı şekilde düzenliyoruz.
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'DB Adı';
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'DB Kullanıcı Adı';
$config['MasterServer']['password'] = 'DB Şire';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'E-Mail Adresiniz';
4) Son olarak config.php dosyamızı kayıt edit FTP'den includes'in içine atıyoruz.
// Yapamayan olursa konu altında belirtsin yardım ederim arkadaşlar.