New features:
1. Add work order management to the background for processing
2. Added promotion rebate function ps: (open this function in the background and you can see the merchant invitation ranking list in the front-end user center)
3. Add new merchant rankings
4. Fix payment callback problem
5. Remove backdoors and add security mechanisms
Installation tutorial:
Upload the source code to the virtual machine or server
Visit domain name/install.php to install,
Backend address: domain name/admin account admin password 123456
Detailed installation steps and related screenshots have been packaged into a compressed package.
Website pseudo-static settings (if website payment is not set, callback cannot be made)
location/{
if (!-e $request_filename) {
rewrite ^/(.[a-zA-Z0-9-_]+).html$ /index.php?mod=$1 last;
}
rewrite ^/pay/(.*)$ /pay.php?s=$1 last;
}
location ^~ /plugins {
deny all;
}
location ^~ /includes {
deny all;
}