Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 725 | Rev 728 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 1
        QBPWCF, Quick Build PHP website Component base on Fedora Linux.
615 liveuser 2
    Copyright (C) 2015~2024 Min-Jhin,Chen
1 liveuser 3
 
4
    This file is part of QBPWCF.
5
 
6
    QBPWCF is free software: you can redistribute it and/or modify
7
    it under the terms of the GNU General Public License as published by
8
    the Free Software Foundation, either version 3 of the License, or
9
    (at your option) any later version.
10
 
11
    QBPWCF is distributed in the hope that it will be useful,
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
    GNU General Public License for more details.
15
 
16
    You should have received a copy of the GNU General Public License
17
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
18
 
19
由於版權關係,因此以下檔案需自行下載與安裝:
116 liveuser 20
lib/bootstrap-3.3.6-dist
21
lib/jquery-2.2.2.min.js
22
lib/notify.min.js
23
lib/Chart.js
24
lib/ckeditor
25
lib/webrtc
26
lib/apache-hive
27
lib/glMatrix
28
non-free-lib/amchart/amcharts_3.18.6.free
29
non-free-lib/amchart/amcharts_3.19.6.free
30
non-free-lib/amchart/ammap_3.19.6.free
31
non-free-lib/amchart/amstockchart_3.19.6.free
1 liveuser 32
 
33
Release Note:
34
 
518 liveuser 35
qbpwcf-next.tat.zst
512 liveuser 36
 
568 liveuser 37
新增 javaScript.php 檔案的 javaScript 類別中 qbpwcfJavaScript 函式的 window.qbpwcf.text_editor 提供編輯文字檔案的功能. [devel]
565 liveuser 38
 
720 liveuser 39
qbpwcf-alpah-2024-04-xx.tar.zst
40
 
725 liveuser 41
增加 webSock.php 檔案的 webSock 類別的  clientDaemon 函式的 debug 參數. [test]
42
 
726 liveuser 43
qbpwcf-alpah-2024-04-14.tar.zst
44
 
725 liveuser 45
增加 webSock.php 檔案的 webSock 類別的  encode 函式的 debug 參數.
46
 
47
增加 webSock.php 檔案的 webSock 類別的  mask 函式的 debug 參數.
48
 
49
增加 webSock.php 檔案的 webSock 類別的 mask 函式對於 web socket frame 的判別.
50
 
51
增加 webSock.php 檔案的 webSock 類別的 encode 的 pong 參數.
52
 
53
新增 sock.php 檔案的 sock 類別的 sendRawMsgUnixSocket 函式.
54
 
55
新增 webSock.php 檔案的 webSock 類別的 mask 函式,為同類別的 unmask 函式別名.
56
 
57
新增 stringProcess.php 檔案的 stringProcess 類別的 randomByte 參數.
58
 
723 liveuser 59
增加 webSock.php 檔案的 webSock 類別的 unmask 函式的 allowUnmask 參數.
60
 
725 liveuser 61
變更 webSock.php 檔案的 webSock 類別的 connectNativeSocket 函式名稱為 clientDaemon.
723 liveuser 62
 
725 liveuser 63
新增 sample/webSocket::client.php 檔案,提供 wobSock::client 的範例.
721 liveuser 64
 
65
新增 sample/webSock::nativeSocketTcpIpServer.php 檔案,提供 wobSock::nativeSocketTcpIpServer 的範例.
66
 
67
變更 webSock.php 檔案的 wobSock 類別的 nativeSocketTcpIpServer 函式的參數.
68
 
720 liveuser 69
修正 sock.php 檔案的 sock 類別的 fwrite 函式對於 stream 能否寫入的判斷.
70
 
71
修正 usr/bin/ipBlocketd.php 檔案對於收到訊息的處理.
72
 
718 liveuser 73
qbpwcf-alpha-2024-04-03.tar.zst
705 liveuser 74
 
717 liveuser 75
新增 variableCheck.php 檔案的 variableCheck 類別的 setErrorHandler 函式,用於處理錯誤與例外狀況.
714 liveuser 76
 
717 liveuser 77
變更 variableCheck.php 檔案的 variableCheck 類別的 isexistMulti 函式,對於形態為resource的變數檢查方式.
78
 
79
變更 variableCheck.php 檔案的 variableCheck 類別的 checkType 函式,對於形態為resource的變數檢查方式.
80
 
81
新增 sock.php 檔案的 sock 類別的 fwrite 函式.
82
 
718 liveuser 83
新增 sample/config::client/20240401-1.php 檔案.
84
 
85
新增 sample/config::client/20240401.php 檔案.
86
 
717 liveuser 87
新增 sample/cmd::config/20240328.php 檔案.
88
 
714 liveuser 89
新增 sample/cmd::config/initial.php 檔案.
90
 
91
新增 sample/cmd::config 資料夾,存放使用 cmd::config 的各種不同範例程式.
92
 
93
新增 cmd.php 檔案的 cmd 類別的 getUserGroups 函式, 提供查詢使用者所屬的清單.
94
 
95
變更 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 chown、chmod 方式.
96
 
713 liveuser 97
新增 sample/assets of cmd::chown_20240326 供 cmd::chown/20240326.php 使用.
711 liveuser 98
 
714 liveuser 99
新增 sample/cmd::chown/20240326.php 檔案.
711 liveuser 100
 
713 liveuser 101
新增 sample/cmd::chown 資料夾,存放使用 cmd::chown 的各種不同範例程式.
712 liveuser 102
 
713 liveuser 103
新增 sample/cmd::chown.php 檔案,用來呈現各種使用 cmd::chown 的範例程式.
712 liveuser 104
 
713 liveuser 105
新增 cmd.php 檔案的 cmd 類別的 chown 函式,提供預先檢查是否有權限進行 chown 操作,避免錯誤訊息產生.
712 liveuser 106
 
107
新增 sample/assets of cmd::chmod_20240325 供 cmd::chmod/20240325.php 使用.
108
 
714 liveuser 109
新增 sample/cmd::chmod/20240325.php 檔案.
110
 
712 liveuser 111
新增 sample/cmd::chmod 資料夾,存放使用 cmd::chmod 的各種不同範例程式.
112
 
113
新增 sample/cmd::chmod.php 檔案,用來呈現各種使用 cmd::chmod 的範例程式.
114
 
711 liveuser 115
增加 fileAccess.php 檔案的 fileAccess 類別的 getListTree 函式的回傳結果(使用者的權限、群組使用者的權限、其他使用者的權限、擁有者賬戶、群組擁有者賬戶).
116
 
117
增加 fileAccess.php 檔案的 fileAccess 類別的 getList 函式的回傳結果(使用者的權限、群組使用者的權限、其他使用者的權限、擁有者賬戶、群組擁有者賬戶).
118
 
119
改善 fileAccess.php 檔案的 fileAccess 類別的 fileInfo 函式的說明.
120
 
121
新增 cmd.php 檔案的 cmd 類別的 chmod 函式,提供預先檢查是否有權限進行 chmod 操作,避免錯誤訊息產生.
122
 
123
增加回傳 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 函式的回傳結果 phpUserType.
124
 
125
標準化 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 函式的註解格式.
126
 
710 liveuser 127
修正 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 函式的回傳結果 "LOGNAME" 會不存在的問題.
128
 
709 liveuser 129
修正 external.php 檔案的 external 類別 callShell 函式的 escapeshellarg 參數若為 "false",則回傳結果就不會有 "escape" 元素存在. 
130
 
131
變更 arrays.php 檔案的 arrays 類別的 arrayToString 函式的 spiltSymbol 參數可以允許為空字串.
132
 
711 liveuser 133
新增 sample/config::server/20240317 檔案,存放使用 config::server 的 20240317 範例.
709 liveuser 134
 
711 liveuser 135
新增 sample/config::server/initial 檔案,存放使用 config::server 的第一版範例.
709 liveuser 136
 
711 liveuser 137
新增 sample/sample/config::server 資料夾,存放給 config::server 使用的各種範例.
709 liveuser 138
 
711 liveuser 139
修改 sample/config::server.php 檔案,使之可以依照 $nameOfSample 的內容呈現不同範例. 
709 liveuser 140
 
711 liveuser 141
新增 sample/config::server 資料夾,存放使用 config::server 的範例檔案.
142
 
708 liveuser 143
增加 server 函式的 configFileAddr 參數對於array的支援,亦即可以將設定檔內容直接用變數來設定.
144
 
707 liveuser 145
調整 search.php 檔案的 search 類別的 findKeyWordPosition 函式對於找不到關鍵字的處理.
146
 
147
修正 variableCheck.php 檔案的 variableCheck 類別的 checkStringFormat 函式對於不符合格式的判斷.
148
 
711 liveuser 149
讓 sample/usr_bin_test.php 更 portable.
706 liveuser 150
 
151
新增 usr/bin/configCache.php 檔案,提供config::client的cache支援. [test]
152
 
711 liveuser 153
新增 sock.php 檔案的 sock 類別的 sendAnyMsgToQBPWCFunixSocket 函式,傳遞指定的訊息給 sock::unixDomainSocketServer 產生的 unix domain socket.
705 liveuser 154
 
711 liveuser 155
增加 sock.php 檔案的 sock 類別的 addOnProcessFuncForUnixDomainSockServerInRunWithAutoAddMemoryDaemon 函式允許的 clientCache 參數.
705 liveuser 156
 
711 liveuser 157
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 遇到不存在的 socket 路徑會出錯的問題.
706 liveuser 158
 
711 liveuser 159
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 addOnProcessFunc 參數給予 clientCache 參數.
705 liveuser 160
 
711 liveuser 161
增加 config.php 檔案的 config 類別的 client 函式回傳的 rawContent 結果.
705 liveuser 162
 
711 liveuser 163
增加 config.php 檔案的 config 類別的 client 函式的 cache、checkVersionInterval、inBg 參數.
705 liveuser 164
 
711 liveuser 165
新增 config.php 檔案的 config 類別的 client 函式的 clientCacheDaemon 函式,提供config::client的cache支援.
705 liveuser 166
 
711 liveuser 167
新增 config.php 檔案的 config 類別的 addOnProcessFuncForClientCacheDaemon 函式,給予 config::clientCacheDaemon 使用.
705 liveuser 168
 
711 liveuser 169
新增 config.php 檔案的 config 類別的 funcToRunWhenIdleForClientCacheDaemon 函式.給予 config::clientCacheDaemon 使用.
705 liveuser 170
 
711 liveuser 171
增加 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式的 bgInProc 參數,讓curl指令透過proc在背景中運行,且可以監控狀況.
705 liveuser 172
 
711 liveuser 173
增加 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 於指令模式下回傳的內容.
705 liveuser 174
 
711 liveuser 175
修正 csInformation.php 檔案的 csInformation 類別的 getPathOfThisPhpFile 函式於 cmd 模式下的實作.
705 liveuser 176
 
711 liveuser 177
增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式的 onlyWhenEnable 參數.
705 liveuser 178
 
706 liveuser 179
修正 fileAccess.php 檔案的 fileAccess 類別的 validatePath 函式的 dirPermission 參數的註解.
180
 
705 liveuser 181
更新 usr/bin/ipBlockerd.php 的註解.
182
 
183
新增 var 資料夾,用來存放運行時產出且結束執行後需要保存下來的檔案.
184
 
185
增加 fileAccess.php 檔案的 fileAccess 類別的 ls 函式回傳結果的說明.
186
 
702 liveuser 187
qbpwcf-alpha-2024-03-08-1.tar.zst
699 liveuser 188
 
701 liveuser 189
修正 usr/bin/ipBlockerd.php 檔案的 addOnProcessFunc 函式解析收到訊息的處理.
190
 
702 liveuser 191
增加 usr/bin/ipBlockerd.php 檔案的 debug 內容.
699 liveuser 192
 
697 liveuser 193
qbpwcf-alpha-2024-03-08.tar.zst
194
 
195
修正 curl.php 檔案的 curl 類別的 curlSmtp 函式的 levelForCheckSSL 參數的註解.
196
 
695 liveuser 197
qbpwcf-alpha-2024-03-07.tar.zst
693 liveuser 198
 
694 liveuser 199
修正 cms.php 檔案的 cmd 類別的 systemd 函式對於 deactivating 的服務解析出錯的問題.
200
 
693 liveuser 201
修正 cms.php 檔案的 cmd 類別的 systemd 函式對於 enable 的服務解析出錯的問題.
202
 
691 liveuser 203
qbpwcf-alpha-2024-03-06.tar.zst
686 liveuser 204
 
689 liveuser 205
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式未關閉的 debug log.
206
 
687 liveuser 207
增加 usr/bin/testNetOut.php 的 levelForCheckSSL 參數,來放寬SSL憑證的規範要求.
208
 
686 liveuser 209
增加 mail.php 檔案的 mail 類別的 curlSmtp 函式的 levelForCheckSSL 參數,允許放寬ssl的驗證.
210
 
211
修正 cmd.php 檔案的 cmd 類別的 systemd 函式解析 service enable/disable 失敗的問題.
212
 
213
修正 usr/bin/keepMariadb.php 運行失敗的問題.
214
 
215
修正 usr/bin/keepHttpd.php 運行失敗的問題.
216
 
680 liveuser 217
qbpwcf-alpha-2024-02-29.tar.zst
605 liveuser 218
 
682 liveuser 219
修正 search.php 檔案的 search 類別的 getMeetConditionsString 的警告訊息產生錯誤.
220
 
677 liveuser 221
新增 fileAcces.php 檔案的 fileAccess 類別的 updateFile 函式 replaceLike 的參數.
222
 
675 liveuser 223
修正 fileAcces.php 檔案的 fileAccess 類別的 updateFile 函式尋找關鍵字並整行取代的實作.
224
 
671 liveuser 225
增加 install.php 檔案的 whiteIp 參數,指定永遠不會被 usr/lib/etc/systemd/ststem/ip-blockerd.service 封鎖的 ip.
668 liveuser 226
 
671 liveuser 227
增加 arrays.php 檔案的 arrays 類別的 arrayToString 函式的 spiltSymbolAtStart 參數.
228
 
670 liveuser 229
新增 usr/bin/unixDoaminSockClient.php 檔案,用於連線到 unix domain server.
668 liveuser 230
 
670 liveuser 231
修正 cmd.php 檔案的 cmd 類別的 uuid 函式的回傳結果說明缺少 content 的問題.
668 liveuser 232
 
670 liveuser 233
新增 usr/bin/unixDoaminSockServer.php 檔案,用於簡單建立 unix domain server.
565 liveuser 234
 
670 liveuser 235
新增 sample/sock::runWithAutoAddMemoryDaemon.php 檔案,用於展示 sock::runWithAutoAddMemoryDaemon.
608 liveuser 236
 
670 liveuser 237
新增 sock.php 檔案的 sock 類別的 addOnProcessFuncForUnixDomainSockServerInRunWithAutoAddMemoryDaemon 函式提供給 sock::runWithAutoAddMemoryDaemon 中 unixDomainSockServer 函式的 addOnProcessFunc 參數.
608 liveuser 238
 
670 liveuser 239
新增 sock.php 檔案的 sock 類別的 runWithAutoAddMemoryDaemon 函式提供執行時依照需要增加記憶體上限的功能.
666 liveuser 240
 
670 liveuser 241
新增 config.php 檔案的 config 類別的 autoAddMemory 函式提供依照需要增加記憶體上限的功能.
668 liveuser 242
 
670 liveuser 243
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 unixDomainSockServer 參數.
668 liveuser 244
 
670 liveuser 245
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的遇到執行  addOnProcessFunc 參數指定的函式時,出錯會導致 unixDomainSockClient 函式卡死的問題.
246
 
247
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache 中的 clientSide["addOnProcessFunc"][$addOnProcessFunc] 用來儲存 $addOnProcessFunc 函式回傳的結果.
248
 
249
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache 中的 "exit" 元素,用來代表是正常結束.
250
 
251
修正 log.php 檔案的 log 類別的 record 函式無法直接使用字串作為log內容的問題.
252
 
667 liveuser 253
新增 sample/autoService::daemon.php 檔案,用於展示 autoService::daemon.
254
 
255
新增 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的參數 paramsForFuncToRunWhenIdle,代表指定給予funcToRunWhenIdle參數中的指定元素的參數.
256
 
257
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的回傳結果 serverCache,代表函式結束前,儲存在serverCache的內容.
258
 
259
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的參數 funcToRunWhenIdle 被呼叫時給予的 serverCache 參數.
260
 
261
更新 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式註解.
262
 
666 liveuser 263
新增 autoService.php 檔案的 autoService 類別的 daemon 函式.
264
 
667 liveuser 265
新增 autoService.php 檔案的 autoService 類別的 updateList 函式.
266
 
267
新增 sample/threads::proc.php 檔案,用於展示 threads::proc.
268
 
269
新增 threads.php 檔案的 threads 類別的 proc 函式.
270
 
666 liveuser 271
新增 sample/autoService::runList.php 檔案,用於驗證 autoService::runList 功能.
272
 
273
新增 autoService.php 檔案的 autoService 類別的 runList 函式.
274
 
664 liveuser 275
新增 sample/autoService::checkList.php 檔案,用於驗證 autoService::checkList 功能.
663 liveuser 276
 
664 liveuser 277
實作 autoService.php 檔案的 autoService 類別的 checkList 函式.
278
 
279
新增 time.php 檔案的 time 類別的 unix 函式,提供取得unixtime的功能. 
280
 
663 liveuser 281
新增 variableCheck.php 檔案的 variableCheck 類別的 checkRFC3339 函式.提供檢查時間字串格式是否符合RFC3339的功能.
282
 
283
增加 time.php 檔案的 time 類別的 caculateTimeAmount 函式的unixtime回傳結果.
284
 
285
增加 time.php 檔案的 time 類別的 caculateTimeAmount 函式的argu回傳結果.
286
 
287
優化 time.php 檔案的 time 類別的 caculateTimeAmount 函式的計算方式,增加實用性.
288
 
289
新增 variableCheck.php 檔案的 variableCheck 類別的 checkStringFormat 函式.提供檢查字串格式的功能.
290
 
291
修正 stringProcess.php 檔案的 stringProcess 類別的 str_split_unicode 函式的註解. 
292
 
293
新增 search.php 檔案的 search 類別的 findKeyWordsPosition 函式,提供多個關鍵字的位置搜尋結果.
294
 
660 liveuser 295
增加 allInOneFull.php、allInOneForCI.php、allInOneForCmd.php、allInOneForJson.php、allInOneForSOAP.php 匯入的檔案 autoService.php.
657 liveuser 296
 
