Dahe portal source code background address: /admin/login.asp
Username: admin Password: admin888 Verification code: 8888
1. Where should the name of the channel on the entire site be changed? Where is the head modified?
Go to the backend, label settings - custom static labels, click "Site-wide Channel Navigation" to directly modify the site-wide channel name and connection.
Click "Common Header" to modify the head of the entire site, and click "Common Bottom" to modify the bottom of the entire site.
Tip: After modifying the information in these places, you need to regenerate the html static file.
Modify the phone number of the header of the mall channel in Tag Management--Customized Static Tag--"Mall Header General".
2. How to modify the cheating number of online users to 88?
Open Plus/online.asp, search for 88 and modify this number. If you don’t want it, remove “+88”.
3. Where should the content of the About Us, Terms of Service and other columns below the website be changed?
You can directly change the file: Templets/help (in the help in the Templets folder)
You can change it in the background: touch class management--help folder touch class to change
4. Modify the automatic update time of the homepage
Now the home page is set to be automatically generated once an hour. Open the index.asp file.
ConstPerTime=60'The time number of the automatic generation interval, in minutes.
Just modify it to 60
5. How to set up Alipay online payment?
The payment number is your Alipay account number, and the payment key format is as follows:
Transaction security verification code (key) | Partner identity (partnered)
Such as: ftonb3nu1t322311bistoog0l17v2e136n37|2099320217100366
Note that they are separated by a | line in the middle. This completes the setting. Please wait for the Alipay company to approve it before you can use it normally.
For other payments such as Fortune Pass, just follow the instructions above to set up.
6. How to modify the QQ login and Alipay login in the user login?
Go to the backend--System Management--API General Integration Settings and modify it. You can turn off and on these two functions. When turning them on, just write the correct ID.
7. Are friendly links set to non-jump types?
Go to the background--Tag Management--System Function Label--Home Page Link, and change this label in this label.
8. Where is the 114 information modified?
The phone number in line 1 can be changed by clicking on the homepage. Find the phone number and change it directly.
The following content is in the background
Tag management--custom static tag--modify in "114 information"
9. How to modify the website map?
Go to the background--Tag Management--Generate Number Shape Menu
The channel selection is to not specify a channel, the generation style is style two, the number of generated columns is 2, and the generated file name is map.js.
Once completed, refresh the map page to see the effect.
10. How to modify the right column of the mall?
Go to the background--Tag Management--Generate Number Shape Menu
Select the channel as the mall system, the generated style as style one, and the generated file name as shop.js.
Complete, then refresh to see the effect.
11. About program permission settings
Directories and files that require write permissions
Uploadfiles---total upload directory
Templets---Template directory, you can change the directory name yourself. After changing it, go to the background basic information settings->Other options and change it as well.
Config---Configuration file directory
Data---database directory, the directory name can be changed by yourself. After modification, remember to open conn.asp to modify the corresponding database path.
Html---The default general directory for generating html, which can be changed, specifically in the background channel management->modification->generation options
JS---The directory where JS is generated by default can be changed in the background basic information settings -> other options.
index.html---The file that generates the home page by default. You need to set the write permission for this file separately.
No need to give the directory to execute the script
First-level directory: UploadFiles,Templets,Config,Data,Html,JS,KS_Inc,Images
Subdirectories: such as user/images, ask/images, club/images, shop/images, editor/ubb, editor/images, etc. Any place that does not involve running asp can be set to not allow script execution.
For those who have their own server, please set up server security according to the above rules. For users who do not have the permission to set up their own server, for security reasons, it is recommended to negotiate with your hosting provider to set up;
12. ACCESS installation and debugging
================================================== ===========================
The first step is to upload the program to your WEB space;
In the second step, the system defaults to the site root directory and can be used without modifying any files.
If you run this program in a subdirectory, use a notebook to open the conn.asp file in the root directory to modify the database connection. Please add the directory name before the database connection name: DBPath="DataData.mdb" and change it to: DBPath= "Subdirectory DataData.mdb" must be preceded by ""
The third step is to change the default initial authentication code (the initial authentication code is: 8888). Use Notepad to open conn.asp in the root directory to modify it.
Step 4: Log in to the background (Admin/login.asp) (Tip: Default username: admin, password admin888, initial authentication code: 8888)