WEBMASTER ÖZEL > VBULLETIN
vBulletin Config.php Yolunu Değiştirme Nasıl Yapılır
(1/1)
danua:
vBulletin Config.php Yolunu Değiştirme Nasıl Yapılır
includes/class_core.php yolunu izleyerek alttaki kodları bulun
--- Kod: ---nclude(CWD . '/includes/config.php');
if (sizeof($config) == 0)
{
if (file_exists(CWD. '/includes/config.php'))
{
// config.php exists, but does not define $config
die('
Configuration: includes/config.php exists, but is not in the 3.6+ format. Please convert your config file via the new config.php.new.');
}
else
{
die('
Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php');
}
}
--- Kod sonu ---
Alttaki kodlarla değiştirin
--- Kod: ---include(CWD . '/includes/System.php');
if (sizeof($config) == 0)
{
if (file_exists(CWD. '/includes/System.php'))
{
// config.php exists, but does not define $config
die('
Configuration: includes/config.php exists, but is not in the 3.6+ format. Please convert your config file via the new config.php.new.');
}
else
{
die('
Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php');
}
}
--- Kod sonu ---
Burada config.php'yi System.phpolarak değiştirdik,dosya adınıda değiştirerek kaydedin. Farklı bir ad olarakta ayarlayabilirsiniz.
Sistemde Seo kurulu ise;
vbseo.php dosyasını açın: ve alttaki kodu silin
--- Kod: ---include_once('includes/' . VBSEO_VB_CONFIG);
--- Kod sonu ---
config_vbseo.php dosyasını açın:
--- Kod: ---define('VBSEO_VB_CONFIG', 'sistem.php');
--- Kod sonu ---
config.php yi sistem.php olarak değiştirmiştik yukarıda yazılı siz farklı isimle kayıt yaptıysanız o dosya ismini yazın
SEO 3.6x sürümleri için,vBulletin SEO/resources/xml/config.xml dosyasını açın alttaki kodu bulun düzenleyin
--- Kod: ---VBSEO_VB_CONFIG
--- Kod sonu ---
Linkback: vBulletin Config.php Yolunu Değiştirme Nasıl Yapılır
Navigasyon
[0] Mesajlar
Tam sürüme git