662 liveuser 297
新增 sample/assets of libreoffice 資料夾.
298
 
660 liveuser 299
新增 sample/assets of autoService 資料夾.
300
 
301
新增 sample/autoService::createList.php 檔案,用於驗證 autoService::createList 功能.
302
 
303
增加 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 enCodeStr 參數的格式.
304
 
305
增加 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 enCodeType 參數支援的qbpwcf方式.
306
 
307
新增 autoService.php 檔案的 autoService 類別的 createList 函式.
308
 
659 liveuser 309
優化 text.php 檔案的 text 類別的 multiLine 函式的 type 參數為 textarea 的呈現效果.
310
 
658 liveuser 311
更新 index.php 檔案,提供更佳的本文件內容.
312
 
313
更新 security.php 檔案的 security 類別的 copyRight 函式的超連結為 https://www.qbpwcf.org
314
 
657 liveuser 315
增加 form.php 檔案的 form 類別的 inputText 函式 inputText 的 readonly 參數效果
316
 
317
更新 form.php 檔案的 form 類別的 inputText 函式的註解格式.
318
 
319
新增 css.php 檔案的 css 類別的 uuidClassName 函式,用於產生不會重複的class名稱.
320
 
321
增加 text.php 檔案的 text 類別的 multiLine 函式的 type 參數選項.
322
 
323
修正 text.php 檔案的 text 類別的 multiLine 函式的實作.
324
 
325
增加 fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式的 createIfnotExist 參數,提供自動建立檔案的選項.
326
 
327
更新 fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式的參數檢查方式.
328
 
656 liveuser 329
新增 sample/threads::demo.php 檔案,用於展示 threads::demo.
330
 
655 liveuser 331
修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式的回傳結果 varExist.
332
 
333
變更 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式對於 http header 大於等於 400 的處理.
334
 
335
增加 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式回傳結果 founded.
336
 
337
增加 javaScript.php 檔案的 javaScript 類別的 start 函式的回傳結果 founded & warning 與可省略參數 allowNotExist & importWhenExist.
338
 
653 liveuser 339
qbpwcf-alpha-2024-02-07.tar.zst
340
 
652 liveuser 341
新增 libreoffice.php 檔案,提供 libreoffice 類別,提供libreoffice指令應用.
615 liveuser 342
 
652 liveuser 343
增加 external.php 檔案的 external 類別的 callShell 函式回傳的 escape 內容的 array 元素,裡面放 cmd 跟 argu 的參考。儲存為一維陣列.
344
 
649 liveuser 345
新增 usr/bin/caculateTime.php 檔案,提供計算小時分鐘加總的功能.
346
 
645 liveuser 347
修正 mail.php 檔案的 mail 類別的 curlSmtp 函式使用 curl 指令的 ssl 參數. 
348
 
647 liveuser 349
修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式於 web 參數為 "false" 時,會回傳不必要且不正確的 varNameWebPath 資訊問題.
350
 
351
新增 sample/time::caculate.php 檔案,用於驗證 time::caculate 功能.
352
 
353
新增 time.php 檔案的 time 類別的 caculate 函式,提供計算小時分鐘加總的功能.
354
 
355
新增 search.php 檔案的 search 類別的 getMeetMultiConditionsString 函式,用於搜尋符合多個可能開頭與結尾關鍵字的字串.
356
 
357
增加 variableCheck.php 檔案的 variableCheck 類別的 checkArguments 函式的可省略參數 disallowAllSkipableVarNotExist ,用來設定是否允許可省略參數都可以不存在.
358
 
359
變更 search.php 檔案的 search 類別的 findKeyInArray 函式為 public static.
360
 
361
修正 search.php 檔案的 search 類別的 findManyKeyWordsFromManyString 函式的註解.
362
 
363
調整 search.php 檔案的 search 類別的 getMeetConditionsString 函式,對於關鍵字比被搜尋字串長的情況,不會視為錯誤.
364
 
643 liveuser 365
qbpwcf-alpha-2024-01-24.tar.zst
366
 
367
新增 sample/time::deadlineAction.php 檔案,用於驗證 time::deadlineAction 功能.
368
 
369
重構 time.php 檔案的 time 類別的 deadlineAction 函式.
370
 
371
增加 time.php 檔案的 time 類別的  deadline 函式回傳所使用參數的結果.
372
 
373
新增 time.php 檔案的 time 類別的  deadline 函式,提供判斷是否符合時間條件.
374
 
375
增加 time.php 檔案的 time 類別的  deadlineAction 函式回傳所使用參數的結果.
376
 
377
修正 time.php 檔案的 time 類別的 deadlineAction 函式的註解.
378
 
641 liveuser 379
qbpwcf-alpha-2024-01-23.tar.zst
380
 
381
更新 sample 底下檔案的版權宣告年份.
382
 
383
修正 form.php 檔案的 from 類別的 inputText 函式遇到預設數值為空會出錯的問題.
384
 
634 liveuser 385
qbpwcf-alpha-2024-01-10.tar.zst
615 liveuser 386
 
634 liveuser 387
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式 對於異常 ssh 連線的處理,會找不到原因行內容的問題.
615 liveuser 388
 
655 liveuser 389
確保 fileAccess.php 檔案的 fileAccess 類別的 createTempFile 函式建立的暫存檔案會位於所使用套件的tmp資料夾底下.
615 liveuser 390
 
391
將未於開頭標註版權宣告的文件更新
392
 
393
更新版權宣告的年份到 2024 年
394
 
395
變更 usr/bin/maxcpu 為透過 sudo 來以管理者權限運行.
396
 
397
新增 tmp 資料夾.
398
 
613 liveuser 399
qbpwcf-alpha-2023-12-24.tar.zst
400
 
401
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式的  對於不合法 ssh 用戶名的處理.
402
 
611 liveuser 403
qbpwcf-alpha-2023-12-23.tar.zst
404
 
613 liveuser 405
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式的  對於不合法 ssh 用戶名的處理.
610 liveuser 406
 
407
qbpwcf-alpha-2023-12-22.tar.zst
408
 
613 liveuser 409
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式的  對於不合法 ssh 用戶名的處理.
610 liveuser 410
 
608 liveuser 411
變更 fileAccess.php 檔案的 fileAccess 類別的 createTempFile 函式產生的暫存檔案位置.
412
 
413
新增 threads.php 檔案,提供多執行序功能的 threads 類別.
414
 
599 liveuser 415
qbpwcf-alpha-2023-12-05.tar.zst
597 liveuser 416
 
583 liveuser 417
新增 fileAccess.php 檔案的 fileAccess 類別的 chmod 函式,簡化使用 php 內建 chmod 函式.
582 liveuser 418
 
608 liveuser 419
更新 cmd.php 檔案的 cmd 類別的 chmod 函式的 mode 參數註解.
582 liveuser 420
 
581 liveuser 421
新增 log 資料夾,用來記錄運行本套件的 log.
422
 
605 liveuser 423
增加 usr/bin/commander.php 檔案的 debug 參數.
575 liveuser 424
 
579 liveuser 425
修正 usr/bin/ipBlockerd.php 的暫時白名單無效問題.
575 liveuser 426
 
579 liveuser 427
修正 usr/bin/qbpwcf-uscok.php 使用 sock::unixDomainSockServer 的 changePermission 參數. 
428
 
573 liveuser 429
qbpwcf-alpha-2023-11-19.tar.zst
570 liveuser 430
 
579 liveuser 431
增加 usr/bin/ipBlockerd.php 檔案的互動功能,可以手動指定暫時的白名單跟有效時間.
565 liveuser 432
 
570 liveuser 433
修正 usr/bin/ipBlockerd.php 檔案收到 --client-* 參數會導致程 server 端程序終止的問題
434
 
435
修正 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式的 custom 參數會將 id 拋棄的問題.
436
 
437
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 addOnProcessFunc 參數的說明.
438
 
439
變更 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 changePermission 參數為字串.
440
 
572 liveuser 441
增加 arrays.php 檔案的 arrays 類別的 mergeMultiDimensionArray 函式的回傳結果 argu,代表使用的參數.
442
 
570 liveuser 443
修正 arrays.php 檔案的 arrays 類別的 mergeMultiDimensionArray 函式的遇到要合併空陣列會出錯的問題.
444
 
568 liveuser 445
qbpwcf-alpha-2023-11-16.tar.zst
446
 
447
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式的語法錯誤.
448
 
565 liveuser 449
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 infoToFunction 參數,提供給予addOnProcessFunc跟funcToRunWhenIdle函式的資訊,在函式中其參數的info鍵值.
450
 
451
新增 sock.php 檔案的 sock arrays.php 檔案 arrays 類別的 mergeMultiDimensionArray 函式,提供合併特定內容相同的多維陣列的功能.
452
 
453
增加 fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式的 web 參數說明.
454
 
455
修正 sock.php 檔案的 sock 類別的  unixDomainSockClient 函式的 custom 實作與參數說明.
456
 
457
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 addOnProcessFunc 參數說明.
458
 
459
調整 cmd.php 檔案的 cmd 類別的 echoMultiLine 函式的結尾換行寫法,使之更通用.
460
 
461
新增 sample/cmd::blockAcctackIp.php 檔案,用於驗證 cmd::blockAcctackIp 功能.
462
 
463
修正 config.php 檔案的 config 類別的 changeSettings 函式的註解說明.
464
 
564 liveuser 465
新增 sample/threads::demo.php 檔案,用來驗證多執行序的功能.
466
 
467
增加 threads.php 為要自動匯入的類別檔案.
468
 
469
增加 install.php 對於 $configUrl 的設定.
470
 
563 liveuser 471
新增 sample/config::showSettings.php 檔案,用來驗證取得 php 設定資訊的功能.
562 liveuser 472
 
563 liveuser 473
剔除 config.php 檔案的 config 類別的 showSettings 函式的必填參數.
474
 
475
增加 config.php 檔案的 config 類別的 showSettings 函式預設回傳的設定.
476
 
477
修正 cmd.php 檔案的 cmd 類別的 nmcli_list 函式 使用 cmd::checkCmdExist 搭配的參數.
478
 
560 liveuser 479
qbpwcf-alpha-2023-10-12.tar.zst
480
 
481
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式,執行一段時間後會回傳內容錯亂IP裡面放置log的現象.
482
 
483
修正 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式使用 curl 指令的參數.
484
 
557 liveuser 485
qbpwcf-alpha-2023-10-01.tar.zst
529 liveuser 486
 
557 liveuser 487
增加 usr/bin/ipBlockerd.php 檔案輸出 封鎖 ip 的原因資訊.
488
 
489
增加 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式回傳 封鎖IP原因的 變數 reason.
490
 
553 liveuser 491
qbpwcf-alpha-2023-09-25.tar.zst
492
 
554 liveuser 493
增加 install.php 的檔案的 getIpUrl 參數,允許設定提供取得自身對外ip的服務網址.
553 liveuser 494
 
554 liveuser 495
更新 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式取得自己 ip 的預設服務網址.
496
 
553 liveuser 497
修正 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式取得自己 ip 會因為 /usr/lib/qbpwcf/etc/config.php 內容為 $myIp="" 導致不會去問 IP 的問題.
498
 
499
新增 sample/csInformation:getServerRealIP.php 檔案,用來驗證取得自己對外 ip 的服務功能.
500
 
551 liveuser 501
qbpwcf-alpha-2023-09-24.tar.zst
502
 
550 liveuser 503
增加 usr/bin/keepSshd.php 的 config 參數支援.
544 liveuser 504
 
550 liveuser 505
新增 usr/systemd/system/sshd-keep.service 檔案,用來確保 sshd 服務有正常運行.
506
 
507
修正 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式的註解.
508
 
509
增加 install.php 的檔案的 sshAddrAndPort 參數,以支援 sshd-keep.service.
510
 
553 liveuser 511
讓 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函式能夠將同名的變數用陣列保存起來.
512
 
548 liveuser 513
qbpwcf-alpha-2023-09-20.tar.zst
514
 
515
增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式判斷服務正常啟動與否的依據,可選的依據有ip:port/protocol、unix domain socket address、program name.
516
 
517
新增 sample/parser:ss.php 檔案,用來驗證解析 ss 指令的輸出.
518
 
519
增加 sample/video:html5.php 檔案中的寫 log 的例外處理. 
520
 
544 liveuser 521
修正 mail.php 檔案中的 mail 類別的 curlSmtp 函式只有第一個收件人收得到信件的問題.
522
 
548 liveuser 523
修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 永遠找不到關鍵字的問題.
524
 
525
修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 時可能因為找不到關鍵字而出錯的問題.
526
 
527
修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 時無法結束執行的問題.
528
 
529
增加 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式回傳的結果 argu.
530
 
531
修正 search.php 檔案的 search 類別的 getMeetConditionsString 函式使用 tailWord 參數卻沒有找到關鍵字時會卡住的問題.
532
 
533
修正 sample/stringProcess::getContentBetweenKeyWord.php 無法在網站上運行的問題.
534
 
535
修正 stringProcess.php 檔案的 stringProcess 類別的  delStrAfterKeyWord 函式在修正 delStrBeforeKeyWord 函式後失效的問題.
536
 
542 liveuser 537
qbpwcf-alpha-2023-09-06-1.tar.zst
539 liveuser 538
 
542 liveuser 539
修正 mail.php 檔案中的 mail 類別的 curlSmtp 函式的 mail 內容格式為 RCF5321
540
 
541
qbpwcf-alpha-2023-09-06.tar.zst
542
 
539 liveuser 543
修正 usr/bin/backupDb.php 檔案使用 fileAccess::parseVaraiableInPHPfile 的方式.
544
 
545
修正 mail.php 檔案中的 mail 類別的 curlSmtp 函式使用 fileAccess::writeTextIntoFile 的參數.
546
 
535 liveuser 547
qbpwcf-alpha-2023-09-02.tar.zst
548
 
549
修正 search.php 檔案的註解.
550
 
551
修正 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式 使用 fileAccess::parseVaraiableInPHPfile 的方式.
552
 
531 liveuser 553
qbpwcf-alpha-2023-08-30-1.tar.zst
554
 
555
修正 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函式的語法錯誤.
556
 
557
新增 sample/fileAccess::parseVaraiableInPHPfile.php 檔案,用來驗證 fileAccess::parseVaraiableInPHPfile
558
 
529 liveuser 559
qbpwcf-alpha-2023-08-30.tar.zst
560
 
561
增加 sample/bigbluebutton::getCheckSum.php 的 log 設置.
562
 
563
增加 sample/bigbluebutton::listRooms.php 的 log 設置.
564
 
565
增加 sample/cmd::createBatch.php 的 log 設置.
566
 
567
增加 sample/cmd::makeTarFile.php 的 log 設置.
568
 
569
增加 sample/cmd::makeTarZstFile.php 的 log 設置.
570
 
571
增加  sample/cmd::msPortable.php 的 log 設置.
572
 
573
增加 sample/external::callShellHelper.php 的 log 設置.
574
 
575
增加 sample/external::callShellInBg.php 的 log 設置.
576
 
577
增加 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式的回傳結果 fullContent. 
578
 
579
增加 logs.php 檔案的 logs 類別的 record 函式的回傳結果 content 與可省略參數 returnOnly.
580
 
581
新增 sample/config::client.php 檔案,用來驗證 config::client
582
 
583
新增 sample/config::create.php 檔案,用來驗證 config::create
584
 
585
新增 config.php 檔案的  config 類別的 create 函式,來建立供 config::server 讀取的設定檔案.
586
 
587
修正 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函式,解析字串會多 「"」 在開頭跟結尾的問題.
588
 
589
新增 sample/assets of fileAccess/config.php 檔案.
590
 
591
新增 sample/fileAccess::parseVariableInPHPfile.php 檔案,用來驗證 fileAccess::parseVariableInPHPfile
592
 
593
修正 stringProcess.php 檔案的 stringProcess 類別中的 delStrBeforeKeyWord 函式的註解.
594
 
527 liveuser 595
qbpwcf-alpha-2023-08-15.tar.zst
596
 
597
增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式的 reportOnly 參數,提供僅輸出訊息,不直接啟動與重新啟動服務.
598
 
599
新增 sock.php 檔案的 sock 類別的 execAnyCmdByQBPWCFunixSocket 函式,提供透過 usr/bin/qbpwcf-usock.php 產生的  unix domain socket 來運行指定的指令.
600
 
601
新增 sample/sock::execAnyCmdByQBPWCFunixSocket.php 用於測試 sock 類別的 execAnyCmdByQBPWCFunixSocket 函式的範例.
602
 
603
新增 parser.php 檔案,提供 parser 類別,存放解析各種內容的程式.
604
 
605
新增 parser.php 檔案的 parser 類別的 ss 函式,用於解析 ss 指令的輸出.
606
 
607
新增 parser.php 檔案的 parser 類別的 section 函式,用於解析字串為多個段落.
608
 
609
增加 allInOneForCI.php 、allInOneForCmd.php、allInOneForJson.php、allInOneForSOAP.php、allInOneFull.php 檔案中匯入的類別檔案 parser.php 
610
 
611
增加 usr/bin/keepHttpd.php 的 debug 資訊.
612
 
613
新增 usr/bin/keepSshd.php 程式,用來確保 sshd 服務正常. 
614
 
615
修正 stringProcess.php 檔案的 stringProcess 類別中的 getMeetConditionsString 函式的註解.
616
 
617
增加 search.php 檔案中 search 類別的 getMeetConditionsString 函式回傳 content 的結果,代表剔除字首字尾後的內容.
618
 
619
修正 cmd.php 檔案的 cmd 類別的 systemd 函式的判斷有無取得服務狀態的方式.
620
 
621
增加 stringProcess.php 檔案的 stringProcess 類別中 delStrAfterKeyWord 函式的 deleteLastRepeatedOne 參數,提供僅刪除最後一個關鍵字後的內容.
622
 
623
新增 sample/sock::execAnyCmdByQBPWCFunixSocket.php 檔案,提供透過 QBPWCF Unix Domain Socket Server 執行指令的功能.
624
 
625
新增 sample/bigbluebutton::listRooms.php 檔案,用來確認尚還開啟的 room.
626
 
627
新增 sample/bigbluebutton::getCheckSum.php 檔案,用來取得 應用於api 的 checksum.
628
 
525 liveuser 629
qbpwcf-alpha-2023-08-01.tar.zst
630
 
