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 / sutup.snrsoft.com.tr /

Server Ip : 104.21.78.54




Filename/home/cuneytsener53/sutup.snrsoft.com.tr/index.php
Size2.63 kb
Permissionrw-r--r--
Owner
Create time02-Mar-2025 05:46
Last modified10-Oct-2022 14:05
Last accessed05-Apr-2025 01:40
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php require_once 'header.php'?>
<section id="slider-part-1" class="slider-1">
    <div class="slider-active">
      <?php while ($sliderCheck=$sliderAsk->fetch(PDO::FETCH_ASSOC)){?>
        <div class="single-slider bg_cover d-flex align-items-center" style="background-image: url('adminx/<?= $sliderCheck['banner'?>')">
            <div class="container">
                <div class="row">
                    <div class="col-lg-8">
                        <div class="slider-content pt-30 text-center">
                          <?php if($sliderCheck['title']){ ?>
                            <h2 data-animation="fadeInUp" data-delay="1s">
                              <?=$sliderCheck['title']; ?>
                            </h2>
                          <?php ?>
                          <?php if($sliderCheck['content']){ ?>
                            <p data-animation="fadeInUp" data-delay="1.5s">
                              <?= strip_tags($sliderCheck['content']); ?>
                            </p>
                          <?php ?>
                          <?php if($sliderCheck['link']){ ?>
                            <a data-animation="fadeInUp" data-delay="2s" href="<?=$sliderCheck['link']; ?>">
                              <?= $langArray['READ_MORE'?>
                            </a>
                          <?php ?>
                        </div>
                    </div>
                </div>
            </div>
        </div>
      <?php ?>
    </div>
</section>

<!--site-main start-->
<div class="site-main">

<?php
  $moduleOrderSortAsk
=$db->prepare("SELECT * FROM modules order by order_sort");
  
$moduleOrderSortAsk->execute();
  while (
$modulOrderSortCheck=$moduleOrderSortAsk->fetch(PDO::FETCH_ASSOC)) {

    switch (
$modulOrderSortCheck['module_id']) {
     case 
'1':
       include 
"datainclude/modules/slider.php";
      break;
      case 
'2':
        include 
"datainclude/modules/services.php";
      break;
      case 
'3':
        include 
"datainclude/modules/portfolio.php";
      break;
      case 
'4':
        include 
"datainclude/modules/product.php";
      break;
      case 
'5':
        include 
"datainclude/modules/packet.php";
      break;
      case 
'6':
        include 
"datainclude/modules/testimonial.php";
      break;
      case 
'7':
        include 
"datainclude/modules/counter.php";
      break;
      case 
'8':
        include 
"datainclude/modules/blog.php";
      break;
      case 
'9':
        include 
"datainclude/modules/team.php";
      break;
      case 
'10':
        include 
"datainclude/modules/client.php";
      break;
    }
  }
?>

</div><!--site-main end-->

<?php require_once 'footer.php'?>