BLACKSITE
:
216.73.216.137
:
157.173.108.86 / pdclassessgnr.in
:
Linux server.madnetech.com 4.18.0-553.117.1.el8_10.x86_64 #1 SMP Sun Apr 5 23:14:32 EDT 2026 x86_64
:
/
home
/
balaji
/
public_html
/
Upload File:
files >> /home/balaji/public_html/products.php
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Our Products - balaji Nursery</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <link rel="shortcut icon" type="image/x-icon" href="img/icon/favicon.ico"> <!-- Place favicon.ico in the root directory --> <!-- all css here --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/material-design-iconic-font.min.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/venobox.css"> <link rel="stylesheet" href="css/meanmenu.min.css"> <link rel="stylesheet" href="css/shortcode/shortcodes.css"> <link rel="stylesheet" href="css/plugins.css"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="css/responsive.css"> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Page Wraper Here Start --> <div class="page-wraper"> <?php include('header.php') ?> <!-- page Content Start --> <div class="page-content"> <!-- Breadcamb Area Start --> <section class="breadcamb-area bg-8 ptb-170"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="bradcamb-content text-center text-white"> <h1>Our Products</h1> <ul> <li><a href="index.php">Home <span>//</span> </a></li> <li>Our Products</li> </ul> </div> </div> </div> </div> </section> <!-- Breadcamb Area End --> <!-- Our Project Start --> <section class="our-project pt-100 pb-70 bg-2"> <div class="container"> <!-- Section Titel --> <div class="row"> <div class="col-md-12"> <div class="section-titel style-two mb-75 text-center"> <h3>Our Products</h3> </div> </div> </div> <!-- Section Titel --> <div class="row"> <?php $sql_query="SELECT * FROM products LIMIT 96"; $result_set=mysqli_query($con,$sql_query); $i=1; while($row=mysqli_fetch_row($result_set)) { ?> <!-- Project Single --> <div class="col-md-3 col-sm-3"> <div class="single-project"> <div class="image-box"> <img src="admin/uploads/products/<?php echo $row[2]; ?>" style="height:280px; width:100%; border-radius:10px;" alt="img"> <div class="titel-venobox text-center"> <a class="venobox" href="admin/uploads/products/<?php echo $row[2]; ?>"><i class="zmdi zmdi-plus"></i></a> </br><b><?php echo $row[3]; ?></b> </div> </div> <div class="blog-content"> <p style="text-align:center; font-size:16px;"><b><?php echo $row[1]; ?></b></p> <br> </div> </div> </div> <!-- Project Single --> <?php $i++; } ?> </div> </div> </section> <!-- Our Project End --> </div> <!-- page Content End --> <?php include('footer.php') ?> </div> <!-- Page Wraper Here Start --> <!-- all js here --> <script src="js/vendor/jquery-1.12.4.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.ajaxchimp.min.js"></script> <script src="js/jquery.meanmenu.js"></script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> </body> </html>