
[Pro-test source code] 2022 latest PHP charge recharge channel website complete operation source code/full decryption without authorization/video construction tutorial/docking sign-free payment interface
The source code of the PHP website for recharging phone bills is very complete. After I got it, I fixed the problem that the amount was displayed incorrectly when recharging. The recharge was connected to the visa-free interface of Z payment. You can set a 10% discount coupon to attract traffic and support limiting the number of monthly recharges. Originally, the default limit was limited to once a month. I canceled the restriction and the restriction method is mentioned in it. The text tutorial also points out in great detail that the SMS API connects to SMS treasure, and there have been no changes. I won't show this one. Just download and build it yourself if it is useful. It's all sorted out.
I. Test environment:
1.linux pagoda panel
2.Nginx 1.18.0
3.MySQL 5.6.50
4.PHP-5.6
//PHP5.6 installation extension fileinfo deletes all disabled functions
1. create a site
1)Upload the source code and decompress it
2) Set website pseudo-static/thinkphp
2. create a database
1) Upload and import database
2) Modify database information/config/database.php
3. Visit website backend
1) Back-end address domain name/admin
2)Default background account password admin 8ye.net
4. Log in to the Z payment merchant backend
1) Enter the Z payment merchant information in the configuration lines 154 and 156 in the website directory/application/index/controller/User.php
5. SMS modification and recharge restrictions
1)If you add recharge restrictions, you can find 172 lines in the website directory/application/index/controller/User.php. The method has a comment
2) The text message is in the website directory/application/common.php
Test front desk account: 13812341234 13812341234
I just received a phone call. Nothing else. If you need to change it in the background, you can log in to the background and modify it yourself.
SMS is a connected SMS treasure, and payment is Z payment
Comments0