Xiancheng article management system is a program developed using PHP+Mysql. The front desk uses DIV+CSS layout and PHP template separation technology. The main functions include spider crawling statistics, unlimited classification, and background multi-frame small window operations.
Dynamic version: The pages within the article do not need to generate HTML static files in the background. The dynamic content page is directly displayed in the frontend. The category homepage also needs to be manually generated in the background. Its advantage is that it does not need to generate HTML static pages for the article page. Its disadvantage is that if the website data Too many. If the traffic of the website is large, the opening speed of the website will be much slower than that of static web pages. Compared with static pages, it is not conducive to search engine inclusion.
Special note: This release is a dynamic version, and a standard version has been released before.
Program installation and usage tutorial http://www.mydecms.com/mydecms-jiaocheng/
Function introduction:
1. Website system settings:
1. Customize the website name, website homepage title, website homepage keywords and description.
2. Customize the category ID and order displayed on the homepage of the website.
3. Customize articles to generate HTML static file directories.
4. Spider crawling statistics switch.
5. You can add ICP registration number and website traffic counter.
2. Article classification function:
1. Unlimited classification function for articles;
2. Support operations such as adding, modifying, and deleting in the background;
3. Customize the title, description and keywords of the category;
4. Support custom classification template files;
5. Customize the classified static directory.
6. Customized classification sorting.
3. Article functions:
1. Support operations such as adding articles, modifying articles, deleting articles, etc. in the background;
2. Customize article title, article keywords, and article description;
3. Customize and add TAG tags;
4. Customize the category to which the article belongs;
5. Articles can be set to have three attributes: total top, category top, and ordinary articles;
6. HTML online WYSIWYG editor;
7. You can control whether the article is displayed in the foreground;
8. Articles can be displayed by category;
9. Articles can be displayed in two ways: not displayed or displayed;
10. Support batch modification of the TAG tags, categories, article top attributes, whether attributes are displayed in the foreground of articles, and batch deletion of articles;
11. Supports generating articles in specified areas, such as generating static HTML pages for articles with IDs from 1 to 100;
12. Clear all articles on the website with one click. Articles cannot be restored after this function is operated, so use it with caution;
13. Generate HTML static pages for all generated articles with foreground attributes in one click;
4. Template functions:
1. Support operations such as adding templates, modifying templates, deleting templates, etc. in the background;
2. The template remark function allows you to clearly understand the purpose of which template;
3. Delete multiple template files in batches;
.........
Xiancheng article management system added on 2012-03-02:
Here I would like to apologize to all users of Xiancheng article management system:
The program's installation file setup.php used the variable $str to record the configuration information of the database during installation and saved the configuration information to the configuration file db.php. Due to my carelessness, I did not clear the contents of the variable $str. When creating the file yes.txt that determines whether the program is installed, the content of the variable $str is directly called, so that the database information of the program is also written to the yes.txt file at the same time.