!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/sms.picotech.app/public_html/storage/framework/views/   drwxrwxrwx
Free 28.42 GB of 117.98 GB (24.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     c79ea40b8a5e82a3520aaad4fd966161.php (2.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="name"><?php echo app('translator')->get('admin.page.name'); ?> *</label>
    <input value="<?php echo e(isset($page) && $page->name?$page->name:old('name')); ?>" type="text" name="name"
           class="form-control" id="name"
           placeholder="<?php echo app('translator')->get('admin.page.name'); ?>">
</div>
<div class="form-group">
    <label for="title"><?php echo app('translator')->get('admin.page.title'); ?> *</label>
    <input value="<?php echo e(isset($page) && $page->title?$page->title:old('title')); ?>" type="text" name="title"
           class="form-control" id="title"
           placeholder="<?php echo app('translator')->get('admin.page.title'); ?>">
</div>
<div class="form-group">
    <label for="description"><?php echo app('translator')->get('admin.page.description'); ?> *</label>
    <textarea name="description" id="description" class="form-control compose-body"
              placeholder="<?php echo e(trans('admin.page.description')); ?>"><?php echo e(isset($page) && $page->description?$page->description:old('description')); ?></textarea>
</div>
<div class="row">
    <div class="col-lg-6">
        <div class="form-group">
            <label for="position"><?php echo app('translator')->get('admin.page.position'); ?></label>
            <select class="form-control" name="position" id="position">
                <option
                    <?php echo e(isset($page) && $page->position=='header'?'selected':(old('status')=='header'?'selected':'')); ?> value="header">
                    Header
                </option>
                <option
                    <?php echo e(isset($page) && $page->position=='footer'?'selected':(old('status')=='footer'?'selected':'')); ?> value="footer">
                    Footer
                </option>
            </select>
        </div>
    </div>
    <div class="col-lg-6">
        <div class="form-group">
            <label for="status"><?php echo app('translator')->get('admin.page.status'); ?></label>
            <select class="form-control" name="status" id="status">
                <option
                    <?php echo e(isset($page) && $page->status=='published'?'selected':(old('status')=='published'?'selected':'')); ?> value="published">
                    <?php echo e(trans('admin.published')); ?>

                </option>
                <option
                    <?php echo e(isset($page) && $page->status=='unpublished'?'selected':(old('status')=='unpublished'?'selected':'')); ?> value="unpublished">
                    <?php echo e(trans('admin.unpublished')); ?>

                </option>
            </select>
        </div>
    </div>
</div>
<?php /**PATH /home/picotech/domains/sms.picotech.app/public_html/resources/views/admin/createPage/form.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0043 ]--