-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·265 lines (247 loc) · 6.53 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
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<?php require "adam.php";?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>BilBil-维搜 (ئۇيغۇرچە ئىزدەش ماتورى)</title>
<meta charset="utf-8" />
<link rel="icon" sizes="any" mask href="./favicon.ico">
<meta name="keywords" content="bilbil,bilbil.top,uyghur,izda,维搜,搜索引擎,ئىزدەش,كىنو" />
<meta name="description" content="BilBil-维语全文搜索引擎,提供高质量搜索结果" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript" src="js/ug.js"></script>
<script src="./js/common.js"></script>
<script src="./js/tawsiya.js"></script>
<script src="./js/jquery-3.6.1.min.js"></script>
<script type="text/javascript">
function browserRedirect() {
var sUserAgent = navigator.userAgent.toLowerCase();
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
var bIsMidp = sUserAgent.match(/midp/i) == "midp";
var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
var bIsAndroid = sUserAgent.match(/android/i) == "android";
var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM){
window.location.href='/index_m.php';
}
}
$(function(){
browserRedirect();
});
var UG_VK_OPTS = {
all: true
};
</script>
<style>
@font-face {
font-family: "ALKATIP Tor";
src: local("ALKATIP Tor"), url(img/ALKATIP-Tor.ttf) format("opentype"); /* non-IE */
}
* {
margin: 0;
padding: 0;
font-family: "ALKATIP Tor";
}
body{
background:#fff;
color:#333;
min-height:100vh;
position:relative;
}
a {
width: 100%;
height: 42px;
text-decoration:none;
padding-left: 1%;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 1%;
direction: rtl;
border-radius: 5px;
outline: none;
color: #000000;
}
.yexil button {
position: absolute;
top: 0;
right: 0px;
width: 90px;
height: 44px;
border: none;
color:#ffffff;
background-color:#4007a2;
border-radius: 0 5px 5px 0;
cursor: pointer;
}
form{
position: relative;
margin: 0 auto;
}
.yexil input {
width: 100%;
height: 42px;
padding-left: 10px;
padding-right: 100px;
padding-left: 2%;
direction: rtl;
border: 2px solid #4007a2;
border-radius: 5px;
outline: none;
background: #ffffff;
color: #000000;
}
.yexil{
direction: rtl;
margin-left: 35%;
margin-right: 35%;
margin-top:2%
}
.ulanma{
text-align:center;
width:100%;
padding-top: 5px;
position: absolute;
left: 0;
bottom: 0;
}
.ulanma li{
display:inline;
weight:100%;
list-style-type:none;
}
.ulanma a{
color:#000000;
font-size:14px;
}
.awat{
direction: rtl;
margin-top:1%;
margin-left: 35%;
margin-right: 35%;
background: #fff;
weight:500px;
float :right;
width: 80%;
}
#logo{
position:relative;
left: 50%;
margin-left: 35%;
margin-right: 80%;
margin-left: -185px;
}
.top{
text-align:right;
color:#1070bd;
width:auto;
height:25px;
font-size:13px;
padding:10px;
padding-left:10px;
background-size:100px;
border-radius:2px;
}
.awat li {
width: 45%;
border-bottom: 1px solid #b8c2cc;
line-height: 46px;
height: 46px;
overflow: hidden;
color: #525C66;
font-size: 14px;
}
.awat li:before {
counter-increment: section;
content: counter(section);
display: inline-block;
padding: 0 12px;
margin-right: 10px;
height: 18px;
line-height: 18px;
background: #b8c2cc;
color: #fff;
border-radius: 3px;
font-size: 9px
}
.rang :nth-child(-n+3):before {
background: #4007a2;
}
.awat ul {
counter-reset: section;
}
.top li {
list-style: none;
padding-left:10px;
text-align: right;
float: right;
}
.top .ong ul li a:hover {
color: #4007a2;
}
</style>
</head>
<body id="c">
<div class="top">
<a href="./dict.php">لوغەت</a>
<a href="./translate.php">تەرجىمان</a>
<a href="./add.php">بىكەت باشلىقى</a>
<a href="./wxv.php">سالۇن ياردەمچىسى</a>
</div>
<!--
<div class="top">
<a href="./add.php">توربەت قوشۇش</a> <a href="./wxv.php">سالۇن ياردەمچىسى</a>
</div>
!-->
<div class="yexil" id="box">
<img id="logo" src="index.png" width="270" height="129" >
<form method="get" name="f" action="izda.php" class="form" accept-charset="utf-8" >
<input required="required" id="input" placeholder="سىز ئىزدەڭ مەن تاپاي..." name="wd" autocomplete="off" maxlength="100" oninput="OnInput (event)" />
<button type="submit" name="" value="" class="s_buttom">ئىزدەش</button>
</form>
</div>
<?php
require "global.php";
mysql_query('set names utf8');
$sql="select title,url,click,id from ambar order by rand() desc limit 6";
$result=mysql_query($sql);
//var_dump($data);
echo '<div class="awat" id="ulanma"><ul class="rang">';
do{
if($link["url"]!=""){
echo '<li><a id="hat" href="#" >'.$link["title"].'<a/></li>';
}
}while($link=mysql_fetch_array($result));
echo "</ul></div>"
?>
<div class="ulanma">
<!--
<ul>
<li><a href="https://www.bing.com" class="on" >Bing</a></li>
<li><a href="https://www.baidu.com">Baidu</a></li>
<li><a href="https://www.sogou.com/" target="_blank" >Sougou</a></li>
<li><a href="https://www.so.com/" target="_blank">So</a></li>
<li><a href="http://www.izda.com" >Izda</a></li>
<li><a href="https://www.seznam.cz/" >Seznam</a></li>
<li><a href="https://www.ecosia.org/" >Ecosia</a></li>
<li><a href="https://www.naver.com/" target="_blank" >Never</a></li>
<li><a href="http://www.yandex.eu" target="_blank">Yandex</a></li>
</ul>
-->
<a href="http://www.bilbil.top">@BilBil Search</a><a id="san" ></a>
</div>
<script>
$(document).ready(function () {
$("[id=hat]").click(function () {
var txt=$(this).text()
$(location).attr("href","./izda.php?wd="+encodeURIComponent(txt))
})
});
$.get("./adam.php?type=see",function(data,status){
$("#san").text("("+data+") :توردىكىلەر ");
});
</script>
</body>
</html>