1 頁 (共 1 頁)

[]救命啊...不小心覆蓋了 config.php [解決]

發表於 : 2003-12-03 17:19
xzyx
我的是 phpbb2 plus 1.3 中文版...在竹貓分站抓的..


剛剛不小心把空的 config.php 上傳了..
結果看不到 index.php...@@
可不可以請任何人把他們的 config.php 貼上來..
讓我看看格式, 然後加回去....謝啦!!

使用者 + 密碼...請清除掉~~

發表於 : 2003-12-03 17:31
依夢兒

代碼: 選擇全部

<?php

// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql';

$dbhost = 'localhost';
$dbname = '[color=red]資料庫名稱[/color]';
$dbuser = '[color=red]資料庫使用者帳號[/color]';
$dbpasswd = '[color=red]資料庫使用者密碼[/color]';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>

發表於 : 2003-12-03 17:33
xzyx
感謝呢~~!!!!