!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_22222/   drwxrwxrwx
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:     TrainingByYear_bkp.php (5.48 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 Username='$Username'";
$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">
<link href="./source/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style16 {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="menuDevelop.php">ข้อมูลการพัฒนาบุคลากร</a> <img src="./picture/ico3.gif" width="10" height="10" border="0" align="absmiddle"> รายการแสดงการพัฒนาบุคลากร</font></legend>
            <label>
  <form id="form1" name="form1" method="post" action="">
    <div align="left"><span style="border:0px solid gray"><font size="2" face="Tahoma"><img src="./picture/previous.gif" onclick="window.history.back()"  width="85" height="22" border="0" /></font></span>
    </div>
    <table width="60%" 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="4" bgcolor="#FFFFFF" style="border:0px solid gray">&nbsp;</td>
      </tr>
      <tr bgcolor="#CCCCCC">
        <td height="25" colspan="4" bgcolor="#CCCCCC" style="border:0px solid gray"><div align="center">ฐานข้อมูลพัฒนาบุคลากรจำแนกรายปีงบประมาณ</div></td>
        </tr>
      
      <tr bgcolor="#CCCCCC">
        <td width="4%" height="25" bgcolor="#FFFFFF" style="border:0px solid gray"><div align="center"></div></td>
        <td colspan="2" bgcolor="#FFFFFF" style="border:0px solid gray"><div align="center" class="style16">
          <div align="left"><font face="Tahoma">ปีงบประมาณ</font></div>
        </div></td>
        <td width="33%" bgcolor="#FFFFFF" style="border:0px solid gray"><div align="center"><font face="Tahoma"><span class="style16">จำนวนรายการทั้งหมด 
          / ป</span></font><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="#FFFFFF" >&nbsp;</td>
        <td width="16%" align="center" bgcolor="#FFFFFF" ><div align="right"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><img src="./picture/linesub.gif" width="16" height="16" border="0" align="absmiddle" /></font></div></td>
        <td width="47%" align="center" bgcolor="#FFFFFF" ><div align="left"><strong><font color="#996600" size="2" face="Tahoma"><a href="TrainingList.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
=1;
     }
else
{
?>
      <tr>
        <td align="center" bordercolor="#999966" bgcolor="#FFFFFF" >&nbsp;</td>
        <td height="18" align="center" bgcolor="#FFFFFF" ><div align="right"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><img src="./picture/linesub.gif" width="16" height="16" border="0" align="absmiddle" /></font></div></td>
        <td height="18" align="center" bgcolor="#FFFFFF" ><div align="left"><strong><font color="#996600" size="2" face="Tahoma"><a href="TrainingList.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="4" align="center" bgcolor="#FFFFFF"><div align="center"><font color="#000000" size="2" face="Tahoma" class="style16">ทั้งหมด</font><strong><font color="#993333" size="2" face="Tahoma"> <? echo $num ?></font> </strong><span class="style16"><font color="#000000" face="Tahoma">ป</font></span><font color="#000000" size="2" face="Tahoma"><strong>ี</strong></font></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" class="style16"><font face="Tahoma"><a href="./graph/report.php?c1=<? echo $countnum;?>&amp;c2=<? echo $countnum;?>" class="d ">แสดงกราฟ</a></font><font face="Tahoma"></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 ]--