631
新增 stringProcess.php 檔案的 stringProcess 類別中的 str2hexStr 函式,提供將字串變成hex字串的功能.
632
 
633
標準化 stringProcess.php 檔案的 stringProcess 類別的 clearStrSymbol 函式.
634
 
635
標準化 stringProcess.php 檔案的 stringProcess 類別的 str2bytesArray 函式.
636
 
637
標準化 stringProcess.php 檔案的 stringProcess 類別的 str2hexStr 函式.
638
 
639
標準化 stringProcess.php 檔案的 stringProcess 類別的 bytes2bitString 函式.
640
 
641
修正 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函式使用 stringProcess::clearStrSymbol 的錯誤.
642
 
643
修正 cmd.php 檔案的 cmd 類別的 svnci 函式使用 stringProcess::clearStrSymbol 的錯誤.
644
 
645
修正 cmd.php 檔案的 cmd 類別的 svnci 函式的錯誤處理.
646
 
647
修正 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式的錯誤處理.
648
 
649
修正 cmd.php 檔案的 cmd 類別的 packetFromSvnToRemoteServer 函式的錯誤處理.
650
 
523 liveuser 651
qbpwcf-alpha-2023-07-12.tar.zst
652
 
653
修正 webSock.php 檔案的 webSock 類別的 encode 函式誤將文字訊息變成pong.
654
 
655
增加 webSock.php 檔案的 webSock 類別的 unmask 函式的回傳結果.
656
 
521 liveuser 657
增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式會定時向 client ping 的功能.[part2]
518 liveuser 658
 
519 liveuser 659
qbpwcf-alpha-2023-07-11.tar.zst
660
 
521 liveuser 661
增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式會定時向 client ping 的功能.[part1]
662
 
519 liveuser 663
修正 db/dbOut.php 、db/delete.php、db/toDb.php、db/update.php
664
 
525 liveuser 665
qbpwcf-alpha-2023-07-06.tar.zst
518 liveuser 666
 
667
修正與增加 stringProcess.php 檔案的 stringProcess 類別的 bytes2bitString 函式的回傳結果與註解.
668
 
669
增加 stringProcess.php 檔案的 stringProcess 類別的 str2bytesArray 函式的回傳結果與註解.
670
 
671
新增 stringProcess.php 檔案的 stringProcess 類別的 bit2byteStr 函式,將 8bit、1bytes 的內容轉換為一個字.
672
 
673
修正 webSock.php 檔案的 webSock 類別的 encode 函式的長度計算錯誤.
674
 
515 liveuser 675
增加 webSock.php 檔案的 webSock 類別的 encode 函式的註解.
676
 
677
增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的註解.
678
 
679
增加 usr/bin/webSocketServer.php 檔案的 listen addr 參數.
680
 
513 liveuser 681
qbpwcf-alpha-2023-06-24.tat.zst
682
 
683
修正 cmd.php 檔案 cmd 類別的 namp 函式使用 cmd::checkCmdExist 參數多餘的問題.
684
 
685
修正 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式使用 cmd::nmap 參數多餘的問題.
686
 
515 liveuser 687
新增 usr/bin/webSocketServer.php 檔案,提供運行 web socket server 的程式.
513 liveuser 688
 
512 liveuser 689
修正 usr/bin/commander.php 沒有指定 --param 參數的錯誤.
690
 
509 liveuser 691
qbpwcf-alpha-2023-06-18.tat.zst
508 liveuser 692
 
509 liveuser 693
完成 usr/bin/packetFromSvnToRemoteServer.php 程式的實作.
694
 
695
增加 cmd.php 檔案的 cmd.類別的 packetFromSvnToRemoteServer 函式的說明.
696
 
508 liveuser 697
修正 cmd.php 檔案的 cmd.類別的 searchOutPut 函式使用 checkCmdExist 函式多了 fileArgu 參數的問題.
698
 
699
增加 usr/bin/keepNetConn.php 的說明
700
 
505 liveuser 701
qbpwcf-alpha-2023-06-13.tat.zst
503 liveuser 702
 
505 liveuser 703
修正 cmd.php 檔案的 cmd 類別的 svnci 函式解析輸入內容的方式.
704
 
504 liveuser 705
修正 external.php 檔案的 external 類別的 callShell 函式檢查 cmd 參數是否存在的方式.
706
 
503 liveuser 707
修正 usr/bin/commander.php 檔案的指令說明.
708
 
501 liveuser 709
qbpwcf-alpha-2023-06-12.tat.zst
710
 
711
新增 usr/bin/commander.php 檔案,提供連接到 qbpwcf-usock.php 建立的 unix socket client 並下達任意指令.
712
 
713
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.text_editor 物件,提供 文字編輯 的相關功能.[建構中]
714
 
499 liveuser 715
qbpwcf-alpha-2023-06-07.tar.zst
716
 
717
修正 external.php 檔案的 external 類別的 processStatus 函式 變數不存在的問題.
718
 
497 liveuser 719
qbpwcf-alpha-2023-06-05.tar.zst
720
 
499 liveuser 721
修正 external.php 檔案的 external 類別的 processStatus 函式 沒有 grep 到結果會報錯的問題.
497 liveuser 722
 
495 liveuser 723
qbpwcf-alpha-2023-06-04.tar.zst
724
 
725
補 commit sample 底下的 cmd::createBatch.php、cmd::makeTarFile.php、cmd::makeTarZstFile.php、sample/external::callShellHelper.php、sample/fileAccess::listInfo.php、fileAccess::ls.php
726
 
727
補 commit usr/bin/packetFromSvnToRemoteServer.php 
728
 
729
變更 systemd/system/pppoe-keep.service 使用 usr/bin/keepNetConn.php 時指定目標為 pppoe 的連線.
730
 
731
增加 usr/bin/keepNetConn.php 檔案,對於 pppoe 連線類型的支援.
732
 
492 liveuser 733
qbpwcf-alpha-2023-05-31-2.tar.zst
734
 
735
修正 usr/bin/backupDb.php 程式移除過期檔案的處理.
736
 
490 liveuser 737
qbpwcf-alpha-2023-05-31-1.tar.zst
738
 
739
修正 usr/bin/backupDb.php 程式判斷節點類型錯誤的問題.
740
 
741
修正 fileAccess.php 檔案的 fileAccess 類別的 ls 函式的回傳結果沒有 status 的問題.
742
 
488 liveuser 743
qbpwcf-alpha-2023-05-31.tar.zst
744
 
745
修正 install.php 檔案建立建立軟連結路徑錯誤的問題.
746
 
747
增加 cmd.php 檔案的 cmd 類別的 chmod 函式的 cmd 回傳結果,代表執行的指令.
748
 
749
增加 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式的 cmd 回傳結果,代表執行的指令.
750
 
751
變更 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式為靜態函式, 代表執行的指令.
752
 
753
增加 fileAccess.php 檔案的 fileAccess 類別的 getRelativePath 函式的 cmd 回傳結果,代表執行的指令.
754
 
755
修正 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式 路徑找不到的問題.
756
 
757
修正 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式 fileArguPath 變數的產生.
758
 
486 liveuser 759
qbpwcf-alpha-2023-05-29.tar.zst
760
 
761
修正 cmd.php 檔案的 cmd 類別的 makeZstFile 函式對於 path 參數的處理.
762
 
763
修正 cmd.php 檔案的 cmd 類別的 makeZstFile 函式沒有使用到給予的 fileArgu 參數問題.
764
 
765
變更 allInOneConfig.php 檔案的 資料庫連結用資訊註解方式. 
766
 
767
增加 allInOneForCI.php、allInOneCmd.php、allInOneJson.php、allInOneForSOAP.php、allInOneFull.php 檔案的 dbPort 變數, 提供預設的資料庫 tcp port, 提供覆蓋預設值的功能.
768
 
769
增加 allInOneConfig.php 檔案的 dbPort 變數,提供預設的資料庫 tcp port.
770
 
771
增加 usr/bin/backupDb.php 檔案的 backupFilesToKeep 參數,預設至多保留7天份的備份檔案.
772
 
773
新增 sample/fileAccess::ls.php 檔案.
774
 
775
新增 fileAccess.php 檔案的 fileAccess 類別的 ls 函式,提供詳細的目錄底下檔案與資料夾資訊.
776
 
777
新增 sample/fileAccess::listInfo.php 檔案.
778
 
484 liveuser 779
qbpwcf-alpha-2023-05-21.tar.zst
482 liveuser 780
 
781
增加 stringProcess.php 檔案 stringProcess 類別的 parse 函式的防呆機制.
782
 
479 liveuser 783
qbpwcf-alpha-2023-05-20-2.tar.zst
784
 
785
修正 cmd.php 檔案的 cmd 類別的 svnci 函式 使用賬號密碼檔案的防呆機制.
786
 
477 liveuser 787
qbpwcf-alpha-2023-05-20-1.tar.zst
788
 
789
修正 cmd.php 檔案的 cmd 類別的 svnci 函式 使用賬號密碼檔案的防呆機制.
790
 
475 liveuser 791
qbpwcf-alpha-2023-05-20.tar.zst
792
 
793
增加 cmd.php 檔案的 cmd 類別的 svnci 函式 使用賬號密碼檔案的防呆.
794
 
473 liveuser 795
qbpwcf-alpha-2023-05-14.tar.zst
471 liveuser 796
 
472 liveuser 797
新增 usr/bin/packetFromSvnToRemoteServer.php 程式,提供 將指定的svn目錄輸出、打包、壓縮、上傳到目標Server,然後解壓縮、安裝、移除伺服端跟local端安裝檔案 的功能.
798
 
799
新增 sample/external::callShellHelper.php 檔案.
800
 
801
新增 external.php 檔案的 external 類別的 callShellHelper 函式,協助將陣列儲存的指令與參數轉換成給 callShell 函式使用的 command、argu 參數.
802
 
471 liveuser 803
新增 sample/cmd::createBatch.php 檔案.
804
 
805
增加 external.php 檔案的 external 類別的 execByteCode 函式的回傳結果 ["escapedCmd"] 代表實際執行的指令.
806
 
807
增加 external.php 檔案的 external 類別的 execByteCode 函式的回傳結果 ["error"]["returnCode"] 代表執行結束後的代碼.
808
 
809
更新 external.php 檔案的 external 類別的 execByteCode 函式註解.
810
 
811
增加 cmd.php 檔案的 cmd 類別的 checkCmdExist 回傳的 cmdFullPath 結果.
812
 
813
取消 cmd.php 檔案的 cmd 類別的 checkCmdExist 函式無法在命令列執行的問題.
814
 
815
新增 cmd.php 檔案的 cmd 類別的 createBatch 函式,提供建立要執行的腳本檔案.
816
 
817
修改 cmd.php 檔案的 cmd 類別的 makeZstFile 函式的 commentsArray 參數為可省略參數.
818
 
819
新增 sample/cmd::makeTarZstFile.php 檔案.
820
 
821
新增 cmd.php 檔案的 cmd 類別的 makeTarZstFile 函式,提供打包成 tar 並壓縮成 zst 檔的功能.
822
 
823
新增 sample/cmd::makeTarFile.php 檔案.
824
 
825
新增 cmd.php 檔案的 cmd 類別的 makeTarFile 函式,提供打包成 tar 檔的功能.
826
 
827
改寫 cmd.php 檔案的 cmd 類別的 packetFromSvnToRemoteServer 函式.
828
 
469 liveuser 829
qbpwcf-alpha-2023-05-07.tar.zst
830
 
831
修正 qbpwcf/usr/lib/systemd/system/ip-blockerd.service 的重新啟動腳本,避免多個 ipBlockerd.php 執行.
832
 
833
修正 install.php 檔案對於 qbpwcf/usr/lib/systemd/system 底下檔案的權限為 640.
834
 
466 liveuser 835
qbpwcf-alpha-2023-05-05.tar.zst
465 liveuser 836
 
466 liveuser 837
新增 usr/bin/help 檔案,提供開發該路徑底下程式的說明.
838
 
839
修正 usr/bin/ 底下有 include 套件的 php 程式 include_path,避免以軟連接指向該目錄底下的程式執行出錯.
840
 
465 liveuser 841
補上 usr/bin/ 底下 php 程式的版權宣告.
842
 
843
修正 usr/bin/backupDb.php 沒有指定 backTime 就無窮次執行的問題.
844
 
845
新增 sample/fileAccess::tildeToPath.php 檔案.
846
 
462 liveuser 847
qbpwcf-alpha-2023-05-03.tar.zst
460 liveuser 848
 
462 liveuser 849
新增 sample/external::callShellInBg.php 檔案.
850
 
851
增加 external.php 檔案的 external 類別的 callShellInBg 函式的 leftLogFile 參數,可以指定是否要保留log檔案.
852
 
853
修正 external.php 檔案的 external 類別的 processStatus 函式實做.
854
 
855
新增 sample/cmd::makeZstFile.php 檔案.
856
 
857
修正 external.php 檔案的 external 類別的 callShellInBg 函式會找不到輸出 log 的檔案的問題.
858
 
460 liveuser 859
修正 cmd.php 檔案的 cmd 類別的 makeZstFile 函式實做.
860
 
462 liveuser 861
增加 cmd.php 檔案的 cmd 類別的 makeZstFile 函式的 overwrite 參數.
862
 
458 liveuser 863
qbpwcf-alpha-2023-05-01-1.tar.zst
864
 
865
修正 variableCheck.php 檔案中的 variableCheck 類別的 checkArguments 函式的實作.
866
 
456 liveuser 867
qbpwcf-alpha-2023-05-01.tar.zst
449 liveuser 868
 
458 liveuser 869
增加 variableCheck.php 檔案中的 variableCheck 類別的 checkArguments 函式的回傳結果 simpleError 提供簡易的錯誤訊息.
456 liveuser 870
 
871
新增 variableCheck.php 檔案中的 variableCheck 類別的 getSimpleError 函式,提供產生簡易錯誤訊息的功能.
872
 
873
qbpwcf-alpha-2023-04-29.tar.zst
874
 
875
修正 db.php 檔案的 db 類別中對於 external::callShell 的使用. 
876
 
877
修正 external.php 檔案的 external 類別中對於 external::callShell 的使用. 
878
 
879
修正 qemu.php 檔案的 qemu 類別中對於 external::callShell 的使用. 
880
 
881
修正 form.php 檔案的 form 類別的 processUploadedFile 函式的實作.
882
 
883
修正 bigbluebutton.php 檔案的 bigbluebutton 類別的 createRoom 函式的實作.
884
 
885
修正 line.php 檔案的 line 類別的 login 函式的實作.
886
 
887
修正 fileAccess.php 檔案的 fileAccess 類別中對於 external::callShell 的使用. 
888
 
889
增加 external.php 檔案的 external 類別的 callShell 函式對於 ~、&、$! 的支援.
890
 
891
修正 catchWebContent.php 檔案的 catchWebContent 類別中對於 external::callShell 的使用. 
892
 
893
修正 lib.php 檔案的 lib 類別的 getLib 函式的實作.
894
 
895
修正 webSock.php 檔案的 webSock 類別中對於 external::callShell 的使用. 
896
 
897
修正 fuse.php 檔案的 fuse 類別中對於 external::callShell 的使用. 
898
 
899
修正 R.php 檔案的 R 類別的 executeR 函式的實作.
900
 
901
修正 cmd.php 檔案的 cmd 類別中對於 external::callShell 的使用.
902
 
903
修正 mail.php 檔案的 mail 類別的 curlSmtp 函式實作.
904
 
905
修正 authenticate.php 檔案的 authenticate 類別的 validUser 函式的實作.
906
 
907
修正 time.php 檔案的 time 類別的 computeFebDays 函式的實作.
908
 
909
修正 usr/bin/httpd404blockerManually.php 的實作.
910
 
911
修正 usr/bin/testNetOut.php 的實作.
912
 
913
修正 usr/bin/backupDb.php 的實作.
914
 
915
修正 usr/bin/rerunProgram.php 的實作.
916
 
917
修正 usr/bin/sshFailedBlockerManually.php 的實作.
918
 
919
修正 usr/bin/monitorProcess.php 的實作.
920
 
921
修正 usr/bin/ipBlockerd.php 的實作.
922
 
923
修正 usr/bin/getContentByLineRange.php 的實作.
924
 
925
修正 external.php 檔案的 external 類別的 multiThreadsShell 函式的實作.
926
 
927
修正 cmd.php 檔案的 cmd 類別的 searchOutPut 函式的實作.
928
 
929
修正 cmd.php 檔案的 cmd 類別的 nmap 函式的實作.
930
 
931
qbpwcf-alpha-2023-04-24-3.tar.zst
932
 
933
修正 cmd.php 檔案的 cmd 類別的 svnci 函式使用 "svn ls" 會出錯的問題.
934
 
935
qbpwcf-alpha-2023-04-24-2.tar.zst
936
 
449 liveuser 937
修正 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式,使用 external::callShell 函式的錯誤.
938
 
456 liveuser 939
qbpwcf-alpha-2023-04-24-1.tar.zst
447 liveuser 940
 
941
修正 cmd.php 檔案的 cmd 類別的 svnci 函式使用 "svn ls" 跟 "svn commit" 會出錯的問題.
942
 
456 liveuser 943
qbpwcf-alpha-2023-04-24.tar.zst
440 liveuser 944
 
443 liveuser 945
修正 external.php 檔案的 external 類別的 callShell 函式中會將 shell 變數指派 視為不存在的指令 的問題.
946
 
947
增加 db.php 檔案的 db 類別的 updateDataTableContent 函式的回傳結果.
948
 
949
修正 db.php 檔案的 db 類別的 shell 函式沒有運行的問題.
950
 
951
修改 fileAccess.php 檔案中 fileAccess 類別的 createTempFile 函式建立的暫存檔案名稱前戳,以方便清除遺留的暫存的檔案.
952
 
953
新增 external.php 檔案的 external 類別的 parseCmdString 函式,提供解析指令為陣列的功能.
954
 
955
增加 external.php 檔案的 external 類別的 callShell 函式對於 ";" 跟 "`" 的支援
956
 
957
修改 external.php 檔案的 external 類別的 callShell 函式的 pre 參數實作.
958
 
959
修改 external.php 檔案的 external 類別的 callShell 函式的 thereIsShellVar 參數實作.
960
 
961
新增 search.php 檔案的 search 類別的 findShellVar 函式,提供檢查字串中是否含有 shell 變數的功能.
962
 
963
增加 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式的 escaped 參數,用來識別使用的 param 參數是否已經 escaped 了.
964
 
