2023 Rainbow Easy Pay latest original open source website source code

2023 Rainbow Yipay latest original open source website source code, complete Yipay source code, no backdoor.

Download address: https://www.djmale.cn/49.html

1. Source code introduction

Complete source code of Easy Payment, fully
open source + batch generation of merchants + instant account function + automatic cash withdrawal function
Rainbow payment source code, nearly 400 files have been added and modified, and a lot of repairs and improvements have been made. Added a total of 16 new payment interface plug-ins such as Zhangyishou aggregation payment.
Many functions have been added, and the system has been quite complete, with 11 sets of templates.
Compared with the old version of Yipay, the following functions have been added: the payment channel has been changed to a plug-in form, which is convenient for connecting to other upstream channels, and JD payment, UnionPay payment, small and micro payment, code payment, etc. have been added. Added homepage template switching function, comes with 11 sets of templates, and basically has more beautiful templates on the whole network! Improve manual cash withdrawal, support t0 and t1 cash withdrawal methods Improve corporate payment, support Alipay, wx, QQ wallet batch transfer settlement, support manual payment settlement.
Add password login mode, add background simulated user login, add API refund, manual order replenishment, delete order, add user group settings, you can add different user groups indefinitely, set different rates, increase multi-channel rotation training, and you can customize rotation training methods and weight settings Added risk control records, login logs, data cleaning, added real-name authentication (connected to Alipay API), added website announcement configuration, added SMS interface to add Alibaba Cloud and Tencent Cloud quick login, website monitoring, and homepage logo can all be set in the background, which is convenient and fast.

2. System construction environment requirements

PHP version: >= 7.4
MySQL version: >= 5.6

3. Construction and installation tutorial

Upload the source code to the space or server, and ensure that the permissions are readable and writable.
After the upload is complete, use a browser to visit: domain name/install/index.php, and install according to the steps.
Set pseudo-static rules: There is an Nginx.txt file in the directory, copy it to the pseudo-static website, otherwise 404 will appear on the callback page after payment.
2023 Rainbow Easy Pay latest original open source website source code

Four, Nginx pseudo-static settings

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;
}

5. System display

Homepage:
2023 Rainbow Easy Pay latest original open source website source code
Admin Background:
2023 Rainbow Easy Pay latest original open source website source code
Payment Channel:
2023 Rainbow Easy Pay latest original open source website source code
Payment Test:
2023 Rainbow Easy Pay latest original open source website source code

Disclaimer:
All resources on this site come from the Internet, and all copyrights belong to the original authors. Please keep the original copyright information.
The source code is only for personal study and research, not for commercial use.
In the process of use, if there is any violation of laws and disciplines, it has nothing to do with me. All are borne by the user.
Infringement feedback email: [email protected]

Supongo que te gusta

Origin blog.csdn.net/weixin_43227851/article/details/130657997
Recomendado
Clasificación