Function introduction
Z-BlogPHP has rich and powerful customizability. When used as a cms system, Z-BlogPHP can manage and expand your website more conveniently. It supports both MySQL (MariaDB) and SQLite dual databases. The ZBlogPHP program supports MySQL (MariaDB) database and also supports the smaller and more convenient SQLite database.
Installation instructions
Z-BlogPHP requires a PHP environment of PHP 5.2 and above.
Supports IIS, Apache, Lighttpd, Nginx, Kangle and other web servers (this description is for ordinary servers).
Upload Z-BlogPHP.
Open http://yoursite/.
Agree to the Z-Blog License Agreement.
Create database
1.Z-BlogPHP supports MySQL and SQLite databases. Which one you should use depends on the space configuration.
2. Generally, select the MySQL database and enter the MySQL account password provided by the space provider.
3. Or use SQLite with a single database, and the program will be created automatically.
Enter the administrator account password you set up for the site.
The installation is successful and you enter the website.
Please delete the zb_install folder after the installation is complete.
Change log
Newly added:
01.Support relatively large databases
02.Support PDO_SQLite
03. Add non-fixed domain name jumps
04. Support multi-language installation and add English language pack
05. Application center export supports gzip compression (gzba)
06.#5: Add classification and Tags editing [summary] function
Copy code
Modification:
01. A lot of modifications have been made to the backend
02. A large number of efficiency optimizations
03. Language pack modification
04.c_option.php content streamlined
05. The jQuery UI referenced in the background has been upgraded to v1.11.1
06. Automatically close the verification code when no GD is detected
07. Escape the quotation marks in the title during storage.
08. Entering the background will no longer refresh statistical information.
09. Improve the pin function
10.c_html_js_add adds ETag to cache
Copy code
Fix:
01. Solve the problem of entering 404 but not exiting the program in some cases
02. Fixed the problem of header still being set after ob_flush()
03.Fix the problem of database shutdown error in some cases
04. Fixed the problem of no prompt when the comment name is the same as the existing user name.
05. Solve a reflected XSS security vulnerability
06. Fixed several spelling errors
07.#3: When the type is double|float|data|time|datetime|timestamp, the table creation statement assembles incorrectly BUG
08.#9: Solve the safe mode problem
09.#14: Solve the problem that template comments do not work
10. #18: xml-rpc publishes headers only
Copy code
For developers:
01. Add Config class
02. Database query class adds Group By and other operations
03. Add posttype to customize article page types
04.$zbp adds the LoadAppLanguage method to read the language pack of the application
05.$zbp adds the HasConfig method to determine whether the configuration exists
06.$zbp→GetList is renamed to GetListType
07.$zbp→GetMemberByName is not case-sensitive when reading;
08.#12: $Member adds IsGod attribute
09.$Base adds toString method for outputting JSON;
10. The $app class prohibits packaging of hidden folders starting with .
11. Automatically process the BOM header when exporting the $app class
12. The data class adds a type attribute
13. Made a lot of adjustments to the DEBUG mechanism
14.Filter_Plugin_Debug_Shutdown_Handler interface changed to Filter_Plugin_Debug_Handler
15. Added several new interfaces
16. Register Post type
















Useful
Useful
Useful