📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscriptiv2.demodesign.com.tr
📝
foto-galeri.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <!doctype html> <html lang="en"> <head> <title>Foto Galeri • <?php echo $ayar->site_title; ?></title> <meta charset="utf-8"> <meta name="keywords" content="foto, fotograf, fotoğraf, albüm, galeri,"> <meta name="description" content="Bize Ait Tüm Çalışmalara Yönelik Fotoğraflar Burada."> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/font-awesome.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/animate.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/icofonts.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/automobil_icon.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/bootstrap.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/owlcarousel.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/bootstrap-datepicker.standalone.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/contactme-1.6.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/jquery.timepicker.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/select2.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/style.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/responsive.css"> </head> <body> <?php include("header.php");?> <div class="banner-area bg-overlay" id="banner-area" style="background-image:url(images/banner/gallery_banner.jpg);"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="banner-heading"> <h1 class="banner-title">Foto <span>Galeri</span></h1> <ol class="breadcrumb"> <li><a href="<?php echo $ayar->base_url; ?>">Anasayfa</a></li> <li>Galeri</li> </ol><!-- Breadcumb End --> </div><!-- Banner Heading end --> </div><!-- Col end--> </div><!-- Row end--> </div><!-- Container end--> </div><!-- Banner area end--> <section id="main-container" class="main-container"> <div class="ts-gallery"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2 class="section-title"> <span>Fotoğraf</span> Galerisi </h2> </div><!-- Col end --> </div><!-- Row End --> <div class="row"> <?php $Sorguurunkat = Sorgu("SELECT * FROM galeri_resim order by id desc"); while($Sonucurunkat = Sonuc($Sorguurunkat)) { ?> <div class="col-lg-4 col-md-6"> <div class="img-gallery"> <a class="gallery-popup" href="uploads/fotogaleri/<?php echo $Sonucurunkat->resim_yolu ?>" title="Image 1"> <img class="img-fluid" src="uploads/fotogaleri/<?php echo $Sonucurunkat->resim_yolu ?>" alt="resimgaleri"> </a> </div> </div><!-- Col end --> <?php } ?> </div><!-- Row End --> </div><!-- Container End --> </div><!-- Ts Gallery End --> </section><!-- Main container end --> <script src="js/jquery.magnific-popup.min.js"></script> <?php include ("footer.php");?> </body> </html>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula