-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathyoutubers.php
304 lines (282 loc) · 11.1 KB
/
youtubers.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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE HTML PUBLIC>
<!-- This might not be the pretties code ever but fuck it -->
<!-- This is going to be public on my github - https://github.com/Jihadi4prez
<html>
<head>
<!-- Search Paramiters-->
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Boatnet ~ Interwebz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="GhostSec, Jihadi4prez, Jihadi4Potus, Mirai, Qbot, DDoS" content="">
<meta name="Jihadi4Potus" content="Boatnet">
<!-- Favicon -->
<link rel="icon" href="assests/favicon/favicon.ico" type="image/x-icon"/>
<!-- Navibar-->
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
-webkit-box-shadow: 0px 0px 0px 1px #AE1CD2;
-moz-box-shadow: 0px 0px 0px 1px #AE1CD2;
box-shadow: 0px 0px 0px 1px #AE1CD2;
}
audio {
padding: 0px 10px;
position: absolute;
left: 20%
top: 80%
}
li {
float: left;
}
li a, .dropbtn {
display: inline-block;
color: #AE1CD2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: 'sans-serif';
}
li a:hover, .dropdown:hover .dropbtn {
background-color: gray;
position:relative;
}
li.dropdown {
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #ACA4AE;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index:10;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
font-family: 'sans-serif;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body>
<body background="assests/pictures/2.jpg">
<ul>
<li><p></p></li>
<li><a href="/">☯ Home</a>|</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">☢ Downloads</a>|
<div class="dropdown-content">
<a href="/Archive/Botnet_files/" target=_blank>❱ Botnet Sources</a>
<a href="/Archive/Cross-Compilers/" target=_blank>❱ Cross-Compilers</a>
<a href="/Archive/Leaks/Databases/" target=_blank>❱ Databases</a>
<a href="/Archive/Leaks/Other" target=_blank>❱ Leaks</a>
<a href="/Archive/Music" target=_blank>❱ Music</a>
<a href="/Archive/Programs/" target=_blank>❱ Programs</a>
<a href="/Archive/Tutorials/" target=_blank>❱ Tutorials</a>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">☣ Contact</a>|
<div class="dropdown-content">
<a href="https://github.com/Jihadi4Prez" target=_blank>❱ GitHub</a>
<a href="https://keybase.io/jihadi4prez" target=_blank>❱ Keybase</a>
<a href="http://pastebin.com/u/Jihadi4Prez" target=_blank>❱ Pastebin</a>
<a href="https://twitter.com/Jihadi4Potus" target=_blank>❱ Twitter</a>
<a href="https://www.youtube.com/channel/UCXM4xUOmJk3Px2qiG9x1ygg" target=_blank>❱ Youtube</a>
<li><a href="https://hackers.rent" target=_blank>✖ Forum</a>|</li>
<li><a href="/join.php">☠ Join</a>|</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">⚒ Misc</a>
<div class="dropdown-content">
<a href="/404.php">❱ Doxbin</a>
<a href="/404">❱ File Upload</a>
<a href="/youtubers.php">❱ Shame Wall</a>
<a href="/404.php">❱ About Me</a>
</div>
</li>
</ul>
<!-- End Navibar-->
<!-- CSS STYLING Box -->
<style>
@font-face {
font-family: hacka;
src: url('assets/fonts/hacka___.ttf'),
url('assets/fonts/hacka___.ttf');
}
body {
color: #909A99;
text-align: center;
font-family: "Courier New";
margin: auto;
background-color: #000000;
}
h1 {
font-family: hacka;
font-size: 65px;
font-weight: normal;
line-height: 28px;
}
h3 {
font-family: "Courier New";
color: #909A99;
font-size: 20px;
font-weight: normal;
line-height: 16px;
}
table, th, td, tr {
border: 1px solid #666562;
border-collapse: collapse;
text-align: center;
padding:1px;
margin:10;
font-size: 16px;
}
th, td, tr {
padding:1px;
margin:10;
font-size: 16px;
}
@import 'https://fonts.googleapis.com/css?family=VT323';
}
a{
color:#909A99;
text-decoration:none;
}
.box{
-webkit-box-shadow: 2px 5px 2px 1px #AE1CD2;
-moz-box-shadow: 0px 0px 0px 1px #AE1CD2;
box-shadow: 0px 0px 0px 1px #AE1CD2;
height:1010px;
width:85%;
position:absolute;
left:50%;
top:76%;
transform:translate(-50%,-50%);
border:blue 1px solid;
background-color: #30302f;
margin-left:auto!important;
margin-right:auto!important;
font-family: 'Times New Roman';
padding:5px;
margin:20;
color:lime;
text-align:left;
font-size:20px;
border-radius:5px;
}
</style>
<div class="box">
<!-- End of Box-->
<!-- No Right Click | JavaScript -->
<script language=JavaScript> var message="SUUUH DUUDE"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") </script>
<!-- Chart/Table -->
<table>
<caption><a style="color:#09a7bf;font-size: 20px">To remove any information from this site DM me <a href="https://twitter.com/Jihadi4Potus" style="text-decoration:none;color:lightgray" target=_blank>@Jihadi4Potus</a></caption>
<tr style="color:#995896">
<th>Alias</th>
<th>Real Name</th>
<th>Email(s)</th>
<th>Passwords</th>
<th>Youtube</th>
<th>Home Address</th>
<th>Phone Number(s)/ Ip's</th>
<th>Other</th>
</tr>
<tr>
<td>lolitsalex, loolitsalex</td>
<td>Alexander B oh</td>
<td>[email protected], [email protected]</td>
<td> idunno88 (Active), idunno25</td>
<td><a href="https://www.youtube.com/user/loolitsalex" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>6166 BAILEY RIDGE DRIVE DULUTH GA 300</td>
<td>74.237.41.86, 118.200.20.112, 65.83.134.98</td>
<td>N/A</td>
</tr>
<tr>
<td>Stimpy, StimpyPVP</td>
<td>Marcel Castillo</td>
<td>cell7896, marcel7896</td>
<td><a href="https://www.youtube.com/user/StimpyPvP" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>9645 Evanston ST NW, Concord NC</td>
<td>(704) 701-0613</td>
<td>771031170 (W4t), 45V87444WH760600F (Dewd)</td>
</tr>
<td>PainFulPVP,PvPforDIVINE, Pvp4divine, ComedyGameplay, ComedyProductions</td>
<td>James Garrod</td>
<td>jamesmonkeyman5, Jamesmonkeyman5, Greenwood1968, greenwood1968, jamesmonkeyman5, ilovetaz11</td>
<td><a href="https://www.youtube.com/user/zPainfulPvPz" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>35 Phesant Drive Orangeville, Ontario L9W4K2</td>
<td>99.239.169.113, 198.91.148.45, 173.35.160.55, 174.117.15.56, 99.239.133.105</td>
<td>N/A</td>
</tr>
<tr>
<td>Doxially, aka. Thotimusprime</td>
<td>Brianna Amador</td>
<td>I_Blow_Kidz_4_Free1991, Pleasefistmedaddy69</td>
<td><a href="http://www.youtube.com/piddles" style="text-decoration:none;color:#4EFFF7">AIDS</td>
<td>Dragonvauml 66, 19433 UPPLANDS Auml, Apartment 1702</td>
<td>08-437-61749, 03-639-0110</td>
<td> A thotty in her natural habitat http://prnt.sc/ciw4nv ChatLogs - http://pastebin.com/MwDBreJV </td>
</tr>
<tr>
<td>Waglington</td>
<td>James Hayes</td>
<td>waglington40919884000247, jameshayes33, jameshayes3, jimjim405, Wizard101, Jimjim405, july26253, james2005, bear2746, lovelyjames15, 4jimmydick9</td>
<td><a href="https://www.youtube.com/waglington" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>N/A</td>
<td>67.4.58.27, 67.4.59.17</td>
<td>Tumblr - [email protected]:jimjim405:jameshayes3 | Weebly - [email protected]:jimjim405:jameshayes3 | Xsplit - [email protected]:jimjim405:jameshayes3</td>
</tr>
<tr>
<td>OGrizzly_, VoxBear</td>
<td>Robert Burns</td>
<td>[email protected], [email protected]</td>
<td>Mollyburns1</td>
<td><a href="https://www.youtube.com/channel/UCl80H8xFVIB8Aobp7MZYkaQ/featured" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>5, Lower Mains Dollar Clackmannan FK14 7LN United Kingdom 7736</td>
<td>447713278736</td>
<td>N/A</td>
</tr>
<tr>
<td>DiplexHeatedHD</td>
<td>Simon Sundberg</td>
<td>Sturmgewehr44, sundberg32, Eivor940927, heated45</td>
<td><a href="https://www.youtube.com/user/DiplexHeatedHD" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>Kallskärsgatan 4 Stockholm 11533</td>
<td>166.137.125.53</td>
<td>Minecraft [MCDiplex] - [email protected] Eivor940927 DoB - 09-27-1993 / 1994-09-27</td>
</tr>
<tr>
<td>arose186</td>
<td>Arden Rose</td>
<td>kitscats186, jlobts</td>
<td><a href="https://www.youtube.com/user/ARose186" style="text-decoration:none;color:#4EFFF7">Click Me!</a></td>
<td>20823 Country Creek Lane, Little Rock, AR 72223</td>
<td>(501) 517-8583, (501) 224-1646 | 69.149.253.220</td>
<td>N/A</td>
</tr>
<footer>
<audio controls autoplay loop>
<source src="assests/music/raindrop.mp3" type="audio/ogg">
<source src="raindrop.mp3" type="audio/mpeg">
</audio>
</footer>
</table>
</body>
</html>