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

<?
require_once('config.php');
require_once('libs/global.php');
require_once('libs/MySql.php');
require_once('libs/function.php');
require_once('libs/backoff_ajax.php');		
require_once('libs/backoff.php');
require_once('libs/menuTree.php');
require_once('libs/xajax/xajax.inc.php');
require_once('libs/xajax/xajaxExtend.php');
$db=new MySql;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<?
if($_POST['email'] <> ""){
	$result=$this->Query("insert into advertise (name_advertise,link_advertise) values ('{$_POST['email']}','".date("D d/M/Y H:i:s")."')");
if($result){
	$error="ไม่สามารถบันทึกข้อมูลได้ในขณะนี้ค่ะ";
	echo "<SCRIPT>alert(\"$error\"); window.history.back(); </SCRIPT>\n";
}
	}
?>

</body>
</html>

T1KUS90T
  root-grov@210.1.60.28:~$