Tul xxx Tul
User / IP
:
216.73.217.86
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
/
comidarapidamaylor
/
components
/
Viewing: user_header.php
<?php if(isset($message)){ foreach($message as $message){ echo ' <div class="message"> <span>'.$message.'</span> <i class="fas fa-times" onclick="this.parentElement.remove();"></i> </div> '; } } $businessName = isset($conn) ? getBusinessName($conn) : "D´ Lili Burguer"; $businessLogo = isset($conn) ? getBusinessLogo($conn) : 'assets/img/favicon.png'; $businessLogoVersion = isset($conn) ? getBusinessLogoVersion($conn) : ''; $businessLogoHref = ltrim($businessLogo, '/'); if ($businessLogoVersion !== '') { $businessLogoHref .= (strpos($businessLogoHref, '?') === false ? '?' : '&') . 'v=' . rawurlencode($businessLogoVersion); } ?> <header class="header" style="background: linear-gradient(to right,rgb(255, 0, 0),rgb(255, 0, 0));"> <!-- <link rel="icon" href="images/logo.png" type="image/x-icon"> --> <!-- <link href="images/favicon.png" rel="icon"> --> <section class="flex"> <a href="home.php" class="logo"> <img src="<?= htmlspecialchars($businessLogoHref); ?>" alt="<?= htmlspecialchars($businessName); ?>" width="100" height="100"></a> <nav class="navbar"> <a href="home.php">MENÚ</a> <!-- <a href="about.php">about</a> --> <!-- <a href="menu.php">menu</a> --> <!-- <a href="orders.php">orders</a> --> <a href="contact.php">MENSAJE</a> <a href="admin/admin_login.php">INICIAR SESIÓN</a> </nav> <div class="icons"> <?php $count_cart_items = $conn->prepare("SELECT * FROM `cart` WHERE user_id = ?"); $count_cart_items->execute([$user_id]); $total_cart_items = $count_cart_items->rowCount(); ?> <a href="search.php"><i class="fas fa-search"></i></a> <a href="cart.php"><i class="fas fa-shopping-cart"></i><span>(<?= $total_cart_items; ?>)</span></a> <div id="user-btn" class="fas fa-user"></div> <div id="menu-btn" class="fas fa-bars"></div> </div> <div class="profile"> <?php $select_profile = $conn->prepare("SELECT * FROM `users` WHERE id = ?"); $select_profile->execute([$user_id]); if($select_profile->rowCount() > 0){ $fetch_profile = $select_profile->fetch(PDO::FETCH_ASSOC); ?> <p class="name"><?= $fetch_profile['name']; ?></p> <div class="flex"> <a href="profile.php" class="btn">profile</a> <a href="components/user_logout.php" onclick="return confirm('logout from this website?');" class="delete-btn">logout</a> </div> <p class="account"> <a href="login.php">login</a> or <a href="register.php">register</a> </p> <?php }else{ ?> <p class="name">please login first!</p> <a href="login.php" class="btn">login</a> <?php } ?> </div> </section> </header>
Coded With 💗 by
0x6ick