X7ROOT File Manager
Current Path:
/home/u126090504/domains/gurugyanacademy.in/public_html
home
/
u126090504
/
domains
/
gurugyanacademy.in
/
public_html
/
📁
..
📄
.htaccess
(2.11 KB)
📄
about-us.php
(9.85 KB)
📁
admin
📄
bed.php
(7.51 KB)
📄
branches.php
(5.72 KB)
📁
cgi-bin
📄
chair-person's-message.php
(5.23 KB)
📄
cleanup_README.txt
(1.25 KB)
📄
coaching.php
(6.65 KB)
📄
computer.php
(16.64 KB)
📄
contact-us.php
(6.18 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-message.php
(5.19 KB)
📄
download.php
(3.87 KB)
📄
facilities.php
(12.06 KB)
📁
fonts
📄
footer.php
(7.15 KB)
📄
gallery.php
(4.98 KB)
📄
google8b8d2637d334d5a3.html
(53 B)
📁
gurugyan
📄
gurugyan.sql
(5.98 KB)
📄
gurugyan.zip
(64.22 MB)
📄
header.php
(11.02 KB)
📁
images
📄
index.php
(54.28 KB)
📁
js
📁
oca-bls
📁
pdf
📁
revolution
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
spoken-english.php
(7.15 KB)
Editing: download.php
<?php include("header.php"); ?><!--header end--> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h2 class="title">Download</h2> </div> <div class="breadcrumb-wrapper"> <span> <a title="Homepage" href="index.html">Home</a> </span> <span class="ttm-bread-sep"> > </span> <span class="current">Download</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <section style="margin-top:5%;"> <div class="container"> <div class="row"> <div class="col-md-12"> <div data-example-id="simple-table" class="bs-example"> <table class="table"><thead> <tr> <th>SL NO</th> <th style="text-align: center;">SUBJECT</th> <th>DOWNLOAD</th> </tr> </thead> <tbody> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM publicdis"; $query_run = mysqli_query($connection, $query); $check_notice = mysqli_num_rows($query_run) > 0; if ($check_notice) { while ($row = mysqli_fetch_array($query_run)) { ?> <tr> <th scope="row"><?php echo $row['pdsl']; ?></th> <td style="font-weight: bold; font-size: 18px; text-align: center;"><?php echo $row['pdsub']; ?></td> <td><a href="<?php echo 'admin/files/' . $row['pdurl'] ?>"> <img src="images/pd.png"> </a></td> </tr> <?php } } else { echo "We will soon update this page"; } ?> </tbody> </table> <pre> </pre> </div> </div> </div> </div> </section> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end--> <!--back-to-top start--> <a id="totop" href="#top"> <i class="fa fa-angle-up"></i> </a> <!--back-to-top end--> </div><!-- page end --> <!-- Javascript --> <script src="js/jquery.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery-waypoints.js"></script> <script src="js/jquery-validate.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <script src="js/slick.min.js"></script> <script src="js/numinate.min.js"></script> <script src="js/imagesloaded.min.js"></script> <script src="js/jquery-isotope.js"></script> <script src="js/main.js"></script> <!-- Javascript end--> </body> </html>
Upload File
Create Folder