📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscriptiv2.demodesign.com.tr
📝
biz-kimiz.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 sayfalar 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 lang="tr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title><?php echo $adi ?> • <?php echo $ayar->site_title; ?></title> <meta name="keywords" content="<?php echo $keywords; ?>"> <meta name="description" content="<?php echo $kisa; ?>"> <!-- Font Awesome --> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/font-awesome.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/animate.css"> <!-- IcoFonts --> <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"> <!-- Bootstrap --> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/bootstrap.min.css"> <!-- Owl Carousel --> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/owlcarousel.min.css"> <!-- Contactme --> <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"> <!-- Style --> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/style.css"> <!-- Responsive --> <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(<?php echo $ayar->base_url; ?>/uploads/sayfalar/<?php echo $resim ?>);"> <div class="container"> <div class="row justify-content-center"> <div class="col"> <div class="banner-heading"> <h1 class="banner-title"><?php echo $adi ?></span></h1> <ol class="breadcrumb"> <li><a href="<?php echo $ayar->base_url; ?>">Anasayfa</a></li> <li><a href="#"><?php echo $adi ?></a></li> </ol> </div> <!-- Banner heading --> </div><!-- Col end--> </div><!-- Row end--> </div><!-- Container end--> </div><!-- Banner area end--> <section id="main-container" class="main-container pb-120"> <div id="ts-service-details" class="ts-service-detials"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-12"> <div class="sidebar sidebar-left"> <div class="widget no-padding no-border"> <ul class="service-menu unstyled"> <?php $Sorguhizmetlerimiz = Sorgu("SELECT * FROM sayfalar order by id asc"); while($Sonuchizmetlerimiz = Sonuc($Sorguhizmetlerimiz)) { ?> <li><a href="<?php echo $ayar->base_url ?>Kurumsal/<?php echo $Sonuchizmetlerimiz->seo ?>"><?php echo $Sonuchizmetlerimiz->adi; ?></a></li> <?php } ?> </ul> </div> </div><!-- Sidebar end --> </div><!-- Sidebar Col end --> <div class="col-lg-9 col-md-12"> <div class="ts-service-content"> <h2 class="section-title"> <span></span> <?php echo $adi ?> </h2> <p><?php echo $aciklama ?> </p> <span class="service-img"> <img class="img-fluid" src="<?php echo $ayar->base_url; ?>/uploads/sayfalar/<?php echo $resim ?>" alt=""> </span> <!-- Service list end --> </div> <!-- Service content end --> </div> <!-- Plan end --> </div> <!-- Col end --> </div> <!-- Row End --> </div> <!-- Col end --> </div><!-- Main row end --> </div><!-- Container end --> </div><!-- Service details end --> </section><!-- Main container end --> <?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