X7ROOT File Manager
Current Path:
/home/u126090504/domains/nistresidentialcollege.in/public_html
home
/
u126090504
/
domains
/
nistresidentialcollege.in
/
public_html
/
📁
..
📄
.htaccess
(2.31 KB)
📄
Courses-Offered.php
(2.07 KB)
📄
Nist-Backup.zip
(94.12 MB)
📄
about.php
(5.67 KB)
📄
achievers.php
(2.89 KB)
📁
admin
📄
admission.php
(4.36 KB)
📁
ajax-load
📄
career.php
(5.74 KB)
📄
cleanup_README.txt
(1.25 KB)
📄
contact.php
(4.99 KB)
📄
contactdb.php
(1018 B)
📄
courses.php
(14.88 KB)
📁
css
📄
examination.php
(3.26 KB)
📄
facilities.php
(7.06 KB)
📄
fees.php
(24.29 KB)
📁
fonts
📄
gallery.php
(3.51 KB)
📁
images
📄
index.php
(24.2 KB)
📁
js
📄
online-admission.php
(8.84 KB)
📄
peret.php
(266.87 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
talent-search.php
(5.43 KB)
📄
viewpaymentdb.php
(1.26 KB)
Editing: achievers.php
<?php include ("admin/include/header.php"); ?> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- Header --> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-white-1" data-bg-img="images/bg/slide3.jpg"> <div class="container pt-60 pb-60"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-sm-8 text-left flip xs-text-center"> <h2 class="title" style="font-size:19px; color:white;">OUR ACHIEVERS</h2> </div> </div> </div> </div> </section> <br/> <br/> <!-- Section: About --> <!-- Section: Gallery --> <section id="gallery"> <div class="container pt-50 pb-30"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div id="grid" class="gallery-isotope grid-4 gutter clearfix"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM fboard"; $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 wheel"> <div class="work-gallery"> <div class="gallery-bottom-part text-center" style="text-align: left;"> <img class="img-fullwidth" alt="" src="admin/faculty/<?php echo $row['fimg']; ?>"> <h5 class="title text-uppercase text-center font-raleway font-weight-600 m-0"> <?php echo $row['fname']; ?> </h5> <h6 class="sub-title m-0"> Rank: <?php echo $row['des']; ?> </h6> <h6 class="sub-title m-0"> Percentage: <?php echo $row['exp']; ?> </h6> <h6 class="sub-title m-0"> Year: <?php echo $row['qual']; ?> </h6> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div > </section> </div> <!-- end main-content --> <!-- Footer --> <?php include("admin/include/footer.php"); ?>
Upload File
Create Folder