!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/Modules/Shipping/Resources/views/layout/   drwxr-xr-x
Free 25.73 GB of 117.98 GB (21.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     shipping-setting.blade.php (4.6 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="noti-alert pad no-print warningMessage mt-2 px-4">
    <div class="alert warning-message abc">
        <strong id="warning-msg" class="msg"></strong>
    </div>
</div>
<div class="row px-4 shipping-setting">
    <div class="col-sm-12">
        <div class="card-body border-bottom table-border-style p-0">
            <div class="form-tabs">
                <div class="tab-content box-shadow-unset px-0 py-2">
                    <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
                        <div class="form-group row mt-14">
                            <label class="col-md-3 col-4 control-label">{{ __('Calculations') }}</label>
                            <div class="col-8 col-md-7">
                                <div class="checkbox checkbox-warning checkbox-fill d-block">
                                    @csrf
                                    <input type="checkbox" name="shipping_calculator_cart_page" id="calculator_shipping" value="1" {{ $setting['shipping_calculator_cart_page'] == 1 ? 'checked' : '' }}>
                                    <label class="cr" for="calculator_shipping">{{ __('Enable the shipping calculator on the cart page') }}</label>
                                </div>
                                <div class="checkbox checkbox-warning checkbox-fill d-block">
                                    <input type="checkbox" name="hide_shipping_cost" id="hide_shipping_cost" value="1" {{ $setting['hide_shipping_cost'] == 1 ? 'checked' : '' }}>
                                    <label class="cr" for="hide_shipping_cost">{{ __('Hide shipping costs until an address is entered') }}</label>
                                </div>
                            </div>
                        </div>

                        <div class="form-group row">
                            <label class="col-md-3 col-4 control-label">{{ __('Shipping destination') }}</label>
                            <div class="col-8 col-md-7">
                                <div class="row radio ">
                                    <div class="col-sm-12 mb-2">
                                        <div class="radio radio-warning d-inline">
                                            <input type="radio" name="shipping_destination" id="shipping_address" value="shipping_address" {{ $setting['shipping_destination'] == 'shipping_address' ? 'checked' : '' }}>
                                            <label class="cr" for="shipping_address">{{ __('Default to customer shipping address') }}</label>
                                        </div>
                                    </div>
                                    <div class="col-sm-12 mb-2">
                                        <div class="radio radio-warning d-inline">
                                            <input type="radio" name="shipping_destination" id="billing_address" value="billing_address" {{ $setting['shipping_destination'] == 'billing_address' ? 'checked' : '' }}>
                                            <label class="cr" for="billing_address">{{ __('Default to customer billing address') }}</label>
                                        </div>
                                    </div>
                                    <div class="col-sm-12">
                                        <div class="radio radio-warning d-inline">
                                            <input type="radio" name="shipping_destination" id="force_billing_address" value="force_billing_address" {{ $setting['shipping_destination'] == 'force_billing_address' ? 'checked' : '' }}>
                                            <label class="cr" for="force_billing_address">{{ __('Force shipping to the customer billing address') }}</label>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </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 {{ languageDirection() == 'ltr' ? 'float-right' : 'float-left' }} shipping-class-submit shipping-setting-btn" id="footer-btn">
                        {{ __('Save') }}
                    </button>
                </div>
            </div>
        </div>
    </div>
</div>

:: 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 ]--