SoFunction
Updated on 2025-04-09

New Cloud Website Content Management System v3.0.0.528 Official Download

This system is an open source WEB website management system, developed using mature and stable technology ASP+Access/SQL in the network. Through it, you can easily manage your website.

Functional features are as follows:
Multi-channel management, unlimited channel cloning, support channel secondary domain name binding function, and automatic paging of article content;
Generate HTML pages on the entire site; increase system security, freely set the generated HTML file extension and storage directory, and automatically paginate the content.
User management, multi-user management has permission to publish and manage software information; user text messages and collection functions, online recharge of members, online banking and online payment;
Download module, supports functions such as point-calculating membership and monthly member downloads, reverse points, etc., unlimited addition of download servers, download points settings, and only requires filling in the software name to add software;
Powerful template background, flexible and freely generate template tags and JS automatic generation, allowing your site layout to be freely changed;
Powerful article and software collection functions, you can choose whether to download pictures to local and page collection while collecting articles;
Other modules, self-service application, upload watermarks, and content keyword functions.

Backend login address: /admin/admin_login.asp
Default administrator: admin Password: admin

Download address:/code/asp/

Note: Since some tags are deleted after the program is upgraded, your template needs to be modified accordingly, mainly to modify the software type tags and basic template settings;

These tags can be generated when the template is generated, entered the template, and opened a template for editing, and there is a generated tag selection above the editing box to generate the corresponding tag;

The software type tags you want to modify now are: {$ReadSoftType(2, domestic software, 31, 12, 1, 1, 5, 0, showlistA)}. The main modified templates include home page templates and download home page templates;

Change the tag of the software type to {$ReadSoftList(2,0,0,0,12,29,1,1,5,0,showlistA, domestic software)} Similar tags, these tags can be generated and set related parameters in the template;

How to open the Generation Tag Selection: Log in to the website background -- Enter template management -- Open Article Template Management -- Edit the homepage template, here you can see the Generation Tag option.

Since v3.0.0 fully supports div+css to make templates, you need to make a lot of modifications to the template after upgrading. It is recommended to import the default template and custom tags in NC_Skins after the upgrade is successful, and then re-modify your template.

07-05-28 Update instructions
Fixed a security vulnerability
Fixed the issue of ACCESS database memory overflow
Fixed the issue of subscripts crossing boundaries
Fix ASP paging errors
Update template import function
Update and upgrade program

v3.0.0.528 update patch download:/download/newasp3.0_up.rar

Attached UrlReWrite pseudo-static rule settings

Open inc/ Modify Const IsURLRewrite = True But you have 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+)_(\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+)_(\d+)\.html /soft/list\.asp\?page=$1&classid=$2 [N,I]

#Anime Channel
RewriteRule /flash/(\d+)\.html /flash/show\.asp\?id=$1 [N,I]
RewriteRule /flash/list_(\d+)_(\d+)\.html /flash/list\.asp\?page=$1&classid=$2 [N,I]