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.133.160.239
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 /
designprovider /
th /
[ HOME SHELL ]
Name
Size
Permission
Action
banner
[ DIR ]
drwxr-xr-x
clients
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
font-awesome
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
image1
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
img1
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
pki-validation
[ DIR ]
drwxr-xr-x
poster
[ DIR ]
drwxr-xr-x
trisla
[ DIR ]
drwxr-xr-x
uk-old
[ DIR ]
drwxr-xr-x
video
[ DIR ]
drwxr-xr-x
.htaccess
1.4
KB
-rw-r--r--
EULA.txt
33.32
KB
-rw-r--r--
README.txt
2.98
KB
-rw-r--r--
about.php
8.75
KB
-rw-r--r--
app.php
23.3
KB
-rw-r--r--
blog-details.php
13.33
KB
-rw-r--r--
blog.php
13.76
KB
-rw-r--r--
captcha_code_file.php
2.91
KB
-rw-r--r--
contact.php
22.92
KB
-rw-r--r--
domain.php
677
B
-rw-r--r--
dp-review.php
14.92
KB
-rw-r--r--
ecommerce.php
5.22
KB
-rw-r--r--
error_log
93.86
KB
-rw-r--r--
final-process.php
18.7
KB
-rw-r--r--
googleads.php
22.24
KB
-rw-r--r--
graphic-artwork.php
57.59
KB
-rw-r--r--
index.php
5.82
KB
-rw-r--r--
index09.09.2017.php
5.81
KB
-rw-r--r--
info.php
20
B
-rw-r--r--
itailor-rebranding.php
1.11
KB
-rw-r--r--
our-clients.php
9.81
KB
-rw-r--r--
our-project.php
6.95
KB
-rw-r--r--
pro-cms.php
7.21
KB
-rw-r--r--
recaptchalib.php
4.46
KB
-rw-r--r--
robot.txt
375
B
-rw-r--r--
search-engine-optimization.php
36.51
KB
-rw-r--r--
sem.php
17.47
KB
-rw-r--r--
sendmail.php
2.9
KB
-rw-r--r--
sitemap.xml
1.53
KB
-rw-r--r--
smm.php
14.85
KB
-rw-r--r--
standard-cms.php
7.51
KB
-rw-r--r--
thankyou.php
11.97
KB
-rw-r--r--
thankyou01.php
6.83
KB
-rw-r--r--
thankyoukeyword.php
14.25
KB
-rw-r--r--
web-design-old.php
18.61
KB
-rw-r--r--
web-design.php
40.94
KB
-rw-r--r--
youtube.php
9.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sendmail.php
<?php include('../includes/dbconnect.php'); if($_SERVER['REQUEST_METHOD']=="POST") { $ip=$_SERVER["REMOTE_ADDR"]; @extract($_POST); $page_link=$_REQUEST['page_link']; $title=$_REQUEST['title']; $name=$_REQUEST['name']; $email=$_REQUEST['email']; $phone=$_REQUEST['phone']; $website=$_REQUEST['website']; if(empty($_SESSION['6_letters_code'] ) || strcasecmp($_SESSION['6_letters_code'], $_POST['6_letters_code']) != 0) { echo "<script>alert('The captcha code does not match!')</script>"; echo '<script type="text/javascript"> window.location = "'.$page_link.'";</script>'; } else{ //echo $url; $msg="<table width='40%' align='center' cellpadding='0' cellspacing='0' style='font-family:Verdana, Geneva, sans-serif; font-size:13px; border:dotted 1px #186ea9; border-bottom:solid 3px #000;'> <tr> <td style='background:#000; padding:10px 0; font-weight:bold; color:#fff; font-size:16px;' colspan='3' align='center' valign='middle'>$title </td> </tr> <tr> <td style='background:#f2f2f2; padding:10px; border-right:solid 1px #ddd; font-weight:bold; color:#555;'><strong>Name</strong></td> <td style='background:#f2f2f2; padding:10px; border-right:solid 1px #ddd; color:#333;'>$name</td> </tr> <tr> <td width='22%' style='background:#ffffff; padding:10px; border-right:solid 1px #ddd; font-weight:bold; color:#555;'><strong>Email</strong></td> <td width='78%' style='background:#ffffff; padding:10px; border-right:solid 1px #ddd; color:#333;'>$email</td> </tr> <tr> <td width='22%' style='background:#f2f2f2; padding:10px; border-right:solid 1px #ddd; font-weight:bold; color:#555;'><strong>Phone</strong></td> <td width='78%' style='background:#f2f2f2; padding:10px; border-right:solid 1px #ddd; color:#333;'>$phone</td> </tr> <tr> <td width='22%' style='background:#ffffff; padding:10px; border-right:solid 1px #ddd; font-weight:bold; color:#555;'><strong>Website</strong></td> <td width='78%' style='background:#ffffff; padding:10px; border-right:solid 1px #ddd; color:#333;'>$website</td> </tr> </table> "; $sub="Design Providers"; $mail_body = "$msg"; $sender ="$email"; $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1" . "\r\n"; $headers .= "to: ".$mail_to_admin."\n"; $headers .= "from: ".$sender."\n"; $sql= "INSERT INTO thai_data set name='$name',email='$email',mobile='$phone'"; $insert=mysqli_query($GLOBALS['connection'],$sql); if($insert){ @mail("info@designproviders.com",$sub,$mail_body,$headers); //echo "<script>alert('Thank you for contacting us, Our representatives will get back to you soon! Please email us at info@designproviders.com if you need to reach us urgently')</script>"; echo '<script>window.location.href="thankyou.php"</script>'; //header("location:contact.php"); } else{ echo "<script>alert('Try again...')</script>"; echo '<script>window.location.href="index.php"</script>'; } } } ?>
Close