This price is for single source code compilation, does not provide any technical support, and does not include installation. Don’t buy it if you are new to it!
The source code is only for research and learning code, illegal and commercial purposes are strictly prohibited! If you need commercial use, please purchase the official source code!
Only suitable for veterans and technical masters!
introduce:Personal test on a certain website | The new UI second-open robot power bank financial management has been connected to the AG financial management source code download
Test environment: Pagoda windows + apache +mysql 5.6 +php5.6
Note: This source code may not be opened due to directory case issues under Linux. It is recommended to build it under a Windows server.
In addition, this source code has fixed the troublesome problem of malicious withdrawals, and the problem of maliciously forging IPs to send SMS verification horses.
1. Upload the compressed package to the root directory, decompress it, and import the database yange.sql
2. Modify the database linkAPPConfconfig.php
3. Set the pseudo-static rule to ThinkPHP's default pseudo-static rule.
lt;IfModule mod_rewrite.cgt;
RewriteEngine on
RewriteBase/
RewriteCond %{REQUEST_FILENAME} !
-d
RewriteCond %{REQUEST_FILENAME} !
-f
lt;/IfModulegt;
Backend: domain name/admin.php
Account admin password qwer.123456
Front desk test: 13800000003 123456
The SMS configuration is in the custom settings of the background system, and the SMS platform used can be modified by yourself.
About earnings:
How to automatically distribute income:
Add several tasks in the Pagoda Panel-Scheduled Tasks
The task type is: access URL
Unlimited generation and product income settlement: http://your domain name/index.php/diy/jiesuan2
Cancel daily reward tasks: http://your domain name/index.php/login/cancel_task
AG game record collection: http://your domain name/index.php/index/login/getAgRecord
AG game docking directory: APPModulesIndexActionRobotAction.class.php
Note: The source code limits the settlement time to 11:00 to 18:00 during the day. If you need automatic settlement every hour for 24 hours, please cancel it yourself. Line 71 in APPModulesIndexActionDiyAction.class.php
Regarding docking payment: The backend has made three payment interface switches (all valid)
To connect to the new payment interface, please add a new interface in: APPModulesIndexActionWalletAction.class.php
if ($stype == 3) { //$stype == 3 This ID is customized and matches the ID in the front-end static page.
//The new interface code is filled in this judgment logic
picture: