Advertisement:

Haber bölümüne kod ekleyip sitesine erişemeyenler için-Bilgi

Aloittaja apolettin6, kesäkuu 01, 2009, 07:55:06 IP

« edellinen - seuraava »

apolettin6

aynı hata bende oluştu bunun için

<?php
require_once(dirname(__FILE__) . '/Settings.php');
// Connect to the MySQL database.
if (empty($db_persist))
    
$db_connection = @mysql_connect($db_server$db_user$db_passwd);
else
    
$db_connection = @mysql_pconnect($db_server$db_user$db_passwd);

// Show an error if the connection couldn't be made.
if (!$db_connection || !@mysql_select_db($db_name$db_connection))
    
db_fatal_error();
mysql_query("UPDATE smf_settings SET value = '' where variable = 'news' LIMIT 1;")
?>


bu kodları boş bir php oluşturun ve forum dizinine atın. sadece tarayıcııdan çalıştırın. news bölümü siliniyor. sorun çözülüyor :)


Advertisement: