dimensionally differentCard Issuing Server Environment Requirements
1, liunx can be, recommended debian12.0>centos7.9/7,6
2、php8.0【required
3, mysql5.7=8.0, not recommended 5.6
4. The rest is not required
Heterodyne Hairpin Installation Tutorial
0. Have a 2-core 2G server (minimum) with pagoda panel installed.
1, create site, enter domain name. php version choose 8.0
2, delete the default files in the site directory
3, upload the program zip to the site directory, and then unpack the zip in the current directory
4, [no need to] set the site running directory for public, set up after the point to save
5, set pseudo-static and save. How to configure pseudo-static?
Apache pseudo-static rules: no need to configure, the rule is the program root directory of the .htaccess file
Here are the Nginx pseudo-static rules:
location / {
if (! -e $request_filename){
rewrite ^(. *)$ /index.php?s=$1 last; break;
}
}
Windows IIS server environment, you can use the following pseudo-static rules:
<rules>
<rule name="acg_rewrite" stopProcessing="true">
<match url="^(.*)$"/>
<conditions logicalGrouping="MatchAll">
<add input="{HTTP_HOST}" pattern="^(.*)$"/>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php?s={R:1}"/>
</rule>
</rules>
6, create database, utf8mb4 format, import mysql.zip demo file.
7, modify /config/database.php file database name, user name, password for your own
8, set the SSL certificate. It is recommended to set it as a wildcard, otherwise the substation function can not be used!
9, visit the domain name, you can see the effect https://域名
The default backend portal after installation is https://域名/admin
Default account and password for the backend:
This content is visible after comment and refresh the page!
Resource download
Price19.9 two silver pieces
This resource is available for download within 7 days of purchase.
FAQ
Can VIP resources or free resources be used commercially?
The copyright of all resources on this site belongs to the original author, this site is only for communication and learning purposes, please do not directly commercial. If any dispute arises from the commercial use, all responsibilities shall be borne by the user.
Can I upgrade to a yearly (or lifetime) VIP after sponsoring a monthly VIP (or yearly VIP)?
After sponsoring monthly VIP (or yearly VIP), you can contact us via work order and we can upgrade manually with compensation for the price difference. (Activities to redeem VIP does not support the upgrade)
Why is the VIP membership not activated after payment?
Please first confirm whether just recharge to the balance without upgrading the VIP operation, if you are sure that the payment of VIP and not open, may be caused by the failure of data return, click here to submit a work order for manual review to open the VIP.
Can I share or lend my account to others?
The account of Vientiane Resource Network is for my use only, and shall not be lent to others, shall not use the VIP account to buy resources on behalf of the resources, copy resources to other websites, such as the discovery of the above behaviors immediately blocked, and will never be unblocked!
VIP membership remaining time inquiry?
You can log in to Vientiane Resources and visit your personal center to check your VIP expiration date.
Article copyright notice
Link to original article:, reproduced with attribution.
1. The name of this website:Vientiane Resource Network
2. The permanent web site of this site:https://www.wxzyw.cn
3, the price indicated on the pages of this site is the site collects, organizes the information and operation of this site required expenses such as moderate remuneration.
4、All related works and material pictures in the station are uploaded by the members, and Vientiane Resource Network does not own the copyright of such material pictures.
5、Download content is for learning and communication only, if you use commercial purposes, please purchase the genuine authorization, otherwise all the consequences will be borne by the download user.
6, the site resources are from the open network collection and organization and user contributions, the site owner does not assume any responsibility for the legitimacy of the content and the health of the disputes arising from the legal responsibility. If it violates your legitimate rights and interests, please write to us to notify us, we will delete in a timely manner, we apologize for any inconvenience caused.
2. The permanent web site of this site:https://www.wxzyw.cn
3, the price indicated on the pages of this site is the site collects, organizes the information and operation of this site required expenses such as moderate remuneration.
4、All related works and material pictures in the station are uploaded by the members, and Vientiane Resource Network does not own the copyright of such material pictures.
5、Download content is for learning and communication only, if you use commercial purposes, please purchase the genuine authorization, otherwise all the consequences will be borne by the download user.
6, the site resources are from the open network collection and organization and user contributions, the site owner does not assume any responsibility for the legitimacy of the content and the health of the disputes arising from the legal responsibility. If it violates your legitimate rights and interests, please write to us to notify us, we will delete in a timely manner, we apologize for any inconvenience caused.
Comments0