This price is for resource organization, 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!
The resources come from major source code forums, and the availability is not guaranteed (most of them are available)! It is only for study and research. If there is any infringement, please contact me to delete it!
If buyers need complete services, please go to the official purchase!
Introduction:PHP brushes Xiaomi sports step count source code, supports WeChat to modify step count. In the card secret commercial version, the card secret can be generated in the background for sale. Users can use the card secret to submit it, realizing daily self-service modification of Xiaomi Sports.
The source code is not encrypted and is written using php+tp6+layuimi. The interface is available without any problems.
Source code installation method:1. Restore the packaged website files and data [php version >= 7.2]
2. The server configures the website running directory as public and the pseudo-static rules are as follows
location/{
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
3. Modify the database configuration file [.env]
4. Open the domain name to access the default backend account password admin 123456.
5. Automatic step monitoring address http://domain name/index/Xiaomisport It is recommended to fix a time
http://domain name/index/Xiaomisport?nanxia=5547 Just monitor once after 0 am and before 1 am
Configuration is complete
picture: