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


Viewing file:     cdb10ee35ad5a2366fa328267fe069ce526550de.php (7.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
    <?php
        $component 
= isset($component) ? $component null;
        
$rand uniqid();
    
?>
    <div class="card dd-content <?php echo e($editorClosed ?? 'card-hide'); ?>">
        <div class="card-body">
            <form action="<?php echo e(route('builder.update', ['id' => '__id'])); ?>" novalidate data-type="component" method="post"
                class="component_form silent-form" class="form-horizontal">
                <?php echo csrf_field(); ?>
                <?php echo $__env->make('cms::hidden_fields'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                <div class="form-group row">
                    <label class="col-md-3 control-label">
                        <dt><?php echo e(__('Content')); ?></dt>
                    </label>
                    <div class="col-md-8">
                        <div class="row">
                            <div class="col-md-12">
                                <div class="form-group row">
                                    <label class="col-sm-12 control-label"><?php echo e(__('Main Title')); ?></label>
                                    <div class="col-sm-12">
                                        <input type="text" class="form-control crequired inputFieldDesign"
                                            value="<?php echo e($component $component->title ''); ?>" name="title">
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="row">
                            <div class="col-md-6">
                                <div class="form-group row">
                                    <label class="col-sm-12 control-label"><?php echo e(__('Upper Subtitle')); ?></label>
                                    <div class="col-sm-12">
                                        <input type="text" class="form-control inputFieldDesign"
                                            value="<?php echo e($component $component->upper_st ''); ?>" name="upper_st">
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-6">
                                <div class="form-group row">
                                    <label class="col-sm-12 control-label"><?php echo e(__('Lower Subtitle')); ?></label>
                                    <div class="col-sm-12">
                                        <input type="text" class="form-control inputFieldDesign"
                                            value="<?php echo e($component $component->lower_st ''); ?>" name="lower_st">
                                    </div>
                                </div>
                            </div>
                        </div>


                        <div class="row">
                            <div class="col-md-4">
                                <div class="form-group row">
                                    <label class="col-sm-12 control-label"><?php echo e(__('Button Text')); ?></label>
                                    <div class="col-sm-12">
                                        <input type="text" class="form-control inputFieldDesign"
                                            value="<?php echo e($component $component->btn_text ''); ?>" name="btn_text">
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4">
                                <div class="form-group row">
                                    <label class="col-sm-12 control-label"><?php echo e(__('Link')); ?></label>
                                    <div class="col-sm-12">
                                        <input type="text" class="form-control inputFieldDesign"
                                            value="<?php echo e($component $component->btn_link ''); ?>" name="btn_link">
                                    </div>
                                </div>
                            </div>
                            <div class="col-md-4">
                                <div class="form-group row form-parent parent-class">
                                    <label class="col-sm-12 control-label"><?php echo e(__('Image')); ?></label>
                                    <div class="col-sm-12">
                                        <div class="custom-file media-manager" data-name="image" data-val="single"
                                            id="image-status">
                                            <input class="custom-file-input form-control d-none inputFieldDesign" name="image"
                                                id="validatedCustomFile<?php echo e($rand); ?>" maxlength="50" accept="image/*">
                                            <label class="custom-file-label overflow_hidden position-relative d-flex align-items-center"
                                                for="validatedCustomFile<?php echo e($rand); ?>"><?php echo e(__('Upload image')); ?></label>
                                        </div>
                                        <div class="preview-image">
                                            <?php if($component && $component->image): ?>
                                                <div class="d-flex flex-wrap mt-2">
                                                    <div
                                                        class="position-relative border boder-1 media-box p-1 mr-2 rounded mt-2">
                                                        <div
                                                            class="position-absolute rounded-circle text-center img-remove-icon">
                                                            <i class="fa fa-times"></i>
                                                        </div>
                                                        <img class="upl-img neg-transition-scale" class="p-1"
                                                            src="<?php echo e(asset('public/uploads') . DIRECTORY_SEPARATOR $component->image); ?>"
                                                            alt="<?php echo e(__('Image')); ?>">
                                                        <input type="hidden" name="image"
                                                            value="<?php echo e($component->image); ?>">
                                                    </div>
                                                </div>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <?php echo $__env->make('cms::edit.sub.appearance', [
                    
'fields' => ['margin''rounded''width''full_link''height'],
                ], 
\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                <?php echo $__env->make('cms::pieces.submit-btn'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
            </form>
        </div>
    </div>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/CMS/Resources/views/edit/cta-banner-template-v1.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.0045 ]--