!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_showRegisKeepStStatus.php (5.47 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<script language=JavaScript type="text/JavaScript">
function checkFormat() {
    var acY = document.myform1.elements['acY'].value;
    var tm = document.myform1.elements['tmId'].value;
    var sy = document.myform1.elements['syCode'].value;

    var chk = confirm("คุณต้องการรักษาสภาพการเป็นนักศึกษาชั้นปี "+sy+" ภาคการศึกษา "+tm+" ปีการศึกษา "+acY+" แน่นอนใช่หรือไม่");
    if(chk)
        return true;
    else
        return false;
}
</script>
<?php
$row_std 
= isset($qu_std) ? $qu_std->row() : NULL;
$row_tm = isset($qu_tm) ? $qu_tm->row() : NULL;
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td>
            <div align="center"><br>
            <table width="100%" border="0" cellspacing="1" cellpadding="1" align="center">
                <tr><?php echo form_open($this->config->item("rg_folder")."regis/showRegisKeepStStatus", array("name" => "myform""id" => "myform"));?>
                    <td><font size="2"><b>รหัสนักศึกษา</b></font>
                    <input type="text" name="stdCode" id="stdCode" value="<?php echo getval('stdCode'$row_std);?>" size="10" maxlength="10" class="required-int" />
                    <input type="submit" name="search" id="search" value="ค้นหา" />
                    <span class="error" style="display:inline;"></span></td>
                    <?php echo form_close();?>
                </tr>
                <tr>
                    <td><br /></td>
                </tr>
<?php
                
if (isset($stdCode)) {
                    if (
$stdCode) {
?>
                <?php echo form_open($this->config->item("rg_folder")."regis/processRegisKeepStStatus", array("name" => "myform1""id" => "myform1"));?>
                <tr>
                    <td><table class="szone">
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">รหัสนักศึกษา</td>
                            <td><font size="2"><?php echo $stdCode;?></font>
                            <input type="hidden" name="stdId" id="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);?></font>
                            <input type="hidden" name="curId" name="curId" value="<?php echo getval('curId'$row_std);?>" /></td>
                            <td class="coltd_szone">ชั้นปี</td>
                            <td><input type="text" name="syCode" id="sycode" value="<?php echo getval('syCode'$row_std);?>" class="input2" />
                            <input type="hidden" name="syId" id="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" id="acY" value="<?php echo $acY;?>" /></td>
                            <td class="coltd_szone">ภาคการศึกษา</td>
                            <td><input type="text" name="tmCode" id="tmCode" value="<?php echo getval('tmCode'$row_tm);?>" class="input2" />
                            <input type="hidden" name="tmId" id="tmId" value="<?php echo $tmId;?>" /></td>
                        </tr>
                    </table></td>
                </tr>
                <tr>
                    <td><br /></td>
                </tr>
                <tr>
                    <td><table class="headCol">
                        <tr>
                            <th class="stdCodeCol">รหัสรายวิชา</th>
                            <th>ชื่อรายวิชา</th>
                            <th class="amtCol">หน่วยกิต</th>
                            <th class="seqCol">กลุ่ม</th>
                        </tr>
<?php
                $i 
0;
                foreach (
$rs_rd->result() as $row_rd) {
                        echo 
"<tr 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>
                        </tr>
<?php
                    $i
++;
                }

                        if (isset(
$kssFlag)) {
?>
                        <tr>
                            <td colspan="5" align="center"><span class="error"><?php echo $kssFlag;?></span></td>
                        </tr>
<?php
                        
}
?>
                        <tr bgcolor="<?php echo $this->config->item("rg_head_tb_headCol");?>">    
                            <td height="22" colspan="2" align="right"><b>รวมหน่วยกิต</b></td>
                            <td align="center"><span class="fontT"><?php echo number_format($sumCrAt);?></span></td>
                            <td colspan="2"></td>
                        </tr>
                    </table></td>
                </tr>
<?php
                    
if (!isset($kssFlag)) {
?>
                <tr>
                    <td align="center"><br><input type="submit" name="add" id="add" value="รักษาสภาพการเป็นนักศึกษา" onClick="return checkFormat()" /></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="span"><?php echo $err_msg;?></span></td>
                </tr>
<?php
                        
}    // end if
                    
}    // end SearchByStCodeAndStudying
                
}    // end if isset(stdCode)
?>
            <?php echo form_close();?></table></div>
        <br></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.0105 ]--