!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/checkout/   drwxr-xr-x
Free 13.24 GB of 57.97 GB (22.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     order.php (4.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <!--  This file has been downloaded from bootdey.com @bootdey on twitter -->
    <!--  All snippets are MIT license http://bootdey.com/license -->
    <title>Jiff Order History</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="css/order.css">
    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" rel="stylesheet">
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/js/bootstrap.bundle.min.js"></script>
    <script src='select2/dist/js/select2.min.js' type='text/javascript'></script>
    <link href='select2/dist/css/select2.min.css' rel='stylesheet' type='text/css'>
    <style>

    </style>
</head>
<body>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container padding-bottom-3x mb-1">
    <div class="card" style="background-color: #4267B2;color: #fff; margin-top: 5px;">
        <div class="card-body" style="padding: 11px;">
            <div class="float left" style="display: inline-block; max-width:60%;"><span id="shop_name"></span> </div>
            <div class="float-right">Powered By JIFF</div>
        </div>
    </div>
    <div class="card">
        <div class="card-body" style="margin-left: -8px;">
            <h5 class="card-title">View Order # <span id="invoice_no"></span></h5>
            <div class="" style="font-size: 13px;">
                    <td>Date: <span id="order_date"></span></td>
                <br>
                    <td>Order Status: <span id="order_status"></span></td>
                <br>
                    <td>Payment Status: <span id="payment_status"></span></td>
            </div>
            <div class="div">
            </div>
        </div>
    </div>
    <div class="card">
        <div class="card-body" style="margin-left: -8px; display: inline-flex; font-size: 13px;">
            <div class="" style="width:50%;">
            <h5 class="card-title">Billing</h5>
                <td><span id="cus_name" style="font-weight:bold;"></span></td>
                <br>
                    Phone: <span id="cus_phone"></span>
                <br>
                <span id="cus_address"></span>
            </div>
            <div class="" style="width:50%;">
                <h5 class="card-title">Shipping</h5>
                <td><span id="re_name" style="font-weight:bold;"></span></td>
                <br>
                    Phone: <span id="re_phone"></span>
                <br>
                <span id="re_address"></span>
            </div>
        </div>
    </div>
    <!-- Alert-->
    <!-- Shopping Cart-->
    <div class="table-responsive shopping-cart">
        <table class="table">
            <tbody id="tdata">
            </tbody>
        </table>
        <hr>
        <table class="table">
            <tbody id="tfooter">
            <tr>
                <td class="text-right" id="data_title">
                    <span>Total</span>
                </td>
                <td class="text-right" id="order_data">
                    ৳<span id="product_total">000</span>
                </td>
            </tr>
            <tr>
                <td class="text-right" id="data_title">
                    <span>Shipping</span>
                </td>
                <td class="text-right" id="order_data">
                    ৳<span id="shipping_fee">000</span>
                </td>
            </tr>
            <tr>
                <td class="text-right" id="data_title">
                    <span>Total Amount</span>
                </td>
                <td class="text-right" id="order_data">
                    ৳<span id="total_amount">000</span>
                </td>
            </tr>
            <tr>
                <td class="text-right" id="data_title">
                    <span>Paid</span>
                </td>
                <td class="text-right" id="order_data">
                    ৳<span id="total_paid">000</span>
                </td>
            </tr>
            <tr>
                <td class="text-right" id="data_title">
                    <span>Balance</span>
                </td>
                <td class="text-right" id="order_data">
                    ৳<span id="balance">000</span>
                </td>
            </tr>
            </tbody>
        </table>
    </div>
</div>
<!-- <script type="text/javascript" src="./cart.js"></script> -->
<script type="text/javascript" src="js/orders.js?v=34"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>

</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0279 ]--