Program description of VIP Content Management System (VPCMS):
VPCMS is developed using Asp+Access and is suitable for small and medium-sized comprehensive news article websites. The entire site adopts TABLE+CSS layout and is compatible with IE7 and FIREFOX, but not IE6. It independently sets the article keyword and description to facilitate search engine inclusion. Add search engine inclusion detection. function code;
Installation notes:
1. After downloading and decompressing, upload the file to the root directory and it will run normally.
If you want to use a friend to access port other than 80, when uploading to your host space, you need to modify the file /xwinc/conn.asp (just open it with Notepad!)
Line 49: IfRequest.ServerVariables("SERVER_PORT")<>80ThenstrTemp=strTemp&":"&Request.ServerVariables("SERVER_PORT") "<>80" in this line needs to be changed to "<>the port number you need to use ". This is the code to prevent external injection. The website uses port 99 for local debugging. After uploading to the space, the generally accessed port is port 80. Therefore, it needs to be modified manually!
2. Backend configuration - database name: Change the database name and rename the database in the Data directory. It is recommended to use the suffix .asp to prevent malicious downloads of the database;
Management path: ../xwadmin/admin_Login.asp
Username: admin, password: 123456 (please change it as soon as possible)
Main functions and operations:
Add an administrator in the background;
Add custom keywords and description items to articles;
Column management adds keyword items and advertising image connection functions;
Add single page management
Fixed an issue where the title would be truncated if there were quotation marks when adding an article in the background;
Fixed the error where the next page on the information page is column TOP1;
The membership module adds registration terms to the registration page;
Update search spider code;
Repair the code that controls the number of pages in function_page.asp;
User comment function;
Increase the statistical display of the number of comments in each article;
Solve the problem of comment support and plug-in path under pseudo-static mode;
Fix manual paging and automatic paging errors in function.asp;
Quick operations such as "Print this article", "Add to favorites", "Return to top" and "Close window" are added to the article page;
Added the function of copying text content and automatically adding website links;
Add random article recommendations on the left side of the website, code: orderbyrnd(-(id)*"&rnd()&")
The user login part was changed to JS call, and anti-caching code was added;
The location navigation part sets the parent display, secondary display or single page display;
Advertising management
The background controls whether the column is displayed in the navigation, and the display image is set separately;
Using KINDEDITER editor;
Modify user and background login cookie records to Session;
Background function description:
1. Customize the backend to set the website name, installation directory, database name, upload directory, keywords, description, backend directory, editor, swear word filtering, dynamic and static switching, RSS subscription, comment review, picture watermark, member registration review, Website-wide advertising space display, etc.;
2. Administrator: freely add background administrator (new feature)
3. Forum management: character filtering of message content, administrator reply; (enhanced filtering)
4. Comment management: The front desk records comment content, commenter IP/user name, publishing time, and administrator reply;
5. Advertising label: Format:
6. Link management: Apply for friendly links at the front desk, and review mode with the backend administrator;
7. External calls: You can choose the call type, category, quantity, length, whether the call displays the category name, date, clicks, etc.;
8. Column management: freely add, edit, delete columns, customize column names, superior columns, sorting, external links, column keywords, descriptions, whether to display navigation, whether to display the homepage, the number of homepage displays, whether to display pictures, articles, and Whether users are allowed to contribute;
9. Article management: add, edit, delete, move categories, review, recommend, generate static and manage comments in articles separately; article content includes title, keywords, author, source, category, external links, pageviews, thumbnails , article abstract, attachments, automatic paging, text and other information;
10. Collection management: Set collection rules, support UTF-8 and GB2312 encoding objects, filter special tags, save remote images, etc.;
11. Member management: member level setting, user management, point clearing and batch update of user levels, user login to publish, manage information, reply to comments, etc.;
12. Database management: space occupied view, database backup, recovery, compression; (please back up the database before compressing the database to avoid data loss)
13. Add information management function
Front desk function description:
1. Navigation bar on top
2. Image upload watermark function; (requires aspjpeg component support, otherwise please turn off the watermark in the background configuration)
3. Random article list call;
4. Forums, friendly links, picture articles, and information platforms;
5. The column list calls the picture articles under the current column, the default is 2;
6. Content-related articles are displayed, with a default of 11;
7. Core tips in the information body and recommended information display in the side columns;
8. Print this article, add to favorites, return to top, close window and other quick operation buttons;