forked from d4rk22/Network-Status-Page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
397 lines (377 loc) · 13.7 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
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
<!DOCTYPE html>
<?php
Error_Reporting( E_ALL | E_STRICT );
Ini_Set( 'display_errors', true);
include 'init.php';
include ROOT_DIR . '/assets/php/Mobile_Detect.php';
include_once(ROOT_DIR . "/assets/php/analyticstracking.php");
$detect = new Mobile_Detect;
?>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Network Status Page</title>
<meta name="author" content="d4rk">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Apple Device specific tags -->
<meta name="apple-mobile-web-app-title" content="d4rk">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Le styles -->
<link href="assets/fonts/stylesheet.css" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/css/bootstrap.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.css" rel="stylesheet">
<style type="text/css">
::-webkit-scrollbar {
display: none;
}
body {
text-align: center;
}
.center {
margin-left:auto;
margin-right:auto;
}
.no-link-color
a {
color:#999999;
}
a:hover {
color:#999999;
}
.exoextralight {
font-family:"exoextralight";
}
.exolight {
font-family:"exolight";
}
[data-icon]:before {
font-family: 'MeteoconsRegular';
content: attr(data-icon);
}
.exoregular {
font-family:"exoregular";
}
/* Changes carousel slide transition to fade transition
.carousel {
overflow: hidden;
}
.carousel .item {
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-ms-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
left:0;
opacity:0;
z-index:2;
}
.carousel .next, .carousel .prev {
left:0;
opacity:1;
z-index:1;
}
End of carousel slide transition hack */
/* Disables shadowing on right and left sides of carousel images for a crisp look */
.carousel-control.left {
background-image: none;
}
.carousel-control.right {
background-image: none;
}
/* End of carousel shadow modification */
/* Now Playing Progress Bar CSS */
.now-playing-progress-bar {
height: 5px;
margin-top: 0px;
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
/* End of Now Playing Progress Bar CSS */
.panel-white-bg {
background-color: #ffffff;
}
/* Disables ping ID looking like a link and makes it look white */
a#ping.badge.pull-right {
color:#FFF;
}
/* End of Ping ID hack */
</style>
<link rel="apple-touch-icon-precomposed" href="/assets/ico/apple-touch-icon.png" />
<link rel="shortcut icon" href="assets/ico/favicon.ico">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<!-- Left sidebar -->
<div class="col-md-3" style="padding-top: 20px;">
<!-- Online profiles -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title exoextralight">
Weather
</h4>
</div>
<div class="panel-body">
<!-- <img src="http://www.gravatar.com/avatar/ae73e9ef5eb134c74df655c0bbb1012a.png" class="img-rounded">
<hr> -->
<div id="left_column_top"></div>
</div>
</div>
<!-- Bandwidth -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title exoextralight">
Bandwidth
</h4>
</div>
<div class="panel-body" >
<div id="bandwidth"></div>
</div>
</div>
<!-- Services -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title exoextralight">
Services
</h4>
</div>
<div id="services" class="panel-body">
</div>
</div>
</div>
<!-- Center Area -->
<div class="col-md-6">
<div id="now_playing_title"></div>
<?php echo '<div id="now_playing"';
// Check to see if we're on a mobile device because overflow scrolling sucks on them.
// If we're on a cellphone disable the overflow:auto feature.
if ( $detect->isMobile() ):
echo '>';
else:
echo ' style="overflow:auto;">';
endif;
echo '</div>';?>
<hr class="visible-xs visible-sm">
</div>
<!-- Right sidebar -->
<?php echo '<div class="col-md-3"';
// Only apply padding on top of this column if its not on a cell phone but exclude tablets
if( $detect->isMobile() && !$detect->isTablet() ):
echo '>';
else:
echo ' style="padding-top: 20px;">';
endif;?>
<!-- Load Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<!-- Transcode sessions title & badge div-->
<div id="transcodeSessions"></div>
</div>
<div class="panel-body">
<div id="system_load" style="margin-bottom:-10px"></div>
<!-- <h4 class="exoextralight">Memory</h4>
<div id="system_ram" style="height:40px"></div>
<hr> -->
</div>
</div>
<!-- Storage Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title exoextralight">
Storage
</h4>
</div>
<div class="panel-body">
<div id="disk_space" style="margin-bottom:-10px"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact modal -->
<div id="contactModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" 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>
<h3 id="myModalLabel">Contact info</h3>
</div>
<div class="modal-body">
<p>You can contact me at the following address:</p>
<img src="assets/img/contact.png" style="width: 150px;"/>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</div>
</div>
</div>
</div>
<!-- Invisible php div-->
<div id="plex_check"></div>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//code.jquery.com/jquery.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/js/bootstrap.min.js"></script>
<script>
// Enable bootstrap tooltips
$(function () {
$("[rel=tooltip]").tooltip();
$("[rel=popover]").popover();
});
// Auto refresh things
(function($) {
$(document).ready(function() {
$.ajaxSetup({
cache: false,
beforeSend: function() {
$('#left_column_top').show();
$('#bandwidth').show();
$('#ping').show();
$('#services').show();
$('#system_load').show();
$('#transcodeSessions').show();
$('#disk_space').show();
$('#now_playing_title').show();
$('#now_playing').show();
},
complete: function() {
$('#left_column_top').show();
$('#bandwidth').show();
$('#ping').show();
$('#services').show();
$('#system_load').show();
$('#transcodeSessions').show();
$('#disk_space').show();
$('#now_playing_title').show();
$('#now_playing').show();
},
success: function() {
$('#left_column_top').show();
$('#bandwidth').show();
$('#ping').show();
$('#services').show();
$('#system_load').show();
$('#transcodeSessions').show();
$('#disk_space').show();
$('#now_playing_title').show();
$('#now_playing').show();
}
});
// Assign varibles to DOM sections
var $plex_check_refresh = $('#plex_check');
var $left_column_top_refresh = $('#left_column_top');
var $bandwidth_refresh = $('#bandwidth');
var $ping_refresh = $('#ping');
var $services_refresh = $('#services');
var $system_load_refresh = $('#system_load');
var $transcodeSessions = $('#transcodeSessions');
var $disk_space_refresh = $('#disk_space');
var $now_playing_title_refresh = $('#now_playing_title');
var $now_playing_refresh = $('#now_playing');
// Load external php files & assign variables
$now_playing_title_refresh.load("assets/php/now_playing_title_ajax.php");
$now_playing_refresh.load("assets/php/now_playing_ajax.php");
$plex_check_refresh.load('assets/php/plex_check_ajax.php');
$left_column_top_refresh.load('assets/php/left_column_top_ajax.php');
$bandwidth_refresh.load("assets/php/bandwidth_ajax.php");
$ping_refresh.load("assets/php/ping_ajax.php");
$services_refresh.load("assets/php/services_ajax.php");
$system_load_refresh.load("assets/php/system_load_ajax.php");
$transcodeSessions.load("assets/php/transcode_sessions_ajax.php");
$disk_space_refresh.load("assets/php/disk_space_ajax.php");
var refreshIdfastest = setInterval(function(){
$plex_check_refresh.load('assets/php/plex_check_ajax.php');
}, 10000); // at 3 & 5 seconds python was crashing.
var refreshIdfastest = setInterval(function(){
$system_load_refresh.load('assets/php/system_load_ajax.php');
}, 5000); // 5 seconds
var refreshId30 = setInterval(function(){
$bandwidth_refresh.load("assets/php/bandwidth_ajax.php");
$ping_refresh.load("assets/php/ping_ajax.php");
$services_refresh.load("assets/php/services_ajax.php");
}, 30000); // 30 seconds
var refreshId60 = setInterval(function(){
$transcodeSessions.load("assets/php/transcode_sessions_ajax.php");
}, 60000); // 60 seconds
var refreshIdslow = setInterval(function(){
$disk_space_refresh.load('assets/php/disk_space_ajax.php');
}, 120000); // 2 minutes
var refreshtopleft = setInterval(function(){
$left_column_top_refresh.load('assets/php/left_column_top_ajax.php');
}, 300000); // 5 minutes
// Load these sections only if Plex has changed states
var theResource = "assets/caches/plexcheckfile2.txt";
var refreshconditional = setInterval(function(){
if(localStorage["resourcemodified"]) {
$.ajax({
url:theResource,
type:"head",
success:function(res,code,xhr) {
console.log("Checking to see if plexcheckfile2 changed."+ localStorage["resourcemodified"] + " to "+ xhr.getResponseHeader("Last-Modified"))
if(localStorage["resourcemodified"] != xhr.getResponseHeader("Last-Modified")) getResource();
}
})
} else getResource();
function getResource() {
$.ajax({
url:theResource,
type:"get",
cache:false,
success:function(res,code,xhr) {
localStorage["resourcemodified"] = xhr.getResponseHeader("Last-Modified");
console.log("Updating our cache and refreshing appropriate divs.");
$left_column_top_refresh.load('assets/php/left_column_top_ajax.php');
$now_playing_title_refresh.load("assets/php/now_playing_title_ajax.php");
$now_playing_refresh.load("assets/php/now_playing_ajax.php");
$transcodeSessions.load("assets/php/transcode_sessions_ajax.php");
}
})
}
}, 5000); // 5 seconds
// Change the size of the now playing div to match the client size
function doResizeNowPlaying() {
var height = 0;
var body = window.document.body;
if (window.innerHeight) {
height = window.innerHeight;
} else if (body.parentElement.clientHeight) {
height = body.parentElement.clientHeight;
} else if (body && body.clientHeight) {
height = body.clientHeight;
}
now_playing.style.height = ((height - now_playing.offsetTop) + "px");
console.log("Div resize complete. New size is: " + height);
};
// Detect if we are on a mobile device, if we aren't resize the now playing div using doResizeNowPlaying()
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
// some code..
} else {
var resizeTimer;
$(window).resize(function() {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(doResizeNowPlaying, 100);
});
// Resize the now playing div 5 seconds after page load
$(function(){
clearTimeout(resizeTimer);
resizeTimer = setTimeout(doResizeNowPlaying, 5000);
});
}
});
})(jQuery);
</script>
</body>
</html>