mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed error
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
<div class="footer small centered top anim">© 2014 <a class="anim" href="//nixo.no">Nixo</a> & <a class="anim" href="//kasperrt.no">KasperRT</a> </div>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/swfobject.js"></script>
|
||||
<script type="text/javascript" src="/js/iscroll.js"></script>
|
||||
<script type="text/javascript" src="/js/list.js"></script>
|
||||
<script type="text/javascript" src="/js/youtube.js"></script>
|
||||
|
||||
0
js/list.js
Normal file → Executable file
0
js/list.js
Normal file → Executable file
0
js/youtube.js
Normal file → Executable file
0
js/youtube.js
Normal file → Executable file
@@ -1 +1 @@
|
||||
{"nowPlaying":{"Sb1XfrCtjVU":{"id":"Sb3XfrCtjVU","title":"The Notorious BIG ft. Ja Rule - Old Thing Back (Matoma Remix)","votes":0,"added":1412940931,"guids":[]}},"songs":{"b24ALjuvR3M":{"id":"b24ALjuvR3M","title":"Philter - Revolver (OFFICIAL MUSIC VIDEO)","votes":1,"added":1412941390,"guids":["MTYwMjcx"]},"jEgX64n3T7g":{"id":"jEgX64n3T7g","title":"Massive Attack - Paradise Circus","votes":1,"added":1412942005,"guids":["MTYwMjcx"]},"u7K72X4eo_s":{"id":"u7K72X4eo_s","title":"Massive Attack - Teardrop","votes":1,"added":1412942256,"guids":["MTYwMjcx"]},"V40EjCjP3VU":{"id":"V40EjCjP3VU","title":"Philter - The Seven Seas","votes":0,"added":1412941171,"guids":[]}},"conf":{"startTime":1412942005,"views":1,"skips":[]}}
|
||||
{"nowPlaying":{"b24ALjuvR3M":{"id":"b24ALjuvR3M","title":"Philter - Revolver (OFFICIAL MUSIC VIDEO)","votes":0,"added":1412941390,"guids":["MTYwMjcx"]}},"songs":{"jEgX64n3T7g":{"id":"jEgX64n3T7g","title":"Massive Attack - Paradise Circus","votes":2,"added":1412944217,"guids":["MTYwMjcx","MjQ3Mjk5"]},"u7K72X4eo_s":{"id":"u7K72X4eo_s","title":"Massive Attack - Teardrop","votes":2,"added":1412944232,"guids":["MTYwMjcx","MjQ3Mjk5"]},"Sb3XfrCtjVU":{"id":"Sb3XfrCtjVU","title":"The Notorious BIG ft. Ja Rule - Old Thing Back (Matoma Remix)","votes":1,"added":1412944219,"guids":["MjQ3Mjk5"]},"V40EjCjP3VU":{"id":"V40EjCjP3VU","title":"Philter - The Seven Seas","votes":1,"added":1412944225,"guids":["MjQ3Mjk5"]}},"conf":{"startTime":1412944204,"views":1,"skips":[]}}
|
||||
0
php/change.php
Normal file → Executable file
0
php/change.php
Normal file → Executable file
2
php/timedifference.php
Normal file → Executable file
2
php/timedifference.php
Normal file → Executable file
@@ -2,7 +2,7 @@
|
||||
$list = explode("/", htmlspecialchars(strtolower($_SERVER["REQUEST_URI"])));
|
||||
if($list[1]==""||!isset($list[1])||count($list)<=1)$list="videos";
|
||||
else $list=$list[1];
|
||||
$list="..lists/".$list.".json";
|
||||
$list="../lists/".$list.".json";
|
||||
$data = json_decode(file_get_contents($list), true);
|
||||
$songs = $data["nowPlaying"];
|
||||
$id = array_values($songs);
|
||||
|
||||
Reference in New Issue
Block a user