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
/
panaderia
/
admin
/
Viewing: dashboard.php
<?php include '../components/connect.php'; session_start(); $admin_id = $_SESSION['admin_id']; if(!isset($admin_id)){ header('location:admin_login.php'); } ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#e6a859"> <title>Panadería y Pastelería</title> <link rel="icon" type="image/png" href="../img/cuerno.png" /> <!-- Fuentes e iconos alineados con la página principal --> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Playfair+Display:wght@700;900&display=swap" rel="stylesheet"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" referrerpolicy="no-referrer" /> <!-- custom css file link --> <link rel="stylesheet" href="../css/admin_style.css"> <style> :root { --main-color: #ff9800; --money-green: #27ae60; --black: #222; --white: #fff; --gray: #f5f5f5; --shadow: 0 4px 24px rgba(0,0,0,0.10); --radius: 18px; --filter-bg: linear-gradient(90deg, #e0ffe7 0%, #b2f7c5 100%); } body { background: linear-gradient(135deg, #fffbe6 0%, #ffe0b2 100%); min-height: 100vh; } </style> </head> <body style="background-image: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url('../img/fondo1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed;"> <?php include '../components/admin_header.php' ?> <!-- admin dashboard section starts --> <section class="dashboard"> <h1 class="heading">Administrar</h1> <div class="box-container"> <div class="box"> <h3>Bienvenido!</h3> <p><?= $fetch_profile['name']; ?></p> <a href="update_profile.php" class="btn">Actualizar Perfíl</a> </div> <!-- PARA VER LAS ORDENES DE LA PÁGINA --> <!-- <div class="box"> <?php $total_pendings = 0; $select_pendings = $conn->prepare("SELECT * FROM `orders` WHERE payment_status = ?"); $select_pendings->execute(['pending']); while($fetch_pendings = $select_pendings->fetch(PDO::FETCH_ASSOC)){ $total_pendings += $fetch_pendings['total_price']; } ?> <h3><span>$</span><?= $total_pendings; ?><span>/-</span></h3> <p>total pendings</p> <a href="placed_orders.php" class="btn">see orders</a> </div> --> <!-- <div class="box"> <?php $total_completes = 0; $select_completes = $conn->prepare("SELECT * FROM `orders` WHERE payment_status = ?"); $select_completes->execute(['completed']); while($fetch_completes = $select_completes->fetch(PDO::FETCH_ASSOC)){ $total_completes += $fetch_completes['total_price']; } ?> <h3><span>$</span><?= $total_completes; ?><span>/-</span></h3> <p>total completes</p> <a href="placed_orders.php" class="btn">see orders</a> </div> --> <!-- <div class="box"> <?php $select_orders = $conn->prepare("SELECT * FROM `orders`"); $select_orders->execute(); $numbers_of_orders = $select_orders->rowCount(); ?> <h3><?= $numbers_of_orders; ?></h3> <p>total orders</p> <a href="placed_orders.php" class="btn">see orders</a> </div> --> <!-- <div class="box"> <?php $select_messages = $conn->prepare("SELECT * FROM `messages`"); $select_messages->execute(); $numbers_of_messages = $select_messages->rowCount(); ?> <h3><?= $numbers_of_messages; ?></h3> <p>Pedidos de Mesas</p> <a href="messages.php" class="btn">Ver Pedidos</a> </div> --> <div class="box"> <?php $select_products = $conn->prepare("SELECT * FROM `products`"); $select_products->execute(); $numbers_of_products = $select_products->rowCount(); ?> <h3><?= $numbers_of_products; ?></h3> <p>Comidas añadidas</p> <a href="products.php" class="btn">Ver comidas</a> </div> <!-- <div class="box"> <?php $select_users = $conn->prepare("SELECT * FROM `users`"); $select_users->execute(); $numbers_of_users = $select_users->rowCount(); ?> <h3><?= $numbers_of_users; ?></h3> <p>users accounts</p> <a href="users_accounts.php" class="btn">see users</a> </div> --> <div class="box"> <?php $select_admins = $conn->prepare("SELECT * FROM `admin`"); $select_admins->execute(); $numbers_of_admins = $select_admins->rowCount(); ?> <h3><?= $numbers_of_admins; ?></h3> <p>Usuarios</p> <a href="admin_accounts.php" class="btn">Ver usuarios</a> </div> </div> </section> <!-- admin dashboard section ends --> <!-- custom js file link --> <script src="../js/admin_script.js"></script> </body> </html>
Coded With 💗 by
0x6ick