• 27-01-2008, 09:56:43
    #1
    arkadaşlar 3.7.0 beta 3 kullanıyorum bunu beta 4 e yüseltmek istiyorum ama confing den ayarları bilmiyorum resimi anlatırsanız sevinirim birde bazı eklentileri 3.7.0 kuramadım zoint gibi mesela sürümü 3.6.8 e çevirmek istesem aynı işlemlerimi yapmam gerek
  • 27-01-2008, 09:59:24
    #2
    rocco beta 4 dosyalarını olduğu gibi FTP 'ne at. Zaten güncelleme ister kendisi. Ayar'a felan gerek yok.
  • 27-01-2008, 10:33:02
    #3
    Config.php dosyasını herhangi bi editör program yardımı ile açıyorsunuz.
    Aşağıdaki bölümlerde değişiklik yapıyorsunuz sadece. ( mail adresi zorunlu bölüm değildir. )
    Oluşturduğunuz veritabanı adı, veritabanı kullanıcı adı ve şifresini gerekli yerlere giriyorsunuz.

    //    ****** 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'] = 'databaseadi';
     //    ****** 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'] = 'dbmaster@example.com';
    //    ****** 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'] = 'dbkullaniciadi'; 
    $config['MasterServer']['password'] = 'dbkullanicisifresi';

    Kaynak:
    Config.php Düzenleme - forumENA
    Upgrade Yapımı - forumENA
  • 27-01-2008, 17:46:52
    #4
    teşekkürler arkadaşlar