965
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式對於識別指令參數是否要 escape 的識別.
966
 
967
修改 external.php 檔案的 external 類別的 callShell 函式的 escapeshellarg 參數為 "false" 的實作.
968
 
969
移除 external.php 檔案的 external 類別的 callShell 函式的 "plainArgu"、"useApostrophe" 參數.
970
 
971
修正 cmd.php 檔案的 cmd 類別的 svnci 函式對於註解輸入會導致程式終止的問題.
972
 
973
修正 stringProcess.php 檔案的 stringProcess 類別的 parse 函式解析含有 "`" 字元的字串會出錯的問題.
974
 
975
qbpwcf-alpha-2023-04-22.tar.zst
976
 
440 liveuser 977
修正 variableCheck.php 檔案中 variableCheck 類別的 toSource 函式的說明.
978
 
979
完善 bigbluebutton.php 檔案中 bigbluebutton 類別的 getCheckSum 函式的參數檢查機制. 
980
 
981
新增 variableCheck.php 檔案中 variableCheck 類別的 hideParams 函式提供 隱藏元素中可能含有機密的內容 的功能.
982
 
983
新增 stringProcess.php 檔案中 stringProcess 類別的 getContentBetweenKeyWord 函式,提供取得指定關鍵字中的內容.
984
 
985
增加 stringProcess.php 檔案中 stringProcess 類別的 delKeyWordsInStrHead 函式回傳的結果.
986
 
436 liveuser 987
qbpwcf-alpha-2023-04-12.tar.zst
988
 
989
新增 allInOneConfig.php 檔案,提供給 allInOneFull.php、allInOneForCI.php、allInOneForCmd.php、allInOneForJson.php、allInOneForSOAP.php 使用的全域設定檔案.
990
 
991
變更 allInOneFull.php、allInOneForCI.php、allInOneForCmd.php、allInOneForJson.php、allInOneForSOAP.php 的設定檔為預先採用 allInOneConfig.php 檔案,然後可以各自複寫設定..
992
 
434 liveuser 993
qbpwcf-alpha-2023-04-06.tar.zst
433 liveuser 994
 
995
修正 cmd.php 檔案的 cmd 類別的 svnci 函式使用 cp 功能會出錯的問題.
996
 
997
修正 cmd.php 檔案的 cmd 類別的 checkCmdExist 函式的實作.
998
 
434 liveuser 999
增加 cmd.php 檔案的 cmd 類別的 msPortable 函式,將 freeplane 軟體支持的 mm 格式檔案跨平台.
1000
 
1001
變更 allInOneFull.php、allInOneForCI.php、allInOneForJson.php、allInOneForSOAP.php 預設的環境設定為 release(Production).
1002
 
1003
新增 sample/assets of cmd 放置測試 cmd 類別的測試資料.
1004
 
428 liveuser 1005
qbpwcf-alpha-2023-03-16.tar.zst
1006
 
1007
修正 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 函式的語法錯誤.
1008
 
1009
調整 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 函式的實作方式.
1010
 
426 liveuser 1011
qbpwcf-alpha-2023-03-15-2.tar.zst
1012
 
1013
修正 cmd.php 檔案的 cmd 類別的 chmod 函式使用 excludeSelf 參數會出錯的問題.
1014
 
1015
修正 install.php 設置 IP 的內容變數錯誤問題.
1016
 
424 liveuser 1017
qbpwcf-alpha-2023-03-15-1.tar.zst
1018
 
1019
修正 install.php 設置 IP 的語法錯誤問題.
1020
 
1021
修正 cmd.php 檔案的 cmd 類別的 chmod 函式使用 excludeSelf 參數會出錯的問題.
1022
 
422 liveuser 1023
qbpwcf-alpha-2023-03-15.tar.zst
417 liveuser 1024
 
1025
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式執行時遇到 ssh 訊息但沒有 addr= 關鍵字就會出錯的問題.
1026
 
420 liveuser 1027
修正 cmd.php 檔案的 cmd 類別的 svnci 函式執行 diff 指令若目標檔案不存在會出現錯誤提示或變成註解的問題.
418 liveuser 1028
 
419 liveuser 1029
增加 cmd.php 檔案的 cmd 類別的 chmod 函式的 excludeSelf 參數,避免搭配 recursive 參數移除執行權限時,會讓目標資料夾變得無法進入.
1030
 
1031
修正 install.php 設置的 服務設定檔 不應該具備可執行權限的問題. 
1032
 
414 liveuser 1033
qbpwcf-alpha-2023-03-14.tar.zst
1034
 
1035
修正 install.php 的執行失敗問題.
1036
 
1037
修正 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式建立的軟連結指向目標錯誤的問題.
1038
 
1039
新增 stringProcess.php 檔案的 stringProcess 類別的 stringProcess 函式 recursive 參數,提供重複執行直到沒有符合條件的結果為止.
1040
 
1041
修正 cmd.php 檔案的 cmd 類別的 svnci 函式執行 diff 功能找不到變數的問題.
1042
 
409 liveuser 1043
qbpwcf-alpha-2023-03-13.tar.zst
1044
 
1045
修正 install.php 的語法錯誤.
1046
 
1047
增加 external.php 檔案的 external 類別的 callShell 函式的檢查機制,如果要執行的指令找不到也會回傳錯誤.
1048
 
1049
修正 cmd.php 檔案的 cmd 類別的 chmod 函式的參數檢查出錯問題.
1050
 
1051
修正 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式的回傳變數找不到問題.
1052
 
1053
調整 fileAccess.php 檔案的 fileAccess 類別的 delFile 函料的回傳內容格式.
1054
 
1055
增加 fileAccess.php 檔案的 fileAccess 類別的 delFile 函料允許刪除資料夾或軟連結的參數.
1056
 
1057
調整 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式的說明.
1058
 
1059
新增 fileAccess.php 檔案的 fileAccess 類別的 getRelativePath 函式的 baseFrom 參數,提供取得相對於 baseFrom 的相對位置.
1060
 
1061
修正 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式建立的軟連結指向目標錯誤的問題.
1062
 
1063
修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式會將找不到目標的軟連結視為不存在的問題.
1064
 
1065
修正 fileAccess.php 檔案的 fileAccess 類別的 createMultiLinkInDir 函式的語法.
1066
 
410 liveuser 1067
修正 cmd.php 檔案的 cmd 類別的 issvnworkdir 函式運行出錯的問題.
1068
 
1069
修正 cmd.php 檔案的 cmd 類別的 svnsta 函式運行出錯的問題.
1070
 
407 liveuser 1071
qbpwcf-alpha-2023-03-11.tar.zst
1072
 
1073
修正 cmd.php 檔案的 cmd 類別的 svnci 函式使用 del 功能會有錯誤訊息的問題.
1074
 
1075
修正 variableCheck.php 檔案的 variableCheck 類別的 emptyArray 函式的註解.
1076
 
1077
新增 variableCheck.php 檔案的 variableCheck 類別的 toSource 函式,提供變數的解析功能.
1078
 
1079
新增 sample/variableCheck::toSource.php 展示案例.
1080
 
405 liveuser 1081
qbpwcf-alpha-2023-03-07-1.tar.zst
1082
 
1083
新增 allInOneFull.php 作為 allInOne.php 的軟連結目標.
1084
 
1085
增加 install.php 程式的 --headless 參數,提供配置預設不輸出任何內容的套件引用方式.
1086
 
402 liveuser 1087
qbpwcf-alpha-2023-03-07.tar.zst
1088
 
1089
新增 install.php 檔案,提供自動安裝套件的功能.
1090
 
1091
新增 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式,提供建立軟連結的功能.
1092
 
1093
增加 external.php 檔案的 external 類別的 callShellMulti 函式的 sameShell 參數,提供在同 shell 環境下執行指令的功能.
1094
 
1095
修改 external.php 檔案的 external 類別的 callShellMulti 函式的回傳結果.
1096
 
1097
重新實作 cmd.php 檔案的 cmd 類別的 cp 函式,加強安全性.
1098
 
1099
新增 cmd.php 檔案的 cmd 類別的 chmod 函式,提供 linux 下的 chmod 指令功能.
1100
 
1101
標準化 fileAccess.php 檔案的 fileAccess 類別的 writeMultiLine 函式的註解.
1102
 
1103
新增 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式,提供更新檔案內容的功能.
1104
 
1105
修正 fileAccess.php 檔案的 fileAccess 類別的 getList 函式的註解內容.
1106
 
1107
新增 fileAccess.php 檔案的 fileAccess 類別的 createMultiLinkInDir 函式,提供依照目錄建立多個軟連結的功能.
1108
 
1109
新增 cmd.php 檔案的 cmd 類別的 uuid 函式,提供 linux 下的 uuid 指令功能.
1110
 
1111
增加 cmd.php 檔案的 cmd 類別的 systemd 函式的 reload daemon 功能.
1112
 
400 liveuser 1113
qbpwcf-alpha-2023-03-04-3.tar.zst
1114
 
1115
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式處理 addOnProcessFunc 參數出錯的問題.
1116
 
398 liveuser 1117
qbpwcf-alpha-2023-03-04-2.tar.zst
1118
 
1119
增加 csInformation.php 檔案的 csInformation 類別的 getConnectionInfo 函式的 header、body 回傳結果.
1120
 
395 liveuser 1121
qbpwcf-alpha-2023-03-04-1.tar.zst
1122
 
1123
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式檢查是否存在其 unix socket 的問題.
1124
 
390 liveuser 1125
qbpwcf-alpha-2023-03-04.tar.zst
1126
 
395 liveuser 1127
新增 allInOneForCI.php 檔案,不輸出任何內容,以相容於 codeigniter 框架.
390 liveuser 1128
 
395 liveuser 1129
修正 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式檢查是否存在其 unix socket 的問題.
390 liveuser 1130
 
388 liveuser 1131
qbpwcf-alpha-2023-03-03.tar.zst
386 liveuser 1132
 
1133
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 sock 參數,不會檢查是否存在其 unix socket 的問題.
1134
 
1135
改善 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式,清除過久無異動連線的方式.
1136
 
1137
改善 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式,產生 client id 的方式.
1138
 
1139
移除 sock.php 檔案的 sock 類別的 unixDomainSockClient 的 clear 參數.
1140
 
387 liveuser 1141
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 addOnProcessFunc 參數,提供客制化處理訊息的功能.
386 liveuser 1142
 
387 liveuser 1143
增加 sock.php 檔案的 sock 類別的 unixDomainSockClient 的 custom 參數,提供自定要傳輸給 unixDomainSockServer 的訊息格式.
1144
 
1145
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 funcToRunWhenIdle 參數,提供客制化閒置時要執行的功能.
1146
 
384 liveuser 1147
qbpwcf-alpha-2023-02-23-1.tar.zst
1148
 
1149
修正 usr/bin/backupDb.php 的參數檢查問題.
1150
 
382 liveuser 1151
qbpwcf-alpha-2023-02-23.tar.zst
370 liveuser 1152
 
1153
增加 usr/bin/backupDb.php 的版權宣告資訊.
1154
 
1155
增加 usr/bin/backupDb.php 的指定次數、立即執行的功能.
1156
 
1157
變更 usr/bin/backupDb.php 的預設資料庫檔案輸出位置為家目錄.
1158
 
1159
新增 sample/usr_bin_test.php 展示 usr/bin 底下各程式.
1160
 
374 liveuser 1161
增加 fileAccess.php 檔案的 fileAccess 類別的 listInfo 函式的回傳結果說明.
1162
 
379 liveuser 1163
新增 sample/assets of config/database.php 提供範例資料庫連結設定檔案.
1164
 
380 liveuser 1165
修正 db.php 檔案 db 類別的 backupDatabase 函式運行 mysqldump 出錯的問題.
1166
 
381 liveuser 1167
調整 usr/bin/backupDb.php 的使用說明格式.
1168
 
382 liveuser 1169
新增 fileAccess.php 檔案的 fileAccess 類別的 tildeToPath 函式,提供將當前 shell 的 ~ 轉換成路徑目錄的功能.
1170
 
1171
增加 external.php 檔案的 external 類別的 callShell 函式的註解,提供使用含有 ~ 的參數要如何處理的說明.
1172
 
367 liveuser 1173
qbpwcf-alpha-2023-02-19.tar.zst
1174
 
1175
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.sleep 物件,提供 sleep 的相關功能.
1176
 
1177
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.slide 物件,提供 輪播 的相關功能.
1178
 
1179
變更 css.php 檔案的 css 類別的 oneLine 函式的 class 參數預設數值為 __qbpwcf_divFontCssStyle.
1180
 
1181
修正 css.php 檔案的 css 類別的 divSection 函式的 class、title 參數對應效果的呈現方式.
1182
 
1183
新增 video.php 檔案的 video 類別的 html5 函式的 muted 參數,提供靜音的功能.
1184
 
1185
新增 javaScript.php 檔案的 javaScript 類別的 slideDivPlus 函式,提供使用 window.qbpwcf.slide 物件的便捷方式.
1186
 
368 liveuser 1187
修正 cmd.php 檔案的 cmd 類別的 svnci 函式新增檔案的錯誤.
1188
 
1189
修正 cmd.php 檔案的 cmd 類別的 svnci 函式 commit 的錯誤.
1190
 
370 liveuser 1191
新增了 sample/javaScript::slideDivPlus.php 檔案,展示 javaScript 類別的 slideDivPlus 函式的功能.
1192
 
363 liveuser 1193
qbpwcf-alpha-2023-02-09.tar.zst
361 liveuser 1194
 
365 liveuser 1195
修正 usr/bin/block_ip_tmp.sh 檔案的語法錯誤.
1196
 
362 liveuser 1197
修正 video.php 檔案的 video 類別的 html5 函式的 autoplay 屬性設置.
1198
 
1199
修正 video.php 檔案的 video 類別的 html5 函式的 媒體檔案檢查機制.
1200
 
1201
新增了 sample/video::html.php 檔案,展示 video 類別的 html5 函式的功能.
1202
 
1203
新增了 assets of video 資料夾,提供 video::*.php 檔案使用的資料.
1204
 
363 liveuser 1205
修改 fileAccess.php 檔案的 fileAccess 類別的 createTempFile 函式,現在不須要任何參數.
1206
 
1207
重新實作 cmd.php 檔案的 cmd 類別的 svnci 函式.
1208
 
359 liveuser 1209
qbpwcf-alpha-2023-02-03-1.tar.zst
1210
 
1211
增加 log.php 檔案的 log 類別的 record 函式的 content 參數支援的類型,遇到非字串會用 var_dump 來的結果來取代.
1212
 
1213
增加 record.php 檔案的 record 類別的 getOutput 函式的 varPassed 參數,提供在 code2run 參數中使用變數的功能.
1214
 
1215
修正 variableCheck.php 檔案的 variableCheck 類別的 isexistMulti 函式的可省略參數說明.
1216
 
357 liveuser 1217
qbpwcf-alpha-2023-02-03.tar.zst
1218
 
1219
修正 cgi/redirect.cgi 的版權宣告與導頁的頁面.
1220
 
1221
修正 form.php 檔案的 form 類別的 inputText 函式的 placeholder 參數出錯的問題.
1222
 
1223
修正 javaScript.php 檔案的 javaScript 類別的 gatDataDynamic 函式失效的問題.
1224
 
1225
修正 javaScript.php 檔案的 javaScript 類別的 gatDataDynamic 函式註解.
1226
 
1227
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中 window.qbpwcf.gatDataDynamic.params 設置出錯的問題. 
1228
 
1229
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中 window.qbpwcf.gatDataDynamic.func 綁定的事件會於使用鍵盤方按鍵時觸發的問題.
1230
 
1231
修正 record.php 檔案的 record 類別的 getOutput 函式的說明.
1232
 
1233
加強 record.php 檔案的 record 類別的 getOutput 函式的參數 code2run 的檢查機制.
1234
 
1235
增加 time.php 檔案的 time 類別的 caculateTimeAmount、getMicrotime 函式的註解.
1236
 
1237
修正 unserialize/index.php 檔案 unserialize 的錯誤.
1238
 
355 liveuser 1239
qbpwcf-alpha-2023-01-28-1.tar.zst
1240
 
1241
修正 external.php 檔案的 external 類別的 callShell 函式中的 pre 參數處理方式.
1242
 
352 liveuser 1243
qbpwcf-alpha-2023-01-28.tar.zst
351 liveuser 1244
 
352 liveuser 1245
新增 sample/sampleWithJs.php 檔案,使用預設js套件的範例php檔.
1246
 
351 liveuser 1247
修正 db/dbOut.php 的測試資料未註解的問題.
1248
 
352 liveuser 1249
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.dialog.confirm 物件,用於確認使用者要做的事情.
1250
 
1251
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.dialog.getPassword 物件的 window.qbpwcf.dialog.getPassword.text 參數,提供 確認輸入的按鈕顯示文字 設定. 
1252
 
349 liveuser 1253
qbpwcf-alpha-2023-01-26.tar.zst
1254
 
1255
更新 db/dbOut.php、delete.php、toDb.php、update.php 的版本宣告年份.
1256
 
1257
新增 db/dbOut.php、delete.php、toDb.php、update.php 的 log 記錄.
1258
 
1259
新增 index.php 檔案, 顯示當前文件的內容.
1260
 
347 liveuser 1261
qbpwcf-alpha-2023-01-18.tar.zst
240 liveuser 1262
 
329 liveuser 1263
新增 systemd/system/qbpwcf-usock.service 服務,讓 root 跟 apache 可無限制的運行指令.
1264
 
1265
新增 usr/bin/qbpwcf-usock.php 檔案,建立 unix domain socket server,讓 root 跟 apache 可無限制的運行指令.
1266
 
286 liveuser 1267
設置 allInOne.php、allInOneForJson.php、allInOneForSOAP.php 檔案的PHP開發環境設定.
1268
 
292 liveuser 1269
修正 arrays.php 檔案的 arrays 類別的 arrayToString 函式對於參數格式錯誤的處理.
274 liveuser 1270
 
291 liveuser 1271
標準化 bigBlueButton.php、exeam.php、javaScript.php、session.php 檔案的撰寫格式.
267 liveuser 1272
 
310 liveuser 1273
增加 external.php 檔案的 external 類別的 callShell 函式中的 escapeshellarg 參數為 "true" 時, plainArgu 參數若為 "true" ,則會單純用 「"」 包住參數.
1274
 
