PbootCMS is an open source enterprise website building system with a new core developed by Aoyun Technology.
The system is developed with efficiency, simplicity, and power as its development goals, and can meet the needs of various corporate website construction needs.
The system uses efficient and concise template tags, so as long as you understand HTML, you can quickly develop corporate websites.
The system is developed in PHP language and uses the independently developed high-speed MVVM multi-layer development framework and multi-level caching technology.
The system uses Sqlite lightweight database by default, which can be used directly after being placed in the PHP space. Mysql, Pgsql and other databases are optional to meet various storage needs. The system uses a responsive management backend to meet the needs of all types of equipment being managed at any time.
Function introduction:
1. Support custom templates
2. Support site information background configuration
3. Support Infinitus column
4. Support custom content models
5. Support custom content fields
6. Support thematic single-page content
7. Support list content management
8. Support content copy and move
9. Support custom column addresses
10. Support custom content address
11. Support website building in multi-language areas
12. Support mobile phone independent templates
13. Support mobile version domain name binding
14. Support homepage paging
15. Support on-page SEO optimization
16. Support online messages
17. Support magic N group light carousel
18. Support friendly links
19. Support custom forms
20. Support multi-condition filtering
21. Support multi-condition search
22. Support verification code switch
23. Support sending messages to multiple mailboxes
24. Support API docking
25. Support small program/APP development
26. Support Ajax to obtain data remotely
27. Support custom labels
28. Support pseudo-static throughout the site
29. Support front-end dynamic caching
30. Support system role management
31. Support complete role permission management
32. Support multi-user online management
33. Support system log function
34. Support database online management
System installation:
The published source code uses the Sqlite database by default, and can be used directly by putting it into the PHP (≥5.3) space.
If you need to enable the Mysql version, please import the database file staticbackupsqlxxx.sql in the directory. At the same time, please pay attention to using the script file with the latest date name, and modify the config/database database connection file information.
Note: If the imported database names are inconsistent, please modify the database name in the sql file to your own first.
The default access path of the system background: http://ip/admin.php Account: admin Password: 123456,
Recent update records:
PbootCMSv3.1.2
1. Fixed the problem of extended multi-image field encoding length;
2. Fixed the issue of sitemap not filtering scheduled articles;
3. Fixed the problem of incorrect email title caused by the previous version;
4. Added the ability to automatically record spider visits to the background system log;
5. Optimize nav parameter parent to support passing multiple column codes;
6. Added new nav parameter scode='1,2,3' to limit the column range;
7. Other problem repairs and optimizations;