V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
www
/
Viewing: brands.php
<?php $sql1 = "SELECT * FROM gallery Orders LIMIT 1"; $res1 = $db->query($sql1); $arr1 = array(); while ($row1 = $res1->fetch_assoc()) { $arr1[] = $row1; } ?> <div class="row mt-3"> <div class="col-sm-12"> <div class="owl_cate"> <div class="owl-carousel owl-theme" id="owl_cate"> <?php $sql_gallery = "SELECT * FROM gallery "; $res_gallery = $db->query($sql_gallery); $arr_gallery = array(); while ($row_gallery = $res_gallery->fetch_assoc()) { $arr_gallery[] = $row_gallery; } if (is_array($arr_gallery) && count($arr_gallery) > 0) { foreach ($arr_gallery as $row_gallery) { ?> <div class="item"> <a class="cate_link" href="<?php echo $row_gallery['link']; ?>"> <div class="cate_items"> <img class="img-fluid" src="./dashboard/gallery/<?php echo $row_gallery['image']; ?>"> <h3 class="cate_title"> <?php echo $row_gallery['title']; ?> </h3> </div> </a> </div> <?php }} ?> </div> </div> </div> </div> <script> $(document).ready(function() { $('#owl_cate').owlCarousel({ loop: true, autoplay:true, autoplayTimeout:1000, responsiveClass: true, margin: 15, responsive: { 0: { items: 2, nav: false }, 600: { items: 4, nav: true }, 1000: { items:6, nav: true, loop: false, } } }) }) </script>
Coded With 💗 by
HanzOFC