หมวดไฟฟ้า/อิเล็กทรอนิกส์/คอมพิวเตอร์ => Programming => ห้องคอมพิวเตอร์ => ห้อง SMF 2.0.X => ข้อความที่เริ่มโดย: Auto Man ที่ 08 ตุลาคม 2558, 14:52:21

หัวข้อ: ฟอรั่มเดิมที่แบ๊กอัพมา นำมาใช้กับ localhost ได้มั้ยครับ ??
เริ่มหัวข้อโดย: Auto Man ที่ 08 ตุลาคม 2558, 14:52:21
ได้ครับ กำหนดค่านี้ครับ smf206(เป็น Folder ผมเอาโค๊ตมาใส่นะครับ ถ้าของท่านเป็นชื่ออื่นก็เปลี่ยน)

$boardurl = 'http://localhost/smf206';      # URL to your forum's folder. (without the trailing /!)

$db_type = 'mysql';
$db_server = 'localhost';
$db_name = 'smf206';
$db_user = 'root';
$db_passwd = '1234';

$boarddir = 'C:\\AppServ\\www\\smf206';      # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = 'C:\\AppServ\\www\\smf206/Sources';      # Path to the Sources directory.
$cachedir = 'C:\\AppServ\\www\\smf206/cache';      # Path to the cache directory.

หรือคุณสามารถโหลด Repair Settings จาก Link http://download.simplemachines.org/?tools คลายไฟล์แล้วนำไปไว้ที่ root เรียกไฟล์ repair_settings.php ครับ

 :-X
ขอบคุณที่มา (http://www.justusers.net/forum/index.php?action=thankyoupostlist;topic=11388.0;msg=41736)