UnknownSec Bypass
403
:
/
var
/
www
/
jpsagrisolution
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
gallery.php
<?php include "top_menu.php";?> <!--/inner-page--> <div class="inner-banner py-5"> <section class="w3l-breadcrumb text-left py-sm-5 "> <div class="container"> <div class="w3breadcrumb-gids"> <div class="w3breadcrumb-left text-left"> <h2 class="inner-w3-title mt-sm-5 mt-4"> Image Gallery </h2> </div> <div class="w3breadcrumb-right"> <ul class="breadcrumbs-custom-path"> <li><a href="index.php">Home</a></li> <li class="active"><span class="fas fa-angle-double-right mx-2"></span> Image Gallery</li> </ul> </div> </div> </div> </section> </div> <!--//inner-page--> <!--/properties--> <section class="locations-1 w3services-3"> <div class="locations py-5"> <div class="container py-lg-5 py-md-4 py-2"> <div class="heading text-center mx-auto"> <h6 class="title-subw3hny mb-1">Image</h6> <h3 class="title-w3l mb-3">Gallery</h3> </div> <div class="row"> <ul class="galul"> <?php $sql="SELECT * FROM gallerytb"; $result = mysqli_query($conn,$sql); if(mysqli_num_rows($result)>0){ while ($row=mysqli_fetch_assoc($result)) { ?> <li class="galli"> <a class="link-photo" data-lightbox="img" href="cpanel/gallery_images/<?php echo $row['file_name'];?>" title="Powieksz zdjecie"> <img src="cpanel/gallery_images/<?php echo $row['file_name'];?>" alt="demo"> </a> </li> <?php } } ?> </ul> </div> </div> </div> </section> <!--//properties--> <script> $(document).ready(function() { $('.popup-gallery').magnificPopup({ delegate: 'a', type: 'image', tLoading: 'Loading image #%curr%...', mainClass: 'mfp-img-mobile', gallery: { enabled: true, navigateByImgClick: true, preload: [0,1] // Will preload 0 - before current, and 1 after the current image }, image: { tError: '<a href="%url%">The image #%curr%</a> could not be loaded.', titleSrc: function(item) { return item.el.attr('title') + '<small>by Marsel Van Oosten</small>'; } } }); }); </script> <?php include "footer.php";?>
Copyright © 2025 - UnknownSec