ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: /home/u435929562/domains/projectcop.com/public_html/radianttechguy/header.php
<?php
$directoryURI = $_SERVER['REQUEST_URI'];
$path = parse_url($directoryURI, PHP_URL_PATH);
$components = explode('/', $path);
$first_part = $components[2];
// echo $first_part;
?>

<!DOCTYPE html>
<html lang="en">

<head>

    <title>Radiant Technology</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="">

    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap">
    <link rel="stylesheet" href="css/tailwind/tailwind.min.css">
    <link rel="stylesheet" href="css/style.css?v=1" />
    <link rel="stylesheet" href="css/media.css?v=1" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" />
    <link rel="icon" type="image/x-icon" href="atis-assets/img/fevicon.png">

</head>

<body class="antialiased bg-body text-body font-body">

    <header class="header-section overflow-hidden">
        <div class="container">
            <nav class="relative py-6 flex justify-between items-center bg-white">
                <a class="text-3xl font-bold leading-none" href="index.php">
                    <img class="h-12" src="atis-assets/img/logo.svg" alt="" width="auto">
                </a>
                <div class="lg:hidden">
                    <button class="navbar-burger flex items-center text-gray-400 p-3">
                        <svg class="block h-4 w-4 fill-current" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                            <title>Mobile menu</title>
                            <path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
                        </svg>
                    </button>
                </div>
                <ul class="header-menu hidden absolute top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 lg:flex lg:mx-auto lg:flex lg:items-center lg:w-auto lg:space-x-6">
                    <li><a class="text-sm text-gray-400 <?php if ($first_part == "" || $first_part == "index.php") {
                                                            echo "active";
                                                        } ?>" href="index.php">Home</a></li>
                    <li><a class="text-sm text-gray-400 <?php if ($first_part == "about_us.php") {
                                                            echo "active";
                                                        } ?>" href="about_us.php">About Us</a></li>
                    <li><a class="text-sm text-gray-400 <?php if ($first_part == "services.php") {
                                                            echo "active";
                                                        } ?>" href="services.php">Services</a></li>
                    <li><a class="text-sm text-gray-400 <?php if ($first_part == "faq.php") {
                                                            echo "active";
                                                        } ?>" href="faq.php">FAQ</a></li>
                    <li><a class="text-sm text-gray-400 <?php if ($first_part == "contact.php") {
                                                            echo "active";
                                                        } ?>" href="contact.php">Contact us</a></li>
                    <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" target="_blank" aria-haspopup="true" aria-expanded="false" href="https://api.whatsapp.com/send?phone=919642411992"><img src="atis-assets/img/whatsapp.svg" /></a></li>
                </ul>
                <a class="header-btn hidden lg:block py-2 px-6 text-sm text-white font-bold rounded-l-xl rounded-t-xl transition duration-200" data-toggle="modal" href="#exampleModal">GET A QUOTE</a>
            </nav>
        </div>
        <div class="hidden navbar-menu fixed top-0 left-0 bottom-0 w-5/6 max-w-sm z-50">
            <div class="navbar-backdrop fixed inset-0 bg-gray-800 opacity-25"></div>
            <nav class="relative flex flex-col py-6 px-6 h-full w-full bg-white border-r overflow-y-auto">
                <div class="flex items-center mb-8">
                    <a class="mr-auto text-3xl font-bold leading-none" href="index.php">
                        <img class="h-10" src="atis-assets/img/logo.svg" alt="" width="auto">
                    </a>
                    <button class="navbar-close">
                        <svg class="h-6 w-6 text-gray-400 cursor-pointer hover:text-gray-500" xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
                        </svg>
                    </button>
                </div>
                <div>
                    <ul>
                        <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" href="index.php">Home</a></li>
                        <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" href="about_us.php">About
                                Us</a></li>
                        <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" href="services.php">Services</a></li>
                        <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" href="faq.php">Faq</a></li>
                        <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" href="contact.php">Contact us</a></li>
                        <li class="mb-1"><a class="block p-4 text-sm font-semibold text-gray-400 rounded" target="_blank" aria-haspopup="true" aria-expanded="false" href="https://api.whatsapp.com/send?phone=+919994172111"><img src="atis-assets/img/whatsapp.svg" /></a></li>

                    </ul>
                </div>
                <div class="mt-auto">
                    <p class="my-4 text-xs text-center text-gray-400">
                        <span>Radiant Technologies All rights reserved.</span>
                    </p>
                    <div class="text-center">
                        <a class="inline-block  mr-2 p-2 bg-white hover: rounded" href="#">
                            <img class="mx-auto" src="atis-assets/img/social-1.png">
                        </a>
                        <a class="inline-block mr-2 p-2 bg-white hover: rounded" href="#">
                            <img class="mx-auto" src="atis-assets/img/social-2.png">
                        </a>
                        <a class="inline-block p-2 bg-white hover: rounded" href="#">
                            <img class="mx-auto" src="atis-assets/img/social-3.png">
                        </a>
                        <a class="inline-block p-2 bg-white hover: rounded" href="#">
                            <img class="mx-auto" src="atis-assets/img/social-4.png">
                        </a>
                    </div>
                </div>
            </nav>
        </div>
    </header>