!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC
2025 x86_64
 

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

Safe-mode: OFF (not secure)

/home/picotech/domains/fitness.picotech.app/public_html/resources/views/admin/step/partial/   drwxr-xr-x
Free 22.5 GB of 117.98 GB (19.07%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     design_one.blade.php (4.32 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php
    $details=$check_box_details;
    $checkbox_detail=isset($details[0])?json_decode($details[0]->value):'';

@endphp


<div class="row">
    <div class="col-md-12 checkbox-section">
        <div class="card">
            <div class="card-header">
                <h5>Checkbox Section</h5>
            </div>
            <div class="card-body">
                <div class="row">
                    <div class="form-group col-md-6">
                        <label for="">{{trans('Title')}} <span class="text-danger">*</span></label>
                        <input type="text" value="{{isset($checkbox_detail->title)?$checkbox_detail->title:''}}" class="form-control"
                               name="checkbox_title[]">
                    </div>

                    <div class="form-group col-md-6">
                        <label for="">{{trans('Value')}}</label>
                        <input type="text" class="form-control" value="{{isset($checkbox_detail->value)?$checkbox_detail->value:''}}"
                               name="checkbox_value[]">
                    </div>

                    <div class="form-group col-md-12">
                        <label for="">{{trans('Image')}}</label>
                        @if(isset($checkbox_detail->image) && $checkbox_detail->image && file_exists( public_path() .
                        '/uploads/'.$checkbox_detail->image))
                            <input type="hidden" class="form-control p-1" value="{{$checkbox_detail->image}}"
                                   name="pre_checkbox_image[]">
                        @endif

                        <input type="file" class="form-control p-1" name="checkbox_image[]">

                    </div>

                </div>

                <div class="form-group text-right justify-content-end">
                    <button class="btn btn-success btn-sm add_checkbox" type="button">
                        <i class="fa fa-plus"></i>
                    </button>
                </div>

            </div>
        </div>


        @if(isset($step) && $step->step_details)
            @php $step_counter=9999; $step_details=$step->step_details()->where('type', 'checkbox')->get(); @endphp
            @foreach ($check_box_details as $key=>$detail)
                @if($key !='0')
                    @php $step_counter++; $values=$detail->value?json_decode($detail->value):''; @endphp
                    <div class="card mt-2" id="checkbox_append_{{$step_counter}}">
                        <div class="card-body">
                            <button class="btn-danger btn-sm float-right delete_checkbox_append" data-id="{{$step_counter}}" type="button"> <i class="fa fa-trash"></i> </button>

                            <div class="row">
                                <div class="form-group col-md-6">
                                    <label for="">{{trans('Title')}} <span class="text-danger">*</span></label>
                                    <input type="text" class="form-control" value="{{isset($values->title)?$values->title:''}}"
                                           name="checkbox_title[]">
                                </div>

                                <div class="form-group col-md-6">
                                    <label for="">{{trans('Value')}}</label>
                                    <input type="text" class="form-control" value="{{isset($values->value)?$values->value:''}}"
                                           name="checkbox_value[]">
                                </div>

                                <div class="form-group col-md-12">
                                    <label for="">{{trans('Image')}}</label>
                                    @if(isset($values->image) && $values->image &&
                                    file_exists(public_path().'/uploads/'.$values->image))
                                        <input type="hidden" class="form-control p-1" value="{{$values->image}}"
                                               name="pre_checkbox_image[]">
                                    @endif

                                    <input type="file" class="form-control p-1" name="checkbox_image[]">
                                </div>
                            </div>

                        </div>
                    </div>
                @endif
            @endforeach
        @endif
    </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.0034 ]--