📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
belediyescripti.demodesign.com.tr
/
tema
/
genel
/
pages
📝
sayfalar.php
← Geri Dön
<?php echo !defined("GUVENLIK") ? die("Erisim Engellendi!.") : null;?> <?php if(strip_tags(isset($_GET['id']))) { $Sorgu = $db->prepare("SELECT * FROM sayfalar WHERE seo = ? AND durum = ? AND dil = ?"); $Sorgu->execute(array($_GET['id'],1,$_SESSION['k_dil'])); if($Sorgu->rowCount()){ $Sonuc = $Sorgu->fetch(PDO::FETCH_ASSOC); }else{ header("Location:".$url.(altklasor == "1" ? '/' : '')."404".$html.""); exit(); } } else { $Sorgu = $db->prepare("SELECT * FROM sayfalar WHERE durum = ? AND dil = ? ORDER BY id ASC"); $Sorgu->execute(array(1,$_SESSION['k_dil'])); if($Sorgu->rowCount()){ $Sonuc = $Sorgu->fetch(PDO::FETCH_ASSOC); }else{ header("Location:".$url.(altklasor == "1" ? '/' : '')."404".$html.""); exit(); } } $menubul = $db->query("SELECT * FROM menu WHERE menu_url = '".$htc['sayfaurl']."/".$Sonuc['seo']."' OR link = '".$htc['sayfaurl']."/".$Sonuc['seo']."' AND dil = '{$_SESSION['k_dil']}'")->fetch(PDO::FETCH_ASSOC); $menubas = $db->query("SELECT * FROM menu WHERE id = '{$menubul['menu_ust']}' AND dil = '{$_SESSION['k_dil']}'")->fetch(PDO::FETCH_ASSOC); ?> <!-- PAGE SECTİON BAŞLANGIÇ --> <section class="page-section"> <div class="bg-white"> <div class="col-12 p-0 banner"> <img src="<?php echo tema;?>/uploads/arkaplan/arkaplan6/<?php echo $arkaplan['arkaplan6'];?>" alt="<?php echo $Sonuc['adi'];?>"> <div class="slide-overlay"></div> </div> <div class="container banner-fix"> <div class="row"> <div class="col-lg-<?php echo($moduller['alan23'] == "1" ? '9 offset-lg-3' : '12');?> col-md-<?php echo($moduller['alan23'] == "1" ? '7 offset-md-5' : '12');?> z-index-9"> <ol class="breadcrumb z-index-9"> <li><a href="<?php echo $htc['anaurl'];?><?php echo $html;?>"> <i class="fa fa-home"></i> </a></li> <?php if($menubas['menu_isim'] != ""){?> <li><a href="<?php echo($menubas['menu_url'] == "0" ? $menubas['link'] : $menubas['menu_url']);?>"><?php echo ilkbuyuk($menubas['menu_isim']);?></a></li> <?php }?> <li><?php echo $Sonuc['adi'];?></li> </ol> <a href="javascript:history.back();" class="sayfa-geri"><span class="icon"><i class="fas fa-arrow-left"></i></span><?=@$dil['txt20'];?></a> </div> <?php include('leftbar.php');?> <div class="col-lg-<?php echo($moduller['alan23'] == "1" ? '9' : '12');?> col-md-<?php echo($moduller['alan23'] == "1" ? '7' : '12');?> z-index-9"> <div class="page-content"> <h2 class="page-title"> <?php echo $Sonuc['adi'];?> <span class="tarih"> <i class="fa fa-calendar"></i> <?php echo tarih($Sonuc['tarih']);?> </span> </h2> <div class="row haber-detay-box"> <div class="col-lg-12"> <?php if($Sonuc['resim'] != ""){?> <img src="<?php echo tema;?>/uploads/sayfalar/<?php echo $Sonuc['resim'];?>" class="haber-detay-image"> <?php }?> <div class="detay"> <?php echo $Sonuc['aciklama']; ?> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- PAGE SECTİON BİTİŞ --> <?php include('slider_menu.php');?>
💾 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