📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
📝
musteriyorumlari.php
← Geri Dön
<?php require('ust.php');?> <title>Müşteri Yorumları - <?php echo $ayar['siteadi']; ?></title> <meta name="description" content="<?php echo $ayar['des']; ?>"> <?php require('menu.php');?> <div class="breadcrumbs"> <div class="container"> <div class="row"> <div class="col-xs-12"> <ul> <li class="home"> <a title="Anasayfa" href="index">Anasayfa</a><span>»</span></li> <li class="category13"><strong>Müşteri Yorumları</strong></li> </ul> </div> </div> </div> </div> <section class="our-clients"> <div class="container"> <div class="slider-items-products"> <div id="our-clients-slider" class="product-flexslider hidden-buttons"> <!-- Begin page header--> <div class="page-header-wrapper"> <div class="page-header text-center wow fadeInUp"> <h2 style="padding: 5px;text-align: center;border: 2px solid #f96a8d; background: #f36;"><span style="color:white;" class="text-main">Müşteri Yorumları</span></h2> <div class="custom-review"> <div class="row"> <?php $dee = $DB->query("select * from urun_yorumlar where durum='1' order by id asc")->fetchAll(PDO::FETCH_ASSOC); $__URUN__ = false; foreach ($dee as $de) { $__URUN__ = true; ?> <?php $zzzzz = $de['urunid'];?> <?php $ttt = $DB->query("select * from urunler where durum='1' and urunid='$zzzzz' order by urunid desc")->fetchAll(PDO::FETCH_ASSOC); foreach($ttt as $tttc){ ?> <div class="col-xs-12 col-sm-12 col-md-12"> <div class="customer-review" style="border: 1px dashed #f36; padding: 10px; margin-bottom: 10px;"> <div class="character" style="color: #ccd100; font-size: 20px;border-bottom: 1px solid #f5f5f5; padding-bottom: 10px;"> <a class="author"><?php echo $de['isim']; ?></a> <?php echo $de['yildiz'] == '1' ? '✯' : null; ?> <?php echo $de['yildiz'] == '2' ? '✯✯' : null; ?> <?php echo $de['yildiz'] == '3' ? '✯✯✯' : null; ?> <?php echo $de['yildiz'] == '4' ? '✯✯✯✯' : null; ?> <?php echo $de['yildiz'] == '5' ? '✯✯✯✯✯' : null; ?> <div class="time-review" style="color: red; font-size: 14px;"><?php echo $de['tarih']; ?></div> </div> <?php } ?> <div class="review-content"> <h5 class="title" style="margin-bottom: 2px;"><?php echo $de['baslik']; ?></h5> <p class="content"><?php echo $de['yorum']; ?></p> <a class="example-image-link" href="images/urun_yorumlar/<?php echo $de['resim']; ?>" data-lightbox="example-1"> <div class="thumb" style="max-width:100px;"> <img src="images/urun_yorumlar/<?php echo $de['resim']; ?>" alt="testimonials img"> </div> </a> </div> <?php if(empty(strip_tags($de['cevap']))){?> <?php } else { ?> <br> <div style="border: 1px solid #ff0080;padding: 10px;border-radius: 5px;"> <div class="character" style="border-top: 1px solid #f5f5f5;"> <br> <a class="author"> <b><?php echo $ayar['siteadi']; ?></b></a> <div class="time-review">Cevapladı</div> </div> <div class="review-content"> <p class="content"><?php echo $de['cevap']; ?></p> <div class="rating"> <img style="width: 130px; margin-bottom: 10px;float:right;margin-bottom: 20px;margin-top: -10px;" src="images/ayarlar/<?php echo $ayar['logo']; ?>" alt="Logo"> </div> </div> </div> <?php } ?> <br> </div> </div> <?php } if (!$__URUN__){ echo " <b>Bu ürüne henüz yorum yapılmamış. İlk yorumu siz yapmak ister misiniz ?</b> "; } ?> </div> </div> </div> </div> </div> </div> </div> </section> <?php require('footer.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