!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/plans/   drwxr-xr-x
Free 24.3 GB of 117.98 GB (20.59%)
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 (3.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="">{{trans('Title')}}</label>
    <input type="text" class="form-control" name="title" placeholder="{{trans('Enter title')}}" value="{{isset($plan)?$plan->title:''}}">
</div>

<div class="row">

    <div class="col-md-6">
        <label for="">{{trans('Price')}}</label>
        <input type="text" class="form-control plan_price" required name="price" placeholder="{{trans('Enter price')}}" value="{{isset($plan)?$plan->price:''}}">
    </div>

    <div class="col-md-6">
        <label for="">{{trans('Recurring Type')}}</label>
        <select name="recurring_type" class="form-control">
            <option  {{isset($plan) && $plan->recurring_type=='weekly'?'selected':''}} value="weekly">{{trans('Weekly')}}</option>
            <option {{isset($plan) && $plan->recurring_type=='weekly'?'selected':''}} value="monthly">{{trans('Monthly')}}</option>
            <option {{isset($plan) && $plan->recurring_type=='weekly'?'selected':''}} value="yearly">{{trans('Yearly')}}</option>
        </select>
    </div>
</div>

<div class="row">
    <div class="col-md-12 form-group">
        <label for="">Description</label>
        <textarea name="description" class="form-control" placeholder="Enter descriptions.." cols="2" rows="2">{{isset($plan)?$plan->description:''}}</textarea>
    </div>
</div>

<div class="row mt-4">
    <div class="col-md-4">
        <input type="checkbox" {{isset($plan) && $plan->meal_plan=='yes'?'checked':''}} name="meal_plan" id="mealPlan">
        <label class="ml-2" for="mealPlan">{{trans('Meal Plan')}}</label>
    </div>
    <div class="col-md-4">
        <input type="checkbox" {{isset($plan) && $plan->workout_plan=='yes'?'checked':''}} name="workout_plan" id="workoutPlan">
        <label class="ml-2" for="workoutPlan">{{trans('Workout Plan')}}</label>
    </div>
    <div class="col-md-4">
        <input type="checkbox" {{isset($plan) && $plan->live_support=='yes'?'checked':''}} name="live_support" id="liveSupport">
        <label class="ml-2" for="liveSupport">{{trans('Live Support')}}</label>
    </div>
</div>

<div class="row">
    <div class="col-md-12 text-right">
        <button class="btn-sm btn btn-success add_field" type="button">
            <i class="fa fa-plus"></i> Add Field
        </button>
    </div>
    <div class="col-md-12 mt-2" id="add_fields">
        @if(isset($plan->details) && $plan->details)
        @php $counter=988967; @endphp

            @foreach(json_decode($plan->details) as $detail)
                @php $counter++; @endphp
                @if(isset($detail) && $detail)
                    <div class="row form-group" id="delete_field_row_{{$counter}}">
                        <div class="col-md-11">
                            <input type="text" name="fields[]" class="form-control"
                                   value="{{isset($detail)?$detail:''}}" placeholder="Enter field data">
                        </div>
                        <div class="col-md-1 col-1">
                            <button class="btn btn-sm btn-danger del_row" data-id="{{$counter}}" type="button"><i
                                    class="fa fa-times"></i></button>
                        </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.0056 ]--