? 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/promice/Admin/
File Upload :
Current File : /home/admin/public_html/old/promice/Admin/ShowProducts.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/instyle.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
function showAndHide(idShow, this_checked)
{
if(this_checked==true){
document.getElementById(idShow).style.display = '';
}else{
document.getElementById(idShow).style.display = 'none';
}
}
</script>
</head>
<body bgcolor="#ffffff">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <!-- fwtable fwsrc="Untitled" fwbase="de_inx.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  <tr> 
    <td><img src="../images/spacer.gif" width="145" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="98" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="110" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="109" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="103" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="127" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="129" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="97" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="82" height="1" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>
  <tr> 
    <td rowspan="2" colspan="4">&nbsp;</td>
    <td colspan="5" background="../images/de_inx_r2_c5.jpg"><div align="center">ยินดีต้อนรับคุณ 
        <? echo "<u>$adminname</u>"; ?> เข้าใช้งานในระบบ 
        ระดับสิทธิการเข้าใช้งาน Administrator <br>
        [ <a href="ChangePass.php">เปลี่ยนรหัสผ่าน</a> 
        ] [ <a href="logout.php">ออกจากระบบ</a> 
        ] </div></td>
    <td><img src="../images/spacer.gif" width="1" height="43" border="0" alt=""></td>
  </tr>
  <tr> 
    <td colspan="5"><img name="de_inx_r3_c5" src="../images/de_inx_r3_c5-1.jpg" width="538" height="5" border="0" alt=""></td>
    <td><img src="../images/spacer.gif" width="1" height="5" border="0" alt=""></td>
  </tr>
  <tr> 
    <td colspan="9"> <div align="center">
        <table width="91%" border="0" align="center" cellpadding="1" cellspacing="1">
          <tr> 
            <td><div align="center"> 
                <table width="100%" border="0" cellspacing="1" cellpadding="1">
                  <tr> 
                    <td height="20" bgcolor=<? echo "$bgcolor"; ?>> <div align="left"> 
                        <input type="checkbox" id=check_type1 value="1" onClick="showAndHide('target1',this.checked)" name=check_type1 />
                        คลิกเพื่อแสดงเมนู  </div></td>
                  </tr>
                  <tr> 
                    <td height="5" bgcolor=<? echo "$bgcolor"; ?>> <div align="left" id=target1 style="display: none;"> 
                          
                        <? require_once "Menu.php";	  ?>
                      </div>
                      <div align="left"> </div>
                      <div id="target1" style="display: none;"></div>
                      <div align="left"> 
                        <div align="center"> </div>
                        </div></td>
                  </tr>
                </table>
              </div></td>
          </tr>
          <tr> 
            <td><table width="100%" border="0" cellspacing="1" cellpadding="1">
                <tr> 
                  <td><strong>:: แสดงรายการสินค้า 
                    ::</strong></td>
                </tr>
                <tr> 
                  <td><div align="center"> 
                      <?php
						  $sql_1="select * from products where id = '$_GET[PrdID]'";
						  $db_query=mysql_db_query($db,$sql_1);
						  $result1=mysql_fetch_array($db_query);
						  $idx  =$result1['id'];
						  $productsname  =$result1['productsname'];
						  $productsprice  =$result1['productsprice'];
						  $productsdetail  =$result1['productsdetail'];
						  $productsphoto  =$result1['productsphoto'];
						  $productsphoto2  =$result1['productsphoto2'];
						  $productsphoto3 =$result1['productsphoto3'];
						  $productsphoto4  =$result1['productsphoto4'];
						?>
                       
                      <table width="889" border="0" align="center" cellpadding="1" cellspacing="1">
                        <form method="post" action="EditProductsSave.php" enctype="multipart/form-data">
                          <tr bgcolor="#FFFFFF"> 
                            <td width="141" valign="top"> <div align="left">ชื่อสินค้า 
                                :</div></td>
                            <td width="741"><? echo "$productsname"; ?></td>
                          </tr>
                          <tr bgcolor="#FFFFFF"> 
                            <td valign="top"> <div align="left">ราคา/บาท 
                                :</div></td>
                            <td><? echo "$productsprice"; ?> 
                              </td>
                          </tr>
                          <tr bgcolor="#FFFFFF"> 
                            <td valign="top"> <div align="left">รายละเอียดสินค้า 
                                :</div></td>
                            <td> <? echo "$productsdetail"; ?></td>
                          </tr>
                          <tr bgcolor="#FFFFFF"> 
                            <td valign="top"> <div align="left">รูปสินค้า 
                                :</div></td>
                            <td> 
                              <?
					  if ($productsphoto != "")
					  {
					  echo "<img src=IMG/$productsphoto width=400>";
					  }else{
					  echo "";
					  }
					  if ($productsphoto2 != "")
					  {
					  echo "<br><br><img src=IMG/$productsphoto2 width=400>";
					  }else{
					  echo "";
					  }
					  if ($productsphoto3 != "")
					  {
					  echo "<br><br><img src=IMG/$productsphoto3 width=400>";
					  }else{
					  echo "";
					  }
					  if ($productsphoto4 != "")
					  {
					  echo "<br><br><img src=IMG/$productsphoto4 width=400>";
					  }else{
					  echo "";
					  }
					  ?>
                              </td>
                          </tr>
                        </form>
                      </table>
                    </div></td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table>
        
      </div></td>
    <td><img src="../images/spacer.gif" width="1" height="13" border="0" alt=""></td>
  </tr>
  <tr> 
    <td colspan="9" background="../images/de_inx_r6_c1.jpg"><div align="center"><? echo "$buttomweb"; ?></div></td>
    <td><img src="../images/spacer.gif" width="1" height="19" border="0" alt=""></td>
  </tr>
</table>
</body>
</html>

T1KUS90T
  root-grov@210.1.60.28:~$