show JUNE

This commit is contained in:
fred 2021-08-10 00:49:15 +02:00
parent 14d2974c1a
commit f0d2fc35ad
1 changed files with 16 additions and 22 deletions

View File

@ -6,6 +6,7 @@ require_once('functions.php');
$videosList = array(); $videosList = array();
exec("/bin/bash -c './get_youtube_videos.sh F'", $videos); exec("/bin/bash -c './get_youtube_videos.sh F'", $videos);
exec("/bin/bash -c './check_bootstrap_wallet.sh'", $gg1);
$videos = array_reverse($videos); $videos = array_reverse($videos);
// ## film;MDan5TDuT-0;;Le Manuel de Survie en Dictature v1.1 au format papier;;["onelove"];k51qzi5uqu5dl0hnglpzumjezep2avacrtbx7i15v91elcxac4cpd8290kl1hq;720p;/ipfs/QmZp63RXhLm6QASmw1t2R8fu5waSJFmyW7cmdVNxyuJXzg/MDan5TDuT-0_Le%20Manuel%20de%20Survie%20en%20Dictature%20v1.1%20au%20format%20papier.mp4 // ## film;MDan5TDuT-0;;Le Manuel de Survie en Dictature v1.1 au format papier;;["onelove"];k51qzi5uqu5dl0hnglpzumjezep2avacrtbx7i15v91elcxac4cpd8290kl1hq;720p;/ipfs/QmZp63RXhLm6QASmw1t2R8fu5waSJFmyW7cmdVNxyuJXzg/MDan5TDuT-0_Le%20Manuel%20de%20Survie%20en%20Dictature%20v1.1%20au%20format%20papier.mp4
@ -38,24 +39,33 @@ foreach ($videos as $v) {
?><!DOCTYPE html> ?><!DOCTYPE html>
<html> <html>
<head> <head>
<title>Astro CLUB</title> <title>Astro CLUB - <?php echo $gg1; ?> JUNE</title>
<link rel="stylesheet" href="crowdbunker.css" type="text/css" /> <link rel="stylesheet" href="crowdbunker.css" type="text/css" />
<link rel="icon" type="image/png" href="./astrocrowdbunker.png" /> <link rel="icon" type="image/png" href="./astrocrowdbunker.png" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="./instascan.min.js"></script>
</head> </head>
<body> <body>
<header> <header>
<h1> <h1>
<a href="youtube.php"><span>Astroport</span> × <span>Video CLUB</span></a> <a href="https://copylaradio.com"><span>Astroport</span> CopyLaRadio <span>Video CLUB Libre entre Amis</span></a>
</h1> </h1>
</header> </header>
<main> <main>
<video id="preview"></video> <div class="v-avatar v-banner__icon" style="height: 40px; min-width: 40px; width: 40px;">
<div class="v-avatar primary" style="height: 40px; min-width: 40px; width: 40px;">
<i aria-hidden="true" icon="mdi-lock" class="v-icon notranslate mdi mdi-information-variant theme--dark white--text"></i>
</div>
</div>
<div class="v-banner__text"> Astroport protège notre <b>liberté numérique.</b>
C'est un centre d'hébergement et partage de données exclusivement hébergée par vos soins!
Toute contribution y est rétribuée en Monnaie Libre, utilisez vos Junes pour faire des dons à vos medias favoris
</div>
<div class="v-banner__actions">
<button type="button" class="ml-0 v-btn v-btn--text theme--dark v-size--default primary--text"><span class="v-btn__content">Rendez-vous sur Gchange</span>
</button>
</div>
<?php <?php
echo '<ul id="videosList">'; echo '<ul id="videosList">';
@ -84,21 +94,5 @@ echo '</ul>';
?> ?>
</main> </main>
<script type="text/javascript">
let scanner = new Instascan.Scanner({ video: document.getElementById('preview') });
scanner.addListener('scan', function (content) {
alert(content);
});
Instascan.Camera.getCameras().then(function (cameras) {
if (cameras.length > 0) {
scanner.start(cameras[0]);
} else {
console.error('No cameras found.');
}
}).catch(function (e) {
console.error(e);
});
</script>
</body> </body>
</html> </html>