403Webshell
Server IP : 61.19.30.66  /  Your IP : 216.73.216.80
Web Server : Apache/2.2.22 (Ubuntu)
System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64
User : www-data ( 33)
PHP Version : 5.3.10-1ubuntu3.48
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/net/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/net/regisin.php
<?

require_once "connectdb.php";
require_once "tdate.php";


?>
<html>
<head>
<?
$teach=$objResult["teachcode"];

?>
<title>-:- ADMIN -:-</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="style.css" rel="stylesheet" type="text/css">

</head>
<script language="javascript">
function chk_all(){
	var x=document.getElementsByTagName("input");
	for(i=0;i<=x.length;i++){
		if(x[i].type=="checkbox"){
			x[i].checked=true;
		}
	}
}
function unchk_all(){
	var x=document.getElementsByTagName("input");
	for(i=0;i<=x.length;i++){
		if(x[i].type=="checkbox"){
			x[i].checked=false;
		}
	}
}


</script>
<body bgcolor="#FFFFFF"  onLoad="javascript:document.getElementById('useradmin').focus();">

 
              <table width="400" border="0" align="left" cellpadding="1" cellspacing="1">
                <tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">แก้ไข/pay</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2">ลบ/ค้างจ่าย</font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2">ราคา</font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2">พิมพ์</font></div></td>
                  
                                  </tr>
                                </table></td>
                            </tr>
                          </table>
                          <?
$page = $_GET['page'];
$num = 1;
$select_type="select * from pay";
$query_select=mysql_query($select_type);
$num_rows=mysql_num_rows($query_select);
if($num_rows<1){
echo "<br><br><center><font color=#666666 face=tahoma size=2>ไม่พบข้อมูลทีี่ท่านค้นหาค่ะ</font></center>";
}else{
		$select="select * from pay order by idpay asc";
		$q_ry = mysql_query($select);
	 	$num_rows=mysql_num_rows($q_ry);
  		$pagesize=10000;
		$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 pay JOIN custom ON
 custom.user=pay.userpay where statuspay=0 group by userpay
order by userpay+1 asc limit $goto,$pagesize";
		$fect=mysql_query($sql_select_mem);
		if(!$fect)
		{
		("ติดต่อฐานข้อมูลไม่ได้".mysql_error());
		exit;
		}

	  $bgcount=0;
	while($rows=mysql_fetch_array($fect))
	{
$idmember =$rows['idpay'];
$userpay =$rows['userpay'];
$mount =$rows['mount'];	
$prie =$rows['prie'];
$name =$rows['name'];
$day =$rows['daypay'];
$mount =$rows['mount'];
$xyy =$rows['xyy'];
$status ="";
$statuspay ="statuspay";
	?>


	






                          <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="40"><font color="#003366" size="2"><a href=sumtotal.php?id=<? echo "$xyy"; ?>><? echo "$num"; ?></a>
									
									&nbsp;&nbsp;&nbsp;
									<font color="#003366" size="2"><a href=nonpay.php?id=<? echo "$xyy"; ?>><? echo "$userpay"; ?></a>
									
									
									
									
									
									
									</font></td>
                                   
                                     
									 <td width="50"><font color="#003366" size="2"><a href=reportin.php?id=<? echo "$userpay"; ?>><? echo "$code1"; ?><? echo "$name"; ?></a></font></td>
									
									<td width="50"><font color="#003366" size="2">
									
									<?
											
				$crsql="SELECT count(userpay) FROM `pay`
					WHERE userpay = '$userpay' and statuspay<2 ";
				$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
				$dcrd = mysql_fetch_array($slr);
				$countuser=$dcrd[0];

				$totalpay=$prie*$countuser;

				$totalpayall+=$totalpay;
				$pea=1500;
				$net=4000;
				$not=1000;
				$rub=$totalpayall-$pea-$net-$not;
				$today = date("m");

	             ?>

				 <?
				 $crsql="SELECT count(userpay) FROM `pay`
					WHERE statuspay='2' and mount='$today'";
				$slr=mysql_query($crsql) or die(mysql_error()."<br>".$crsql);
				$dcrd = mysql_fetch_array($slr);
				$sumpay=$dcrd[0];
				
				  
				 
				 ?>

				 

									
									
									<? echo "$totalpay"; ?>&nbsp;&nbsp;ค้างจ่าย <? echo "$countuser"; ?>&nbsp;เดือน


									</font></td>

									
									<td width="20"><font color="#003366" size="2"><font color="#003366" size="2"><a href=print.php?id=<? echo "$userpay"; ?>><img src="images/print.png" width="20" height="20" ></a></font>
									</td>
                                    
                                  </tr>
                                </table></td>
                            </tr>

							
                          </table>
                          <?
$num = $num+1;

}
echo "<div align=center><br>
                    <font color=#999999 size=2><span class=cc> ";
	for($i=1;$i<$page;$i++)
	{
	echo"<a href='$PHP_SELF?page=$i'><font size=2 color='#000000' class=textborder>$i</font></a> ";
	}
	echo"<font size=2 color=#000000><b><font size=2 color='#FF00000' class=textborderok>$page</font></b></font> ";
	for($i=$page+1;$i<=$totalpage;$i++)
	{
	echo"<a href='$PHP_SELF?page=$i'><font size=2 color='#000000' class=textborder>$i</font></a> ";
	}
echo "</span></font> </div>";
}
?>
                        </td>
                      </tr>
                      <tr class="jobscss"> 
                        <td height="19">&nbsp;</td>
                      </tr>
                      <tr> 
                        <td><div align="center"></div></td>
                      </tr>
                    </table></td>
                </tr>
              </table>


			  <table width="400" border="0" align="left" cellpadding="1" cellspacing="1">
                <tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">รวมที่เก็บ</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2">ยังไม่หักค่าโหนด</font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"><? echo "$totalpayall"; ?></font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                  
                                  </tr>
                                </table></td>
                            </tr>
							<tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">เก็บได้</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"><? echo "$sumpay"; ?></font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2">คน</font></div></td>
                  
                                  </tr>
                                </table></td>
                            </tr>
							<tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">ค่าโหนด</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"><? echo "$not"; ?></font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                  
                                  </tr>
                                </table></td>
                            </tr>
							<tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">ค่าไฟ</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"><? echo "$pea"; ?></font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                  
                                  </tr>


                                </table></td>

                            </tr>
							<tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">ค่าเน็ต</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"><? echo "$net"; ?></font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                  
                                  </tr>
                                </table></td>
                            </tr>
							<tr> 
                  <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr class="jobscss"> 
                        <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                                  <tr bgcolor="#006666"> 
                                    <td width="10" height="24"> <div align="center"><font color="#FFFFFF" size="2">คงเหลือ</font></div></td>
                                    <td width="40"> <div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                                    
									
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"><? echo "$rub"; ?></font></div></td>
									<td width="20"><div align="center"><font color="#FFFFFF" size="2"></font></div></td>
                  
                                  </tr>
                                </table></td>
                            </tr>
                          </table>

</table>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit