X7ROOT File Manager
Current Path:
/home/u126090504/domains/xavierhighschoolsoro.in/public_html
home
/
u126090504
/
domains
/
xavierhighschoolsoro.in
/
public_html
/
📁
..
📄
.htaccess
(1.13 KB)
📄
about-us.php
(2.29 KB)
📁
admin
📄
admission.php
(2.92 KB)
📁
ajax-load
📁
aspnet_client
📄
cleanup_README.txt
(1.25 KB)
📄
contact-us.php
(4.71 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-desk.php
(3.08 KB)
📁
fonts
📄
footer.php
(3.21 KB)
📄
gallery.php
(3.59 KB)
📄
header.php
(6.64 KB)
📁
images
📄
index.php
(21.24 KB)
📁
js
📄
laboratory.php
(3.71 KB)
📄
library.php
(4.26 KB)
📄
peret.php
(266.87 KB)
📄
principal's-desk.php
(3.04 KB)
📄
public-disclosure.php
(9.83 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
smart-classes.php
(3.33 KB)
📄
xavierhighschoolsoro-in.zip
(31.02 MB)
Editing: gallery.php
<?php include("header.php"); ?> <!-- Start main-content --> <div class="main-content bg-lighter"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg6.jpg"> <div class="container pt-70 pb-20"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white text-center">Gallery</h2> </div> </div> </div> </div> </section> <!-- Section: Experts Details --> <!-- Gallery Grid 3 --> <section id="gallery"> <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center mb-10 text-black-333 text-uppercase">Our <span class="text-theme-color-2"> Gllery</span></h2> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Filter --> <!-- End Portfolio Filter --> <!-- Portfolio Gallery Grid --> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-4 gutter-small clearfix" data-lightbox="gallery"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM gallerytab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item campus"> <div class="thumb"> <img class="img-fullwidth" src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="project"> <div class="overlay-shade"></div> <div class="text-holder"> <div class="title text-center"><?php echo $row['nimg']; ?></div> </div> <div class="icons-holder"> <div class="icons-holder-inner"> <div class="styled-icons icon-sm icon-dark icon-circled icon-theme-colored"> <a href="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox-gallery="gallery" title="Xavier Highschool Soro"><i class="fa fa-picture-o"></i></a> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <?php include("footer.php"); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> </body> </html>
Upload File
Create Folder