? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/hotel/
File Upload :
Current File : /home/admin/public_html/old/hotel/wherebuy.php

<?php
session_start();

include ("config.php");
include ("category.php");
include ("toplink.php");
include("function.php");
@mysql_db_query($dbname,"update ".$fix."user set counter=(counter+1) where userid='1' "); 


$sql = "select * from ".$fix."where";

$result = @mysql_db_query($dbname,$sql);
if(!@mysql_num_rows($result))
{
$nofollow = true;
themehead("The page cannot be found");
echo "<font color=red>"._LANG_36_3."</font>";
themefoot();
exit;
}

themehead(stripslashes($array[2]));
echo "<table cellspacing=0 cellpadding=2 width=\"100%\"><tr><td valign=top align=center>";
echo "<IMG SRC=\"img/frame_wheretobuy.jpg\" WIDTH=\"640\" HEIGHT=\"167\" BORDER=\"0\">";

$queryshop = mysql_db_query($dbname,$sql);
$number=1;
echo "<div align=center class=main><table cellspacing=3 cellpadding=3 boder=\"1\" bodercolor=#000000 width=\"95%\">";
echo "<tr bgcolor=#FF80C0 align=center><td><b>#</b></td><td><b>Shop Name</b></td><td><b>Details</b></td></tr>";
while ($rowshop=mysql_fetch_array ($queryshop)) 
		{ 
			echo "<tr align=center bgcolor=#F9F9F9><td>".$number."</td><td>".$rowshop[shopname]." </td><td><A HREF=\"wherebuyshow.php?buyid=$rowshop[ids]\">Details</A></td></tr>"; 
			$number++;
        }//end while                           
echo "</tr></table></div>";
echo "</td></tr></table>";

themefoot();
mysql_close($connection);
?>

T1KUS90T
  root-grov@210.1.60.28:~$