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/machine-shop.php
<?php include_once ('header.php'); ?> <?php $page_data = db_query("select * from tbl_site_pages where site_pages_id='91'"); $page = mysqli_fetch_array($page_data); $images = db_query("select * from tbl_image_gallery where header_flash_type = '$page[site_pages_link]' "); ?> <main id="main"> <section id="breadcrumbs" class="breadcrumbs"> <div class="container"> <ol> <li><a href="">Home</a></li> </ol> <h2><?=$page['site_pages_name']?></h2> </div> </section> <section id="portfolio" class="portfoio"> <div class="container" data-aos="fade-up"> <div class="section-title"> <?=$page['site_pages_description']?> </div> <?php if(mysqli_num_rows($images)>0){?> <div class="row portfolio-container"> <?php while($row=mysqli_fetch_array($images)){?> <div class="col-lg-4 col-md-6 portfolio-item filter-app"> <img src="<?=showImage($row['header_flash_image_name'],'gallery')?>" alt="<?=$row['header_flash_title']?>" title="<?=$row['header_flash_title']?>" class="img-fluid"> <div class="portfolio-info"> <h4><?=$row['header_flash_title']?></h4> <a href="<?=showImage($row['header_flash_image_name'],'gallery')?>" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link infrastructure" title="<?=$row['header_flash_title']?>"><i class="bx bx-plus"></i></a> </div> </div> <?php }?> </div> <?php }?> </div> </section><!-- End Portfoio Section --> <!-- <section id="blog" class="blog"> <div class="container" data-aos="fade-up"> <div class="row"> <div class="col-lg-12 entries"> <div class="tab"> <button class="tablinks" onclick="openCity(event, 'London')">London</button> <button class="tablinks" onclick="openCity(event, 'Paris')">Paris</button> <button class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</button> </div> <div id="London" class="tabcontent"> <h3>London</h3> <p>London is the capital city of England.</p> </div> <div id="Paris" class="tabcontent"> <h3>Paris</h3> <p>Paris is the capital of France.</p> </div> <div id="Tokyo" class="tabcontent"> <h3>Tokyo</h3> <p>Tokyo is the capital of Japan.</p> </div> </div> </div> </div> </section> --> </main> <?php include_once ('footer.php'); ?>