Config.cfg.new

The-Ken

New member
Arkadaslar Config.cfg.new Bu Config' i Ben Editleyemedim Acaba Editlenmis Halini Bana Upload Edermisiniz...

Teşekkürler...
 

FaLCoN_TiGeR

∂єѕιgη ву ƒαℓ¢ση
Çok saçma bi soru olmus çünki config.php yi senin olusturacağın database bilgilerine göre editlemen lazım. Ayrıca config.cfg.new değil config.php olması gerek.
 

Blade

BaBaCaN
config.php.new dosyasını sağ tıkla not defteri ile aç

PHP:
	//	****** 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'] = 'database ismini yaz genellikle örnek olarak şöyle örnek_01 gibi örnek olan yere database ismi olacak';




	//	****** 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'] = 'database kullanıcı adını yaz';
$config['MasterServer']['password'] = 'database kullanıcı şfreni yaz';
daha sonra dosya >>> farklı kaydet diyerek config.php olarak kaydetmelisin kolay gelsin
 
Üst