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


Viewing file:     869dcc876ce0554ddf7c9821e92d1a443959809a.php (10.34 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="tab-pane fade" id="v-pills-mainHeader" role="tabpanel" aria-labelledby="v-pills-mainHeader-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(__('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[main][text_color]"
                                value="<?php echo e(isset($header['main']['text_color']) ? $header['main']['text_color'] : ''); ?>">
                        </div>
                    </div>
                    <div class="form-group row">
                        <label for="footer-main-title" class="col-sm-4 text-left col-form-label "><?php echo e(__('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[main][bg_color]"
                                value="<?php echo e(isset($header['main']['bg_color']) ? $header['main']['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 Logo')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[main][show_logo]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[main][show_logo]" <?php echo e($header['main']['show_logo'] ? 'checked' ''); ?> value="<?php echo e($header['main']['show_logo']); ?>" type="checkbox" id="show-logo">
                        <label for="show-logo" class="cr"></label>
                    </div>
                </div>
            </div>
            <div class="form-group row mb-1 conditional preview-parent" data-if="#show-logo">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Upload 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_header_logo">
                        <label class="custom-file-label overflow_hidden position-relative d-flex align-items-center"
                            for="validatedCustomFile"><?php echo e(__('Upload Logo')); ?></label>
                    </div>
                    <div class="preview-image" id="company_favicon">
                        <!-- img will be shown here -->
                        <div class="d-flex flex-wrap mt-2">
                            <?php if($image['id']['header_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']['header_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['header_logo']); ?>">
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                </div>
            </div>

            <div class="form-group row mb-1 conditional preview-parent" data-if="#show-logo">
                <label for="meta_title" class="col-sm-4 text-left col-form-label "><?php echo e(__('Upload Sidebar & Customer Panel 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_header_mobile_logo">

                        <label class="custom-file-label overflow_hidden position-relative d-flex align-items-center"
                            for="validatedCustomFile"><?php echo e(__('Upload Logo')); ?></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']['header_mobile_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']['header_mobile_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['header_mobile_logo']); ?>">
                                </div>
                            <?php endif; ?>
                        </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 Searchbar')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[main][show_searchbar]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[main][show_searchbar]" <?php echo e($header['main']['show_searchbar'] ? 'checked' ''); ?> value="<?php echo e($header['main']['show_searchbar']); ?>" type="checkbox" id="show-searchbar">
                        <label for="show-searchbar" 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 Account Icon')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[main][show_account]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[main][show_account]" <?php echo e($header['main']['show_account'] ? 'checked' ''); ?> value="<?php echo e($header['main']['show_account']); ?>" type="checkbox" id="show-user-icon">
                        <label for="show-user-icon" 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 wishlist')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[main][show_wishlist]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[main][show_wishlist]" <?php echo e($header['main']['show_wishlist'] ? 'checked' ''); ?> value="<?php echo e($header['main']['show_wishlist']); ?>" type="checkbox" id="show-wishlist">
                        <label for="show-wishlist" 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 Cart')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[main][show_cart]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[main][show_cart]" <?php echo e($header['main']['show_cart'] ? 'checked' ''); ?> value="<?php echo e($header['main']['show_cart']); ?>" type="checkbox" id="show-cart">
                        <label for="show-cart" 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 Track Order')); ?></label>
                <div class="col-sm-5 -mt-6">
                    <input type="hidden" name="<?php echo e($layout); ?>_template_header[main][show_track]" value="0">
                    <div class="switch switch-bg d-inline m-r-10">
                        <input class="is_default" name="<?php echo e($layout); ?>_template_header[main][show_track]" <?php echo e($header['main']['show_track'] ? 'checked' ''); ?> value="<?php echo e($header['main']['show_track']); ?>" type="checkbox" id="show-track">
                        <label for="show-track" class="cr"></label>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>


<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/Modules/CMS/Resources/views/partials/themes/header/main-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.0062 ]--