Tul xxx Tul
User / IP
:
216.73.216.146
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
vendefacil
/
views
/
Viewing: login.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport"> <title><?php echo TITLE . ' - ' . $data['title']; ?></title> <!-- General CSS Files --> <link rel="stylesheet" href="<?php echo BASE_URL; ?>assets/css/app.min.css"> <link rel="stylesheet" href="<?php echo BASE_URL; ?>assets/bundles/bootstrap-social/bootstrap-social.css"> <!-- Template CSS --> <link rel="stylesheet" href="<?php echo BASE_URL; ?>assets/css/style.css"> <link rel="stylesheet" href="<?php echo BASE_URL; ?>assets/css/components.css"> <!-- Custom style CSS --> <link rel="stylesheet" href="<?php echo BASE_URL; ?>assets/css/custom.css"> <link rel="shortcut icon" type="image/x-icon" href="<?php echo BASE_URL; ?>assets/images/logofacturapro.png"> <style> body { background-color: #ffffff; overflow-x: hidden; } /* Split screen layout styles */ .login-wrapper { min-height: 100vh; } .login-image-section { background-color: #f8f9fa; display: flex; align-items: center; justify-content: center; padding: 20px; height: 100vh; position: relative; } .login-image-section img { max-width: 100%; max-height: 90vh; width: auto; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); } .login-form-section { height: 100vh; display: flex; align-items: center; justify-content: center; /* Background image with overlay */ background: linear-gradient(rgba(6, 24, 44, 0.8), rgba(6, 24, 44, 0.8)), url('<?php echo BASE_URL; ?>assets/images/portadamovil.png') center/cover no-repeat; padding: 2rem; } .login-form-container { width: 100%; max-width: 450px; } /* Glassmorphism Card Style */ .login-card { background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(10px); border-radius: 15px !important; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important; border: 1px solid rgba(255, 255, 255, 0.5) !important; } .login-card .card-header { border-bottom: none; padding-top: 25px; } .login-card .card-body { padding: 30px; } /* Copyright Styles */ .copyright-text { color: #000000; font-size: 0.95rem; font-weight: 500; } .login-badge { background: linear-gradient(135deg, #FFAA17 0%, #f59b00 100%); color: #ffffff !important; padding: 6px 16px; border-radius: 50px; font-weight: 600; text-decoration: none !important; box-shadow: 0 4px 10px #ffc10770; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: inline-block; margin-left: 6px; border: 1px solid rgba(255, 255, 255, 0.2); } .login-badge:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 6px 15px #ffa117; filter: brightness(110%); } /* Mobile responsiveness */ @media (max-width: 991.98px) { .row.no-gutters { flex-direction: column-reverse; } .login-image-section { display: flex; height: auto; min-height: 50vh; padding: 3rem 1rem; background-color: #ffffff; /* Seamless transition */ } .login-image-section img { max-height: 400px; /* Limit height on mobile */ width: 100%; object-fit: contain; box-shadow: none; /* Cleaner look on mobile */ } .login-form-section { height: auto; min-height: 100vh; /* Login takes full screen initially */ padding: 2rem 1rem; } } </style> </head> <body> <div class="loader"></div> <div class="container-fluid p-0 login-wrapper"> <div class="row no-gutters h-100"> <!-- columna --> <div class="col-12 login-form-section"> <div class="login-form-container"> <div class="card card-primary login-card"> <div class="card-header d-flex justify-content-center"> <h4 class="header-title text-center text-dark font-weight-bold">Iniciar Sesión</h4> </div> <div class="card-body"> <div class="text-center mb-4"> <img src="<?= BASE_URL . 'assets/images/logofacturapro.png'; ?>" alt="logo" width="150px"> </div> <form id="formulario" method="POST" autocomplete="off"> <div class="form-group"> <label for="correo" class="font-weight-bold">Email</label> <input type="email" class="form-control" id="correo" name="correo" placeholder="Correo Electrónico" tabindex="1" required autofocus> <span id="errorCorreo" class="text-danger"></span> </div> <div class="form-group"> <div class="d-block"> <label for="clave" class="control-label font-weight-bold">Contraseña</label> </div> <div class="input-group"> <input type="password" class="form-control" id="clave" name="clave" placeholder="Contraseña" tabindex="2" required> <button class="btn btn-outline-secondary" type="button" id="togglePassword"> <i class="fas fa-eye" id="eyeIcon"></i> </button> </div> <span id="errorClave" class="text-danger"></span> </div> <div class="d-flex justify-content-between align-items-center mt-4"> <a href="<?php echo BASE_URL; ?>" class="btn btn-outline-secondary"> Regresar </a> <button type="submit" class="btn btn-primary btn-lg" tabindex="3"> Entrar </button> </div> </form> <div class="text-center mt-4 copyright-text"> Sistema creado por <a href="https://grupoliesa.com/" target="_blank" class="login-badge">Grupo Liesa</a> </div> </div> </div> </div> </div> </div> </div> <!-- General JS Scripts --> <script src="<?php echo BASE_URL; ?>assets/js/app.min.js"></script> <script src="<?php echo BASE_URL; ?>assets/js/scripts.js"></script> <script src="<?php echo BASE_URL; ?>assets/js/sweetalert2.all.min.js"></script> <script> const base_url = '<?php echo BASE_URL; ?>'; </script> <script src="<?php echo BASE_URL; ?>assets/js/modulos/login.js"></script> </body> </html>
Coded With 💗 by
0x6ick