smsonayla.org - c99shell

!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: LiteSpeed. PHP/7.4.33 

uname -a: Linux server704.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13
UTC 2025 x86_64
 

uid=1309(necipbey) gid=1314(necipbey) groups=1314(necipbey) 

Safe-mode: OFF (not secure)

/home/necipbey/public_html/app/Views/material/   drwxr-xr-x
Free 3429.08 GB of 4265.01 GB (80.4%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     home.php (17.38 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
  <head>
    <title><?= settings('site_name'); ?></title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="icon" href="assets/material/img/favicon.png" type="image/x-icon">
    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:400,700%7COpen+Sans:400,600,700%7CSource+Code+Pro:300,400,500,600,700,900%7CNothing+You+Could+Do%7CPoppins:400,500">
    <link rel="stylesheet" href="assets/material/home/css/bootstrap.css">
    <link rel="stylesheet" href="assets/material/home/css/fonts.css">
    <link rel="stylesheet" href="assets/material/home/css/style.css">
    <style>.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}</style>
     

    <?php if (settings('chat_active') == 'true') : ?>
        <link href="<?= base_url('assets/tpk-message.css'); ?>" rel="stylesheet" />
    <?php endif; ?>
    <?= settings('custom_header'); ?>
    <script>
        window.base_url = "<?= base_url(); ?>/";
    </script>
    <style>
        option {
            color: black !important;
        }

        .landing-img {
            width: calc(100% / 2);
        }
    </style>
</head>


<body class="dark-edition">
    <?php if (settings('chat_active') == 'true') : ?>
        <div class="floating-chat">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-chat-right-dots-fill" viewBox="0 0 16 16">
  <path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>
</svg>
            <div class="chat">
                <div class="header">
                    <span class="title">
                        <?= settings('site_name'); ?> Destek
                    </span>
                    <button class="tpk-button-times">
                        <i class="fas fa-times"></i>
                    </button>

                </div>
                <ul class="messages">
                    <li class="self">
                        <?php echo preg_replace(
                            
'!(http|ftp|scp)(s)?:\/\/(.*)+!',
                            
"<a href=\"\\0\">\\0</a>",
                            
settings('chat_default')
                        ); 
?>
                    </li>
                </ul>
                <div class="footer">
                    <div class="text-box mesajAlani" contenteditable="true" disabled="true"></div>
                    <button data-ust-hash="buton" class="mesaj-buton" id="sendMessage">Gönder</button>
                </div>
            </div>
        </div>
    <?php endif; ?>
  </head>
  <body>
    
   
      <!-- Page Header-->
      <header class="section page-header">
        <!--RD Navbar-->
        <div class="rd-navbar-wrap" style="position: absolute">
          <nav class="rd-navbar rd-navbar-classic" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-fixed" data-lg-device-layout="rd-navbar-fixed" data-xl-layout="rd-navbar-static" data-xl-device-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="46px" data-xl-stick-up-offset="46px" data-xxl-stick-up-offset="46px" data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true">
            <div class="rd-navbar-collapse-toggle rd-navbar-fixed-element-1" data-rd-navbar-toggle=".rd-navbar-collapse"><span></span></div>
            <div class="rd-navbar-main-outer">
              <div class="rd-navbar-main">
                <!--RD Navbar Panel-->
                <div class="rd-navbar-panel">
                  <!--RD Navbar Toggle-->
                  <button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
                  <!--RD Navbar Brand-->
                  <div class="rd-navbar-brand">
                    <!--Brand--><a class="brand" href="#"><img src="logo.png" alt="" width="148" height="26"/></a>
                  </div>
                </div>
                <div class="rd-navbar-main-element">
                  <div class="rd-navbar-nav-wrap">
                    <ul class="rd-navbar-nav">
                      <li class="rd-nav-item active"><a class="rd-nav-link" href="">Ana Sayfa</a>
                      </li>
                        
                        <?php if (settings('freesms') == 'true') : ?>
                      <li class="rd-nav-item"><a class="rd-nav-link" href="/ucretsizsmsonay"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-square-text" viewBox="0 0 16 16">
  <path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/>
  <path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/>
</svg> Ücretsiz SMS Onay</a></li>
                        <?php endif; ?>
                        
                        <li class="rd-nav-item"><a class="rd-nav-link" href="/blog">Blog</a>
                      </li>
                      <li class="rd-nav-item"><a class="rd-nav-link" href="/terms">Kullanım Koşulları</a>
                      </li>
                      <li class="rd-nav-item"><a class="rd-nav-link" href="/login">Giriş Yap</a>
                      </li>
                      <li class="rd-nav-item"><a class="rd-nav-link" href="/register">Kayıt Ol</a>
                      </li>
                    </ul>
                  </div>
                </div>
               
             </div>
            </div>
          </nav>
        </div> 
      </header>
      
      
      
<title>Popup</title>
<style>
/* CSS */
.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  
}

