The available source code of 78 Movie Network uses the core of Feifei ASP Film and Television System (ADNCMS).
Backend path: Adnim/adn_index.asp
Username: admin
Password: admin888
Authentication code: adncms
Note 1: If you want to use ADN to build a video site, please keep the friend link of the official site. Note 2: If you want to collect data resources, please register in the official forum to obtain the registration code.
ADN Video Collection Expert ACC Version Installation Instructions (To ensure the security of your database, please modify the database name or path)
Type A: Install directly in the root directory 1: Download and decompress the ADN complete installation package and upload it directly to the root directory!
Type B: Install in the secondary directory 1: Download and decompress the ADN complete installation package and open Cache/AdnCms.Config.asp!
2: Find line 1 and add the secondary directory name in front of the value of Config(0)!
For example: My secondary directory Config(0)="/Movie/"
3: Find line 5 and add the secondary directory name in front of the value of Config(2)!
For example: My secondary directory Config(2)="/Movie/Data/AdnCms.mdb"
4: Upload the modified complete installation package directly to the secondary directory!
ADN Video Collection Expert SQL Version Installation Instructions
1: Download and decompress the ADN complete installation package and open Cache/AdnCms.Config.asp!
2: Modify parameters 6-9 to your SQL account information!
Config(3)="data" Database name Config(4)="admin" SQL account name Config(5)="admin888" SQL account password Config(6)="(local)" Server IP
3: Upload the modified complete installation package directly to any directory 4: Execute the SQL statement in the Data directory through "Enterprise Manager" and import the database file.
ADN video collection expert simulates static page configuration instructions (must be installed in the root directory to use)
1: The ISAPI_Rewrite component needs to be installed. Please search for this software online and install it on your server.
2: Configure the httpd.ini file and add the following code at the end of the file:
# Rewrite index.asp
RewriteRule /index.html /index.asp [N,I]
# Rewrite List.asp
RewriteRule /List_(d+).html /List.asp?ClassId=$1 [N,I]
RewriteRule /List_(d+)_(d+).html /List.asp?ClassId=$1&page=$2 [N,I]
# Rewrite Data.asp
RewriteRule /Data_(d+).html /Data.asp?DataId=$1 [N,I]