//error_reporting(E_ALL); //Show the cursed errors
-if(is_file('../.pass.php')) include_once('../.pass.php'); // The password file sparky4 uses this line until the stable release is released
-
+//if(is_file('../../conk/.pass.php'))
+include('../../conk/.pass.php'); // The password file sparky4 uses this line until the stable release is released
+//else
+//include('/var/www/conk/.pass.php'); // The password file sparky4 uses this line until the stable release is released
/*---- Part 1:程式基本設定 ----*/
// 伺服器常態設定
-if(!defined("PHP_SELF"))define("PHP_SELF", 'yotsubanome.php'); // このスクリプト名 // 主程式名 (若是修改了主程式名,請配合修改)
+if(!defined("PHP_SELF")) define("PHP_SELF", 'yotsubanome.php'); // このスクリプト名 // 主程式名 (若是修改了主程式名,請配合修改)
//----define("TIME_ZONE", '-6'); // 時區設定 (GMT時區,參照 http://wwp.greenwichmeantime.com/ )
define("DATE_FORMAT", "Y/m/d"); // date format
define("EN_SEC", 1); // 時間表示に「秒」を含める 含める:1 含めない:0
define("PHP_EXT", '.htm'); // 1ページ以降の拡張子 // 第一頁以後生成檔案之副檔名
$config['TITLE'] = '画像掲示板';
-if(!defined("TITLE"))define("TITLE", $config['TITLE']); // タイトル // 網頁標題
+if(!defined("TITLE")) define("TITLE", $config['TITLE']); // タイトル // 網頁標題
define("TITLECOM", ''); // <small>TITLECOM</small>
define("SHOWTITLEIMG", 0); // Show the title image (rotating:2 yes:1 no:0)
define("SHOWTITLETXT", 1); // Show the title text (yes:1 no:0)
define("TITLEIMG", 'logo.gif'); // Title image (point to php file if rotating)
define("HOME", '../'); // 「ホーム」へのリンク // 回首頁的連結
define("TOP_LINKS", ''); // 頁面右上方的額外連結,請直接以[<a href="網址" rel="_blank">名稱</a>]格式鍵入,如果不需要開新視窗可刪除rel一段
-if(!defined("ADMIN_PASS"))define("ADMIN_PASS", 'yotsubanome'); // 管理者パス // 管理員密碼
+if(!defined("ADMIN_PASS")) define("ADMIN_PASS", 'yotsubanome'); // 管理者パス // 管理員密碼
define("IDSEED", 'idの種'); // idの種 // 生成ID之隨機種子
define("TRIP_KEY", '◆');
define("TRIP_KEY_FAKE", '◇');
define("SHOW_FILENAME", 1); // 是否顯示附加圖檔之原檔文件名 (是:1 否:0)
define("USE_CATEGORY", 0); // 是否開啟使用類別標籤分類功能 (是:1 否:0)
define("USE_RE_CACHE", 1); // 是否使用回應頁面顯示快取功能 (是:1 否:0)
-if(!defined("USE_XHTML"))define("USE_XHTML", 1); // 是否回傳 XHTML 檔頭讓瀏覽器以更嚴格的方式解析 [僅限瀏覽器支援者] (是:1 否:0)
+if(!defined("USE_XHTML")) define("USE_XHTML", 1); // 是否回傳 XHTML 檔頭讓瀏覽器以更嚴格的方式解析 [僅限瀏覽器支援者] (是:1 否:0)
// 模組載入
$ModuleList = array();