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


Viewing file:     profile.php (4.04 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 shop cart</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="css/profile.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'>
</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 id="checkout">
            <div class="card">
                <div class="card-body">
                    <h5 class="card-title">Update User Infotmation</h5>
                    <!-- <div class="form-row"> -->
                    <form class="row g-3" method="post"  onSubmit="return false;" id="form_data">
                        <div class="form-group col-md-6">
                            <label for="inputName">Name *</label>
                            <input type="text" class="form-control" id="inputName" placeholder="Name" required minlength="4" readonly>
                        </div>
                        <div class="form-group col-md-6">
                            <label for="inputEmail">Email </label>
                            <input type="email" class="form-control" id="inputEmail" placeholder="Email Address">
                        </div>
                        <div class="form-group col-md-6">
                            <label for="district">District *</label>
                            <select class="form-control" name="district" id="district" style="width:100%;">
                                <option selected  value='0'>Select District</option>                                      
                            </select>
                            <span class="error" id="district_error">* Please select your district</span>

                        </div>
                        <div class="form-group col-md-6">
                            <label for="upazila">Zone *</label>
                            <select class="form-control" name="upazila" id="upazila" style="width:100%;" >
                                <option value='0'>Select Zone</option>          
                            </select>
                            <span class="error" id="upazila_error">* Please select your Zone</span>
                        </div>
                        <div class="form-group col-md-12">
                            <label for="address_label">Adress *</label>
                            <textarea class="form-control" rows="3" name="address_label" id="address_label" placeholder="Details adress, For Example: House# 123, Street# 123, ABC Road" minlength="12"></textarea>
                             <span class="error" id="address_error">* Please provide your address details minimum 12 characters</span>
                        </div>
                        <div class="form-group col-md-12" style="text-align-last: right;">
                            <button type="submit" class="btn btn-primary" id="sm_button" onclick="formSubmit()">Submit</button>
                            <!-- <input type="button" class="btn btn-primary" onclick="myFunction()" value="Submit"> -->

                        </div>
                    <!-- </div> -->
                    </form>
                </div>
            </div>
        </div>
</div>
<script  src="js/profile.js?v=29"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>

<script type="text/javascript">

</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.0052 ]--