ไฟล์ Settings.php บันทึกข้อมูลเบื้องต้นของบอร์ดไว้ค่ะ
เช่น URL , ไดเรคทอรี่ที่เก็บไฟล์เว็บบอร์ด, การติดต่อฐานข้อมูล..
ถ้าไฟล์นี้เสีย ก็จะเข้าบอร์ดไม่ได้ค่ะ
อาจจะเกิดอาการ Cannot Connect SQL ทำนองนี้น่ะค่ะ
########## Maintenance ##########
# Note: If $maintenance is set to 2, the forum will be unusable! Change it to 0 to fix it.
$maintenance = 0; # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
$mtitle = 'Maintenance Mode'; # Title for the Maintenance Mode message.
$mmessage = 'Okay faithful users...we\'re attempting to restore an older backup of the database...news will be posted once we\'re back!'; # Description of why the forum is in maintenance mode.
########## Forum Info ##########
$mbname = 'My Community'; # The name of your forum.
$language = 'english'; # The default language file set for the forum.
$boardurl = 'http://127.0.0.1/smf'; # URL to your forum's folder. (without the trailing /!)
$webmaster_email = 'noreply@myserver.com'; # Email address to send emails from. (like noreply@yourdomain.com.)
$cookiename = 'SMFCookie11'; # Name of the cookie to set for authentication.
########## Database Info ##########
$db_server = 'localhost';
$db_name = 'smf';
$db_user = 'root';
$db_passwd = '';
$db_prefix = 'smf_';
$db_persist = 0;
$db_error_send = 1;
ส่วนไฟล์ agreement.txt ถ้าคุณเคยแก้ไขข้อตกลงการใช้งานบอร์ดเอง
ก็ควรจะแบคอัพเก็บไว้ค่ะ ไม่งั้นเวลาอัพเดทหรือติดตั้งบอร์ดใหม่ ข้อตกลงอาจจะกลับเป็นภาษาอังกฤษตามเดิมน่ะค่ะ