📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kurutemizlemescripti.demodesign.com.tr
📝
index.php
← Geri Dön
<?php $page = 'anasayfa'; include "includes/header.php"; ?> <?php $refsor2=$db->prepare("select * from aktif WHERE id=63"); $refsor2->execute(); while ($refcek2=$refsor2->fetch(PDO::FETCH_ASSOC)) { if ($refcek2['isActive']==1){ ?> <!-- SLIDER START --> <div class="slider-outer"> <div id="welcome_wrapper" class="rev_slider_wrapper fullscreen-container " data-alias="goodnews-header" data-source="gallery" style="background:#eeeeee;padding:0px;"> <div id="webmax-two" class="rev_slider fullscreenbanner" style="display:none;" data-version="5.4.3.1"> <ul> <?php $sayfada = 50; // sayfada gösterilecek içerik miktarını belirtiyoruz. $sorgu=$db->prepare("select * from slides"); $sorgu->execute(); $toplam_icerik=$sorgu->rowCount(); $toplam_sayfa = ceil($toplam_icerik / $sayfada); // eğer sayfa girilmemişse 1 varsayalım. $sayfa = isset($_GET['sayfa']) ? (int) $_GET['sayfa'] : 1; // eğer 1'den küçük bir sayfa sayısı girildiyse 1 yapalım. if($sayfa < 1) $sayfa = 1; // toplam sayfa sayımızdan fazla yazılırsa en son sayfayı varsayalım. if($sayfa > $toplam_sayfa) $sayfa = $toplam_sayfa; $limit = ($sayfa - 1) * $sayfada; $refsor=$db->prepare("select * from slides order by rank ASC limit $limit,$sayfada"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { if ($refcek['isActive']==1){ ?> <!-- SLIDE --> <li data-index="rs-<?php echo $refcek['id']; ?>" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="default" data-thumb="<?php echo $site; ?>/panel/uploads/slides_v/1920x650/<?php echo $refcek['img_url']; ?>" data-rotate="0" data-fstransition="fade" data-fsmasterspeed="300" data-fsslotamount="7" data-saveperformance="off" data-title="Slide Title" data-param1="2" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description=""> <!-- MAIN IMAGE --> <img src="<?php echo $site; ?>/panel/uploads/slides_v/1920x650/<?php echo $refcek['img_url']; ?>" alt="" data-lazyload="<?php echo $site; ?>/panel/uploads/slides_v/1920x650/<?php echo $refcek['img_url']; ?>" data-bgposition="center center" data-kenburns="on" data-duration="10000" data-ease="Power1.easeOut" data-scalestart="110" data-scaleend="100" data-rotatestart="0" data-rotateend="0" data-offsetstart="0 0" data-offsetend="0 0" class="rev-slidebg xyz" data-no-retina> <!-- LAYER NR. 1 [ for overlay ] --> <div class="tp-caption tp-shape tp-shapewrapper " id="slide-902-layer-0" data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']" data-width="full" data-height="full" data-whitespace="nowrap" data-type="shape" data-basealign="slide" data-responsive_offset="off" data-responsive="off" data-frames='[ {"from":"opacity:0;","speed":1000,"to":"o:1;","delay":0,"ease":"Power4.easeOut"}, {"delay":"wait","speed":1000,"to":"opacity:0;","ease":"Power4.easeOut"} ]' data-textAlign="['left','left','left','left']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 1;background-color:rgba(0, 0, 0, 0);border-color:rgba(0, 0, 0, 0);border-width:0px;"> </div> <!-- LAYER 3 small title--> <div class="tp-caption tp-resizeme" id="slide-902-layer-3" data-x="['left','left','center','center']" data-hoffset="['50','50','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['-150','-100','-150','-200']" data-fontsize="['20','20','20','0']" data-lineheight="['20','20','20','20']" data-whitespace="nowrap" data-width="['500','500','85%','96%']" data-height="['none','none','none','none']" data-type="text" data-responsive_offset="on" data-frames='[ {"from":"y:100px(R);opacity:0;","speed":2000,"to":"o:1;","delay":1000,"ease":"Power4.easeOut"}, {"delay":"wait","speed":1000,"to":"y:-50px;opacity:0;","ease":"Power2.easeInOut"} ]' data-textAlign="['left','left','center','center']" data-paddingtop="[10,10,10,10]" data-paddingright="[0,0,20,0]" data-paddingbottom="[10,10,10,10]" data-paddingleft="[0,0,20,0]" style="z-index: 10; white-space: nowrap; font-size: 18px; line-height: 20px; font-weight: 600;font-family: 'Heebo', sans-serif;"><span class="site-text-primary"><?php echo $refcek['altbaslik']; ?></span></div> <!-- LAYER NR. 3 [ for title ] --> <div class="tp-caption tp-resizeme" id="slide-902-layer-4" data-x="['left','left','center','center']" data-hoffset="[50','50','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['-30','-60','-100','-140']" data-fontsize="['80','52','42','38']" data-lineheight="['80','52','42','38']" data-width="['600','600','90%','90%']" data-height="['none','none','none','none']" data-whitespace="['normal','normal','normal','normal']" data-type="text" data-responsive_offset="on" data-frames='[ {"from":"y:100px(R);opacity:0;","speed":2000,"to":"o:1;","delay":2000,"ease":"Power4.easeOut"}, {"delay":"wait","speed":1000,"to":"y:-50px;opacity:0;","ease":"Power2.easeInOut"} ]' data-textAlign="['left','left','center','center']" data-paddingtop="[5,5,5,5]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index: 11; white-space: normal; font-weight: 900; color:#fff; border-width:0px; font-family: 'Overlock', cursive;"><span class="site-text-primary"><?php echo $refcek['title']; ?></span></div> <!-- LAYER NR. 4 [ for paragraph] --> <div class="tp-caption tp-resizeme" id="slide-902-layer-5" data-x="['left','left','center','center']" data-hoffset="[50','50','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['100','50','-20','-20']" data-fontsize="['19','19','18','16']" data-lineheight="['28','28','28','22']" data-width="['600','600','90%','90%']" data-height="['none','none','none','none']" data-whitespace="['normal','normal','normal','normal']" data-type="text" data-responsive_offset="on" data-frames='[ {"from":"y:100px(R);opacity:0;","speed":2000,"to":"o:1;","delay":2500,"ease":"Power4.easeOut"}, {"delay":"wait","speed":1000,"to":"y:-50px;opacity:0;","ease":"Power2.easeInOut"} ]' data-textAlign="['left','left','center','center']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,30]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,30]" style="z-index: 11; font-weight: 400; color:#000; border-width:0px;font-family: 'Heebo', sans-serif;"> <?php echo strip_tags($refcek['description']); ?> </div> <!-- LAYER NR. 5 [ for botton ] --> <div class="tp-caption tp-resizeme rev-btn" id="slide-902-layer-6" data-x="['left','left','center','center']" data-hoffset="['50','50','0','0']" data-y="['middle','middle','middle','middle']" data-voffset="['200','150','100','100']" data-lineheight="['none','none','none','none']" data-width="['500','500','300','300']" data-height="['none','none','none','none']" data-whitespace="['normal','normal','normal','normal']" data-type="text" data-responsive_offset="on" data-frames='[ {"from":"y:100px(R);opacity:0;","speed":2000,"to":"o:1;","delay":3000,"ease":"Power4.easeOut"}, {"delay":"wait","speed":1000,"to":"y:-50px;opacity:0;","ease":"Power2.easeInOut"} ]' data-textAlign="['left','left','center','center']" data-paddingtop="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]" style="z-index:14;"> <?php if ($refcek['allowButton']==1){ ?> <a href="<?php echo $refcek['button_url']; ?>" class="site-button-secondry"><?php echo $refcek['button_caption']; ?></a> <?php } ?> </div> </li> <?php }} ?> </ul> <div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div> </div> </div> <!-- SLIDER END --> <?php }} ?> <?php $refsor2=$db->prepare("select * from aktif WHERE id=64"); $refsor2->execute(); while ($refcek2=$refsor2->fetch(PDO::FETCH_ASSOC)) { if ($refcek2['isActive']==1){ ?> <!-- ALL SERVICES START --> <div class="section-full p-t120 p-b90 bg-white"> <div class="container"> <!-- TITLE START--> <div class="section-head center wt-small-separator-outer"> <div class="wt-small-separator site-text-primary"> <div class="sep-leaf-left"><i class="flaticon-wiping-swipe-for-floors"></i></div> <div>Neler Yaparız?</div> </div> <h2>Hizmetlerimiz</h2> </div> <!-- TITLE END--> <div class="section-content"> <div class="row justify-content-center d-flex"> <?php $sayfada = 9; // sayfada gösterilecek içerik miktarını belirtiyoruz. $sorgu=$db->prepare("select * from services"); $sorgu->execute(); $toplam_icerik=$sorgu->rowCount(); $toplam_sayfa = ceil($toplam_icerik / $sayfada); // eğer sayfa girilmemişse 1 varsayalım. $sayfa = isset($_GET['sayfa']) ? (int) $_GET['sayfa'] : 1; // eğer 1'den küçük bir sayfa sayısı girildiyse 1 yapalım. if($sayfa < 1) $sayfa = 1; // toplam sayfa sayımızdan fazla yazılırsa en son sayfayı varsayalım. if($sayfa > $toplam_sayfa) $sayfa = $toplam_sayfa; $limit = ($sayfa - 1) * $sayfada; $refsor=$db->prepare("select * from services order by rank ASC limit $limit,$sayfada"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { if ($refcek['isActive']==1){ ?> <div class="col-lg-4 col-md-6 m-b30"> <div class="wt-box d-icon-box-one bg-white shadow card1 radius-md"> <a href="hizmet-icerik/<?=seo($refcek['title'])."-".$refcek['id']?>"> <div class="d-icon-box-one-media m-b20"> <img style="width: 100%;height: 220px;object-fit: cover;" src="<?php echo $site; ?>/panel/uploads/services_v/770x435/<?php echo $refcek['img_url']; ?>" alt="<?php echo $refcek['title']; ?>"> </div> </a> <a href="hizmet-icerik/<?=seo($refcek['title'])."-".$refcek['id']?>"> <div class="d-icon-box-title title-style-2 site-text-secondry"> <h3 class="s-title-one"><?php echo $refcek['title']; ?></h3> </div> </a> <div class="d-icon-box-content"> <p><?php echo substr(strip_tags($refcek['description']),0,150); ?>...</p> <a href="hizmet-icerik/<?=seo($refcek['title'])."-".$refcek['id']?>" class="site-button-link site-text-primary">İncele</a> </div> </div> </div> <?php }} ?> </div> </div> </div> </div> <!-- ALL SERVICES SECTION END --> <?php }} ?> <?php $refsor2=$db->prepare("select * from aktif WHERE id=65"); $refsor2->execute(); while ($refcek2=$refsor2->fetch(PDO::FETCH_ASSOC)) { if ($refcek2['isActive']==1){ ?> <!-- STATICTIES SECTION START --> <div class="section-full p-t120 p-b90 overflow-hidden site-bg-primary" style="background-image:url(images/background/bubble-3.png)"> <div id="bubbles"> <div class="ball bubble-new l1"></div> <div class="ball bubble-new l2"></div> <div class="ball bubble-new l3"></div> <div class="ball bubble-new l4"></div> <div class="ball bubble-new l5"></div> <div class="ball bubble-new r1"></div> <div class="ball bubble-new r2"></div> <div class="ball bubble-new r3"></div> <div class="ball bubble-new r4"></div> <div class="ball bubble-new r5"></div> </div> <div class="section-content"> <div class="container"> <div class="counter-outer"> <div class="row justify-content-center"> <?php $sayfada = 50; // sayfada gösterilecek içerik miktarını belirtiyoruz. $sorgu=$db->prepare("select * from calisma"); $sorgu->execute(); $toplam_icerik=$sorgu->rowCount(); $toplam_sayfa = ceil($toplam_icerik / $sayfada); // eğer sayfa girilmemişse 1 varsayalım. $sayfa = isset($_GET['sayfa']) ? (int) $_GET['sayfa'] : 1; // eğer 1'den küçük bir sayfa sayısı girildiyse 1 yapalım. if($sayfa < 1) $sayfa = 1; // toplam sayfa sayımızdan fazla yazılırsa en son sayfayı varsayalım. if($sayfa > $toplam_sayfa) $sayfa = $toplam_sayfa; $limit = ($sayfa - 1) * $sayfada; $refsor=$db->prepare("select * from calisma order by rank ASC limit $limit,$sayfada"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { if ($refcek['isActive']==1){ ?> <div class="col-lg-3 col-md-6 col-sm-6 m-b30"> <div class="counter-box site-text-white"> <h2 class="counter site-text-secondry" ><?php echo $refcek['aciklama']; ?></h2> <span><?php echo $refcek['baslik']; ?></span> </div> </div> <?php }} ?> </div> </div> </div> </div> </div> <!-- STATICTIES SECTION SECTION END --> <?php }} ?> <?php $refsor2=$db->prepare("select * from aktif WHERE id=66"); $refsor2->execute(); while ($refcek2=$refsor2->fetch(PDO::FETCH_ASSOC)) { if ($refcek2['isActive']==1){ ?> <!-- TESTIMONIAL SECTION START --> <div class="section-full p-t120 p-b90 testimonial-1-outer "> <div class="container "> <!-- TITLE START--> <div class="section-head center wt-small-separator-outer text-center"> <div class="wt-small-separator site-text-primary"> <div class="sep-leaf-left"><i class="flaticon-wiping-swipe-for-floors"></i></div> <div>Sizden Gelen Yorumlar</div> </div> <h2>Müşteri Yorumları</h2> </div> <!-- TITLE END--> <div class="section-content"> <div class="testimonial-block-position-outer"> <div class="testimonial-block-position"> <div class="testimonial-2-content owl-carousel"> <?php $sayfada = 100; // sayfada gösterilecek içerik miktarını belirtiyoruz. $sorgu=$db->prepare("select * from yorum"); $sorgu->execute(); $toplam_icerik=$sorgu->rowCount(); $toplam_sayfa = ceil($toplam_icerik / $sayfada); // eğer sayfa girilmemişse 1 varsayalım. $sayfa = isset($_GET['sayfa']) ? (int) $_GET['sayfa'] : 1; // eğer 1'den küçük bir sayfa sayısı girildiyse 1 yapalım. if($sayfa < 1) $sayfa = 1; // toplam sayfa sayımızdan fazla yazılırsa en son sayfayı varsayalım. if($sayfa > $toplam_sayfa) $sayfa = $toplam_sayfa; $limit = ($sayfa - 1) * $sayfada; $refsor=$db->prepare("select * from yorum order by rank ASC limit $limit,$sayfada"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { if ($refcek['isActive']==1){ ?> <div class="item"> <div class="testimonial-2 bg-gray"> <div class="testimonial-content"> <div class="testimonial-detail clearfix"> <div class="testimonial-pic-block"> <div class="testimonial-pic"> <img src="<?php echo $site; ?>/panel/uploads/yorum_v/555x343/<?php echo $refcek['img_url']; ?>" alt="<?php echo $refcek['title']; ?>"> </div> </div> <div class="testimonial-info"> <span class="testimonial-name title-style-2"><?php echo $refcek['title']; ?></span> <span class="testimonial-position title-style-2"><?php echo $refcek['statu']; ?></span> </div> </div> <div class="testimonial-text"> <i class="flaticon-left-quote"></i> <?php echo $refcek['description']; ?> </div> </div> </div> </div> <?php }} ?> </div> </div> </div> </div> </div> </div> <!-- TESTIMONIAL SECTION END --> <?php }} ?> <?php $refsor2=$db->prepare("select * from aktif WHERE id=67"); $refsor2->execute(); while ($refcek2=$refsor2->fetch(PDO::FETCH_ASSOC)) { if ($refcek2['isActive']==1){ ?> <!-- OUR BLOG START --> <div class="section-full p-t120 p-b90 bg-gray"> <div class="container"> <!-- TITLE START--> <div class="section-head center wt-small-separator-outer text-center"> <div class="wt-small-separator site-text-primary"> <div class="sep-leaf-left"><i class="flaticon-wiping-swipe-for-floors"></i></div> <div>Son Yayınlanan bazı yazılar listelenmektedir</div> </div> <h2>BİZDEN HABERLER </h2> </div> <!-- TITLE END--> </div> <div class="container"> <div class="section-content"> <div class="row d-flex justify-content-center blog-post-1-outer"> <?php $sayfada = 3; // sayfada gösterilecek içerik miktarını belirtiyoruz. $sorgu=$db->prepare("select * from news"); $sorgu->execute(); $toplam_icerik=$sorgu->rowCount(); $toplam_sayfa = ceil($toplam_icerik / $sayfada); // eğer sayfa girilmemişse 1 varsayalım. $sayfa = isset($_GET['sayfa']) ? (int) $_GET['sayfa'] : 1; // eğer 1'den küçük bir sayfa sayısı girildiyse 1 yapalım. if($sayfa < 1) $sayfa = 1; // toplam sayfa sayımızdan fazla yazılırsa en son sayfayı varsayalım. if($sayfa > $toplam_sayfa) $sayfa = $toplam_sayfa; $limit = ($sayfa - 1) * $sayfada; $refsor=$db->prepare("select * from news order by id DESC limit $limit,$sayfada"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { if ($refcek['isActive']==1){ ?> <!--Block--> <div class="col-lg-4 col-md-6 col-sm-12"> <!--Block one--> <div class="blog-post date-style-1 latest-blog radius-md bg-white"> <div class="wt-post-media"> <a href="blog-icerik/<?=seo($refcek['title'])."-".$refcek['id']?>"><img style="width: 100%;height: 270px;object-fit: cover;" src="<?php echo $site; ?>/panel/uploads/news_v/730x411/<?php echo $refcek['img_url']; ?>" alt="<?php echo $refcek['title'];?>"></a> </div> <div class="wt-post-info"> <div class="wt-post-meta "> <ul> <li class="post-date site-text-primary site-bg-secondry"><?php echo date('d.m.Y', strtotime($refcek['createdAt']));?></li> </ul> </div> <a href="blog-icerik/<?=seo($refcek['title'])."-".$refcek['id']?>"> <div class="wt-post-title "> <h3 class="post-title"><?php echo $refcek['title'];?> </h3> </div> </a> <p><?php echo substr(strip_tags($refcek['description']),0,150); ?>...</p> <div class="wt-post-readmore "> <a href="blog-icerik/<?=seo($refcek['title'])."-".$refcek['id']?>" class="site-button-link site-text-primary">Devamını Oku</a> </div> </div> </div> </div> <?php }} ?> </div> </div> </div> </div> <!-- OUR BLOG END --> <?php }} ?> <?php $refsor2=$db->prepare("select * from aktif WHERE id=68"); $refsor2->execute(); while ($refcek2=$refsor2->fetch(PDO::FETCH_ASSOC)) { if ($refcek2['isActive']==1){ ?> <!-- CLIENT LOGO SECTION START --> <div class="section-full p-tb50"> <div class="container"> <div class="section-content"> <!-- TESTIMONIAL 4 START ON BACKGROUND --> <div class="section-content"> <div class="section-content owl-btn-vertical-center"> <div class="owl-carousel home-client-carousel-2 "> <?php $sayfada = 50; // sayfada gösterilecek içerik miktarını belirtiyoruz. $sorgu=$db->prepare("select * from brands"); $sorgu->execute(); $toplam_icerik=$sorgu->rowCount(); $toplam_sayfa = ceil($toplam_icerik / $sayfada); // eğer sayfa girilmemişse 1 varsayalım. $sayfa = isset($_GET['sayfa']) ? (int) $_GET['sayfa'] : 1; // eğer 1'den küçük bir sayfa sayısı girildiyse 1 yapalım. if($sayfa < 1) $sayfa = 1; // toplam sayfa sayımızdan fazla yazılırsa en son sayfayı varsayalım. if($sayfa > $toplam_sayfa) $sayfa = $toplam_sayfa; $limit = ($sayfa - 1) * $sayfada; $refsor=$db->prepare("select * from brands order by id DESC limit $limit,$sayfada"); $refsor->execute(); while ($refcek=$refsor->fetch(PDO::FETCH_ASSOC)) { if ($refcek['isActive']==1){ ?> <div class="item"> <div class="ow-client-logo"> <div class="client-logo client-logo-media"> <a href="javascript:void(0);"><img src="<?php echo $site; ?>/panel/uploads/brands_v/170x130/<?php echo $refcek['img_url']; ?>" alt="<?php echo $refcek['title'];?>"></a></div> </div> </div> <?php }} ?> </div> </div> </div> </div> </div> </div> <!-- CLIENT LOGO SECTION End --> <?php }} ?> <?php include "includes/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