İndirdiğimiz vBulletin dosyasındaki includes klasörüne giriyoruz ordaki config.php.new isimli dosyayı config.php olarak değiştiriyoruz. Sonra config.php dosyasını wordpad gibi bir metin editörü yardımıyla açıyoruz ve aşağıdaki kısımları düzenliyoruz:
PHP- Kodu:
// ****** 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 ADI';
PHP- Kodu:
// ****** 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'] = 'yöneticinin mail adresi';
PHP- Kodu:
// ****** 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 KULLANICI ADI';
$config['MasterServer']['password'] = 'DB ŞİFRESİ';
Eğer admincp ve mocdp klasörünün ismini değiştirmek isterseniz klasör ismini değiştirdikten sonra yeni isimlerini aşağıdaki yerlerine yazın.
PHP- Kodu:
// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';
Dosyayı kaydedip kapatıyoruz. Sonra upload klasörü içindeki dosyaları hostumuza upload ediyoruz. Sonra www.siteadresi.com/install/install.php yazıp kuruluma başlıyoruz.Çoğu yerleri next diyerek geçiyoruz. Sonraki adımları aşağıdaki resimlerden takip edin:













Bookmarks