1 Star 2 Fork 1

zoeyfRzr / marry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
4ra28d27i0fqhh85bqcdzm6ci7rqp5bbq.php 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
zoeyfRzr 提交于 2019-05-27 15:34 . fixxing..
<?php
$user_agent = $_SERVER['HTTP_USER_AGENT'];
if (strpos($user_agent, 'MicroMessenger') === false) {
exit(json_encode(array('code'=>-10004,'msg'=>'disappear...')));
}
$timestmp = time();
$randStr = get_rand_str(20, 50).'.png';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<script src=http://zoeyjhqj.oss-cn-beijing.aliyuncs.com/mry/js/limit.js charset=utf-8></script>
<meta name="timestamp" content="<?php echo $timestmp;?>" />
<title>请稍等...</title>
<script src=//ajax.aspnetcdn.com/ajax/jquery/jquery-3.3.1.min.js charset=utf-8></script>
<script type="text/javascript">
setTimeout(window.location.href="./ld100<?php echo $randStr;?>", 1000);
</script>
</head>
<body>
<div class="wrapper">
<h5><?php echo $timestmp;?></h5>
</div>
</body>
</html>
PHP
1
https://gitee.com/zoeyln123/marry.git
git@gitee.com:zoeyln123/marry.git
zoeyln123
marry
marry
master

搜索帮助