283 liveuser 1275
修正 external.php 檔案的 external 類別的 callShell 函式中的 escapeshellarg 參數為 "true" 會導致 "< 、<< 、> 、>> 、| 、2>&1" 變成字串的問題.
1276
 
287 liveuser 1277
增加 external.php 檔案的 external 類別的 callShell 函式中的 doNotRun 參數,可以不執行指令.
1278
 
1279
增加 external.php 檔案的 external 類別的 callShellInBg 函式中的 doNotRun 參數,可以不執行指令.
1280
 
240 liveuser 1281
增加 config.php 檔案的 config 類別的 changeSettings 函式的 develop mode 設定的 memory_limit 設定為 -1.
1282
 
1283
增加 config.php 檔案的 config 類別的 changeSettings 函式的 develop mode 設定的 max_execution_time 設定為 0.
1284
 
343 liveuser 1285
優化 db.php 檔案的 db 類別的 query 效能.
1286
 
341 liveuser 1287
修正 db.php 檔案的 db 類別的 dbConnect 函式的錯誤回報.
1288
 
338 liveuser 1289
加強 db.php 檔案的 db 類別的 dataTableSelect 函式的安全性.
337 liveuser 1290
 
288 liveuser 1291
調整 db.php 檔案的 db 類別的 shell 函式的參數 pre 格式與運行方式.
1292
 
274 liveuser 1293
修正 db.php 檔案的 db 類別的 updateDataTableContent 函式對於參數格式錯誤的處理.
273 liveuser 1294
 
315 liveuser 1295
調整 db.php 檔案的 db 類別的 updateDataTableContent 函式的 shell 變數指定方式.
293 liveuser 1296
 
315 liveuser 1297
修正 db.php 檔案的 db 類別的 updateDataTableContent 函式的錯誤回報方式.
1298
 
332 liveuser 1299
修正 fileAccess.php 檔案的 fileAccess 類別的 createTempFile 函式實作的方式.
1300
 
240 liveuser 1301
修正 session.php 檔案的 session 類別的 setVal 函式的註解沒有標準化的問題.
1302
 
241 liveuser 1303
修正 variableCheck.php 檔案的 variableCheck 類別的 emptyArray 函式的註解沒有標準化的問題.
1304
 
250 liveuser 1305
標準化所有 php 檔案的 namespace、class 註解格式.
1306
 
251 liveuser 1307
修正 external.php 檔案的 external 類別的 multiThreadsShell 函式遇到特別的路徑會出錯的問題.
1308
 
278 liveuser 1309
增加 phpLib.php 檔案的 phpLib 類別的 getPhpLibConstruction 函式的回傳內容項目:每個命令空間對應的註解、每個類別對應的註解跟所屬命名空間、函式所屬的命名空間與類別名稱.
253 liveuser 1310
 
260 liveuser 1311
增加 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式的註解與回傳的項目:函式的程式內容.
1312
 
311 liveuser 1313
修正 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式的錯誤回報.
1314
 
329 liveuser 1315
新增 record.php 檔案的 record 類別的 getOutput 函式,提供將程式輸出儲存起來的功能.
1316
 
269 liveuser 1317
修正 search.php 檔案的 search 類別的 getMeetConditionsString 函式的警報與錯誤判斷方式.
1318
 
253 liveuser 1319
增加 search.php 檔案的 search 類別的 findManyKeyWordsFromManyString 函式回傳內容中 foundedTrueKey 的註解.
1320
 
237 liveuser 1321
qbpwcf-alpha-2023-01-03.tat.zst
1322
 
1323
修正 allInOne.php 使用 security 類別的 copyRight 函式的用法.
1324
 
1325
修正版權宣告的年份.
1326
 
226 liveuser 1327
qbpwcf-alpha-2022-12-27.tar.zst
165 liveuser 1328
 
172 liveuser 1329
標準化 authenticate.php 檔案的 authenticate 類別中各函式的註解格式.
168 liveuser 1330
 
173 liveuser 1331
標準化 autoService.php 檔案的 autoService 類別中各函式的註解格式.
1332
 
174 liveuser 1333
標準化 bigbluebutton.php 檔案的 bigbluebutton 類別中各函式的註解格式.
1334
 
175 liveuser 1335
標準化 catchWebContent.php 檔案的 catchWebContent 類別中各函式的註解格式.
1336
 
176 liveuser 1337
標準化 chartJS.php 檔案的 chartJS 類別中各函式的註解格式.
1338
 
177 liveuser 1339
標準化 ckEditor.php 檔案的 ckEditor 類別中各函式的註解格式.
1340
 
178 liveuser 1341
標準化 cmd.php 檔案的 cmd 類別中各函式的註解格式.
1342
 
179 liveuser 1343
標準化 config.php 檔案的 config 類別中各函式的註解格式.
1344
 
180 liveuser 1345
標準化 csInformation.php 檔案的 csInformation 類別中各函式的註解格式.
1346
 
181 liveuser 1347
標準化 css.php 檔案的 css 類別中各函式的註解格式.
1348
 
183 liveuser 1349
標準化 csv.php 檔案的 csv 類別中各函式的註解格式.
1350
 
184 liveuser 1351
標準化 dataTable.php 檔案的 dataTable 類別中各函式的註解格式.
1352
 
185 liveuser 1353
標準化 db.php 檔案的 db 類別中各函式的註解格式.
1354
 
187 liveuser 1355
標準化 external.php 檔案的 external 類別中各函式的註解格式.
186 liveuser 1356
 
187 liveuser 1357
標準化 fileAccess.php 檔案的 fileAccess 類別中各函式的註解格式.
1358
 
188 liveuser 1359
標準化 form.php 檔案的 form 類別中各函式的註解格式.
1360
 
189 liveuser 1361
標準化 frame.php 檔案的 frame 類別中各函式的註解格式.
1362
 
190 liveuser 1363
標準化 fuse.php 檔案的 fuse 類別中各函式的註解格式.
1364
 
191 liveuser 1365
標準化 header.php 檔案的 header 類別中各函式的註解格式.
1366
 
192 liveuser 1367
標準化 img.php 檔案的 img 類別中各函式的註解格式.
1368
 
193 liveuser 1369
標準化 javaScript.php 檔案的 javaScript 類別中各函式的註解格式.
1370
 
196 liveuser 1371
標準化 jwt.php 檔案的 jwt 類別中各函式的註解格式.
1372
 
197 liveuser 1373
標準化 link.php 檔案的 link 類別中各函式的註解格式.
1374
 
198 liveuser 1375
標準化 logs.php 檔案的 logs 類別中各函式的註解格式.
1376
 
199 liveuser 1377
標準化 mail.php 檔案的 mail 類別中各函式的註解格式.
1378
 
200 liveuser 1379
標準化 maintain.php 檔案的 maintain 類別中各函式的註解格式.
1380
 
201 liveuser 1381
標準化 math.php 檔案的 math 類別中各函式的註解格式.
1382
 
203 liveuser 1383
標準化 phpLib.php 檔案的 phpLib 類別中各函式的註解格式.
1384
 
204 liveuser 1385
標準化 record.php 檔案的 record 類別中各函式的註解格式.
1386
 
205 liveuser 1387
標準化 search.php 檔案的 search 類別中各函式的註解格式.
1388
 
208 liveuser 1389
標準化 security.php 檔案的 security 類別中各函式的註解格式.
1390
 
209 liveuser 1391
標準化 session.php 檔案的 session 類別中各函式的註解格式.
1392
 
210 liveuser 1393
標準化 soap.php 檔案的 soap 類別中各函式的註解格式.
1394
 
216 liveuser 1395
標準化 sock.php 檔案的 sock 類別中各函式的註解格式.
1396
 
217 liveuser 1397
標準化 stringProcess.php 檔案的 stringProcess 類別中各函式的註解格式.
1398
 
218 liveuser 1399
標準化 table.php 檔案的 table 類別中各函式的註解格式.
1400
 
221 liveuser 1401
標準化 text.php 檔案的 text 類別中各函式的註解格式.
1402
 
222 liveuser 1403
標準化 time.php 檔案的 time 類別中各函式的註解格式.
1404
 
223 liveuser 1405
標準化 variableCheck.php 檔案的 variableCheck 類別中各函式的註解格式.
1406
 
224 liveuser 1407
標準化 video.php 檔案的 video 類別中各函式的註解格式.
1408
 
225 liveuser 1409
標準化 webSocket.php 檔案的 webSocket 類別中各函式的註解格式.
1410
 
168 liveuser 1411
qbpwcf-alpha-2022-12-24.tar.zst
1412
 
165 liveuser 1413
增加 javaScript.php 檔案的 javaScript 類別的 gatDataDynamic 函式的 outputFunc 參數,指定顯示資料的 js 函式.
1414
 
1415
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.tailAny.outputFunc 函式,提供可以客制化如何將資料呈現到畫面上.
1416
 
163 liveuser 1417
增加 javaScript.php 檔案的 javaScript 類別的 tab 函式的 height 參數.
1418
 
1419
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.postDataAttr 物件實作.
1420
 
159 liveuser 1421
qbpwcf-alpha-2022-12-01.tar.zst
1422
 
1423
修改 external.php 檔案的 external 類別的 callShell 函式的 escapeshellarg 參數實作方式.
1424
 
1425
修正 external.php 檔案的 external 類別的 multiThreadsShell 函式的註解.
1426
 
1427
新增 javaSript.php 檔案的 javaScript 類別的 slideDivSimple 函式,提供簡易版本指定區塊的投影片效果.
1428
 
1429
新增 javaScript.php 檔案的 javaScript 類別的 tab 函式,提供選擇不同頁簽就顯示對應的內容.
1430
 
157 liveuser 1431
qbpwcf-alpha-2022-11-23.tar.zst
1432
 
1433
修正 catchWebContent.php 檔案的 catchWebContent 類別的 curlCmd 函式對於 rawPost 參數的支援問題.
1434
 
1435
增加 external.php 檔案的 external 類別的 callShell 函式的註解.
1436
 
1437
增加 external.php 檔案的 external 類別的 callShell 的 useApostrophe 參數,指定是否要用「'」包住參數.
1438
 
1439
新增 javaScript.php 檔案的 javaScript 類別的 slideDiv 函式,提供指定區塊的投影片效果.
1440
 
155 liveuser 1441
qbpwcf-alpha-2022-11-22.tar.zst
154 liveuser 1442
 
1443
修正 db.php 檔案的 db 類別的 backupDatabase 函式的版本相容性問題.
1444
 
1445
修正 external.php 檔案的 external 類別的 callShell 函式參數組合問題.
1446
 
1447
優化 usr/bin/backupDb.php 程式的處理.
1448
 
139 liveuser 1449
qbpwcf-alpha-2022-11-09.tar.zst
1450
 
1451
修正 db.php 檔案的 db 類別的 backupDatabase 函式運行時會鎖住  table 的問題.
1452
 
136 liveuser 1453
qbpwcf-alpha-2022-11-08.tar.zst
128 liveuser 1454
 
130 liveuser 1455
新增 cmd.php 檔案的 cmd 類別 makeZstFile 函式,提供建立 zst 壓縮檔的功能.
1456
 
128 liveuser 1457
新增 usr/lib/systemd/system/db-baackup.service 服務
1458
 
1459
新增 usr/local/etc/backupDb.conf 檔案
1460
 
126 liveuser 1461
qbpwcf-alpha-2022-11-05.tar.zst
1462
 
1463
避免 db.php 檔案的 db 類別的 backupDatabase 函式備份資料庫時,會無法被存取的問題.
1464
 
1465
調整 db.php 檔案的 db 類別的 mysqlConnect 函式,若資料庫位於 localhost 就不用指定 port.
1466
 
1467
修正 external.php 檔案的 external 類別的 callShell 函式對於參數 輸入輸出 的解析錯誤問題.
1468
 
1469
新增 usr/bin/backupDb.php 程式,每天特定時間進行資料庫的備份.
1470
 
120 liveuser 1471
qbpwcf-alpha-2022-10-31.tar.zst
116 liveuser 1472
 
120 liveuser 1473
修正 mail.php 程式的 mail 類別的 curlSmtp 函式寄送出去的信件內容怪怪的問題.
1474
 
1475
修正 usr/bin/monitorProcess.php 程式寄送 email 的 html 內容顯示不完整的問題.
1476
 
1477
qbpwcf-alpha-2022-10-30.tar.zst
1478
 
116 liveuser 1479
增加 cmd.php 程式的 cmd 類別的 parseArgu 函式的 helpFunc 參數,當沒有參數或參數不成對時會呼叫名為 helpFunc 的函式. 
1480
 
1481
增加 lib/glMatrix 提供 3D 繪圖的套件.
1482
 
1483
移除 mail.php 程式的 mail 類別的 postfix 函式.
1484
 
1485
完善 mail.php 程式的 mail 類別的 sendMail 函式.
1486
 
1487
修正 search.php 程式的 search 類別的 findManyKeyWordsFromManyString 函式 的回傳結果 foundedAll 的判定.
1488
 
1489
增加 usr/bin/testNetOut.php 程式,用來檢查自己對外的網路連線狀況,若有異常就寄信通知指定的人員.
1490
 
100 liveuser 1491
qbpwcf-alpha-2022-10-13.tat.zst
1492
 
1493
增加 sock.php 檔案的 sock 類別的 tcpClient 函式的 sec、microSec 參數,避免連線不被中斷就會一直保持的問題.
1494
 
1495
修正 javaScript.php 檔案的 javaScript 類別的 import 函式的註解.
1496
 
1497
修改 usr/bin/monitorProcess.php 檔案,提供比較完整的資訊.
1498
 
94 liveuser 1499
qbpwcf-alpha-2022-10-02.tar.zst
93 liveuser 1500
 
1501
修正 usr/bin/ipBlockerd.php 會將自己對外 IP block 的問題.
1502
 
94 liveuser 1503
增加 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函式的功能,若設定檔案 /usr/lib/qbpwcf/etc/config.php 存在且內有 myIp 變數,且其數值不為"",則採用之.
1504
 
1505
修正 soap.php 檔案的 soap 類別的 各項函式沒有宣告為 static 的問題.
1506
 
91 liveuser 1507
qbpwcf-alpha-2022-09-26.tar.zst
88 liveuser 1508
 
89 liveuser 1509
修正 usr/bin/sshFailedBlockerManually.php 會將已經封鎖的IP呈現的問題. 
1510
 
88 liveuser 1511
增加 usr/bin/jsondecode.php 對於標準輸入的支援,如果讀取到"{"開頭才會開始視為json的內容.
1512
 
83 liveuser 1513
qbpwcf-alpha-2022-09-20.tar.zst
1514
 
1515
增加 app.php 檔案的 app 類別的 defaultMode 函式的內容,提供不使用cache的功能,確保呈現最新的內容給瀏覽器用戶.
1516
 
84 liveuser 1517
增加 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式的 excludeIp 參數,提供ip白名單功能.
1518
 
83 liveuser 1519
增加 etc/config.php 檔案,提供用於識別的設定檔內容.
1520
 
84 liveuser 1521
增加 usr/bin/ipBlockerd.php 的白名單ip支援.
1522
 
85 liveuser 1523
增加 usr/lib/systemd/system/ip-blockerd.service 的預設白名單 169.254.1.1
1524
 
78 liveuser 1525
qbpwcf-alpha-2022-09-11.tar.zst
1526
 
1527
補充與修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.form.fakeScrollingList 函式.
1528
 
1529
實作 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.sendByDataFormId 函式的功能.
1530
 
76 liveuser 1531
qbpwcf-alpha-2022-09-01.tar.zst
1532
 
1533
新增 css.php 檔案的 css 類別的註解,提供media queries的說明.
1534
 
1535
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ajaxP 函式,提供回傳 Promise 結果的功能.
1536
 
72 liveuser 1537
qbpwcf-alpha-2022-08-10.tar.zst
1538
 
1539
修改 /usr/bin/monitorProcess.php 檔案的運作方式,加上cpu跟mem使用量大的前5名.
1540
 
70 liveuser 1541
qbpwcf-alpha-2022-08-07.tar.zst
1542
 
1543
更新 app.php 檔案的 app 類別的 defaultMode 函式的註解.
1544
 
1545
更新 arrays.php 檔案的 arrays 類別的各函式的註解.
1546
 
1547
修正 mail.php 檔案的 mail 類別的 curlSmtp 函式寄送 mail 內容出錯的問題.
1548
 
1549
修改 /usr/bin/monitorProcess.php 檔案的運作方式.
1550
 
68 liveuser 1551
qbpwcf-alpha-2022-08-02.tar.zst
1552
 
1553
新增 allInOneForSOAP.php 於 cmd 環境下要轉改匯入 allInOneForCmd.php 的功能.
1554
 
1555
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.dialog.getPassword 功能,提供取得密碼的輸入modal.
1556
 
66 liveuser 1557
qbpwcf-alpha-2022-07-31.tar.zst
1558
 
1559
修正 analyse.php 檔案的 analyse 類別的 add2Var 函式的註解格式.
1560
 
1561
修正 analyse.php 檔案的 analyse 類別的  build2VarForm1 函式的註解格式.
1562
 
1563
修正 analyse.php 檔案的 analyse 類別的  changeMultiChoiceToSingleChoice 函式的註解格式.
1564
 
1565
修正 analyse.php 檔案的 analyse 類別的  changeMultiChoiceToSingleChoiceFromCsvFile 函式的註解格式.
1566
 
1567
修正 analyse.php 檔案的 analyse 類別的 changeToNumberList 函式的註解格式.
1568
 
1569
修正 analyse.php 檔案的 analyse 類別的 delSepecificData 函式的註解格式.
1570
 
1571
修正 analyse.php 檔案的 analyse 類別的 mergePairedData 函式的註解格式.
1572
 
1573
新增 fileAccess.php 檔案的 fileAccess 類別的 listInfo 函式,提供顯示特定目錄底下檔案的資訊.
1574
 
63 liveuser 1575
qbpwcf-alpha-2022-07-26.tar.zst
1576
 
1577
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.cookie 物件實作方式.
1578
 
60 liveuser 1579
qbpwcf-alpha-2022-07-25.tar.zst
1580
 
1581
新增接收 post data 來 unserialize 的 web 界面.
1582
 
1583
增加 amazon.php 檔案的 amazon 類別中各函式的參考資料.
1584
 
63 liveuser 1585
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.cookie 物件,提供解析cookie資訊的功能.
1586
 
60 liveuser 1587
修正 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式解析輸入參數形態的問題.
1588
 
1589
新增 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式解析參考資料的功能.
1590
 
