-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.php
403 lines (239 loc) · 12.2 KB
/
web.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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Cachebuffer</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="../css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="../css/styles.css" rel="stylesheet">
<script src="//cdn.ckeditor.com/4.5.6/standard/ckeditor.js"></script>
<style>
.myIframe {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: auto;
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY
border: solid black 1px;
}
.myIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#main .img-circle {
margin-top:18px;
height:200px !important;
width:200px !important;
}
.h1 {
font-size: 36px;
}
.h1 .h2 .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
#main {
background-color:#ffffff;
padding-left:0;
padding-right:0;
}
p {
margin: 0 0 10px;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
Inherited from body
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
form{
display: block;
padding-left: 50px;
width: 50%;
}
.container {
width: 100%;
}
.thumbnail {
padding:0px;
}
.panel {
position:relative;
}
.panel>.panel-heading:after,.panel>.panel-heading:before{
position:absolute;
top:11px;left:-16px;
right:100%;
width:0;
height:0;
display:block;
content:" ";
border-color:transparent;
border-style:solid solid outset;
pointer-events:none;
}
.panel>.panel-heading:after{
border-width:7px;
border-right-color:#f7f7f7;
margin-top:1px;
margin-left:2px;
}
.panel>.panel-heading:before{
border-right-color:#ddd;
border-width:8px;
}
</style>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
<div class="wrapper">
<div class="box">
<div class="row row-offcanvas row-offcanvas-left">
<!-- sidebar -->
<div class="column col-sm-2 col-xs-1 sidebar-offcanvas" id="sidebar">
<ul class="list-unstyled hidden-xs" id="sidebar-header">
<li>
<h3>Cachebuffer</h3>
</li>
</ul>
<ul class="nav hidden-xs" id="lg-menu">
<li class="active"><a href="#featured">Tech News</a></li>
<li><a href="#">Algorithms</a></li>
<li><a href="#">Most Viewed</a></li>
<li><a href="#">About Us</a></li>
</ul>
</br></br></br></br></br>
<!-- tiny only nav-->
</div>
<!-- /sidebar -->
<!-- main right col -->
<div class="column col-sm-10 col-xs-11" id="main">
<!-- top nav -->
<div class="navbar navbar-blue navbar-static-top">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a href="/" class="navbar-brand logo">Cb</a>-->
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="http://www.cachebuffer.com"><i class="glyphicon glyphicon-home"></i> Home</a>
</li>
</ul>
</nav>
</div>
<!-- /top nav -->
<div class="padding">
<div class="full col-sm-9">
<!-- content -->
<h2>
Blog Post
</h2>
<div class="panel panel-default">
<div class="panel-heading" ><h4><b><?php echo $title;?></b></h4></div>
<div class="panel-body" >
<p>Posted on:November 4 2015 </p>
<p>Posted by Deepak Tiwari</p>
<p>
<i class="fa fa-tags"></i> Tags: <a href=""><span class="badge badge-info">Cachebuffer </span></a><a href=""><span class="badge badge-info">
</a></br></br>
<img src="Users/upload/darkweb.jpg" width="60%" height="30%">
</br>
     
<p class="lead">Hey folks,CacheBuffer presents you with its next blog on Deep Web Vs Dark Web.!</p>
<p>Cachebuffer's latest update contains many terms ushered into existence because of technological advancements. Two of these new entries, deep web and dark web, are so technical in nature that we came across a lot of confusion as to what they actually mean in our research. More tech-savvy publications generally have a disclaimer when discussing the dark web, pleading with their readers that this is not to be confused with the deep web, which is related, but not at all the same thing. So, what exactly are the dark web and the deep web, and why are technology reporters so wary when using either term?
</p>
<p>
Technology defines deep web as the portion of the Internet that is hidden from conventional search engines, as by encryption; the aggregate of unindexed websites. The dark web, on the other hand, is defined as the portion of the Internet that is intentionally hidden from search engines, uses masked IP addresses, and is accessible only with a special web browser: part of the deep web. The key takeaway here is that the dark web is part of the deep web.</p>
<p>
The dark web and the deep web have been increasingly common in the news thanks to the heavily reported Silk Road trial. This particular Silk Road is an online black market that was shut down twice by the FBI between 2013 and 2014. In February 2015, Silk Roads founder Ross Ulbricht was convicted of various crimes, including several attempted murders-for-hire. Silk Road ran its operations on the dark web, which makes up a small percentage of the deep web.</p>
<p>
What the dark web and the deep web have in common is that they are both hidden from commercial search engines. You cannot access either from Google or Bing. The deep web is a general, catch-all term that includes the dark web, but also includes mundane content like registration-required web forums and dynamically-created pages like your Gmail account. That is to say, most of the deep web is irrelevant to the news stories about Silk Road.
</p>
<p>
While the deep web is vast and accounts for 90-something percent of the Internet, the dark web likely only accounts for only about .01 percent. The dark web, sometimes referred to as Darknet, is accessed by Tor (The Onion Router) or I2P (Invisible Internet Project), which use masked IP addresses to maintain anonymity for users and site owners. This way, people who use the dark web for illegal purposes cant be traced.
</p>
<p>
Facebook recently launched a version of its site on the dark web to make it easier to access the site from countries that restrict the service, such as China and Iran.
</p>
<p>
One common misconception about the dark web and the deep web is that these two terms are interchangeable. This is simply not true. Take, for example, this sentence in Business Insider: The Dark (or Deep) Web, which refers to areas of the Internet normally inaccessible to users without special anonymizing software, first came to prominence with the Silk Road trial. While, yes, both the deep and dark web have been featured in news stories about Silk Road, this writer is clearly referring specifically to the dark web, which is just a tiny portion of the deep web where users employ masked IP addresses to conceal their identity. A similar mistake is made by comedian Hannibal Buress in a Funny or Die spoof of the Webby Awards called The Deep Webbys. Awards include Most Stolen Identity, Leakiest Wiki, and The Peoples Choice Award for the Trafficking of the Choicest People. Though his delivery is pristine, this is another example of deep web being confused for dark web. The sorts of illegal activities and documents named in these awards are bought, sold, hosted via the dark web. The Deep Webbys is too broad a title; the awards should technically be called the Dark Webbys, a distinction that Buress, Funny or Die, and the A.V. Club, which reported on Buress video, missed.
</p>
<p>
If people keep confusing the terms dark web and deep web, will the definition eventually change and expand.....Will deep web start to mean both the deep web and the dark web, with disambiguation only to be achieved by context? This would not be the first time.........</p>
<br/>
<p>
</br></br>
<div class='myIframe' >
<?php echo $video;?>
</div>
</br></br></br>
</span> </p>
</div>
</br></br>
<!--/row-->
<hr>
<h4 class="text-center">
<a href="http://www.cachebuffer.com" target="ext">Cachebuffer</a>
</h4>
<hr>
</div><!-- /col-9 -->
</div><!-- /padding -->
</div>
<!-- /main -->
</div>
</div>
</div>
<!--post modal-->
<div id="postModal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
Update Status
</div>
<div class="modal-body">
<form class="form center-block">
<div class="form-group">
<textarea class="form-control input-lg" autofocus="" placeholder="What do you want to share?"></textarea>
</div>
</form>
</div>
<div class="modal-footer">
<div>
<button class="btn btn-primary btn-sm" data-dismiss="modal" aria-hidden="true">Post</button>
<ul class="pull-left list-inline"><li><a href=""><i class="glyphicon glyphicon-upload"></i></a></li><li><a href=""><i class="glyphicon glyphicon-camera"></i></a></li><li><a href=""><i class="glyphicon glyphicon-map-marker"></i></a></li></ul>
</div>
</div>
</div>
</div>
</div>
<!-- script references -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>