PHP 公告系統,用 CSV 格式建構出來的小型 PHP 程式。
基本上就是強化舊版的功能,改寫一下內部架構,並套用了 Bootstrap ,所以自行更換樣式!
如果使用上有遇到什麼問題,或是有程式上的建議、架構上的建議、甚至是功能上的建議,都歡迎來信告知。
當然,最重要的是要記得 Bug 回報~
=======
- 環境:PHP 5.3 以上 (建議)
- PHP.ini 設定:
- short_open_tag = on;
- file_uploads = on;
- allow_url_fopen = on;
- cpsub/upload/
- cpsub/db/article.txt
- cpsub/db/settings.txt
- 開啟 cpsub/config/config.php
- 修改陣列數值
$add_user = array("username" => "admin", // 帳號
"password" => "admin", // 密碼
"nickname" => "管理員" // 管理員
);
=======
2019-02-10: v5.3
=======
This is a PHP bulletin project that made with CSV file system (which is not using SQL as the database)
If you have any question or suggestion about this project, please contact with me by using E-mail, Facebook message, or Twitter.
- Environment:PHP 5.3 or higher
- PHP.ini config:
- short_open_tag = on;
- file_uploads = on;
- allow_url_fopen = on;
- cpsub/upload/
- cpsub/db/article.txt
- cpsub/db/settings.txt
- Open cpsub/config/config.php
- Edit the array values
$add_user = array("username" => "admin", // account
"password" => "admin", // password
"nickname" => "Admin" // Nickname
);
=======
2019-2-10: v5.3
2017-4-6: v5.21
2017-3-27: v5.2
2016-11-30: v5.1
Demo 網址:http://cooltey.org/cpsub/
目前程式版本 Current Version:v5.3
作者 Author:Cooltey Feng
E-mail:[email protected]
Facebook:http://www.facebook.com/cooltey
Twitter:http://twitter.com/cooltey
網站 My Website:http://www.cooltey.org
若有問題,歡迎交流!
Contact me if you have any question!
=======