📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscripti.demodesign.com.tr
📝
haber-detay.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <?php if(empty ($_GET["yazi"])) { ?> <meta http-equiv="refresh" content="0;URL='<?php echo $ayar->base_url ?>'" /> <?php } else { $yazi = $_GET["yazi"]; $Sorguvarmi = Sorgu("SELECT * FROM haberler where seo='$yazi'"); if($var = Sonuc($Sorguvarmi)) { $id = $var->id; $resim = $var->resim; $adi = $var->adi; $description = $var->description; $aciklama = $var->aciklama; $tarihs = $var->tarih; $etiket = $var->keywords; $kategori = $var->kategori; $at = rand(0,2); $hit = $var->hit+$at; Sorgu("update haberler set hit ='$hit' where id='$id'"); }else {?> <meta http-equiv="refresh" content="0;URL='<?php echo $ayar->base_url ?>'" /> <?php } }; ?> <!DOCTYPE html> <html lang="tr"> <head> <title><?php echo $adi; ?> - <?php echo $ayar->site_title; ?></title> <meta name="description" content="<?php echo $description; ?>..."> <meta name="keywords" content="<?php echo $etiket; ?>"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <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; ?>">Ansayfa</a> </li> <li class="breadcrumb-item"> <a href="#">Blog</a> </li> </ol> </div> </div> </div> </section> </div> <section class="ls s-py-60 s-py-lg-100 s-py-xl-150 c-gutter-70"> <div class="container"> <div class="row"> <main class="offset-lg-1 col-lg-10"> <article class="vertical-item post single-post type-post status-publish format-standard has-post-thumbnail"> <!-- .post-thumbnail --> <div class="item-media post-thumbnail"> <img src="images/blog/01.jpg" alt=""> <div class="tagcloud"> <a href="blog-right.html" class="tag-cloud-link"> <span> <?php echo $adi; ?> </span> </a> </div> </div> <div class="social-icon social-buttons affix-aside"> <p class="social-icons"> <span><a href="#" class="fa fa-facebook border-icon rounded-icon" title="facebook"></a></span> <span><a href="#" class="fa fa-paper-plane border-icon rounded-icon" title="telegram"></a></span> <span><a href="#" class="fa fa-instagram border-icon rounded-icon" title="instagram"></a></span> </p> </div> <div class="item-content"> <div class="entry-content"> <p> <?php echo $aciklama; ?> </p> </div> <!-- .entry-footer --> <hr> </div> <!-- .item-content --> </article> </main> </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