1591
修正 R.php 檔案的 R 類別的 apriori 函式的輸入參數表示.
1592
 
1593
修正 R.php 檔案的 R 類別的 computeCorrelationCoefficientForNumbericData 函式必填參數的註解說明.
1594
 
1595
修正 R.php 檔案的 R 類別的 decisionTreeWithPackageParty 函式的輸入參數表示.
1596
 
1597
修正 R.php 檔案的 R 類別的 describedStatistic 函式的輸入參數表示.
1598
 
1599
修正 R.php 檔案的 R 類別的 executeR 函式的註解.
1600
 
1601
修正 R.php 檔案的 R 類別的 lm 函式的輸入參數表示.
1602
 
1603
調整 R.php 檔案的 R 類別的 各函式註解,補上參考資料.
1604
 
58 liveuser 1605
qbpwcf-alpha-2022-07-17.tar.zst
1606
 
1607
修正 jwt.php 檔案的 jwt 類別的註解格式.
1608
 
1609
修正 line.php 檔案的 line 類別的註解格式.
1610
 
1611
修正 link.php 檔案的 link 類別的註解格式.
1612
 
1613
修正 logs.php 檔案的 logs 類別的註解格式.
1614
 
1615
修正 mail.php 檔案的 mail 類別的註解格式.
1616
 
1617
修正 math.php 檔案的 math 類別的註解格式.
1618
 
1619
修正 phpLib.php 檔案的 phpLib 類別的註解格式.
1620
 
1621
修正 record.php 檔案的 record 類別的註解格式.
1622
 
1623
修正 search.php 檔案的 search 類別的註解格式.
1624
 
1625
修正 security.php 檔案的 security 類別的註解格式.
1626
 
1627
修正 session.php 檔案的 session 類別的註解格式.
1628
 
1629
修正 sock.php 檔案的 sock 類別的註解格式.
1630
 
1631
修正 stringProcess.php 檔案的 stringProcess 類別的註解格式.
1632
 
1633
修正 table.php 檔案的 table 類別的註解格式.
1634
 
1635
修正 text.php 檔案的 text 類別的註解格式.
1636
 
1637
修正 time.php 檔案的 time 類別的註解格式.
1638
 
1639
修正 variableCheck.php 檔案的 variableCheck 類別的註解格式.
1640
 
1641
修正 video.php 檔案的 video 類別的註解格式.
1642
 
1643
修正 webSock.php 檔案的 webSock 類別的註解格式.
1644
 
1645
修正 xml.php 檔案的 xml 類別的註解格式.
1646
 
54 liveuser 1647
qbpwcf-alpha-2022-07-05.tar.zst
1648
 
55 liveuser 1649
修正 stringProcess.php 檔案的部分函式未宣告為 static 的問題.
1650
 
54 liveuser 1651
修正 jwt.php 檔案的 jwt 類別的函式定義方式跟註解格式.
1652
 
1653
修正 javaScript.php 檔案的 javaScript 類別的註解格式.
1654
 
1655
修正 img.php 檔案的 img 類別的註解格式.
1656
 
1657
修正 form.php 檔案的 form 類別的註解格式.
1658
 
1659
修正 frame.php 檔案的 frame 類別的註解格式.
1660
 
1661
修正 fuse.php 檔案的 fuse 類別的註解格式.
1662
 
1663
修正 header.php 檔案的 header 類別的註解格式.
1664
 
51 liveuser 1665
qbpwcf-alpha-2022-06-09.tar.zst
47 liveuser 1666
 
51 liveuser 1667
增加 db/dbOut.php 檔案可以接收的參數.
1668
 
1669
新增 fileAccess.php 檔案的 fileAccess 類別的 delMultiFile 函式,一次移除多個檔案.
1670
 
1671
修改 fileAccess.php 檔案的 fileAccess 類別的 fileInfo 函式回傳的檔案大小結果為bytes.
1672
 
1673
新增 fileAccess.php 檔案的 fileAccess 類別的 writeMultiLine 函式,一次寫入多個檔案.
1674
 
1675
修正 fileAccess.php 檔案的 fileAccess 類別的 createFolderAfterCheck 函式建立資料夾的警告訊息.
1676
 
1677
修正 headr.php 檔案的 header 類別的 accessControl 函式,遇到沒有 Origin header 會出錯的問題.
1678
 
1679
修正 javaScript.php 檔案的 javaScript 類別的 addScriptTag 函式不會嵌入js的錯誤.
1680
 
1681
修正 stringProcess.php 檔案的 stringProcess 類別的 delStrAfterKeyWord 函式的回傳結果.
1682
 
1683
qbpwcf-alpha-2022-05-29.tar.zst
1684
 
49 liveuser 1685
修正 allInOneForJson.php、allInOneForCmd.php、allInOneForSOAP.php 檔案的版權宣告年份.
1686
 
1687
移除 header.php 檔案的 header 類別的 accessControl 函式多餘的回傳結果.
1688
 
1689
修正 header.php 檔案的 header 類別的 accessControl 函式的 allowDomain 參數處理方式.
1690
 
1691
新增 sample.php 檔案,示範使用本套件的建議.
1692
 
1693
qbpwcf-alpha-2022-05-28.tar.zst
1694
 
47 liveuser 1695
修正 header.php 檔案的 header 類別的 set 函式回傳的結果.
1696
 
1697
新增 header.php 檔案的 header 類別的 accessControl 函式,提供被瀏覽器跨網域存取的能力.
1698
 
1699
修正 logs.php 檔案的 logs 類別的 recored 函式寫入 log 路徑出錯的問題.
1700
 
45 liveuser 1701
qbpwcf-alpha-2022-05-21.tar.xz
43 liveuser 1702
 
45 liveuser 1703
修正 jwt.php 檔案的 jwt 類別的 makeJWT 函式產生 signature 的錯誤.
1704
 
1705
qbpwcf-alpha-2022-05-17.tar.xz
1706
 
43 liveuser 1707
修正 csv.php 檔案 csv 類別的註解格式.
1708
 
1709
修正 dataTable.php 檔案的 dataTable 類別的註解格式.
1710
 
1711
修正 db.php 檔案的 db 類別的註解格式.
1712
 
1713
修正 external.php 檔案的 external 類別的註解格式.
1714
 
1715
修正 external.php 檔案的 external 類別的 callShell 函式與到 argu 參數有 ">" 會出錯的問題.
1716
 
1717
修正 fileAccess.php 檔案的 fileAccess 類別的註解格式.
1718
 
1719
修正 phpLib.php 檔案的 phpLib 類別的 getMutiFunctionConstruction 函式的解析功能.
1720
 
39 liveuser 1721
qbpwcf-alpha-2022-04-06.tar.xz
1722
 
1723
新增 header.php 檔案的 header 類別的 set 函式,提供設置額外header的功能.
1724
 
37 liveuser 1725
qbpwcf-alpha-2022-04-04.tar.xz
25 liveuser 1726
 
37 liveuser 1727
調整 /usr/bin/ipBlockerd.php 檔案,預設不debug.
1728
 
32 liveuser 1729
新增  block_ip_tmp.sh 檔案,提供暫時阻擋IP的功能.
1730
 
29 liveuser 1731
修正 arrays.php 檔案的 arrays 類別的 eraseRepeatedElement 函式遇到 arrayB 參數為空會導致結果為空的問題.
1732
 
25 liveuser 1733
修正 bigbluebutton.php 檔案的 bigbluebutton 類別的 createRoom 函式無法使用中文會議名稱的問題.
1734
 
26 liveuser 1735
增加 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式動態阻擋IP的參數.
1736
 
33 liveuser 1737
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式截取 named log 的方式.
28 liveuser 1738
 
33 liveuser 1739
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式截取 postifx log 的方式.
1740
 
27 liveuser 1741
修正 fileAccess.php 檔案的 fileAceess 類別的 emptyFile 函式的目標檔案路徑取得方式.
1742
 
25 liveuser 1743
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcf 函式中的 window.qbpwcf.ajax 註解.
1744
 
23 liveuser 1745
qbpwcf-alpha-2022-03-16.tar.xz
1746
 
1747
調整 allInOne.php 的 include 為 require_once 增加相容性.
1748
 
1749
調整 allInOneForCmd.php 的 include 為 require_once 增加相容性.
1750
 
1751
調整 allInOneForJson.php 的 include 為 require_once 增加相容性.
1752
 
1753
調整 allInOneForSOAP.php 的 include 為 require_once 增加相容性.
1754
 
21 liveuser 1755
qbpwcf-alpha-2022-03-12.tar.xz
1756
 
1757
修正 sock.php 檔案的 sock 類別的 udpClient 函式的參數檢查設定.
1758
 
17 liveuser 1759
qbpwcf-alpha-2022-03-06.tar.xz
1760
 
1761
新增 allInOne.php、allInOneForCmd.php、allInOneForJson.php、allInOneForSOAP.php 的 dbSecret 資訊.
1762
 
1763
更新 db/call_record.sql、int8array.sql、member.sql 的版本宣告年份.
1764
 
1765
更新 db/dbOut.php 檔案,調整結果的輸出方式,增加port參數.
1766
 
1767
新增 db/delete.php 檔案,提供移除資料庫資料的功能.
1768
 
1769
更新 db/toDb.php 檔案,印出json回應,增加port參數.
1770
 
1771
新增 db/update.php 檔案,提供更新資料庫資料的功能.
1772
 
1773
新增 search.php 檔案的 search 類別的 findKeyWordPosition 函式的回傳結果.
1774
 
1775
新增 security.php 檔案的 encodePHP 方法,加密php的檔案內容,然後輸出加密後的內容.
1776
 
15 liveuser 1777
qbpwcf-alpha-2022-02-28.tar.xz
1778
 
1779
修正各檔案的版權宣告年份.
1780
 
1781
修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式的回傳結果.
1782
 
5 liveuser 1783
qbpwcf-alpha-2022-02-27.tar.xz
1784
 
1785
修正 css.php 檔案的 css 類別的 import 函式的錯誤回報內容.
1786
 
1787
修正 db.php 檔案的版權宣告年份.
1788
 
1789
修正 db.php 檔案 db 類別的 createDatabase 函式的必填參數項目.
1790
 
1791
修正 db.php 檔案 db 類別的 updateDataTableContent 函式對於更新多個欄位會失敗的問題.
1792
 
3 liveuser 1793
qbpwcf-alpha-2022-02-07.tar.xz
2 liveuser 1794
 
1795
修正版權宣告的年份.
1796
 
1797
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式, 設定 socket 擁有者的方式.
1798
 
1799
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式, 設定 socket 權限的註解.
1800
 
1801
修正 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式, 只能在命令列執行的問題.
1802
 
1803
增加 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式, 的參數 cmd 會生效的條件說明.
1804
 
1805
增加 allInOneForJson.php 檔案匯入的 sock.php 套件.
1806
 
1 liveuser 1807
qbpwcf-alpha-2022-01-28.tar.xz
1808
 
1809
修正  fileAccess.php 檔案的 fileAccess 類別的 emptyFile 函式定義的 問題.
1810
 
1811
修正 math.php 檔案的 math 類別的 key2value 函式 rangeT 參數不為0時,開始的對應數值卻為0的問題.
1812
 
1813
qbpwcf-alpha-2022-01-18.tar.xz
1814
 
1815
修正 catchWebContent.php 檔案的 catchWebContent 類別 curlCmd 函式的註解格式.
1816
 
1817
修正 communication.php 檔案的 communication 類別的註解格式.
1818
 
1819
修正 config.php 檔案的 config 類別的註解格式.
1820
 
1821
新增 config.php 檔案的 config 類別的 client 函式,查尋key所屬的value.
1822
 
1823
新增 config.php 檔案的 config 類別的 server 函式,提供根據設定檔的定義進行查尋.
1824
 
1825
修正 csInformation.php 檔案的 csInformation 類別的註解格式.
1826
 
1827
修正 css.php 檔案的 css 類別的註解格式.
1828
 
1829
qbpwcf-alpha-2022-01-15.tar.xz
1830
 
1831
新增 catchWebContent 檔案的 catchWebContent 類別的 curlCmd 函式的 inBg 參數,使之能夠於背景中執行.
1832
 
1833
修正 external.php 檔案的 external 類別的 multiThreadsShell 函式的執行方式,將其放在背景中執行.
1834
 
1835
qbpwcf-alpha-2022-01-09.tar.xz
1836
 
1837
增加  external.php 檔案的 external 類別的 multiThreadsShell 函式的 wait 參數,提供等待前一個程序執行完再執行下一個程序的方式.
1838
 
1839
qbpwcf-alpha-2022-01-05.tar.xz
1840
 
1841
修正 bigbluebutton.php 檔案的 bigbluebutton 類別的 listRooms 函式的錯誤回傳方式.
1842
 
1843
修正  external.php 檔案的 external 類別的 multiThreadsShell 函式沒有使用 web 參數的問題.
1844
 
1845
修正  fileAccess.php 檔案的 fileAccess 類別的 validatePath 針對當前路徑檔案解析會出錯的問題.
1846
 
1847
增加 line.php 檔案的匯入到 allInOneForCmd.php,allInOneForJson.php,allInOneForSOAP.php  
1848
 
1849
新增 line.php 檔案的 line 類別的 login 函式,提供用Line登入的功能.
1850
 
1851
新增 line.php 檔案的 line 類別的 getToken 函式,提供取得用於取得用戶資料的token.
1852
 
1853
新增 line.php 檔案的 line 類別的 getProfile 函式,提供取得用戶資料的功能.
1854
 
1855
增加 sock.php 檔案的 sock 類別的 udpClient 函式的 timeout 參數,提供設定接收訊息的等待時間.
1856
 
1857
增加 video.php 檔案的 video 類別的 html5 函式的 controlls 參數,提供是否要顯示控制面板.
1858
 
1859
qbpwcf-alpha-2021-12-06.tar.xz
1860
 
1861
新增 amazon-soap.php 檔案,提供 amazon 類別的 soap 支援
1862
 
1863
新增 autoService-soap.php 檔案,提供 autoService 類別的 soap 支援
1864
 
1865
新增 bigbluebutton-soap.php 檔案,提供 bigbluebutton 類別的 soap 支援.
1866
 
1867
調整 cmd.php 檔案的 cmd 類別的註解書寫方式.
1868
 
1869
新增 communication-soap.php 檔案,提供 communication 類別的 soap 支援.
1870
 
1871
新增 config-soap.php 檔案,提供 config 類別的 soap 支援.
1872
 
1873
新增 fuse-soap.php 檔案,提供 fuse 類別的 soap 支援.
1874
 
1875
修正 phpLib.php 檔案的 phpLib 類別的 getLibFileList 函式的寫法.
1876
 
1877
修正 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式的寫法.
1878
 
1879
修正 stringProcess.php 檔案的 stringProcess 類別的 delStrAfterKeyWord 函式的實作.
1880
 
1881
修正 stringProcess.php 檔案的 stringProcess 類別的  parse 函式的解析問題.
1882
 
1883
新增 javaScript.php 檔案的 javaScript 類別的 剪貼簿使用筆記.
1884
 
1885
新增 lib-soap.php 檔案,提供 lib 類別的 soap 支援.
1886
 
1887
新增 maintain-soap.php 檔案,提供 maintain 類別的 soap 支援.
1888
 
1889
新增 phpLib-soap.php 檔案,提供 phpLib 類別的 soap 支援.
1890
 
1891
新增 qemu-soap.php 檔案,提供 qemu 類別的 soap 支援.
1892
 
1893
新增 record-soap.php 檔案,提供 record 類別的 soap 支援.
1894
 
1895
新增 session-soap.php 檔案,提供 session 類別的 soap 支援.
1896
 
1897
新增 sock-soap.php 檔案,提供 sock 類別的 soap 支援.
1898
 
1899
新增 webSock-soap.php 檔案,提供 webSock 類別的 soap 支援.
1900
 
1901
qbpwcf-alpha-2021-11-25.tar.xz
1902
 
1903
新增 bigbluebutton.php 檔案的 bigbluebutton 類別,提供與bbb服務整合的套件.
1904
 
1905
完善 catchWebContent.php 檔案的 catchWebContent 類別的註解.
1906
 
1907
完善 chartJS.php 檔案的 chartJS 類別的註解.
1908
 
1909
完善 ckEditor.php 檔案的 ckEditor 類別的註解.
1910
 
1911
修正 db.php 檔案的 db 類別的 mysqlConnect、mysqlClose 函式的處理.
1912
 
1913
修正 external.php 檔案的 external 類別的 callShell 函式對於含有 & 參數的處理.
1914
 
1915
修正 external.php 檔案的 external 類別的 callShellInBg 函式的註解.
1916
 
1917
增加 form.php 檔案的 form 類別的 inputPassword 的 id 屬性.
1918
 
1919
增加 sock.php 檔案的 sock 類別的  tcpServer 函式的 serverFuncs 參數,提供 server ide時要做的事情.
1920
 
1921
新增 /usr/bin/getBBBmeetingRecord.php 程式,取得會議室所屬的錄影檔資訊.
1922
 
1923
新增 /usr/bin/getContentByLineRange.php 程式,取得檔案特定的行數範圍內的內容.
1924
 
1925
修正 video.php 檔案的 video 類別的 html5 函式宣告.
1926
 
1927
新增 xml.php 檔案的 xml 類別的 parseXMLstring 函式,用於解析xml檔案的內容.
1928
 
1929
qbpwcf-alpha-2021-11-08.tar.xz
1930
 
1931
修正 variableCheck.php 檔案的 variableCheck 類別的 checkArguments 函式遇到檢查不通過卻回傳執行錯誤的問題。
1932
 
1933
qbpwcf-alpha-2021-11-05.tar.xz
1934
 
1935
完善 analyse.php 檔案的 analyse 類別的註解.
1936
 
1937
完善 app.php 檔案的 app 類別的註解.
1938
 
1939
完善 arrays.php 檔案的 arrays 類別的註解.
1940
 
1941
完善 authenticate.php 檔案的 authenticate 類別的註解.
1942
 
1943
完善 autoService.php 檔案的 autoService 類別的註解.
1944
 
1945
修正 math.php 檔案的 math 類別的 fixedKeyToValueReversed 函式遇到起點不同的數值範圍會出錯的問題.
1946
 
1947
修正 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式的檢查機制.
1948
 
1949
增加 stringProcess.php 檔案的 stringProcess 類別的 str2bytesArray, bytes2bitString 函式.
1950
 
