Development time: August 2-29, 2008 Development environment: Vs 2005 + SQl 2000
Author information: LaoFan (老樊)
Author contact: QQ:69855834
E-Mail:
[email protected] I originally made this article management system for my own use. I can write down the bits and pieces I accumulated when writing programs so that I can easily query them when I use them in the future. After I completed it at the end of August, I used it for a while and I feel that it is okay. , just pass it up and let the bosses give their opinions.
Program Description:
1. System description:
My brother's art is very poor, and the program only does the most basic beautification. Friends who are good at art can re-process it themselves!
Laofan article system is suitable for small and medium-sized websites. It’s free to use and you can modify it as much as you like!
2. Debugging environment:
VS2005+SQL Server 2000
3. Operating environment:
IIS6+ .NET Framework 2.0
4. Function description:
a) Second-level classification of article columns, which can be modified at will;
b) Use the powerful CuteEditor to input articles;
c) Any graphic and text information can be copied directly, and the output will be exactly the same as the original format;
d) The administrator password is encrypted using MD5;
e) Supports article title pictures and uploads pictures to the database without components;
f) Provides a junk attachment removal function.
5. Use configuration:
a) If the system is installed in the root path of the website, just copy it and use it;
b) If the system is installed in a virtual path, please move the bin, CuteSoft_Client, Templates, and Uploads folders to the root path.
c) If the WEB server and database server are not on the same server, please change 6. Database in Web.Config:
There is a database backup (LF_Article_data) in the folder data. When using it, please create a new database LF_Article, then select all tasks, restore the database, and restore from this backup.
7. Background management function description:
a) Backend management entrance: admin/admin_login.aspx, the initial administrator username and password are both admin.
b) About user permissions: User permissions are represented by a string:
i. The permissions of No. 0 to manage articles: 0 can only modify the articles added by himself; 1 can modify the permissions of all articles.
ii. The authority of the first management category: 1 Yes 0 No
iii. Permissions of the second management user: 1 Yes 0 No
iv. The third position’s permission to clean up useless attachments: 1 Yes, 0 No
c) Regarding the function of cleaning up useless attachments, it is mainly used to clean up some files uploaded to the server that are not used by any files after the article is deleted or modified. (The uploaded article title image is in the Art_Images folder, and the files uploaded using CuteEditor in the article are in the Uploads folder. Art_Images/nopic.jpg can be modified, but do not delete it.