BLACKSITE
:
216.73.216.9
:
103.185.75.71 / www.dial4web.com
:
Linux server.webmediatricks.in 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
:
/
home
/
dial4web
/
.trash
/
Upload File:
files >> /home/dial4web/.trash/result.php
<?php include_once("include/main.inc.php"); $admin_res = getAdminDetails(); $hover='gallery'; $gallery = mysqli_query($GLOBALS['dbconn'],"select gallery_title,gallery_image from gallery_tbl order by gallery_order"); $page_metatitle="Gallery - ".$admin_res['companyName']; $page_metakey="Gallery - ".$admin_res['companyName']; $page_metadesc="Gallery - ".$admin_res['companyName']; ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include 'app_top.php'; ?> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8927192331839752"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8927192331839752"></script> </head> <body> <?php include 'app_header.php'; ?> <main id="main"> <!-- ======= Breadcrumbs Section ======= --> <section class="breadcrumbs"> <div class="container"> <div class="text-center"> <h2>Result</h2> <ol> <li><a href="<?=site_url?>">Home</a></li> <li>Result</li> </ol> </div> </div> </section> <!-- End Breadcrumbs Section --> <section id="gallery" class="gallery"> <div class="container"> <div class="section-title"> <div class="gallery-slider swiper"> <div class="row"> <?php $gallery = db_query("select * from gallery_tbl where status='Active' AND folder_id = '23' "); while($row=mysqli_fetch_array($gallery)){?> <div class="col-lg-3 col-md-4 col-6 my-1"> <a class="gallery-lightbox" href="<?=upload_url?>gallery/<?=$row['gallery_image']?>" title="<?=$row['gallery_title']?>"> <img src="<?=upload_url?>gallery/<?=$row['gallery_image']?>" alt="<?=$row['gallery_title']?>" title="<?=$row['gallery_title']?>" class="img-fluid" > </a> </div> <?php }?> </div> </div> </div> </section> <!-- End Gallery Section --> </main> <!-- end gallery sec --> <?php include 'app_footer.php'; ?> <?php include 'app_bottom.php'; ?> </body> </html>