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/eventsbyshubhchintak/vendor/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ?> <!DOCTYPE html> <html lang="en"> <?php include 'includes/db-conn.inc.php'; include'includes/head.php'; if(!isset($_SESSION['usermobile'])) { echo "<script>window.location = 'index';</script>"; $_SESSION['usermobile']; } ?> <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css"> <body> <div id="preloader"> <div id="status"> </div> </div> <!--TOP SEARCH SECTION--> <?php include'includes/header.php'; ?> <!--DASHBOARD--> <section> <div class="tz"> <!--LEFT SECTION--> <?php include 'includes/leftsection.php'; ?> <!--CENTER SECTION--> <div class="tz-2"> <div class="tz-2-com tz-2-main"> <h4>Manage Listing</h4> <div class="tz-2-main-com"> <div class="tz-2-main-1"> <a href="add-listing.php"><div class="tz-2-main-2"> <img src="images\icon\d1.png" alt=""><span> Add Listings</span> <p>Add new listing here</p> <!-- <h2>04</h2> --> </div></a> </div> <div class="tz-2-main-1"> <a href=""><div class="tz-2-main-2"> <img src="images\icon\d2.png" alt=""><span>View Listing</span> <p>View listing here</p> </div></a> </div> <div class="tz-2-main-1"> <a href="change-password.php"><div class="tz-2-main-2"> <img src="images\icon\d3.png" alt=""><span>Change Password</span> <p>Change Password here</p> </div></a> </div> </div> </div> </div> <!--RIGHT SECTION--> </div> </section> <!--END DASHBOARD--> <!--FOOTER SECTION--> <?php include'includes/footer.php'; ?> <!--SCRIPT FILES--> <script src="js\jquery.min.js"></script> <script src="js\bootstrap.js" type="text/javascript"></script> <script src="js\materialize.min.js" type="text/javascript"></script> <script src="js\custom.js"></script> </body> </html>