define("STYLEBAR", 1); // location of style bar [CSS decoration style for the pages] (top & bottom:1 bottom:0)
define("USE_FLOATFORM", 1); // 新增文章表單使用自動隱藏 (是:1 否:0)
define("USE_SEARCH", 1); // 開放搜尋功能 (是:1 否:0)
-define("OPTION", 1); // allow options to show up (yes:1 no:0)
+define("OPTION", 0); // allow options to show up (yes:1 no:0)
define("USE_UPSERIES", 1); // 是否啟用連貼機能 [開主題後自動指向到主題下以方便連貼] (是:1 否:0)
define("RESIMG", 1); // レスにも画像を添付できるようにする 添付可能:1 添付不可:0 // 回應附加圖檔機能 (開啟:1 關閉:0)
//++++define("RES_MARK", '…'); // レスの頭に付ける文字列
//$ModuleList[] = 'mod_vipquality';
// 封鎖設定
-define("BAN_CHECK", 0); // 綜合性封鎖檢查功能 (關閉:0, 開啟:1)
+define("BAN_CHECK", 1); // 綜合性封鎖檢查功能 (關閉:0, 開啟:1)
$BANPATTERN = array(); // 拒絶するホスト // IP/Hostname封鎖黑名單
$DNSBLservers = array(0, 'sbl-xbl.spamhaus.org', 'list.dsbl.org', 'bl.blbl.org', 'bl.spamcop.net'); // DNSBL伺服器列表 (首項:使用伺服器個數)
$DNSBLWHlist = array(); // DNSBL白名單 (請輸入IP位置)