源码介绍:
转账功能#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbinstep=5 #间隔的秒数,不能大于10for (( i = 0; i < 60; i=(i+step) )); docurl http://xxx/index/wpay/auto_transfer3curl http://xxx/index/wpay/auto_transfer2curl http://xxx/index/wpay/auto_transfer1sleep $stepdoneexit 0监听收款#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbinstep=3 #间隔的秒数,不能大于10for (( i = 0; i < 60; i=(i+step) )); docurl http://xxx/index/wpay/index3curl http://xxx/index/wpay/index2curl http://xxx/index/wpay/index1sleep $stepdoneexit 0xxx改成你的域名玩法有index3 单双index2 尾数index1 牛牛返奖私钥和监听充值地址修改/application/index/controller/wxpay.php返奖地址和私钥在25和26行配置监听充值玩法地址在200行以后配置,具体在哪里你们自己找吧,都在wxpay.php这个文件
安装教程:
详细安装教程在赞助群---》魔方安装说明---》根据文章编号找安装说明
源码截图:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容