1951
加強 table.php 檔案的 table 類別的 div 函式的顯示樣式.
1952
 
1953
修正 webSocket.php 檔案的 webSocket 類別的 unmask 函式遇到不是可計數元素出錯的問題。
1954
 
1955
qbpwcf-alpha-2021-10-15.tar.xz
1956
 
1957
增加 header.php 檔案的 getReceivedHeaders 函式的支援度
1958
 
1959
qbpwcf-alpha-2021-10-02.tar.xz
1960
 
1961
修正 allInOne.php 檔案匯入 php-tcpdf 套件的路徑
1962
 
1963
qbpwcf-alpha-2021-10-01.tar.xz
1964
 
1965
修正 cmd.php 檔案的 cmd 類別的 svnci 函式對於 ssh private key 的支援
1966
 
1967
修正 ckEditor.php 檔案的 ckEditor 類別的 importLib 函式使用的參數.
1968
 
1969
修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式對於可以用網路搜尋的檔案處理方式.
1970
 
1971
修正 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式對於網址的處理方式.
1972
 
1973
新增 /usr/bin/base64decode.php 指令,提供 base64 decode 的功能.
1974
 
1975
新增 /usr/bin/jsonedecode.php 指令,提供 json decode 的功能.
1976
 
1977
新增 /usr/bin/jsonencode.php 指令,提供 json encode 的功能.
1978
 
1979
新增 /usr/bin/urldecode.php 指令,提供 url decode 的功能.
1980
 
1981
qbpwcf-alpha-2021-09-15.tar.xz
1982
 
1983
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式遇到變數不存在的處理.
1984
 
1985
增加 header.php 檔案的 header 類別的 htmlEncoding 函式指定的 header(X-Content-Type-Options) 增加安全性.
1986
 
1987
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的設定字形功能.
1988
 
1989
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的載入低解析度圖片再載入原始圖檔甚至同步執行的功能.
1990
 
1991
qbpwcf-alpha-2021-08-21.tar.xz
1992
 
1993
修正 amazon.php 檔案的 amazon 類別底下的函式註解格式.
1994
 
1995
增加 javaScript.php 檔案的 javaAcript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.connectable js 函式,提供偵測目標是否可以連線後要做的事情.
1996
 
1997
增加 phplib.php 檔案的 phplib 類別的 getFunctionConstruction 函式的錯誤檢查機制.
1998
 
1999
修正 R.php 檔案的撰寫格式.
2000
 
2001
增加 sock.php 檔案的 sock 類別的 udpClient 函式的可以同個通道傳送/接收多個訊息的功能.
2002
 
2003
增加 sock.php 檔案的 sock 類別的 udpClient 函式的可以不中斷連線與重複使用連線的功能.
2004
 
2005
新增 text.php 檔案的 text 類別的 vecho 函式,變數存在時才會印出內容.
2006
 
2007
qbpwcf-alpha-2021-07-11.tar.xz
2008
 
2009
調整 allInOne.php 檔案,配合輸出.
2010
 
2011
修正 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式的回傳結果.
2012
 
2013
替換 javaScript.php 檔案的 javaAcript 類別的 import 函式的 user 參數為 web 參數.
2014
 
2015
替換 javaScript.php 檔案的 javaAcript 類別的 start 函式的 user 參數為 web 參數.
2016
 
2017
增加 javaScript.php 檔案的 javaAcript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ajax js 函式回傳的結果與傳遞的方式.
2018
 
2019
增加 phplib.php 檔案的 phplib 類別的 getPhpLibConstruction, getFunctionConstruction 函式的 web 參數.
2020
 
2021
增加 phplib.php 檔案的 phplib 類別的 getMutiFunctionConstruction 函式的參數說明.
2022
 
2023
修改 R.php 檔案的 R 類別的各函式為 public static.
2024
 
2025
qbpwcf-alpha-2021-06-27.tar.xz
2026
 
2027
增加 css.php 檔案的 css 類別的 qbpwcfStyle 函式的預設樣式 __qbpwcf_border,__qbpwcf_odd, __qbpwcf_even.
2028
 
2029
增加 css.php 檔案的 css 類別的 html 符號對照表
2030
 
2031
修正 fileAccess.php 檔案的 fileAccess 類別的 fileInfo 函式.
2032
 
2033
修正 sock.php 檔案的 sock 類別的 udpClient 函式的說明.
2034
 
2035
修正 sock.php 檔案的 sock 類別的 udpClient 函式的會多送段行符號的問題.
2036
 
2037
增加 javaScript.php 檔案的 javaScript 類別的 DOMParser 註解. 
2038
 
2039
修改 table.php 檔案的 table 類別的 div 函式的實作方式.
2040
 
2041
新增 table.php 檔案的 table 類別的 divAjax 函式,提供動態翻頁查資料的資料表.
2042
 
2043
增加 /usr/bin/checksumIn16bit.php 來計算檔案的checksum in 16bit.
2044
 
2045
增加 /usr/bin/diffInHex.php 用bytes來比對兩個檔案的內容有什麼差異.
2046
 
2047
修正 /usr/bin/ipBlockerd.php 封鎖惡意IP的程式
2048
 
2049
增加 /usr/bin/printFileInHex.php 來用16進位的方式印出檔案的內容.
2050
 
2051
qbpwcf-alpha-2021-06-01.tar.xz
2052
 
2053
增加 fileAccess.php 檔案的 fileAccess 類別的 tail 函式的 web 參數.
2054
 
2055
qbpwcf-alpha-2021-05-30.tar.xz
2056
 
2057
修正 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式對於檔案系統的絕對路徑支援.
2058
 
2059
增加 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式對於檔案系統的相對路徑支援.
2060
 
2061
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.modal js 函式的預設 content 會出錯的問題. 
2062
 
2063
修正 xml.php 檔案的 xml 類別的 getContent 與 getTagInfo 函式未使用 getInternetAddressV2 所造成的問題.
2064
 
2065
qbpwcf-alpha-2021-05-18.tar.xz
2066
 
2067
增加 css.php 檔案的 css 類別的 style 語法範例說明
2068
 
2069
調整 db.php 檔案的 db 類別的 updateDataTableContent 函式執行 sql 的方式.
2070
 
2071
增加 fileAccess.php 檔案的 fileAccess 類別的 createFolderAfterCheck、validatePath、writeTextIntoFile 函式的 web 參數
2072
 
2073
修正 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式對於檔案路徑絕對路徑的解析.
2074
 
2075
增加 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函式對於 define('name',"value"); 的支援.
2076
 
2077
修正 img.php 檔案的 img 類別的 show 函式的 class 參數使用方式.
2078
 
2079
調整 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式中的 window.qbpwcf.modal js 函式. 
2080
 
2081
調整 xml.php 檔案的 xml 類別的 getContent 函式,設定為從檔案系統搜尋.
2082
 
2083
qbpwcf-alpha-2021-05-10.tar.xz
2084
 
2085
新增 /usr/bin/base64encode.php base64 encode 字串.
2086
 
2087
修正 /usr/bin/blockStrangeIPs.php 檔案的註解,註名包含抵擋來自 ssh 的攻擊.
2088
 
2089
新增 /usr/bin/createPHParray.php 檔案,提供建立json/url/base64編碼過後的php陣列.
2090
 
2091
新增 /usr/bin/sshFailedBlockerManually.php 檔案,抵擋來自 ssh 的攻擊.
2092
 
2093
新增 /usr/bin/urlencode.php url enocde 字串.
2094
 
2095
修正 sock.php 當單的 sock 類別的 sock udpClient 函數接收回應會卡住的問題.
2096
 
2097
qbpwcf-alpha-2021-05-02.tar.xz
2098
 
2099
修正 header.php 檔案的 header 類別的 getReceivedHeaders 函式,避免出錯.
2100
 
2101
qbpwcf-alpha-2021-05-01.tar.xz
2102
 
2103
調整 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 js 函式 window.qbpwcf.modal 產生的 modal 外形.
2104
 
2105
調整 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 js 函式 window.qbpwcf.modal 的內文產生方式.
2106
 
2107
調整 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 js 函式 window.qbpwcf.modal 的樣式
2108
 
2109
qbpwcf-alpha-2021-04-27.tar.xz
2110
 
2111
修正 fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式實作內容,避免讀取不到檔案.
2112
 
2113
qbpwcf-alpha-2021-04-23.tar.xz
2114
 
2115
增加 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函式的 web 參數.
2116
 
2117
qbpwcf-alpha-2021-04-22.tar.xz
2118
 
2119
修正 allInOne.php 沒有檢查 $_SEESION 是否存在就重複啟用的問題.
2120
 
2121
修正 allInOneForJson.php 沒有檢查 $_SEESION 是否存在就重複啟用的問題.
2122
 
2123
qbpwcf-alpha-2021-04-21.tar.xz
2124
 
2125
增加 authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式對於 AES256 加解密的支援.
2126
 
2127
修正 css.php 檔案的 css 類別的 rwdMenu 函式一開始在大畫面不會顯示選項的問題.
2128
 
2129
增加 fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式的 web 參數.
2130
 
2131
增加 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式的 web 參數.
2132
 
2133
增加 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式的 web 參數.
2134
 
2135
qbpwcf-alpha-2021-04-19.tar.xz
2136
 
2137
增加 allInOne.php 與 allInOneForJson.php 檔案的 session_start() 語句.
2138
 
2139
增加 allInOneForJson.php 檔案的 描述內文形態為 json 的語句.
2140
 
2141
修正 cmd.php 檔案的 cmd 類別的 nmap 函數對於 centos7/fedora33 的 namp 輸出不同導致解析出錯的問題.
2142
 
2143
增加 session.php 檔案的 session 類別的 create 函數會傳的結果.
2144
 
2145
調整 css.php 檔案的 css 類別的 qbpwcfStyle 函數 的 css 類別樣式 __qbpwcf_inputTextCssStyle 屬性數值. 
2146
 
2147
增加 db,php 檔案的 db 類別的 execMysqlQuery 函數的回傳參數 queryConn ,提供用於資料庫操作.
2148
 
2149
修正 external.php 檔案的 external 類別的 callShell 函式,對於參數含為有多個"符號的json字串會出錯的問題. 
2150
 
2151
調整 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式的實作方式.
2152
 
2153
增加 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式,用於取代 getInternetAddress.
2154
 
2155
修正 form.php 檔案的 form 類別的 inputPassword 函式的 class 參數對於多個 class 的支援.
2156
 
2157
修正 form.php 檔案的 form 類別的 inputText 函式的 autocomplete 參數的實作方式. 
2158
 
2159
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 js 函式 window.qbpwcf.ajax 的參數 params.data 若不指定則要設為{}的說明
2160
 
2161
增加 link.php 檔案的 link 類別的 show_link 函式的 method 參數搭配的功能,將取得的頁面內容放到指定的地方.
2162
 
2163
增加 link.php 檔案的 link 類別的 show_link 函式的 callBackFunctions 參數,提供點選選項取得回應後要 callback 的 js 函數名稱.
2164
 
2165
新增 lib/ckeditor5-build-classic-27.0.0 的測試支持,需要自己變更ckeditor的版本.
2166
 
2167
qbpwcf-alpha-2021-04-10.tar.xz
2168
 
2169
增加 db.php 檔案的 db 類別底下各函式的 dbPort 參數.
2170
 
2171
修正 db.php 檔案的 db 類別的 execMysqlQuery 函式的回傳結果 queryResource.
2172
 
2173
修正 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 的函式說明.
2174
 
2175
qbpwcf-alpha-2021-04-06.tar.xz
2176
 
2177
修改 csInformation.php 檔案的 csInformation 類別的 getServerRealIP 函數的實作方式,避免建立暫存檔案.
2178
 
2179
修正 img.php 檔案的 img 類別的 show 函式的 position 參數使用.
2180
 
2181
qbpwcf-alpha-2021-04-04.tar.xz
2182
 
2183
增加 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函數的阻擋 IP 功能,現在會阻擋來自 ssh 的攻擊.
2184
 
2185
修正 form.php 檔案的 form 類別的 button 函數的 class 參數實作方式.
2186
 
2187
修正 form.php 檔案的 form 類別的 inputSelect 函數的 class 參數實作方式.
2188
 
2189
修正 header.php 檔案的 header 類別的 redirection 函數的回傳結果.
2190
 
2191
增加 img.php 檔案的 img 類別的 show 函式的 id 參數.
2192
 
2193
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 js 函式 window.qbpwcf.imgThumbnails, 提供等待既有圖片讀取完畢後,再讀取更清楚的圖片,取代之.
2194
 
2195
修正 link.php 檔案的 link 類別的 show_link 函式的參數 no_outline 效果.
2196
 
2197
增加 text.php 檔案的 text 類別的 oneLineNotEnd 函式,建立一段不段行的文字.
2198
 
2199
增加 text.php 檔案的 text 類別的 multiLine 函式的 type 參數的可能數值 span, 提供建立一段不段行的文字,但可套用css類別樣式.
2200
 
2201
修改 video.php 檔案的 video 類別的 html5 函式的大小設置實作方式且新增 class 參數來套用 css class 樣式. 
2202
 
2203
qbpwcf-alpha-2021-03-16.tar.xz
2204
 
2205
修正 db.php 檔案的 db 類別的 execMysqlQuery 函式回傳的 queryResource 結果.
2206
 
2207
增加 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式的回傳結果,取得程式的內容.
2208
 
2209
增加 record.php 檔案的 record 類別的 recordUserInfo 函式記錄的內容.
2210
 
2211
新增 sock.php 檔案的 sock 類別的 udpClient 函式.
2212
 
2213
qbpwcf-alpha-2021-03-02.tar.xz
2214
 
2215
修正 cmd.php 檔案的 cmd 類別的 blockAccteckIp 函式篩選出 imap 攻擊清單出錯的問題. 
2216
 
2217
修正 cmd.php 檔案的 cmd 類別的 svnci 函式 commit 含有空格的檔案名稱會出錯的問題.
2218
 
2219
修正 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的 $conf["processFuncs"] 參數所用的參數為參考,以便記錄額外的資料提供進一步的操作.
2220
 
2221
qbpwcf-alpha-2021-02-24.tar.xz
2222
 
2223
增加 /usr/bin/ipBlockerd.php 檔案的對於 dns 與 imap 記錄變動就會查看 log 的功能.
2224
 
2225
新增 /usr/bin/blockSstrangeIPs.php 檔案,立即阻擋可疑的ip.
2226
 
2227
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式沒有同時找到 http 與 https 的 404 訊息就會中斷的問題.
2228
 
2229
增加 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式 imap 的封鎖清單.
2230
 
2231
修正 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式 smtp 封鎖清單被清空的問題.
2232
 
2233
qbpwcf-alpha-2021-02-20.tar.xz
2234
 
2235
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 js 函式 window.qbpwcf.ajax 的 header 參數. 
2236
 
2237
增加 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的 $conf["processFuncs"] 參數,以便增加要做的事情與對於訊息要怎麼回應.
2238
 
2239
qbpwcf-alpha-2021-02-15.tar.xz
2240
 
2241
修正版權宣告的年份到 2021 年.
2242
 
2243
增加 cmd.php 檔案的 cmd 類別的 svnci 函式的 svn update 功能.
2244
 
2245
統一 cmd.php 檔案的 cmd 類別的 svnci 函式寫法.
2246
 
2247
修正 csInformation.php 檔案的 csInformation 類別的 getIpGeo 函式,可省略參數沒填寫的問題.
2248
 
2249
增加 db.php 檔案的 db 類別的 insertData 函式回傳的 lastInsertId 結果.
2250
 
2251
修正 db.php 檔案的 db 類別的 execMysqlQuery 函式回傳的 queryResource 結果.
2252
 
2253
新增 record.php 檔案的 record 類別的 recordUserInfo 函式,提供記錄當下用戶瀏覽器與地理位置資訊的功能.
2254
 
2255
修正 webSock.php 檔案的 webSock 類別的 nativeSocketTcpIpServer 函式的 webSocket 功能.
2256
 
2257
qbpwcf-alpha-2021-02-11.tar.xz
2258
 
2259
新增 fileAccess.php 檔案的 fileAccess 類別的 parseVaraiableInPHPfile 函數,提供將php檔案裡面的變數取出的功能,而非透過include或require_once匯入php檔案.
2260
 
2261
修正 soap.php 檔案的 soap 類別的 callService 函數,僅支援合法的SSL憑證主機,提示可以輸入 server doamain name 來替代 ip address.
2262
 
2263
新增 soap.php 檔案的 soap 類別的 demoServiceDumpArgu 函式.
2264
 
2265
qbpwcf-alpha-2021-02-01.tar.xz
2266
 
2267
修改 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.tailAny.func 物件的實作方式與回應處理方式.
2268
 
2269
修正 javaScript.php 檔案的 javaScript 類別的 tailAny 函式的實作方式.
2270
 
2271
qbpwcf-alpha-2021-01-30.tar.xz
2272
 
2273
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.tailAny.func 物件針對得到的回應處理方式
2274
 
2275
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 scrollingListMiddleFunction 函式的 margin-top 樣式設定,讓firefox以外的瀏覽器都正常.
2276
 
2277
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.form.fakeScrollingList 物件callback錯誤的問題.
2278
 
2279
新增 logs.php 檔案的 logs 類別的 filterMsgPackWithMultiKeywordSupport 函式,提供解析多個訊息陣列,尋找符合其中一組關鍵字出現的訊息,並回傳之的 filterMsgPac 加強版功能.
2280
 
2281
新增 logs.php 檔案的 logs 類別的 parseLog2sessionWithMultiMsgStartSupport 函式,提供識別多種訊息開頭格式的 parseLog2session 加強版功能.
2282
 
2283
qbpwcf-alpha-2021-01-24.tar.xz
2284
 
2285
新增 db/toDb.php 檔案提供快速寫入資料到資料庫的功能.
2286
 
2287
新增 db/dbOut.php 檔案提供快速取得資料庫資料的功能.
2288
 
2289
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.form.fakeScrollingList 物件消失與多用變數會被覆蓋與選單重複的問題.
2290
 
2291
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.screenShare 物件,提供分享畫面與將畫面錄製並傳送到別畫面的功能.
2292
 
2293
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.tail 物件中,解析當前行數的錯誤.
2294
 
2295
修正 logs.php 檔案的 logs 類別的 parseLog2session 函式的註解.
2296
 
2297
增加 logs.php 檔案的 logs 類別的 parseLog2session 函式回傳的內容.
2298
 
