Subversion Repositories qbpwcf-lib(archive)

Rev

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