This system is an open-source Web website management system developed using the mature and stable technology ASP + ACCESS/SQL in the network. With this system, you can easily manage your website.
Features:
Multi-channel management, unrestricted channel cloning, support for Channel second-level domain name binding,ArticleAutomatic paging of content;
Generate HTML pages throughout the website; increase system security, freely set HTML file extensions and storage directories, and automatically pagination of content.
User Management, multi-user management, permission distribution, management of software information; user text messages, collection functions, online membership recharge, online payment;
The downloading module supports downloading site members, monthly subscription members, and reverse nodes. You can add unlimited downloading servers and set the downloading points. To add software, you only need to enter the software name;
The powerful template background allows you to flexibly and freely generate template tags and JS Automatic Generation, allowing you to freely change the site layout;
Powerful article and Software Collection functions. You can choose whether to download images to your local device or collect them by page;
Other modules, such as message and friendship connection self-help application, uploading of watermarks, and content keywords.
Background logon address:/admin/admin_login.asp
Default Administrator: Admin Password: Admin
:Http://www.newasp.net/code/asp/22579.html
Note: BecauseProgramAfter the upgrade, some labels are deleted, so you need to modify the template, mainly to modify the software type labels and basic settings of the template;
These tags can be generated in the template. When you open a template for editing, you can select a generated tag at the top of the edit box to generate the corresponding tag;
The software type labels you want to modify now include: {$ readsofttype (2, domestic software, showlista )}, the main modified Templates include homepage templates and homepage download templates;
Change the software type label to a similar label {$ readsoftlist (, showlista, domestic software, these tags can be generated in the template and related parameters can be set;
Select how to open the generate Tag: log on to the website background, go to template management, open Article template management, and edit the homepage template. Here you can see the generate tag option.
Because v3.0.0 fully supports Div + CSS template creation, you need to make a lot of modifications to the template after the upgrade. We recommend that you import the default template and custom tag in nc_skins after the upgrade is successful, then modify your template again
Update description
Fix Security Vulnerabilities
Corrected the ACCESS database memory overflow problem.
Corrected subscript out-of-bounds issues
ASP paging Error Correction
Update template import function
Update Upgrade Program
V3.0.0.528 update patch download: http://bbs.newasp.net/download/newasp3.0_up.rar
Appendix urlrewrite pseudo-static rule settings
In this case, open INC/Const. asp and modify const isurlrewrite = true. However, you need to find an ISAPI rewrite component.
# Article Channel
Rewriterule/article/(\ D +) \. html/article/show \. asp \? Id = $1 [N, I]
Rewriterule/article/(\ D +) _ (\ D +) \. html/article/show \. asp \? Id = $1 & page = $2 [N, I]
Rewriterule/article/LIST _ (\ D +) \. html/article/list \. asp \? Page = $1 & classid = $2 [N, I]
# Download Channel
Rewriterule/soft/(\ D +) \. html/soft/show \. asp \? Id = $1 [N, I]
Rewriterule/soft/down _ (\ D +) \. html/soft/softdown \. asp \? Softid = $1 [N, I]
Rewriterule/soft/dl (\ D +) \. html/soft/softdown \. asp \? Softid = $1 [N, I]
Rewriterule/soft/LIST _ (\ D +) \. html/soft/list \. asp \? Page = $1 & classid = $2 [N, I]
# Animation Channels
Rewriterule/flash/(\ D +) \. html/flash/show \. asp \? Id = $1 [N, I]
Rewriterule/flash/LIST _ (\ D +) \. html/flash/list \. asp \? Page = $1 & classid = $2 [N, I]