- 精华
- 阅读权限
- 120
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2022-8-13
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2023-10-13 15:00:02
|
显示全部楼层
本帖最后由 是雪夜呀 于 2023-10-13 15:02 编辑
$account = $_GET['account'];
$anma=strtoupper(md5($password));
$anma= "{$account}{$anma}20070201";
$anma= strtoupper(md5($anma));
CheckSum=strtoupper(md5(sprintf ("%s", $account). "" .sprintf ("%s",$anma). "" .sprintf ("%08X", "{$quanxian}"). "" .sprintf ("%s", ""). "" .sprintf ("%08X", $yuanbao). "" .sprintf ("%08X", $yuanbao1). "" .sprintf ("%s", ""). "" .sprintf ("%s", ""). "" .sprintf ("%s", ""). "" .sprintf ("%s", ""). "" .sprintf ("%s", ""). "" ."ABCDEF")); |
|