.popup {
  display: none;
  background-color: darkblue;
  padding: 30px;
  box-shadow: 0px 0px 100px rgb(16, 94, 203); /* shadow */
  border-radius: 10px;
  width: %300px;
  width: 300px;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

/* Popup'ı göstermek için bir class ekleyin */
.popup.show {
  display: block;
}

</style>
</head>
<body>
<?php if (settings('popup') == 'true') : ?>
<div class="popup-container">
  <div id="popup" class="popup">
    <span class="close" id="close">&times;</span>
      
    <center>
        <img src="<?php echo base_url(); ?>/popup.gif" style="width: 100px;">
        
        <h5><?= settings('duyurubas'); ?></h5>
        <br>
    <font color="#fffff"><?= settings('duyuruicerik'); ?></font></center>
  </div>
</div>

<script>
// JavaScript
document.addEventListener("DOMContentLoaded", function() {
  // Popup elementi
  const popup = document.getElementById("popup");

  // Popup'ı göster
  popup.classList.add("show");

  // Çarpı işaretine tıklandığında popup'ı kapat
  const close = document.getElementById("close");
  close.addEventListener("click", function() {
    popup.classList.remove("show");
  });
});
</script>

</body>
</html>
 <?php endif; ?>
      
      
      <!--Swiper-->
      <section class="section swiper-container swiper-slider swiper-slider-1" data-loop="false" data-autoplay="3892" data-simulate-touch="false">
        <div class="swiper-wrapper text-center">
          <div class="swiper-slide context-dark" data-slide-bg="assets/material/home/images/background.png">
            <div class="swiper-slide-caption section-md">
              <div class="container">
                <div class="row justify-content-lg-center">
                  <div class="col-lg-8">
                      <div class="d-xl-none d-block d-sm-none"><br><br><br></div>
                    <img src="assets/material/home/images/smsonay.png" alt="" width="300" height="75"/>
                    <h1 data-caption-animate="fadeInUp" data-caption-delay="200"  style="font-family: Helvetica"><?= settings('site_name'); ?></h1>
                      <h3 data-caption-animate="fadeInUp" data-caption-delay="100"><?= settings('site_slogan'); ?></h3>
                      <h5 data-caption-animate="fadeInUp" data-caption-delay="100"><?= settings('site_description'); ?></h5>
                    <div class="button-wrap" data-caption-animate="fadeInUp" data-caption-delay="300"><a class="button button-modern button-custom-size-1" href="/login">HEMEN ONAY AL</a></div>
                  </div>
                </div>
              </div>
                
                 <?php if (settings('appactive') == 'true') : ?>
    <br><a href="/uygulama.apk" target="_blank">
              <button type="button" class="btn btn-success"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-android2" viewBox="0 0 16 16">
  <path d="m10.213 1.471.691-1.26c.046-.083.03-.147-.048-.192-.085-.038-.15-.019-.195.058l-.7 1.27A4.832 4.832 0 0 0 8.005.941c-.688 0-1.34.135-1.956.404l-.7-1.27C5.303 0 5.239-.018 5.154.02c-.078.046-.094.11-.049.193l.691 1.259a4.25 4.25 0 0 0-1.673 1.476A3.697 3.697 0 0 0 3.5 5.02h9c0-.75-.208-1.44-.623-2.072a4.266 4.266 0 0 0-1.664-1.476ZM6.22 3.303a.367.367 0 0 1-.267.11.35.35 0 0 1-.263-.11.366.366 0 0 1-.107-.264.37.37 0 0 1 .107-.265.351.351 0 0 1 .263-.11c.103 0 .193.037.267.11a.36.36 0 0 1 .112.265.36.36 0 0 1-.112.264Zm4.101 0a.351.351 0 0 1-.262.11.366.366 0 0 1-.268-.11.358.358 0 0 1-.112-.264c0-.103.037-.191.112-.265a.367.367 0 0 1 .268-.11c.104 0 .19.037.262.11a.367.367 0 0 1 .107.265c0 .102-.035.19-.107.264ZM3.5 11.77c0 .294.104.544.311.75.208.204.46.307.76.307h.758l.01 2.182c0 .276.097.51.292.703a.961.961 0 0 0 .7.288.973.973 0 0 0 .71-.288.95.95 0 0 0 .292-.703v-2.182h1.343v2.182c0 .276.097.51.292.703a.972.972 0 0 0 .71.288.973.973 0 0 0 .71-.288.95.95 0 0 0 .292-.703v-2.182h.76c.291 0 .54-.103.749-.308.207-.205.311-.455.311-.75V5.365h-9v6.404Zm10.495-6.587a.983.983 0 0 0-.702.278.91.91 0 0 0-.293.685v4.063c0 .271.098.501.293.69a.97.97 0 0 0 .702.284c.28 0 .517-.095.712-.284a.924.924 0 0 0 .293-.69V6.146a.91.91 0 0 0-.293-.685.995.995 0 0 0-.712-.278Zm-12.702.283a.985.985 0 0 1 .712-.283c.273 0 .507.094.702.283a.913.913 0 0 1 .293.68v4.063a.932.932 0 0 1-.288.69.97.97 0 0 1-.707.284.986.986 0 0 1-.712-.284.924.924 0 0 1-.293-.69V6.146c0-.264.098-.491.293-.68Z"/>
</svg> UYGULAMAMIZI İNDİR!</button>
              </a>
               <?php endif; ?>
            
              </div>
          </div>
         
        <!--Swiper Pagination-->
        <div class=""></div>
      </section>

      
        <div class="parallax-content">
          <div class="container">
              <div class="row mt-5">
    <div class="">
        <div class="">
            <center><h3 class="card-title">Servislerimiz</h3></center>
            <center><p class="card-category">Mevcut servislerimize üye olmadan göz atın!</p></center>
        </div>
        <div class="card-body">
            <div class="row">
                <?php foreach ($categories as $category) : ?>
                    <div class="category col-md-3">
                        <div class="card justify-content-center mt-2 mb-2" style="height:75px; background-color: #<?= $category['color']; ?>; ">
                            <div class="card-body d-flex justify-content-center align-items-center">
                                <h5 class="card-title" style="color:white;"><i class="<?= $category['icon']; ?>"></i> | <span class="categoryName"><?= $category['name']; ?></span></h5>
                            </div>
                        </div>
                    </div>
                <?php endforeach; ?>
            </div>
        </div>
    </div>

</div>
           
          

  

      <section class="section section-xl bg-default text-center">
        <div class="container">
          <h6 class="text-gray-600">en iyi sms onay sitesi</h6>
          <h2><?= settings('site_name'); ?></h2>
          <div class="row row-125">
            <div class="col-md-6 col-lg-4">
              <article class="post-classic">
                <figure class="post-classic-figure"><a href="/login"><img src="assets/material/home/images/anindaonay.png" alt="" width="346" height="130"/></a></figure>
                <div class="post-classic-content">
                  <time class="post-classic-time" datetime="2019-09-19">ANINDA ONAY</time>
                  <h5 class="post-classic-title"><a href="#">TAM OTOMATİK SİSTEMİMİZ İLE ANNDA ONAY ALABİLİRSİNİZ!</a></h5>
                </div>
              </article>
            </div>
            <div class="col-md-6 col-lg-4">
              <article class="post-classic">
                <figure class="post-classic-figure"><a href="/login"><img src="assets/material/home/images/servis.png" alt="" width="346" height="130"/></a></figure>
                <div class="post-classic-content">
                  <time class="post-classic-time" datetime="2019-09-19">TÜM SERVİSLER</time>
                  <h5 class="post-classic-title"><a href="#">SMS ONAY KODU ALMAK İSTEDİĞİNİZ TÜM SİTELER VE UYGULAMALAR!</a></h5>
                </div>
              </article>
            </div>
            <div class="col-md-6 col-lg-4">
              <article class="post-classic">
                <figure class="post-classic-figure"><a href="/login"><img src="assets/material/home/images/ulke.png" alt="" width="346" height="130"/></a></figure>
                <div class="post-classic-content">
                  <time class="post-classic-time" datetime="2019-09-19">TÜM ÜLKELER</time>
                  <h5 class="post-classic-title"><a href="#">ARADIĞINIZ TÜM ÜLKELER AKTİF ŞEKİLDE! YAKLAŞIK 200 ÜLKE!</a></h5>
                </div>
              </article>
            </div>
          </div>
        </div>
      </section>

               <div style="height:100px;overflow:auto;">

        <h2><?= settings('seo1'?> </h2>
        <p><?= settings('seo1i'?> </p>
        <h2><?= settings('seo2'?> </h2>
        <p><?= settings('seo2i'?> </p>
        <h2><?= settings('seo3'?> </h2>
        <p><?= settings('seo3i'?> </p>
      </div>
      
      <footer class="section footer-classic bg-default">
        <div class="container">
          <div class="row row-15">
            <div class="col-sm-6">
              <p class="rights"><span>&nbsp;</span><span>&nbsp;</span>TÜM HAKLARI SAKLIDIR © <a><?= settings('site_name'); ?></a>
              </p>
            </div>
            <div class="col-sm-6">
              <div class="footer-contact"><a href="/terms">
                  <div class="icon novi-icon mdi mdi-email-outline"></div>Kullanım Koşulları</a></div>
            </div>
          </div>
        </div>
      </footer>
    </div>
    <div class="snackbars" id="form-output-global"></div>
    <script src="assets/material/home/js/core.min.js"></script>
    <script src="assets/material/home/js/script.js"></script>


 
    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.css">
    <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.js"></script>
            
    <script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>

    <script src="<?= assets('js/material-dashboard.js?v=2.1.0'); ?>"></script>
    <?= $this->renderSection('js'); ?>
    <?php if (!user() && settings('fake_notification') == 'true') : ?>
        <script src="<?= base_url('assets/notification.js'?>"></script>t
    <?php endif; ?>
    <?php if (settings('chat_active') == 'true') : ?>
        <script src="<?= base_url('assets/tpk-message.js'); ?>"></script>
        <script>
            $("body").on("click", ".mesaj-buton", function() {
                const mesajHash = $(this).attr("data-ust-hash")
                var mesajIcerik = $(".mesajAlani").text()
                var messagesContainer = $('.messages');
                if (mesajHash != "buton") {
                    mesajIcerik = $(this).attr("data-soru")
                }
                $(".mesaj-buton").attr("disabled", true)
                const text = `<li class="other">${mesajIcerik}</li>`
                $("ul.messages").append(text)
                $.ajax({
                    url: "<?= base_url('chat/message'); ?>",
                    type: "POST",
                    data: {
                        "mesajgonder": "ok",
                        "mesajHash": mesajHash,
                        "mesajIcerik": mesajIcerik
                    },
                    success: function(result) {
                        $(".mesajAlani").html(null)
                        $(".mesaj-buton").removeAttr("disabled")
                        $("ul.messages").append(result)
                        messagesContainer.finish().animate({
                            scrollTop: messagesContainer.prop("scrollHeight")
                        }, 250);
                    }
                });
            })
        </script>
    <?php endif; ?>
    <!--coded by houdini-->
  </body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0081 ]--