migrate to mysql

This commit is contained in:
2023-01-29 20:59:36 +01:00
parent 9a8b5eddfd
commit 114f037e03
9 changed files with 280 additions and 272 deletions

View File

@@ -4,7 +4,7 @@
<script src=assets/jquery.js> </script>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/pico.css">
<title>Vysielanie</title>
<title>Streaming</title>
<script>
function getCookie(cname) {
let name = cname + "=";
@@ -50,7 +50,7 @@
},
function(data2, status){
var chatmsgs = $("#chatbox").val();
chatmsgs = chatmsgs + '• ' + getCookie("inicialy") + ':' + data + "\n";
chatmsgs = chatmsgs + '• ' + 'Sending' + "\n";
$("#chatbox").val(chatmsgs);
});
}
@@ -71,20 +71,20 @@
</style>
</head>
<body>
<p class="headingac">Vysielanie</p>
<p class="headingac">Streaming</p>
<audio controls src="__VLOZ_URL_AUDIA__" id="audioplayer" type="__VLOZ_TYP_AUDIA__" preload="none"></audio>
<br>
<a href="index.php?logout=1">
<p>Odhlásiť sa</p>
<p>Log out</p>
</a>
<a href="__VLOZ_URL_AUDIA__.m3u" download target="_blank">
<p>Playlist na stiahnutie</p>
<p>Playlist download</p>
</a>
__VLOZ_ADMIN_LINK__
<div id="chat">
<textarea rows=5 id="chatbox" readonly></textarea><br>
<input id="ins"></input>
<button id="send">Odoslať</button>
<button id="send">Send</button>
</div>
<p>© BRN Systems __VLOZ_ROK__</p>
</body>