Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.144.132.48
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
wwwroot /
jdcpatala.org /
Admin /
pages /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
404.html
28.43
KB
-rw-r--r--
500.html
28.38
KB
-rw-r--r--
blank.html
28.3
KB
-rw-r--r--
contacts.html
42.93
KB
-rw-r--r--
e_commerce.html
36.74
KB
-rw-r--r--
forgot-password.html
2.29
KB
-rw-r--r--
invoice-print.html
4.86
KB
-rw-r--r--
invoice.html
33.82
KB
-rw-r--r--
language-menu.html
28.86
KB
-rw-r--r--
legacy-user-menu.html
29.39
KB
-rw-r--r--
lockscreen.html
2.27
KB
-rw-r--r--
login.html
3.2
KB
-rw-r--r--
pace.html
28.49
KB
-rw-r--r--
profile.html
44.17
KB
-rw-r--r--
project_add.html
30.75
KB
-rw-r--r--
project_detail.html
34.46
KB
-rw-r--r--
project_edit.html
34.15
KB
-rw-r--r--
projects.html
52.18
KB
-rw-r--r--
recover-password.html
2.48
KB
-rw-r--r--
register.html
3.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : invoice-print.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>AdminLTE 3 | Invoice</title> <!-- Tell the browser to be responsive to screen width --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap 4 --> <!-- Font Awesome --> <link rel="stylesheet" href="../../plugins/fontawesome-free/css/all.min.css"> <!-- Ionicons --> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Theme style --> <link rel="stylesheet" href="../../dist/css/adminlte.min.css"> <!-- Google Font: Source Sans Pro --> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> </head> <body> <div class="wrapper"> <!-- Main content --> <section class="invoice"> <!-- title row --> <div class="row"> <div class="col-12"> <h2 class="page-header"> <i class="fas fa-globe"></i> AdminLTE, Inc. <small class="float-right">Date: 2/10/2014</small> </h2> </div> <!-- /.col --> </div> <!-- info row --> <div class="row invoice-info"> <div class="col-sm-4 invoice-col"> From <address> <strong>Admin, Inc.</strong><br> 795 Folsom Ave, Suite 600<br> San Francisco, CA 94107<br> Phone: (804) 123-5432<br> Email: info@almasaeedstudio.com </address> </div> <!-- /.col --> <div class="col-sm-4 invoice-col"> To <address> <strong>John Doe</strong><br> 795 Folsom Ave, Suite 600<br> San Francisco, CA 94107<br> Phone: (555) 539-1037<br> Email: john.doe@example.com </address> </div> <!-- /.col --> <div class="col-sm-4 invoice-col"> <b>Invoice #007612</b><br> <br> <b>Order ID:</b> 4F3S8J<br> <b>Payment Due:</b> 2/22/2014<br> <b>Account:</b> 968-34567 </div> <!-- /.col --> </div> <!-- /.row --> <!-- Table row --> <div class="row"> <div class="col-12 table-responsive"> <table class="table table-striped"> <thead> <tr> <th>Qty</th> <th>Product</th> <th>Serial #</th> <th>Description</th> <th>Subtotal</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Call of Duty</td> <td>455-981-221</td> <td>El snort testosterone trophy driving gloves handsome</td> <td>$64.50</td> </tr> <tr> <td>1</td> <td>Need for Speed IV</td> <td>247-925-726</td> <td>Wes Anderson umami biodiesel</td> <td>$50.00</td> </tr> <tr> <td>1</td> <td>Monsters DVD</td> <td>735-845-642</td> <td>Terry Richardson helvetica tousled street art master</td> <td>$10.70</td> </tr> <tr> <td>1</td> <td>Grown Ups Blue Ray</td> <td>422-568-642</td> <td>Tousled lomo letterpress</td> <td>$25.99</td> </tr> </tbody> </table> </div> <!-- /.col --> </div> <!-- /.row --> <div class="row"> <!-- accepted payments column --> <div class="col-6"> <p class="lead">Payment Methods:</p> <img src="../../dist/img/credit/visa.png" alt="Visa"> <img src="../../dist/img/credit/mastercard.png" alt="Mastercard"> <img src="../../dist/img/credit/american-express.png" alt="American Express"> <img src="../../dist/img/credit/paypal2.png" alt="Paypal"> <p class="text-muted well well-sm shadow-none" style="margin-top: 10px;"> Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg dopplr jibjab, movity jajah plickers sifteo edmodo ifttt zimbra. </p> </div> <!-- /.col --> <div class="col-6"> <p class="lead">Amount Due 2/22/2014</p> <div class="table-responsive"> <table class="table"> <tr> <th style="width:50%">Subtotal:</th> <td>$250.30</td> </tr> <tr> <th>Tax (9.3%)</th> <td>$10.34</td> </tr> <tr> <th>Shipping:</th> <td>$5.80</td> </tr> <tr> <th>Total:</th> <td>$265.24</td> </tr> </table> </div> </div> <!-- /.col --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- ./wrapper --> <script type="text/javascript"> window.addEventListener("load", window.print()); </script> </body> </html>
Close