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/softui/Admin/   drwxr-xr-x
Free 3424.7 GB of 4265.01 GB (80.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     services.php (5.48 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-6">
        <div class="card">
            <div class="card-body">
                <table class="table datatable">
                    <thead>
                        <tr>
                            <th class="text-center">#</th>
                            <th>Servis Adı</th>
                            <th>Kategori Adı</th>
                            <th>Servis Fiyatı</th>
                            <th class="text-right">İşlem</th>
                        </tr>
                    </thead>
                    <tbody>
                        <?php if ($services && count($services) > 0) : ?>
                            <?php foreach ($services as $service) : ?>
                                <tr>
                                    <td class="text-center"><?= $service['id']; ?></td>
                                    <td><?= $service['name']; ?></td>
                                    <td><?= $service['categoryName']; ?> (<i class="<?= $service['icon']; ?>"></i>)</td>
                                    <td><?= $service['price']; ?>₺</td>
                                    <td class="td-actions text-right">
                                        <a onclick="setTimeout(() => window.location.reload(), 1000);" href="<?= base_url('admin/services/' $service['id']); ?>" target="_blank" class="btn btn-danger btn-sm btn-icon">
                                            <i class="fas fa-trash"></i>
                                        </a>
                                        <a href="<?= base_url('admin/service/' $service['id']); ?>" class="btn btn-dark btn-sm btn-icon">
                                            <i class="fas fa-cog"></i>
                                        </a>
                                    </td>
                                </tr>
                            <?php endforeach; ?>
                        <?php endif; ?>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
    <div class="col-md-6">
        <div class="card">
            <div class="card-body">
                <form action="<?= base_url('admin/services'?>" method="post" class="ajaxForm">
                    <div class="col-12">
                        <div class="form-group">
                            <label>Servis İsimi</label>
                            <input type="text" class="form-control" name="serviceName" required>
                        </div>
                        <div class="form-group">
                            <label>Site Kategorisi</label>
                            <select name="siteCategory" class="form-control ">
                                <?php foreach ($categories as $category) : ?>
                                    <option value="<?= $category['id']; ?>"><?= $category['name']; ?></option>
                                <?php endforeach; ?>
                            </select>
                        </div>
                        <div class="form-group">
                            <label>Sağlayıcı</label>
                            <select name="provider" id="provider" class="form-control ">
                                <option value="onaylasms">Onaylasms.com</option>
                                <option value="fivesim">5sim</option>
                                <option value="smsactivate">smsactivate</option>
                            </select>
                        </div>
                        <div class="form-group">
                            <label>Sağlayıcı Kategorisi</label>
                            <select name="providerCategory" id="providerCategory" class="form-control ">
                                <?php foreach ($providerCategories as $providerCategory) : ?>
                                    <option value="<?= $providerCategory['id']; ?>"><?= $providerCategory['name']; ?></option>
                                <?php endforeach; ?>
                            </select>
                        </div>
                        <div class="form-group">
                            <label>Sağlayıcı Servisi</label>
                            <select name="providerService" id="providerService" class="form-control ">
                            </select>
                        </div>
                        <div class="form-group">
                            <label>Sağlayıcı Stok</label>
                            <input type="text" id="providerStock" class="form-control" disabled>
                        </div>
                        <div class="form-group">
                            <label>Sağlayıcı Fiyatı</label>
                            <input type="text" id="providerPrice" class="form-control" disabled>
                        </div>
                        <div class="form-group">
                            <label>Site Fiyatı</label>
                            <input step="0.1" type="number" name="servicePrice" class="form-control" min="0">
                        </div>
                        <button class="btn btn-dark" type="submit">Servis Ekle</button>

                    </div>
                </form>
            </div>
        </div>
    </div>
</div>
<?= $this->endSection('content'); ?>
<?= $this
->section('js'); ?>
<script src="<?= base_url('assets/admin.services.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.004 ]--