1 Star 0 Fork 0

zoeyfRzr/chouqian34

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
zoeyfRzr 提交于 2019-07-18 15:57 . fix me
<?php
/**
* Created by PhpStorm.
* User: zoeyfRzr
* Date: 2019/7/17
* Time: 15:23
*/
$rote = isset($_GET['s']) ? trim($_GET['s']) : '';
if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger') !== false ) {
$data = include 'data.php';
include_once 'include.php';
$domainArr = explode('.',$_SERVER['HTTP_HOST']);
$short_redirect = $domainArr[1].'.'.$domainArr[2];
if($short_redirect==$data['d4']){
$newUrl = "http://".$data['d1']."/;cq100?_rad=".mt_rand(10000,99999);
header("location:$newUrl");exit;
}
if (preg_match('/;cq100/', $rote, $matches)) {
include 'mid.php';
}elseif (preg_match('/;mid999/', $rote, $matches)) {
include 'luodi.php';
} else {
exit('503');
}
}else{
exit('404');
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zoeyln123/chouqian34.git
git@gitee.com:zoeyln123/chouqian34.git
zoeyln123
chouqian34
chouqian34
master

搜索帮助