HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / home / cuneytsener53 / guzel1.snrsoft.com.tr /

Server Ip : 172.67.216.244




Filename/home/cuneytsener53/guzel1.snrsoft.com.tr/paketler.php
Size2.82 kb
Permissionrw-r--r--
Owner
Create time02-Mar-2025 05:46
Last modified09-Nov-2019 15:20
Last accessed05-Apr-2025 01:32
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php
include 'include/head.php';
$metakey=$db->prepare("SELECT * from meta where meta_id=1");
$metakey->execute(array(0));
$metakeyprint=$metakey->fetch(PDO::FETCH_ASSOC);
$meta = [
'title' => $metakeyprint['meta_title'],
'desc' => $metakeyprint['meta_descr'],
'key' => $metakeyprint['meta_keyword']
];
include 'include/header.php';
include 'include/menu.php';
?>
<div id="hb-innerbanner" class="arkaplanson hb-innerbanner hb-haslayout">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="hb-innerbanner-area">
<div class="hb-bannarheading">
<h1 style="color: #000;"><?php echo $widgetprint['widget_burun']; ?></h1>
</div>
<ul class="hb-breadcrumb">
<li style="color: #000;"><a style="color: #000;" href="<?php echo $settingsprint['ayar_siteurl'] ?>">ANASAYFA</a></li>
<li style="color: #000;"><?php echo $widgetprint['widget_burun']; ?></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<main id="hb-main" class="hb-main hb-haslayout" style="margin-bottom: 100px;">
<section id="hb-blog" class="hb-blog hb-sectionspace hb-haslayout service">
<div class="container">
<div class="row">
<div class="hb-pricingplan-area">
<?php
$urunsor=$db->prepare("SELECT * from urunler order by urun_id DESC");
$urunsor->execute();
while($uruncek=$urunsor->fetch(PDO::FETCH_ASSOC)) { ?>
<div class="col-xs-12 col-sm-6 col-md-3 mb-40">
<div class="hb-pricingbox">
<figure class="hb-pricing-img">
<img style="height: 250px;width: 240px;" src="trex/<?php echo $uruncek['urun_resim'] ?>" alt="images description">
</figure>
<div class="pricingcontent">
<h3 style="height: 80px;">
<?php echo $uruncek['urun_baslik'];
if ($widgetprint['widget_ufiyat']==1) { ?>
<span><?php echo $uruncek['urun_fiyat']; ?><small style="font-family: sans-serif;">tl</small></span>
<?php } ?>
</h3>
<ul class="list-unstyled hb-pricinglist">
<?
$kelimeler = $uruncek['urun_kisaaciklama'];
$parcala = explode(',',$kelimeler);
shuffle($parcala);
foreach ($parcala as $deger) {

?>

<li><?php echo $deger?></li>

<?php } ?>
</ul>
<?php if ($widgetprint['widget_usatinal']==1) { ?>
<div class="hb-btnarea">
<a href="satin-al?paket=<?php echo $uruncek['urun_id'] ?>" class="hb-btn changebtn">SATIN AL</a>
</div>
<?php } else { ?>
<div class="hb-btnarea">
<a href="iletisim" class="hb-btn changebtn">İLETİŞİME GEÇ</a>
</div>
<?php } ?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</section>
</main>
<?php include 'include/footer.php'; ?>