XZPHP授权系统 V3.0.1
0
1141
2020年9月8日
温馨提示:
本套源码多个文件已经被加密,如果要使用请自寻解密并去掉加密者的授权 代码如下 目前得知gen'm
if (!isset($_SESSION['authcode']) || $_SESSION['authcode'] != '2053a76cbe') {
$hosts = $_SERVER['HTTP_HOST'] . '|' . $_SERVER['SERVER_NAME'];
$ckret = file_get_contents('http://api.eewq.top:8848/check.php?a=index&appsign=1_190610054720787_3117da95_097d5b488b9b2df9403fd6ec9e3b1b87&h=' . urlencode($hosts) . '&t=' . $_SERVER['REQUEST_TIME'] . '&token=' . md5($_SERVER['REQUEST_TIME'] . '|' . $hosts . '|xzphp|2053a76cbe'));
if ($ckret) {
$ckret = json_decode($ckret, true);
if ($ckret['status'] != 1) {
exit($ckret['msg']);
} else {
$_SESSION['authcode'] = '2053a76cbe';
unset($hosts, $ckret);
}
} else {
exit('授权检测失败,请联系授权提供商。');
}
}
今天在很多群都看见泛滥出售的非常严重,所以我今天就直接投稿了。测试完这套性能还是不错的,有能力的可以尝试二开。
XZPHPV3.0.1
安装教程
1.修改../data/config.php中的数据库信息
2.上传导入根目录的xzphp.sql文件到数据库
3.在根目录生成文件install.lock
————–
后台:localhost/xadmin
默认账号:admin
默认密码:123123
默认安全码:123123
这个主题简介啊