? 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/ReportSalepermonthNow.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];
$month1 = "$_POST[yy1]-$_POST[mm1]";
$date1 = "$_POST[yy1]-$_POST[mm1]-$_POST[dd1]";
$date2 = "$_POST[yy2]-$_POST[mm2]-$_POST[dd2]";
$date_1 = date($date1);
$date_2 = date($date2);
$month_1 = date($month1);
?>
<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; 
          <a href="ReportSalepermonth.php">รายการยอดขายรายเดือน</a> --&gt; <strong>แสดงข้อมูลยอดขายรายเดือน</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"><br>
                <br>
                <table width="100%" border="0" cellspacing="1" cellpadding="1">
                  <tr> 
                    <td><div align="right"> 
                        <table width="200" border="0" cellspacing="1" cellpadding="1">
                          <tr> 
                            <td width="59" height="42"><a href="ReportSalepermonthNowWord.php?monthreport=<? echo "$month1"; ?>"><img src="images/option.jpg" width="117" height="28" border="0"></a></td>
                            <td width="60">&nbsp;  <table width="100%" border="0" cellspacing="1" cellpadding="1">
                                <form method="post" action="ReportSalepermonthNowPrint.php" target="_blank">
                                  <tr> 
                                    <td> 
                                      <input type=hidden name=monthreport value=<? echo "$month_1"; ?>>
                                      <input name="Submit" type="submit" class="submit" value="Print">
                                      </td>
                                  </tr>
                                </form>
                              </table></td>
                          </tr>
                        </table>
                         </div></td>
                  </tr>
                  <tr> 
                    <td><strong>แสดงรายงาน :</strong> <? echo "$month1"; ?></td>
                  </tr>
                  <tr> 
                    <td><div align="center"> 
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                <tr bgcolor="#FFFFFF"> 
                                  <td width="7%"><div align="center"><strong>ลำดับ</strong></div></td>
                                  <td width="11%"><div align="center"><strong>เลขสั่งซื้อ</strong></div></td>
                                  <td width="12%"><div align="center"><strong>รหัสสินค้า</strong></div></td>
                                  <td width="19%"><div align="center"><strong>ชื่อสินค้า</strong></div></td>
                                  <td width="19%"><div align="center"><strong>ชื่อลูกค้า</strong></div></td>
                                  <td width="8%"><div align="center"><strong>จำนวน</strong></div></td>
                                  <td width="11%"><div align="center"><strong>ราคา/บาท</strong></div></td>
                                  <td width="13%"><div align="center"><strong>ชำระโดย</strong></div></td>
                                </tr>
                              </table></td>
                          </tr>
                        </table>
                        <?
$number = 1;
$page = $_GET['page'];
$number_job = 1;
$select_type="select * from tb_order order by id desc";
$query_select=mysql_query($select_type);
$num_rows=mysql_num_rows($query_select);

if($num_rows<1){
echo "<br><br><center><b>ไม่พบรายการนี้ในระบบ</b></center>";
}else{
		$select="select * from tb_order order by id desc";
		$q_ry = mysql_query($select);
	 	$num_rows=mysql_num_rows($q_ry);
  		$pagesize=100;
		$rt=$num_rows%$pagesize;
		if($rt!=0)
			{
				$totalpage=floor($num_rows/$pagesize)+1;
			}
		else
			{
				$totalpage=floor($num_rows/$pagesize);
				$toppic_id=1;
			}
		if(empty($page))
			{
				$page=1;
			}
		mysql_free_result($q_ry);
		$goto=($page-1)*$pagesize;
//$sql_select_mem ="SELECT * FROM tb_order WHERE date like '%$month_1%'
 $sql_select_mem="Select * From tb_order where date like '%$month_1%' and paystatus = '11111' order by id desc limit $goto,$pagesize";
		$fect=mysql_query($sql_select_mem);
		if(!$fect)
		{
		("ติดต่อฐานข้อมูลไม่ได้".mysql_error());
		exit;
		}

	  $bgcount=0;
	while($rows=mysql_fetch_array($fect))
	{
$idxx =$rows['id'];
$refid  =$rows['refid'];
$pNum  =$rows['pNum'];
$pPrice  =$rows['pPrice'];
$id_cus  =$rows['id_cus'];
$pId = $rows['pId'];
$paystatus = $rows['paystatus'];
$statusnow = $rows['statusnow'];
$payby = $rows['payby'];

$products_price=number_format($pPrice,2,'.',',') ;

$bgcount=$bgcount+1;
$bgmod=$bgcount%2;
if($bgmod==0){
	$bgcolor="#D7E5E7";
	$bg_count = "#1B7DD8";
}else{
	$bgcolor="";
	$bg_count = "";
}
	?>
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                <tr bgcolor="#FFFFFF"> 
                                  <td width="7%"><div align="center"><? echo "$number"; ?></div></td>
                                  <td width="11%"><div align="center"><? echo "$refid"; ?></div></td>
                                  <td width="12%"><div align="center"><? echo "$pId"; ?></div></td>
                                  <td width="19%"><div align="center"> 
                                      <?
						  $sqlprd="select * from products where productscode='$pId'";
						  $db_query=mysql_db_query($db,$sqlprd);
						  $resultprd=mysql_fetch_array($db_query);
						  $products_name=$resultprd[productsname];
						  echo "$products_name";
									  ?>
                                      </div></td>
                                  <td width="19%"><div align="center"> 
                                      <div align="left"> 
                                        <?
						  $sqlmember="select * from member where usermem='$id_cus'";
						  $db_query=mysql_db_query($db,$sqlmember);
						  $resultmem=mysql_fetch_array($db_query);
						  $membername=$resultmem[name];
						  echo "$membername";
									  ?>
                                        </div>
                                    </div></td>
                                  <td width="8%"><div align="center"><? echo "$pNum"; ?></div></td>
                                  <td width="11%"><div align="right"><? echo "$products_price"; ?></div></td>
                                  <td width="13%"><div align="center"> 
                                      <?
									  if ($payby == "by_bank")
									  {
									  echo "ทางธนาคาร";
									  }else if ($payby == "by_paysbuy")
									  {
									  echo "ทาง Paysbuy";
									  }
									  ?>
                                      </div></td>
                                </tr>
                              </table></td>
                          </tr>
                        </table>
                        <?
$number = $number+1;
$sumprice = $sumprice+$pPrice;
}
}
?>
                        <table width="100%" border="0" cellspacing="1" cellpadding="1">
                          <tr bgcolor="#FFFFFF"> 
                            <td width="7%"><div align="center"></div></td>
                            <td width="11%"><div align="center"></div></td>
                            <td width="12%"><div align="center"></div></td>
                            <td width="19%"><div align="center"></div></td>
                            <td width="19%"><div align="center"> 
                                <div align="left"></div>
                              </div></td>
                            <td width="8%"><div align="center"><strong>รวม</strong></div></td>
                            <td width="11%"><div align="right"> 
                                <?
								$sum_price=number_format($sumprice,2,'.',',') ;
								 echo "<b>$sum_price</b>"; ?>
                                </div></td>
                            <td width="13%"><div align="center"><strong>บาท 
                                </strong> </div></td>
                          </tr>
                        </table>
                      </div></td>
                  </tr>
                </table>
                <br>
              </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:~$