2299
修正 logs.php 檔案的 logs 類別的 parseLog2session 函式沒有將訊息佇列清除的問題.
2300
 
2301
qbpwcf-alpha-2021-01-14.tar.xz
2302
 
2303
增加 session.php 檔案的 session 類別的 getSessionValue 函式的 autoCreate 與 initVal 參數.
2304
 
2305
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.tail 物件,提供遞迴執行取得內容並顯示的功能.
2306
 
2307
增加 logs.php 檔案的 logs 類別的 filterMsgPack 函式,提供 解析多個訊息陣列,尋找有關鍵字出現的訊息,並回傳之.
2308
 
2309
增加 logs.php 檔案的 logs 類別的 parseLog2session 函式,提供 解析讀取到的log內容,分段成數個訊息儲存到session陣列中並回傳完整的訊息部分.
2310
 
2311
增加 variableCheck.php 檔案的 variableCheck 類別的 checkArguments 函式支援 any 形態.
2312
 
2313
qbpwcf-alpha-2021-01-11.tar.xz
2314
 
2315
修正 fileAccess.php 檔案的 fileAccess 類別的 tail 函式註解.
2316
 
2317
修正 fileAccess.php 檔案的 fileAccess 類別的 tail 函式遇到內容少行數小於 line2start 參數會出錯的問題.
2318
 
2319
qbpwcf-alpha-2021-01-09.tar.xz
2320
 
2321
更新 allInOne.php allInOneForCmd.php allInOneForJson.php allInOneForSOAP.php 檔案匯入的套件. 
2322
 
2323
更新 amazon.php 檔案的版權宣告年份.
2324
 
2325
更新 googleMap.php 檔案的版權宣告年份.
2326
 
2327
修正 mail.php 檔案的版權宣告年份.
2328
 
2329
修正 mail-soap.php 檔案的版權宣告年份.
2330
 
2331
新增 logs.php 檔案的 logs.php 類別,提供寫 logs 的服務.
2332
 
2333
新增 logs-soap.php 檔案與提供 soap 架構的 logs 服務.
2334
 
2335
qbpwcf-alpha-2021-01-07.tar.xz
2336
 
2337
修正 usr/bin/httpd404blockerManually.php 檔案,避免access_log沒問題就不執行的問題.
2338
 
2339
修正 frame.php 檔案的 frame 類別的 createIframe 函數,參數未設置的問題.
2340
 
2341
增加 javaScript.php 檔案的 javaScript 類別 tail 函式的暫停/繼續功能.
2342
 
2343
增加 javaScript.php 檔案的 javaScript 類別 tail 函式的印出換行的功能.
2344
 
2345
修正 math.php 檔案的 math 類別的 fixedKeyToValueReversed 函式未宣告為 static 的問題.
2346
 
2347
qbpwcf-alpha-2021-01-05.tar.xz
2348
 
2349
新增 usr/bin/httpd404blockerManually.php 檔案,查看httpd log的有404關鍵字的訊息,並手動詢問是否要封鎖該ip.
2350
 
2351
修正 usr/bin/getStrangeIps.php 使用的參數.
2352
 
2353
調整 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函數的 getIplistOnly 參數功用.
2354
 
2355
修正 cmd.php 檔案的 cmd 類別的 parseArgu 函數的回傳結果.
2356
 
2357
修正 search.php 檔案的 search 類別的 findManyKeyWordsFromManyString 函數的變數初始化問題.
2358
 
2359
qbpwcf-alpha-2020-12-27.tar.xz
2360
 
2361
修正 header.php 檔案的 header 類別的 getReceivedHeaders 函數回傳的結果.
2362
 
2363
qbpwcf-alpha-2020-12-24.tar.xz
2364
 
2365
修正 jquery-soap.php 檔案的版權宣告年份.
2366
 
2367
新增 jwt.php 檔案,提供 jwt 類別,放置 jwt 相關應用, include 到 allInOne.php, allInOneForCmd.php, allInOneForJson.php, allInOneForSOAP.php.
2368
 
2369
新增 jwt-soap.php 檔案, 提供 jwt 類別的 soap 應用.
2370
 
2371
修正 jquery.php 檔案的版權宣告年份
2372
 
2373
提供 http(s)://www.qbpwcf.org/clientIp.php 來查詢對外 ip
2374
 
2375
qbpwcf-alpha-2020-12-18.tar.xz
2376
 
2377
修正 webSock.php 檔案中 webSock 類別的 nativeSocketTcpIpServer 函式實做方式,提升於php54的相容性.
2378
 
2379
修正 catchWebContent.php 檔案中 catchWebContent 類別的 curlCmd 函數對 raw post 的支援.
2380
 
2381
修正 csInformation.php 檔案中 csInformation 類別的 getServerRealIP 函數詢問的 server
2382
 
2383
修正 external.php 檔案中 external 類別的 callShell 函數對於含有""的參數處理方式.
2384
 
2385
qbpwcf-alpha-2020-12-03.tar.xz
2386
 
2387
增加 /usr/bin/monitorProcess.php 檔案,用於於特定小時範圍內指定頻率得監控程序資料,log 位於 /var/log/monitorProcess.php.log
2388
 
2389
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.ajax js 函式, 提供異步的ajax與傳送request前後的動作. 
2390
 
2391
修正 link.php 檔案的 link 類別的 aTagSection 函式取消底線的語法.
2392
 
2393
增加 link.php 檔案的 link 類別的 aTagSection 函式的 jsTrigger 參數,提供要觸發的js函式.
2394
 
2395
增加 webSock.php 檔案中 webSock 類別的 soldierServerDemo 函數的sql支援.
2396
 
2397
qbpwcf-alpha-2020-11-16.tar.xz
2398
 
2399
增加 authenticate.php 檔案中 authenticate 類別的 enCodeStr 函式回傳的結果.
2400
 
2401
修正 authenticate.php 檔案中 authenticate 類別的 enCodeStr 函式回傳的參數檢查結果.
2402
 
2403
修正 cmd.php 檔案中 cmd 類別的 nmap 函式.
2404
 
2405
修正 csInformation.php 檔案中 csInformation 類別的 getIpGeo 函數,無參數會導致無回應的問題.
2406
 
2407
修正 webSock.php 檔案中 webSock 類別的 nativeSocketTcpIpServer 函式, 遇到 socket read error 的處理.
2408
 
2409
修正 webSock.php 檔案中 webSock 類別的 nativeSocketTcpIpServer 函式, 遇到 socket read 不會停止的問題.
2410
 
2411
修正 webSock.php 檔案中 webSock 類別的 soldierDemo 函式, 變數指定的問題.
2412
 
2413
增加 webSock.php 檔案中 webSock 類別的 soldierDemo 函式的可省略參數 port.
2414
 
2415
qbpwcf-alpha-2020-10-31.tar.xz
2416
 
2417
修正 css.php 檔案中 css 類別的 frame 函數於非 Firefox 瀏覽器的處理方式.
2418
 
2419
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.modal 物件的大小設定屬性.
2420
 
2421
修正 javaScript.php 檔案的 javaScript 類別的 redirectUrl 函式的解說
2422
 
2423
新增 math.php 檔案的 math 類別的 getExp 函數,取得數學常數e的1次方,次方數可自己指定.
2424
 
2425
新增 math.php 檔案的 math 類別的 raw2gps 函數,轉換16進位數值為具有正負數的經緯度,反之亦然.
2426
 
2427
修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函數的參數說明格式.
2428
 
2429
修正 stringProcess.php 檔案的 stringProcess 類別的 spiltString, 函數的參數說明格式.
2430
 
2431
qbpwcf-alpha-2020-10-19.tar.xz
2432
 
2433
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.form.fakeScrollingList 物件,確保背景內容會置頂.
2434
 
2435
qbpwcf-alpha-2020-10-18.tar.xz
2436
 
2437
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.form.fakeScrollingList 物件,提供類似 下拉式選單的 效果.
2438
 
2439
qbpwcf-alpha-2020-10-17.tar.xz
2440
 
2441
新增 arrays.php 檔案的 arrays 類別的 addColumn 函式,將既有的一維陣列變成二維陣列,新增指定或相同的欄位資訊.
2442
 
2443
新增 css.php 檔案的 css 類別的 cols 的函式,提供將畫面分隔成幾個欄位.
2444
 
2445
增加 css.php 檔案的 css 類別的 qbpwcfStyle 函式的 __qbpwcf_width100P 類別樣式,用來美化<table>.
2446
 
2447
增加 css.php 檔案的 css 類別的 qbpwcfStyle 函式的 __qbpwcf_hr 類別樣式,用來美化<hr>.
2448
 
2449
新增 css.php 檔案的 css 類別的 hr 函式,提供美化過後的分隔線.
2450
 
2451
新增 javaScript.php 檔案的 javaScript 類別的 makeVarExist 函式, 用於使js變數存在.
2452
 
2453
新增 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.modal 物件,提供類似 bootstrap modal 的效果.
2454
 
2455
新增 javaScript.php 檔案的 javaScript 類別的 readTable 函式, 讀取資料表並依照表單內容做指定的事情.
2456
 
2457
優化 phpLib.php 檔案的 phpLib 類別的 getLibFileList 函式執行的方式.
2458
 
2459
調整 table.php 檔案的 table 類別的 div 函式的 class 樣式套用的方式.
2460
 
2461
qbpwcf-alpha-2020-10-06.tar.xz
2462
 
2463
增加 cmd.php 檔案的 cmd 類別的 blockAcctackIp 函式的 getIplistOnly 參數,提供取得有問題的IP清單.
2464
 
2465
調整 form.php 檔案的 form 類別的 fakeScrollingList 函式, 選項寬度超過一列的部分會改用 ... 表示.
2466
 
2467
修正 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 override addEventListener 的方式,避免重複執行.
2468
 
2469
增加 javaScript.php 檔案的 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.closeIcon 物件.
2470
 
2471
新增 link.php 檔案的 link 類別的 call 函式,提供手機撥打電話的功能.
2472
 
2473
新增 /usr/bin/getStrangeIPs.php 檔案輸出有問題的 IP json 清單.
2474
 
2475
qbpwcf-alpha-2020-09-29.tar.xz
2476
 
2477
新增 math.php 檔案中 math 類別的 fixedKeyToValueReversed 函數,解決兩邊數值轉換不一致的問題.
2478
 
2479
修正 math.php 檔案中 math 類別的 key2value 函數的邏輯問題與超出左手邊最大值的數值.
2480
 
2481
qbpwcf-alpha-2020-09-26.tar.xz
2482
 
2483
修正 db.php 檔案中 db 類別的 dataTableSelect 函數的解析方式.
2484
 
2485
修正 db.php 檔案中 db 類別的 joinByPHP 函數的回傳資料解說.
2486
 
2487
修正 db.php 檔案中 db 類別的 joinByPHP 函數的解析方式
2488
 
2489
增加 form.php 檔案中 from 類別的 bar 函數,提供水平的滾軸.
2490
 
2491
增加 frame.php 檔案中 frame 類別的 createIframe 函數的 extraAttrAndValue 與 frameExtraAttrAndValue 參數.
2492
 
2493
新增 css.php 檔案中 css 類別的 frame 函數.
2494
 
2495
新增 math.php 檔案中 math 類別的 key2value 函數,產生key to value 的對照表.
2496
 
2497
新增 math.php 檔案中 math 類別的 value2key 函數,尋找當前數值為於 key2value 對照表的哪個數值.
2498
 
2499
修正 table.php 檔案中 table 類別的 div 函數.
2500
 
2501
增加 table.php 檔案中 table 類別的 div 函數的可省略參數:titleId、id.table.
2502
 
2503
qbpwcf-alpha-2020-08-26.tar.xz
2504
 
2505
修正 cmd.php 檔案中 cmd 類別的 blockAcctackIp 函式的判斷機制.
2506
 
2507
修正 csInformation.php 檔案中 csInformation 類別的 getServerRealIP 函數,判斷IP位置的Server.
2508
 
2509
新增 fileAccess.php 檔案中 fileAccess 類別的 emptyFile 函式,用來清空檔案的內容.
2510
 
2511
修正 header.php 檔案中 header 類別的版權宣告年份.
2512
 
2513
修正 header.php 檔案中 header 類別的 redirection 函式的參數檢查機制,並增加 exitNow 參數.
2514
 
2515
修正 stringProcess.php 檔案中 stringProcess 類別的 changeDirByDotDotSolidus 函數轉換錯誤的問題.
2516
 
2517
修正 text.php 檔案中 text 類別的 oneLine 函數的 class 參數效果.
2518
 
2519
qbpwcf-alpha-2020-07-02.tar.xz
2520
 
2521
修正 cmd.php 檔案中 cmd 類別的 svnci 函式的 stringProcess::clearStrSymbol 使用方式
2522
 
2523
新增 sock.php 檔案中 sock 類別的 tcpClient 函數,可以傳送訊息到tcpServer,並接收回覆的訊息.
2524
 
2525
修正 fileAccess.php 檔案中 fileAccess 類別的 writeMultiLine 函數的換行符號.
2526
 
2527
qbpwcf-alpha-2020-06-02.tar.xz
2528
 
2529
新增 /usr/bin/hexOp.php 檔案,提供16進位的四則運算.
2530
 
2531
新增 /usr/bin/toHex.php 檔案,提供將10進位數值轉換為16進位數值.
2532
 
2533
新增 arrays.php 檔案中 arrays 類別的 stringToArray 函式,將固定格式分割的字串變成陣列.
2534
 
2535
修改 csInformation.php 檔案 csInformation 類別的 csInformation 函式,更新 Licese 的時間範圍.
2536
 
2537
修改 csInformation.php 檔案 csInformation 類別的 getConnectionInfo 函式的註解.
2538
 
2539
增加 csInformation.php 檔案 csInformation 類別的 getServerRealIP 函式的註解.
2540
 
2541
增加 csInformation.php 檔案 csInformation 類別的 ipv4toipv6 涵式,提供將ipv4轉換為ipv6的功能.
2542
 
2543
修正 css.php 檔案 css 類別的 css 函式,在小畫面時,無法將選項經由點擊收起來的問題.
2544
 
2545
新增 javaScript.php 檔案中 javaScript 類別的 sequenceQuery 函式,應用 window.qbpwcf.sequenceQuery 物件,提供不 timeout 的方式來循序 Query.
2546
 
2547
增加 sock.php 檔案中 sock 類別的 tcpServer 函數的參數,可以關閉歡迎訊息.
2548
 
2549
增加 sock.php 檔案中 sock 類別的 tcpServer 函數的參數說明.
2550
 
2551
增加 stringProcess.php 檔案中 stringProcess 類別的 stringShift 涵式,處理"a,b,c,null"為"b,c,null"或"a,b,c,null"為"a,b,c";
2552
 
2553
qbpwcf-alpha-2020-05-20.tar.xz
2554
 
2555
調整 allInOne.php 檔案的內容,避免header已經先輸出.
2556
 
2557
增加 db.php 檔案中 db 類別的 fastGetDbData 函數的回傳結果.
2558
 
2559
修正 db.php 檔案中 db 類別的 fastGetMultiLinkedDbData 函數的例外處理功能.
2560
 
2561
修正 db.php 檔案中 db 類別的 fastGetMultiLinkedDbData 函數的連結多張表功能.
2562
 
2563
修正 form.php 檔案中 form 類別的 fakeScrollingList 函式,選項沒有上下置中的問題.
2564
 
2565
修正 javaScript.php 檔案中 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.gatDataDynamic.func 內容.
2566
 
2567
新增 javaScript.php 檔案中 javaScript 類別的 qbpwcfJavaScript 函式的 window.qbpwcf.sequenceQuery 物件,提供不 timeout 的方式來循序 Query.
2568
 
2569
qbpwcf-alpha-2020-04-28.tar.xz
2570
 
2571
增加 fileAccess.php 檔案中 fileAccess 類別的 writeTextIntoFile 函數回傳的內容.
2572
 
2573
修正 form.php 檔案中 form 類別的 inputText 函式,使用width參數無效的問題.
2574
 
2575
新增 javaScript.php 檔案中 javaScript 類別的 gatDataDynamic 函式的內容,提供點擊就傳送表單內的數值來取得連續內容的js.
2576
 
2577
新增 javaScript.php 檔案中 javaScript 類別的 postDataAttr 函式的內容,提供點擊就傳送data屬性內容作為表單內容的js.
2578
 
2579
增加 sock.php 檔案中 sock 類別的 tcpServer 函數的參數,避免吃太多cpu資源.
2580
 
2581
增加 sock.php 檔案中 sock 類別的 udpServer 函數的參數,避免吃太多cpu資源.
2582
 
2583
修正 sock.php 檔案中 sock 類別的 echoServer 函數,不要顯示非必要的錯誤.
2584
 
2585
調整與新增 javaScript.php 檔案中 javaScript 類別的 qbpwcfJavaScript 函式的內容.
2586
 
2587
qbpwcf-alpha-2020-04-15.tar.xz
2588
 
2589
修正 db.php 檔案中 db 類別的 getTableColumnDetailInfo 函式,遇到有 partion 的 table 會出錯且繼續執行的問題.
2590
 
2591
新增 link.php 檔案中 link 類別的 aTagSection 函式,提供將多個元素包成一個超連結的功能.
2592
 
2593
增加 javaScript.php 檔案中 javaScript 類別的 qbpwcfJavaScript 函式的內容.
2594
 
2595
新增 javaScript.php 檔案中 javaScript 類別的 redirectUrl 函式,數秒後導頁到特定url.
2596
 
2597
新增 javaScript.php 檔案中 javaScript 類別的 tailAny 函式,提供取得連續資料的功能.
2598
 
2599
qbpwcf-alpha-2020-04-08.tar.xz
2600
 
2601
修正 arrays.php 檔案的 arrays 類別的 eraseElement 函式說明與程式不相符合之處.
2602
 
2603
新增 arrays.php 檔案的 arrays 類別的 split 函式.
2604
 
2605
增加 authenticate.php 檔案的 authenticate 類別的 validationCode 函式的 content 參數,指定亂數產生的內容要包含哪些.
2606
 
2607
變更 fileAccess.php 檔案的 getFileContent 函式實作內容,取消網路搜尋功能.
2608
 
2609
修正 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式實作方式.
2610
 
2611
增加 phpLib.php 檔案的 phpLib 類別的 getFunctionConstruction 函式回傳的內容.
2612
 
54 liveuser 2613
新增 search.php 檔案的 search 類別的 findKeyInArray 函式,提供尋找陣列的key是否存在.