(1) Description
1. The software is developed using asp+mssql , all open source code
2. Realize the forwarding function of second- level domain names, including general customer application front desk, administrator's backend management, and forwarding website
3. Including free application, backend management, rankings, website home, domain name resolution and other functions.
(2) Installation instructions
1. The source code includes the complete free URL forwarding ASP and database code except for member registration. If you are familiar with ASP , you can use it by adding the member registration part of the code.
2. The directory FreeDomain is the source code for user registration and management; the directory me is the source code for forwarding.
3. Installation process
( 1 ) Import sql.sql into the database
( 2 ) Deploy the site to the FreeDomain subdirectory (no write permission is required)
( 3 ) Modify constr6 ( database account and password ) and domainname ( suffix indicating the forwarded domain name ) of FreeDomainSDconn.asp
( 4 ) Add the contents of the table WebType (website type)
( 5 ) Add the contents of the table LawlessKey (domain name prefixes that are not allowed to be applied for)
( 6 ) Deploy the site to the me subdirectory (write permission is not required). Do not fill in the IP address in the site, so that the pan-domain name can be resolved to the me site; then do the pan-domain name resolution of the forwarded domain name suffix.
( 7 ) Modify the database account and password corresponding to meconn.asp .
( 8 ) Modify the FreeDomainincstop.asp and end.asp files to represent the header file and foot file respectively.
( 9 ) The FreeDomainadmin directory is the backend managed by the administrator.