forked from jameswatt2008/91pornMobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
62 lines (55 loc) · 2.49 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php
error_reporting(0);
$url91 = ($_COOKIE["91url"] == '' || stripos($_COOKIE["91url"],'http://') == 0) ? 'http://www.91porn.com' : $_COOKIE["91url"];
//$page91 = $_COOKIE["91page"] == '' ? 1 : $_COOKIE["91page"];
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>91视频预览</title>
<link rel="stylesheet" href="frozenui/css/frozen.css">
<link rel="stylesheet" href="frozenui/css/demo.css">
<script src="frozenui/lib/zepto.min.js"></script>
</head>
<body ontouchstart>
<header class="ui-header ui-header-positive ui-border-b">
<h1>91视频预览</h1>
</header>
<section class="ui-container">
<section id="panel">
<div class="demo-item">
<p class="demo-desc">设置</p>
<form action="list.php" method="get">
<div class="ui-form-item ui-border-b">
<label>
91地址
</label>
<input type="text" name="domain" placeholder="输入地址,如:http://www.91porn.com" value="<?php echo $url91;?>">
</div>
<div class="ui-form-item ui-border-b">
<label>
页码
</label>
<input placeholder="页码" name="page" type="number" value="1">
</div>
<div class="ui-tips ui-tips-info">
<i></i><span>设置可用域名和页码可直接访问</span>
</div>
<div class="ui-btn-wrap">
<button type="submit" class="ui-btn-lg ui-btn-primary">
确定
</button>
</div>
</form>
</div>
<p class="demo-desc">关于</p>
<div class="ui-whitespace">
<p class="ui-txt-default">本站开源:源码在<a target="_blank" href="https://github.com/yhf7952/91pornMobile">GitHub</a></p>
<p class="ui-txt-default">更多新鲜好玩的欢迎关注我的博客:<a href="https://yantuz.cn/">岩兔站</a> 或者<a target="_blank" href="https://weibo.com/yztop">新浪微博</a></p>
</div>
</section>
</body>
</html>