📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscripti.demodesign.com.tr
📝
hizmetler.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <?php if(empty ($_GET["seosayfa"])) { ?> <meta http-equiv="refresh" content="0;URL='<?php echo $ayar->base_url ?>'" /> <?php } else { $gelen_seo = $_GET["seosayfa"]; $Sorguvarmi = Sorgu("SELECT * FROM hizmetler where seo='$gelen_seo'"); if($var = Sonuc($Sorguvarmi)) { $adi = $var->adi; $resim = $var->resim; $aciklama = $var->aciklama; $keywords = $var->keywords; $seo = $var->seo; $kisa = $var->description; }else {?> <meta http-equiv="refresh" content="0;URL='<?php echo $ayar->base_url ?>'" /> <?php } }; ?> <!DOCTYPE html> <html class="no-js"> <head> <title><?php echo $ayar->site_title; ?> - Hizmetlerimiz</title> <meta name="description" content="<?php echo $ayar->site_desc; ?>"> <meta name="keywords" content="<?php echo $ayar->site_meta; ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="<?php echo $ayar->base_url ?>css/bootstrap.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url ?>css/animations.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url ?>css/font-awesome.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url ?>css/main.css" class="color-switcher-link"> <script src="<?php echo $ayar->base_url ?>js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <?php include("header.php"); ?> <div> <section class="page_title ds s-pt-105 s-pb-50 s-pt-lg-115 s-pb-lg-60"> <div class="divider-3 d-none d-lg-block"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h1 class="bold text-center text-lg-left"><?php echo $adi ?></h1> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo $ayar->base_url; ?>Anasayfa">Anasayfa</a> </li> <li class="breadcrumb-item"> <a href="#"><?php echo $adi ?></a> </li> </ol> </div> </div> </div> </section> </div> <section class="ls s-pt-50 s-pb-20 s-pt-lg-100 s-pb-lg-90 s-pt-xl-150 s-pb-xl-140 c-gutter-60 c-mb-30 c-mb-lg-0 service-single"> <div class="container"> <div class="row"> <div class="col-md-7 col-lg-8"> <div> <img src="<?php echo $ayar->base_url; ?>uploads/hizmetler/<?php echo $resim ?>" alt=""> </div> <h3 class="special-heading service-title"><span class="text-gradient"><?php echo $adi ?></span></h3> <p> <?php echo $aciklama ?> </p> </div><!-- .col-* --> </div> <div class="divider-3"></div> </div> </section> <?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