!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/manage/Std_Acc_depart/   drwxr-xr-x
Free 52.81 GB of 127.8 GB (41.32%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     StudentByCourse.php (10.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

include("../includes/FunctionDB.php");
include(
"admin_menu.php");
 
ConnectDB();
$sql "SELECT * FROM  StudentMaster  Where  studentStatus='1'  GROUP By   programId  ";
$result mysql_query($sql) ;
$row mysql_num_rows($result);
$num mysql_num_rows($result );
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<link href="./source/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {font-size: 14px}
.style3 {font-family: Tahoma; font-size: 14px; }
-->
</style>
<table width="816" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td width="816"><br>
          <fieldset>
            <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="index.php" >หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="../graphStudent.php" target="_blank">กราฟแสดผลข้อมูลนักศึกษาจำแนกตามปีการศึกษา</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" /><a href="menuStudent.php">ข้อมูลสารสนเทศนักศึกษา</a><img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" />จำนวนนักศึกษาจำแนกตามหลักสูตร</font></legend>
            <label><div align="center">
              <form id="form1" name="form1" method="post" action="">
                <table width="89%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" style="background-color:#eeeeee; border:0px solid gray"size="12">
                  
                  <tr>
                    <td height="22" bgcolor="#FFFFFF"><font size="2" face="Tahoma"><img src="../picture/previous.gif" onclick="window.history.back()"  width="85" height="22" border="0" /></font></td>
                  </tr>
                  <tr>
                    <td height="22" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">จำนวนนักศึกษาจำแนกตามหลักสูตร</font></div></td>
                  </tr>
                  <tr>
                    <td height="22" bgcolor="#FFFFFF"><div align="center"></div></td>
                  </tr>
                  <tr>
                    <td height="103" bgcolor="#D1E1F0" ><table width="101%" border="0" align="center" cellpadding="0" cellspacing="0" style="background-color:#eeeeee; border:0px solid gray"size="12">
                      <tr bgcolor="#CCCCCC">
                        <td height="25" colspan="3" bgcolor="#EBFAFE" style="border:0px solid gray"><div align="center" class="style3">
                          <div align="left"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>">หลักสูตรของวิทยาลัย</font></div>
                        </div></td>
                        <td width="9%" bgcolor="#EBFAFE" style="border:0px solid gray"><div align="center" class="style3"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>">หญิง</font></div></td>
                        <td width="9%" bgcolor="#EBFAFE" style="border:0px solid gray"><div align="center" class="style3"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>">ชาย</font></div></td>
                        <td width="23%" bgcolor="#EBFAFE" style="border:0px solid gray"><div align="center" class="style3">จำนวนนักศึกษาทั้งหมด/คน</div></td>
                      </tr>
                      <?php
$i 
1;
 while(
$row mysql_fetch_array($result))
 {

     if(
$count==0)
     {
?>
                      <tr >
                        <td width="4%" align="center" bgcolor="#FFFFFF" >&nbsp;</td>
                        <td width="3%" align="center" bgcolor="#FFFFFF" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><img src="../picture/linesub.gif" width="16" height="16" border="0" align="absmiddle" /></font></td>
                        <td width="52%" align="center" bgcolor="#FFFFFF" ><font color="#000000" size="2" face="Tahoma"><a href="StudentCourse.php?studentStatus=1&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                          <div align="left"><font color="#000000" size="2" face="Tahoma">
                            <?php
              $programId 
=  $row[programId];
               
$sql2"Select * From  Program   Where  programId='$programId' ";
               
$result2 mysql_query($sql2) or die("Error Select".mysql_query());
               
$rs2 mysql_fetch_array($result2);
               echo
"$rs2[programName]";
               
?>
                        </font></div></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=F&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                        <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='F' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=M&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                        <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='M' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma">
                          <?php
     $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId'  ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                        </font></td>
                      </tr>
                      <?
    $count
=1;
     }
else
{
?>
                      <tr>
                        <td align="center" bordercolor="#999966" bgcolor="#FFFFFF" >&nbsp;</td>
                        <td align="center" bordercolor="#999966" bgcolor="#FFFFFF" ><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><img src="../picture/linesub.gif" width="16" height="16" border="0" align="absmiddle" /></font></td>
                        <td height="18" align="center" bgcolor="#FFFFFF"><font color="#000000" size="2" face="Tahoma"><a href="StudentCourse.php?studentStatus=1&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                          <div align="left"><font color="#000000" size="2" face="Tahoma">
                            <?php
              $programId 
=  $row[programId];
               
$sql2"Select * From  Program   Where  programId='$programId' ";
               
$result2 mysql_query($sql2) or die("Error Select".mysql_query());
               
$rs2 mysql_fetch_array($result2);
               echo
"$rs2[programName]";
               
?>
                          </font></div>
                          <div align="left">
                            <div align="center"></div>
                        </div></td><td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=F&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                          <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='F' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma"><a href="StdCourseSex.php?studentStatus=1&studentSex=M&programId=<?=$row["programId"]?>" title="Click to see Detail" class="d">
                        <?php
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId' and  studentSex ='M' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?></td>
                        <td align="center" bgcolor="#FFFFFF" ><font color="#996600" size="2" face="Tahoma">
                          <?php
     $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  programId='$programId'   ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                        </font></td>
                      </tr>
                      <?
$count
=0;
}
$i++;
 }    

?>
                      <tr>
                        <td height="25" colspan="6" align="center" bgcolor="#FFFFFF"><table width="729" height="22" border="0" cellpadding="0" cellspacing="0">
                          <tr>
                            
                            <td width="429"><div align="center" class="style1"><font face="Tahoma">สรุปจำนวนนักศึกษา</font></div></td>
                            <td width="66"><div align="center"><strong><font color="#996600" size="2" face="Tahoma">
                              <?php
     
//$Term =  $row["Term"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'   and  studentSex ='F' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                            </font></strong></div></td>
                            <td width="65"><div align="center"><strong><font color="#996600" size="2" face="Tahoma">
                              <?php
    
// $Term =  $row["Term"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  and  studentSex ='M' ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                            </font></strong></div></td>
                            <td width="169"><div align="center"><strong><font color="#996600" size="2" face="Tahoma">
                              <?php
      
    $programId  
=  $row["programId"];
    
$sql1"Select * From  StudentMaster  Where  studentStatus='1'  ";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                            </font></strong></div></td>
                          </tr>
                        </table></td>
                      </tr>
                      <tr>
                        <td height="25" colspan="6" align="center" bgcolor="#FFFFFF"><div align="center" class="style1"><font color="#000000" face="Tahoma">ทั้งหมด <? echo $num ?> หลักสูตร</font></div></td>
                      </tr>
                    </table></td>
                  </tr>
                </table>
              <br>
            </form>
              </div>
            </label>
        </fieldset><br>
        <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br>
      </font></td>
    </tr>
</table>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0077 ]--