Simple system CMS Simple website management system If you have good comments or suggestions, please email:
[email protected] Installation instructions Official website: http://www.xxzwz.com/
Support email:
[email protected] Necessary conditions for installation of SsCMS completely open source version program:
Server configuration:
Recommended configuration: Windows 2000/2003 + IIS 5.0/6.0 or higher. This system requires the server to support FSO (FileSystemObject). If your space does not support FSO, please contact your space provider.
Installation instructions:
1. Please unzip the official program package and upload it to your virtual host for normal use;
2. Log in to the backend management panel: http://domain name/admin/. The system default setting is the Web root directory. If you need to use a subdirectory, please manually modify the "Inc/Consts.inc" file:
Const SysRootDir = "/"
for
Const SysRootDir = "/qtwebs/"
Among them, qtwebs is the subdirectory name.
For development progress and latest information, please visit the official website: www.xxzwz.com.
New installation: Upload all the files in the compressed package to the space and run the website address to install it automatically!
SsCMS website management system front-end template separation breaks the previous non-separated template
example:
All template files are in the template folder such as the header file:
That is: $Header$
Left file: $Left$
etc. are output in the form of labels.
Beta1.0 version:
1. Use UTF-8 encoding.
2. The program is produced using ASP+Access.
3. Supports asp dynamic browsing and html static page generation at the same time.
4. Using template technology, the template is completely separated and you can write your own html template. 5. Integrate ckeditor+ckfinder editor into the background.
6. Administrators can define management permissions.
7. News and products support unlimited classification.
If you find bugs or have good suggestions, please email:
[email protected] 1.1 update
1. Fixed the problem of unable to upload pictures in news management.
2. Fixed the problem of single page information deletion error.
3. Correct the anti-injection code.
4. Fixed the problem that additional parameters cannot be set.
5. Fixed time input plug-in bug.
1.2 update
1. Focused on making modifications to generate static pages and corrected most of the bugs.
2. Modify known bugs in the background.
1.3 update
1. Significantly simplify the background management menu.
2. Add website template management and modification functions.
3. Add a set of blue simple corporate templates, which you can modify and use according to your needs.
4. A new SEO module has been added. The specific function page is not yet complete and is being written.
5. This version temporarily retains the static function and will replace it with the pseudo-static function in the new version.
6. The website administrator’s default username and password remain unchanged, and the backend directory is changed to adminnew.
Note: This version is compatible with the 1.2 version template, but the download module and other information modules have been removed. Other information sections will appear in other forms in the new version.
In addition, due to the compatibility with the old version system, the code of version 1.3 is relatively cumbersome. The code will be greatly simplified in the new version. I hope you can understand.