Online demonstration: (Subject to screenshots)
Applicable to: imitation of Century Jiayuan source code, dating website source code, marriage and love website source code, imitation of Zhenai.com source code, marriage and love dating source code
Source code description: Forums and QQ conversations have been integrated! Online real-time chat, including collection rules!
Before installation, please confirm whether your site supports ASP+SQL2005
Step 1: Configure the database and restore the database. The backup file is Datajiaoyou.bak. If you don’t know how, please ask Baidu Tutorial or contact the space provider to help you restore it.
Step 2: Modify the database link file, the Config.asp file in the root directory, and replace the following content with your own database configuration.
Const SqlDatabaseName = "jiaoyou" 'Database name
Const SqlPassword = "123456" 'Data login password
Const SqlUsername = "sa" 'Data login name
Const SqlLocalName = "LLSQL2005" 'Connection name (use local for local, use IP for foreign places)
Step 3: Backend management
1. Backend management account admin, password: bbs.gope.cn, first log in to the frontend through this account, visit http://yourwebsite/admin, enter this account and password to log in to the backend.
2. Turn off generating static pages. After logging in to the backend, go to the column to enable static pages, and then generate them.
Expand