[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: contact-us.php
<?php session_start();?> <!DOCTYPE html> <html lang="en"> <head> <!-- Required Meta Tags Always Come First --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title --> <title>The Salon Friend | Contact Us</title> <link rel="shortcut icon" href="assets/icon.png" type="image/x-icon"> <link rel="icon" href="assets/icon.png" type="image/x-icon"> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <!-- Font --> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet"> <!-- CSS Implementing Plugins --> <link rel="stylesheet" href="./assets/vendor/bootstrap-icons/font/bootstrap-icons.css"> <link rel="stylesheet" href="./assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.css"> <!-- CSS Unify Template --> <link rel="stylesheet" href="./assets/css/theme.min.css"> </head> <body> <!-- ========== HEADER ========== --> <?php include("includes/header.php");?> <br /><br /><br /><br /> <!-- ========== END HEADER ========== --> <!-- ========== MAIN CONTENT ========== --> <main id="content" role="main"> <!-- Card Grid --> <!--<div class="container content-space-t-3 content-space-t-lg-4">--> <!-- <div class="text-center mb-7">--> <!-- <h1 class="display-5">How can we help?</h1>--> <!-- </div>--> <!-- <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3">--> <!-- <div class="col mb-4 mb-lg-0">--> <!-- Card --> <!-- <div class="card card-lg text-center h-100">--> <!-- <div class="card-body">--> <!-- <div class="mb-3">--> <!-- <i class="bi-person-circle fs-1 text-dark"></i>--> <!-- </div>--> <!-- <div class="mb-5">--> <!-- <h4>inquiries</h4>--> <!-- </div>--> <!-- <div class="mb-5">--> <!-- <span class="d-block">24/7</span>--> <!-- <span class="d-block">Available </span>--> <!-- </div>--> <!-- <div class="d-grid mb-6">--> <!-- <a class="btn btn-white" href="mailto:infi@tz.thesalonfriend.com"><i class="bi-envelope-open me-2"></i> info@tz.thesalonfriend.com</a>--> <!-- </div>--> <!-- <a class="btn btn-ghost-dark btn-sm" href="#"><i class="bi-telephone me-2"></i> --> <!-- +255 683 703 804</a>--> <!-- <a class="btn btn-ghost-dark btn-sm" href="#"><i class="bi-telephone me-2"></i>+233 591 058 404</a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col mb-4 mb-lg-0">--> <!-- <div class="card card-lg text-center h-100">--> <!-- <div class="card-body">--> <!-- <div class="mb-6">--> <!-- <i class="bi-wallet2 fs-1 text-dark"></i>--> <!-- </div>--> <!-- <div class="mb-5">--> <!-- <h4>Billing questions</h4>--> <!-- </div>--> <!-- <div class="mb-5">--> <!-- <span class="d-block">24/7</span>--> <!-- <span class="d-block">Available </span>--> <!-- </div>--> <!-- <div class="d-grid mb-3">--> <!-- <a class="btn btn-white" href="mailto:infi@tz.thesalonfriend.com"><i class="bi-envelope-open me-2"></i> infi@tz.thesalonfriend.com</a>--> <!-- </div>--> <!-- <a class="btn btn-ghost-dark btn-sm" href="#"><i class="bi-telephone me-2"></i> --> <!-- +255 683 703 804</a>--> <!-- <a class="btn btn-ghost-dark btn-sm" href="#"><i class="bi-telephone me-2"></i>+233 591 058 404</a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <!-- End Card Grid --> <!-- Contact Form --> <div class="overflow-hidden"> <div class="container content-space-1 content-space-lg-4"> <div class="row"> <!-- End Col --> <div class="col-lg-12"> <div class="position-relative"> <!-- Card --> <div class="card card-lg"> <!-- Card Body --> <div class="card-body"> <h4 class="mb-4">Fill in the form</h4> <?php echo $_SESSION['mess']; unset($_SESSION['mess']); ?> <form method="POST" action="sendContact.php"> <div class="row"> <div class="col-sm-6 mb-4 mb-sm-0"> <!-- Form --> <div class="mb-4"> <label class="form-label" for="contactsFormFirstName">First name</label> <input type="text" class="form-control" name="first_name" id="contactsFormFirstName" required> </div> <!-- End Form --> </div> <!-- End Col --> <div class="col-sm-6"> <!-- Form --> <div class="mb-4"> <label class="form-label" for="contactsFormLasttName">Last name</label> <input type="text" class="form-control" name="last_name" id="contactsFormLasttName" required> </div> <!-- End Form --> </div> <!-- End Col --> </div> <!-- End Row --> <div class="row"> <div class="col-sm-6 mb-4 mb-sm-0"> <!-- Form --> <div class="mb-4"> <label class="form-label" for="contactsFormCompany">Phone number</label> <input type="text" class="form-control" name="phone" id="contactsFormCompany" aria-label="thesalonfriend"> </div> <!-- End Form --> </div> <!-- End Col --> <div class="col-sm-6"> <!-- Form --> <div class="mb-4"> <label class="form-label" for="contactsFormCompanyWebsite"> Subject</label> <input type="text" class="form-control" name="subject" id="contactsFormCompanyWebsite" required> </div> <!-- End Form --> </div> <!-- End Col --> </div> <!-- End Row --> <!-- Form --> <div class="mb-4"> <label class="form-label" for="contactsFormWorkEmail">Work email</label> <input type="text" class="form-control" name="email" id="contactsFormWorkEmail" required> </div> <!-- End Form --> <!-- Form --> <div class="mb-4"> <label class="form-label" for="contactsFormDetails">Details</label> <textarea class="form-control" required name="message" id="contactsFormDetails" rows="4"></textarea> </div> <!-- End Form --> <div class="g-recaptcha" data-sitekey="6LfFbnQmAAAAANWKac6hHT6znv8K5J_rQpanP55b"></div><br><br> <div class="d-grid" style="width: 150px;"> <button type="submit" class="btn btn-primary btn-lg">Send inquiry</button> </div> </form> </div> <!-- End Card Body --> </div> <!-- End Card --> <!-- SVG Shape --> <figure class="position-absolute bottom-0 end-0 zi-n1 d-none d-md-block mb-n10" style="width: 15rem; margin-right: -8rem;"> <img class="img-fluid" src="./assets/svg/illustrations/grid-grey.svg" alt="Image Description"> </figure> <!-- End SVG Shape --> <!-- SVG Shape --> <figure class="position-absolute bottom-0 end-0 d-none d-md-block me-n5 mb-n5" style="width: 10rem;"> <img class="img-fluid" src="./assets/svg/illustrations/plane.svg" alt="Image Description"> </figure> <!-- End SVG Shape --> </div> </div> <!-- End Col --> </div> <!-- End Row --> </div> </div> <!-- End Contact Form --> </main> <!-- ========== END MAIN CONTENT ========== --> <?php include("includes/footer.php");?> <!-- ========== END FOOTER ========== --> <!-- ========== SECONDARY CONTENTS ========== --> <!-- Go To --> <a class="js-go-to go-to position-fixed" href="javascript:;" style="visibility: hidden;" data-hs-go-to-options='{ "offsetTop": 700, "position": { "init": { "right": "2rem" }, "show": { "bottom": "2rem" }, "hide": { "bottom": "-2rem" } } }'> <i class="bi-chevron-up"></i> </a> <!-- ========== END SECONDARY CONTENTS ========== --> <!-- JS Global Compulsory --> <script src="./assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script> <!-- JS Implementing Plugins --> <script src="./assets/vendor/hs-header/dist/hs-header.min.js"></script> <script src="./assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.js"></script> <script src="./assets/vendor/hs-go-to/dist/hs-go-to.min.js"></script> <!-- JS Unify --> <script src="./assets/js/theme.min.js"></script> <!-- JS Plugins Init. --> <script> (function() { // INITIALIZATION OF NAVBAR // ======================================================= new HSHeader('#header').init() // INITIALIZATION OF MEGA MENU // ======================================================= const megaMenu = new HSMegaMenu('.js-mega-menu', { desktop: { position: 'left' } }) // INITIALIZATION OF GO TO // ======================================================= new HSGoTo('.js-go-to') })() </script> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 60.09 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002