]> 4ch.mooo.com Git - test.git/blobdiff - config.php
modified: data/tplt/inc_yo-festival.tplt
[test.git] / config.php
index 32a76a784c4eb5a8a60b0c77c2b7f78bcde7d11f..1e6acbd8f8c15544184ffcbb610ba6647546b5e1 100755 (executable)
@@ -18,6 +18,8 @@ http://pixmicat.openfoundry.org/
 請瀏覽http://pixmicat.openfoundry.org/license/以取得一份。
 */
 
+$config = array();
+
 /*
 yotsubanome development status
 α = core under development [Database management] [core html output]
@@ -41,14 +43,21 @@ TODO:
        4. core board execution option.
        5. Warning: touch(): Unable to create file ../img.csv_loog0 because Permission denied /var/www/+4/test/lib/pio/pio.logflockp.php #554
        6. Orginize the system files better
+       7. a flexible HTML output (TXT BBS)
 
 ChangeLog:
 ----------------------
-2011/22/20
+2011/3/6
+-[system wide] hide_btn is a bitch (the back ground is variablish now)
+
+2011/3/4
+-[config.php] multiBBS conversion has started with $config['KB']
+
+2011/2/24
 -[lib_css.php] created ()
 -[lib_env.php] created
 
-2011/22/20
+2011/2/20
 -[yotsubanome.php] error system and found bugs rewt5
 -[lib_common.php] error system and found bugs rewt5
 
@@ -112,7 +121,7 @@ define("CONNECTION_STRING", 'log://img.csv_loog:tree.csv_loog/'); // PIO 連線
 // loog = yotsubanome log file
 define("LUT_CACHE", 'lutcache.daty');
 define("SIZE_CACHE", 'sizecache.daty');
-//define("CSVSS", '_css.csv_daty');
+//----define("CSVSS", '_css.csv_daty');
 define("CSV_SS", 'stylesheets.daty');
 
 /*---- Part 2:板面各項細部功能設定 ----*/
@@ -135,14 +144,14 @@ define("TRIP_KEY", '◆');
 define("TRIP_KEY_FAKE", '◇');
 
 // 管理員キャップ(Cap)設定 (啟用條件:開啟使用;名稱輸入識別名稱,E-mail輸入#啟動密碼)
-define("CAP_ENABLE", 1); // 是否使用管理員キャップ (使用:1 不使用:0)
-define("CAP_NAME", 'futaba'); // 管理員キャップ識別名稱
-define("CAP_PASS", 'futaba'); // 管理員キャップ啟動密碼 (在E-mail一欄輸入#啟動密碼)
-define("CAP_SUFFIX", ' ■'); // 管理員キャップ後綴字元 (請務必有★以便程式防止偽造,或可自行修改程式的防偽造部份)
-define("CAP_SUFFIX_FAKE", ' []');
-define("CAP_ISHTML", 1); // 管理員キャップ啟動後內文是否接受HTML標籤 (是:1 否:0)
-
-// ^^????^^
+$config['CAP.ENABLE'] = true; // 是否使用管理員キャップ (使用:true 不使用:false)
+if(!$config['CAP.NAME'] && !$config['CAP.PASSWORD']){
+       $config['CAP.NAME'] = 'futaba'; // 管理員キャップ識別名稱
+       $config['CAP.PASSWORD'] = 'futaba'; // 管理員キャップ啟動密碼 (在E-mail一欄輸入#啟動密碼)
+}
+$config['CAP.SUFFIX'] = ' ◆'; // 管理員キャップ後綴字元 (請務必有★以便程式防止偽造,或可自行修改程式的防偽造部份)
+$config['CAP.SUFFIX.FAKE'] = ' ◇'; // false capcode suffix
+$config['CAP.ISHTML'] = true; // 管理員キャップ啟動後內文是否接受HTML標籤 (是:true 否:false)
 
 // 功能切換
 define("USE_THUMB", 1); // サムネイルを作る  する:1 しない:0 // 使用預覽圖機能 (使用:1 不使用:0)
@@ -164,7 +173,8 @@ define("DISP_ID", 2); // IDを表示する  強制:2 する:1 しない:0 // 顯
 define("CLEAR_SAGE", 0); // 使用不推文模式時清除E-mail中的「sage」關鍵字 (是:1 否:0)
 define("USE_QUOTESYSTEM", 1); // 是否打開引用瀏覽系統 [自動轉換>>No.xxxx文字成連結並導引] (是:1 否:0)
 //++++----
-define("KB", 1); // Kilobytes or Bytes on the image file size display (Kilobytes:1 Bytes:0)
+//define("KB", 1); // Kilobytes or Bytes on the image file size display (Kilobytes:1 Bytes:0)
+$config['KB'] = false; // Kilobytes or Bytes on the image file size display (Kilobytes:true Bytes:false)
 //++++----
 define("SHOW_IMGWH", 1); // 是否顯示附加圖檔之原檔長寬尺寸 (是:1 否:0)
 define("SHOW_FILENAME", 1); // 是否顯示附加圖檔之原檔文件名 (是:1 否:0)
@@ -187,7 +197,7 @@ $ModuleList[] = 'mod_catalog';//<-sparky4 needs here .... HELP
 //$ModuleList[] = 'mod_code';//<- missing JS and CSS files
 $ModuleList[] = 'mod_code_prettify';//<-sparky4 is here missing CSS file
 
-$ModuleList[] = 'mod_dummy'; //<- null module?
+//$ModuleList[] = 'mod_dummy'; //<- null module?
 //$ModuleList[] = 'mod_edit';//<-important
 //$ModuleList[] = 'mod_eggpoll';
 //$ModuleList[] = 'mod_exif';
@@ -216,7 +226,7 @@ $ModuleList[] = 'mod_dummy'; //<- null module?
 //$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位置)
@@ -256,7 +266,7 @@ define("RE_PAGE_DEF", 40); // 回應模式一頁顯示幾筆回應內容 (分頁
 define("MAX_RES", 1000); // 強制sageレス数 // 回應筆數超過多少則不自動推文 (關閉:0)
 define("MAX_AGE_TIME", 0); // 強制sageまでの時間   0で強制sageなし // 討論串可接受推文的時間範圍 (單位:小時,討論串存在超過此時間則回應皆不再自動推文 關閉:0)
 define("COMM_MAX", 18000); // 內文接受Bytes數 (注意:中文字為2Bytes)
-define("MAX_LINES", 16); // The number of lines in the comment feild that are displayed in the index (unlimited:0)
+$config['LINE_NUMBER'] = 24; // 1レスに表示する行数 (しない:0) // The number of lines in the comment feild that are displayed in the index (unlimited:0)
 define("NO_TEXTONLY", 0); // no text only? behavior with the no image switch (Ost [Eastern]:2 Futaba:1 Yotsubanome [OLD]:0)
 define("BR_CHECK", 0); // 改行を抑制する行数 しない:0 // 文字換行行數上限 (不限:0)
 define("STATIC_HTML_UNTIL", -1); // 更新文章時自動生成的靜態網頁至第幾頁止 (全部生成:-1 僅入口頁:0)