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


Viewing file:     5366fde2743b014f53ae34b9ca0ee5df918a316b.php (8.19 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<?php $__env->startSection('page_title'__('Account Settings')); ?>
<?php $__env
->startSection('css'); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <!-- Main content -->
    <div class="col-sm-12" id="account-settings-container">
        <div class="card">
            <div class="card-body row">
                <div
                    class="col-lg-3 col-12 z-index-10 <?php echo e(languageDirection() == 'ltr' 'ps-md-3 pe-0 ps-0' 'pe-md-3 ps-0 pe-0'); ?>">
                    <?php echo $__env->make('admin.layouts.includes.account_settings_menu'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
                </div>
                <div class="col-lg-9 col-12 <?php echo e(languageDirection() == 'ltr' 'ps-0' 'pe-0'); ?>">
                    <div class="card card-info shadow-none mb-0">
                        <div class="card-header p-t-20 border-bottom">
                            <h5><?php echo e(__('Options')); ?></h5>
                        </div>
                        <div class="card-block table-border-style">
                            <form action="<?php echo e(route('account.setting.option')); ?>" method="post" class="form-horizontal"
                                id="preference_form">
                                <?php echo csrf_field(); ?>
                                <div class="card-body p-0">
                                    <div class="form-group row">
                                        <label class="col-4 control-label"
                                            for="customer_signup"><?php echo e(__('Customer Signup')); ?></label>
                                        <div class="col-6">
                                            <div class="switch switch-bg d-inline m-r-10 edit-is_default">
                                                <input class="customer-signup" type="checkbox"
                                                    value="<?php echo e($customer_signup); ?>" name="customer_signup"
                                                    id="customer_signup" <?php echo e($customer_signup == 'checked' ''); ?>>
                                                <label for="customer_signup" class="cr"></label>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label class="col-4 control-label"
                                            for="customer_default_signup_status"><?php echo e(__('Customer Default Signup Status')); ?></label>
                                        <div class="col-6">
                                            <select name="user_default_signup_status"
                                                class="form-control select2-hide-search">
                                                <option value="Pending"
                                                    <?php echo e(preference('user_default_signup_status') == 'Pending' 'selected' ''); ?>>
                                                    <?php echo e(__('Pending')); ?></option>
                                                <option value="Active"
                                                    <?php echo e(preference('user_default_signup_status') == 'Active' 'selected' ''); ?>>
                                                    <?php echo e(__('Active')); ?></option>
                                            </select>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label class="col-4 control-label"
                                            for="vendor_signup"><?php echo e(__('Vendor Signup')); ?></label>
                                        <div class="col-6">
                                            <div class="switch switch-bg d-inline m-r-10 edit-is_default">
                                                <input class="vendor-signup" type="checkbox" value="<?php echo e($vendor_signup); ?>"
                                                    name="vendor_signup" id="vendor_signup"
                                                    <?php echo e($vendor_signup == 'checked' ''); ?>>
                                                <label for="vendor_signup" class="cr"></label>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label class="col-4 control-label"
                                            for="vendor_default_signup_status"><?php echo e(__('Vendor Default Signup Status')); ?></label>
                                        <div class="col-6">
                                            <select name="vendor_default_signup_status"
                                                class="form-control select2-hide-search">
                                                <option value="Pending"
                                                    <?php echo e(preference('vendor_default_signup_status') == 'Pending' 'selected' ''); ?>>
                                                    <?php echo e(__('Pending')); ?></option>
                                                <option value="Active"
                                                    <?php echo e(preference('vendor_default_signup_status') == 'Active' 'selected' ''); ?>>
                                                    <?php echo e(__('Active')); ?></option>
                                            </select>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label class="col-4 control-label"
                                               for="app_open_url"><?php echo e(__('App Open URL')); ?></label>
                                        <div class="col-6">
                                            <input type="text" name="app_open_url" class="form-control inputFieldDesign" value="<?php echo e(preference('app_open_url')); ?>">
                                        </div>
                                    </div>
                                    <div class="card-footer p-0">
                                        <div class="form-group row">
                                            <label for="btn_save" class="col-sm-3 control-label"></label>
                                            <div class="col-sm-12">
                                                <button type="submit" class="btn form-submit custom-btn-submit <?php echo e(languageDirection() == 'ltr' 'float-right' 'float-left'); ?>"
                                                    id="footer-btn">
                                                    <?php echo e(__('Save')); ?>

                                                </button>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('js'); ?>
    <script src="<?php echo e(asset('public/dist/js/custom/validation.min.js')); ?>"></script>
    <script src="<?php echo e(asset('public/datta-able/plugins/sweetalert/js/sweetalert.min.js')); ?>"></script>
    <script src="<?php echo e(asset('public/dist/js/custom/settings.min.js')); ?>"></script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('admin.layouts.app'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/admin/account_settings/index.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.0039 ]--