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


Viewing file:     FrmProject.php (24.22 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

    session_start
();
    
    
/**  Define Validate Access  */
    
define'_VALID_ACCESS');

    
/**  Check Session User Login  */
    
if( !session_is_registered("valid_user") && !session_is_registered("Priority") ) {
        echo 
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
        echo 
"<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
        echo 
"<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
        exit();
    } 
    else {
        
/**  Configuration  */
        
require_once( "../configuration.php" );
        require_once( 
$_Config_absolute_path "/includes/framework.php" );
        require_once( 
"../include/Function.php" );
        
        
        
        
/**  Create Database Object  */
        
$dbObj = new DBConn;

    
        
/**  Config Table for This Page  */
        
$myTable "edu_service_tb";
       
$myTableFK "Project_code";
        
/**  Parameters  */
        //$params = "Status=2";
        
        
    
# else
 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<link href="../css/default.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="../js/utilities.js"></script>
<script language="JavaScript">

extArray = new Array(".gif", ".jpg", ".jpeg");

function LimitAttach(form, file) {
    allowSubmit = false;
    if (!file) return;
    while (file.indexOf("\\") != -1)
        file = file.slice(file.indexOf("\\") + 1);
    ext = file.slice(file.indexOf(".")).toLowerCase();
    
    for (var i = 0; i < extArray.length; i++) {
        if (extArray[i] == ext) {
            allowSubmit = true; break;
        }
    }

    if (allowSubmit)
        fileClick();
    else
        alert("JPG/JPEG or GIF file Only!");
}


function browse()
{
    pc.Img1.src = pc.Img1.value;
}
</script>
<script language="javascript">
//========================
function checkEmail(form) {
    var email = document.myForm.Email.value;
    if (!isEmail(email)) {
        //alert("รูปแบบของ อีเมล์ ไม่ถูกต้อง");
        return false;
    }
    else { return true; }    
}

function isEmail(str) {
    var supported = 0;
    if (window.RegExp) {
        var tempStr = "a";
        var tempReg = new RegExp(tempStr);
        if (tempReg.test(tempStr)) supported = 1;
    }
    if (!supported) 
        return (str.indexOf(".") > 2) && (str.indexOf("@") > 0);
    var r1 = new RegExp("(@.*@)|(\\.\\.)|(@\\.)|(^\\.)");
    var r2 = new RegExp("^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,3}|[0-9]{1,3})(\\]?)$");
    return (!r1.test(str) && r2.test(str));
} // function

function isBlank(myObj) { 
    if(myObj.value=='') { 
        return true; 
    } 
    return false; 
}

function verifySubmit() {
    with(document.myForm) {
        if( isBlank(Name) ) { alert("กรุณากรอกข้อมูล ชื่อ"); Name.style.backgroundColor='#E8EFF6'; Name.focus(); return false; }
        if( isBlank(Lastname) ) { alert("กรุณากรอกข้อมูล นามสกุล"); Lastname.style.backgroundColor='#E8EFF6'; Lastname.focus(); return false; }
        if( !checkEmail(Email) ) { alert('รูปแบบของ อีเมล์ ไม่ถูกต้อง'); Email.style.backgroundColor='#E8EFF6'; Email.focus(); return false; }
        document.myForm.submit();
    }                     
}
//-->
</script>
<title>ข้อมูลโครงการวิชาการ</title>
</head>

<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<?php
    
include("../templates/incHeader.php");
?>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="203" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incMainMenu.php");?></td>
    <td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px"><fieldset>
     <table width="769" border="0" cellspacing="0" cellpadding="0">
      <form action="EditProject.php" method="post" enctype="multipart/form-data" name="pc" id="pc">
      <tr>
        <td width="769" height="5"></td>
      </tr>
      <tr>
        <td height="30" background="../images/background/bg-head-topic-w780.gif" class="PADDING-LEFT-10"><strong><a href="index.php">หน้าหลัก</a></strong> <strong>&raquo; <a href="ProjectList.php">ข้อมูลโครงการวิชาการ</a> &raquo; <span class="NOTE">แก้ไขข้อมูลโครงการ/กิจกรรมวิชาการ</span></strong></td>
        </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td height="370" align="center" valign="top">
          <?php
    
/**  Config Paging  */
        
if( $perpage == "" ) { $limit $_Config_limit; }
        else { 
$limit $perpage; }
        
        
$scroll $_Config_scroll
        
        
/**  ตั้งค่า Default สำหรับการทำ Order By  */
        
        /**  Query เพื่อหา Numrows ก่อน  */
        
$query " SELECT *  FROM $myTable   WHERE      $myTableFK  ='$Project_code' ";
        
$result $dbObj->execQuery($query);
            
$rss $dbObj->fetchArray($result);
        
    
    
?>
        </p>
          <table width="93%" height="715" border="0" align="center" cellpadding="0" cellspacing="4" bgcolor="#FFFFFF" style="border:0px solid gray">
          <tr>
            <td height="16" colspan="2">&nbsp;</td>
          </tr>
          <tr >
            <td colspan="2" align="left" bgcolor="#FFFFFF"><font color="#003366" size="2" face="Tahoma">ชื่อโครงการ</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Project_name" type="text" id="Project_name" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Project_name'];?>" size="100" />
              <a href="javascript:;" onclick="MM_openBrWindow('PlanProject.php','Detail','scrollbars=yes,width=820,height=280')"><img src="../images/icons/download.png" alt="เลือกโครงการ" width="16" height="16" border="0" align="absmiddle" /></a>
              <input name="ProjectId" type="hidden" id="ProjectId"  <?=$rss['ProjectId'];?>/>
            </font></td>
          </tr>
          <tr>
            <td width="45%" align="left"><font color="#003366" size="2" face="Tahoma">วันที่ดำเนินงาน</font><font color="#000000" size="2" face="Tahoma">
              <select name="mDate" id="mDate" class="select" >
                <?php
           $Date_start 
$rss[Date_start];
           
$yearthai explode("-",$Date_start);
           
$mDate =   intval($yearthai[2]);
           
$mMonth =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);
            for(
$i=0;$i<=31;$i++)
             {  
            if( 
$i == 0)
               echo
"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
             else
               echo
"\n\t<option value=\"$i\">$i</option>\n ";
              }
                 
//    getDay1to31();
           
?>
              </select>
เดือน
<select name="mMonth" id="mMonth" class="select" >
  <?php
          $Date_start 
$rss[Date_start];
           
$yearthai explode("-",$Date_start);
           
$mDate=   intval($yearthai[2]);
           
$Month =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);     
           
$mMonth $Month;
          
$CMonth TxtThaiMonth($Month);
           for(
$i=-1;$i<=11;$i++)
              {
             
$a $i+1;
                if( 
$a == 0)
                  echo
"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
             else
                  echo
"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
              }
                 
// getThaiMonth();
          
?>
</select>
            </font><font color="#0000FF" size="2" face="Tahoma">&nbsp; </font><font color="#000000" size="2" face="Tahoma">ปี พ.ศ.</font><font color="#0000FF" size="2" face="Tahoma">
            <input name="mYear" type="text" id="mYear" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<? echo $mYear ?>" size="4" maxlength="4" />
            </font></td>
            <td width="55%" align="left"><font color="#003366" size="2" face="Tahoma"> สิ้นสุดวันที่</font><font color="#000000" size="2" face="Tahoma">
              <select name="mDate1" id="mDate1" class="select" >
                <?php
           $Date_finish 
$rss[Date_finish];
           
$yearthai explode("-",$Date_finish);
           
$mDate =   intval($yearthai[2]);
           
$mMonth =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);
            for(
$i=0;$i<=31;$i++)
             {  
            if( 
$i == 0)
               echo
"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
             else
               echo
"\n\t<option value=\"$i\">$i</option>\n ";
              }
                 
//    getDay1to31();
           
?>
              </select>
เดือน
<select name="mMonth1" id="mMonth2" class="select" >
  <?php
          $Date_start 
$rss[Date_start];
           
$yearthai explode("-",$Date_start);
           
$mDate=   intval($yearthai[2]);
           
$Month =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);     
           
$mMonth $Month;
          
$CMonth TxtThaiMonth($Month);
           for(
$i=-1;$i<=11;$i++)
              {
             
$a $i+1;
                if( 
$a == 0)
                  echo
"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
             else
                  echo
"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
              }
                 
// getThaiMonth();
          
?>
</select>
            </font><font color="#0000FF" size="2" face="Tahoma">&nbsp; </font><font color="#000000" size="2" face="Tahoma">ปี พ.ศ.</font><font color="#0000FF" size="2" face="Tahoma">
            <input name="mYear1" type="text" id="mYear1" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<? echo $mYear ?>" size="4" maxlength="4" />
            </font></td>
          </tr>
          <tr >
            <td align="left"><font color="#003366" size="2" face="Tahoma">วันที่รับสมัคร</font><font color="#000000" size="2" face="Tahoma">
              <select name="mDate2" id="mDate2" class="select" >
                <?php
           $Date_in 
$rss[Date_in];
           
$yearthai explode("-",$Date_in);
           
$mDate =   intval($yearthai[2]);
           
$mMonth =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);
            for(
$i=0;$i<=31;$i++)
             {  
            if( 
$i == 0)
               echo
"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
             else
               echo
"\n\t<option value=\"$i\">$i</option>\n ";
              }
                 
//    getDay1to31();
           
?>
              </select>
เดือน
<select name="mMonth2" id="mMonth3" class="select" >
  <?php
          $Date_in 
$rss[Date_in];
           
$yearthai explode("-",$Date_in);
           
$mDate=   intval($yearthai[2]);
           
$Month =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);     
           
$mMonth $Month;
          
$CMonth TxtThaiMonth($Month);
           for(
$i=-1;$i<=11;$i++)
              {
             
$a $i+1;
                if( 
$a == 0)
                  echo
"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
             else
                  echo
"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
              }
                 
// getThaiMonth();
          
?>
</select>
            </font><font color="#0000FF" size="2" face="Tahoma">&nbsp; </font><font color="#000000" size="2" face="Tahoma">ปี พ.ศ.</font><font color="#0000FF" size="2" face="Tahoma">
            <input name="mYear2" type="text" id="mYear2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<? echo $mYear ?>" size="4" maxlength="4" />
            </font></td>
            <td align="left"><font color="#003366" size="2" face="Tahoma"> สิ้นสุดวันที่
              </font><font color="#000000" size="2" face="Tahoma">
              <select name="mDate3" id="mDate3" class="select" >
                <?php
           $Date_out 
$rss[Date_out];
           
$yearthai explode("-",$Date_out);
           
$mDate =   intval($yearthai[2]);
           
$mMonth =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);
            for(
$i=0;$i<=31;$i++)
             {  
            if( 
$i == 0)
               echo
"\n\t<option value=\"$mDate\" selected>$mDate</option>\n ";
             else
               echo
"\n\t<option value=\"$i\">$i</option>\n ";
              }
                 
//    getDay1to31();
           
?>
              </select>
เดือน
<select name="mMonth3" id="mMonth4" class="select" >
  <?php
          $Date_out 
$rss[Date_out];
           
$yearthai explode("-",$Date_out);
           
$mDate=   intval($yearthai[2]);
           
$Month =  intval($yearthai[1]);
           
$mYear =   intval($yearthai[0]);     
           
$mMonth $Month;
          
$CMonth TxtThaiMonth($Month);
           for(
$i=-1;$i<=11;$i++)
              {
             
$a $i+1;
                if( 
$a == 0)
                  echo
"\n\t<option value=\"$mMonth\" selected>$CMonth</option>\n ";
             else
                  echo
"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
              }
                 
// getThaiMonth();
          
?>
</select>
              </font><font color="#0000FF" size="2" face="Tahoma">&nbsp; </font><font color="#000000" size="2" face="Tahoma">ปี พ.ศ.</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="mYear3" type="text" id="mYear3" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<? echo $mYear ?>" size="4" maxlength="4" />
              </font></td>
          </tr>
          <tr >
            <td align="left"><font color="#003366" size="2" face="Tahoma">หน่วยงานที่รับผิดชอบ</font><font size="2" face="Tahoma"><strong><font color="#003366" size="2" face="Tahoma">
              <select name="Faculty_code" id="Faculty_code">
                <?php
                                $Faculty_code 
$rss["Faculty_code"];
                                
$strSQL3 " SELECT * FROM   faculty_tb ";
                                
$result3 mysql_query($strSQL3);
                                while( 
$rs3 mysql_fetch_array($result3) ) {
                            
?>
                <option value="<?=$rs3['Faculty_code'];?><?php if( $rs3['Faculty_code']==$rss['Faculty_code'] ) echo 'selected'?>>
                  <?=$rs3['Faculty_name'];?>
                  </option>
                <?php
                                
# while
                            
?>
              </select>
              <strong><font color="#0000FF" size="2" face="Tahoma">
              <input name="Faculty_code2" type="hidden" id="Faculty_code2" />
              </font></strong></font></strong></font></td>
            <td align="left">&nbsp;</td>
          </tr>
          <tr >
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">สถานที่จัด</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Detail" type="text" id="Detail" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Detail'];?>" size="50" />
            </font></td>
          </tr>
          <tr >
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">ปีการศึกษา</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Term" type="text" id="Term" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Term'];?>" size="7" maxlength="4" onkeypress="checkNumeric()" />
              </font><font size="2" face="Tahoma">ปีงบประมาณ
                
                </font><font color="#0000FF" size="2" face="Tahoma">
                  <input name="Year_budget" type="text" id="Year_budget" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Year_budget'];?>" size="7" maxlength="4" onkeypress="checkNumeric()" />
                  </font></td>
          </tr>
          <tr >
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">จำนวนเงินงบประมาณตามแผนดำเนินการ</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Budget_use" type="text" id="Budget_use" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Budget_use'];?>" size="10" onkeypress="checkNumeric()" />
              </font><font color="#000000"><font size="2" face="Tahoma">บาท</font></font></td>
            </tr>
          <tr>
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">จำนวนเงินที่ใช้จริงตามโครงการ</font><font color="#0000FF" size="2" face="Tahoma">
            <input name="Budget" type="text" id="Budget" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Budget'];?>" size="10" onkeypress="checkNumeric()" />
            </font><font color="#000000">              <font size="2" face="Tahoma"> บาท</font></font></td>
            </tr>
          <tr>
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">จำนวนผู้เข้าร่วมโครงการ</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Target_group" type="text" id="Target_group" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Target_group'];?>" size="10"  onkeypress="checkNumeric()" />
              </font>                <font color="#000000"><font size="2" face="Tahoma">คน</font></font></td>
            </tr>
          <tr >
            <td height="51" colspan="2" align="left"><p><font color="#003366" size="2" face="Tahoma">วัตถุประสงค์ของโครงการ   <br /> </font>
              <font color="#003366" size="2" face="Tahoma">&nbsp;</font>              
                <textarea name="Objective" cols="70" rows="5" id="Objective" class="input1"><?=$rss['Objective'];?>
                </textarea>
              </p></td>
            </tr>
          <tr>
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">รับเงินงบประมาณสนับสนุนจากแหล่งอื่น</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Fund_support" type="text" id="Fund_support" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Fund_support'];?>" size="50" />
              </font></td>
            </tr>
          <tr >
            <td height="23" colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">ค่าลงทะเบียน/คน</font><font size="2" face="Tahoma">
              <label>
              <input name="Res" type="radio"   <?php if (!(strcmp("$rss[Res]","Y"))){echo "checked";} ?>  value="Y" />
              </label>
              </font><font color="#000000">&nbsp; </font><font color="#003366" size="2" face="Tahoma">ลงทะเบียน</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Fee" type="text" id="Fee" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Fee'];?>" size="10"  onkeypress="checkNumeric()"  />
              </font><font color="#000000">
                <font size="2" face="Tahoma">บาท
                <label>
              <input name="Res" type="radio"  <?php if (!(strcmp("$rss[Res]","N"))){echo "checked";} ?>  value="N" />
              </label>
                ไม่</font><font color="#003366" size="2" face="Tahoma">ลงทะเบียน</font></font></td>
            </tr>
          <tr >
            <td colspan="2" align="left"><table width="565" border="0">
              <tr>
                <td width="69"><font color="#003366" size="2" face="Tahoma">ตอบสนอง</font></td>
                <td width="486"><font size="2" face="Tahoma">
                  <input name="Response" type="radio"   <?php if (!(strcmp("$rss[Response]","วิชาชีพ"))){echo "checked";} ?>  value="วิชาชีพ" />
                  วิชาชีพ
                  <input name="Response" type="radio"  <?php if (!(strcmp("$rss[Response]","การเรียนการสอน"))){echo "checked";} ?>  value="การเรียนการสอน" />
                  การเรียนการสอน </font></td>
                </tr>
              <tr>
                <td>&nbsp;</td>
                <td><font size="2" face="Tahoma">
                  <input name="Response" type="radio" />
                  อื่นฯ </font><font color="#0000FF" size="2" face="Tahoma">
                    <input name="Response" type="text" id="Response" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Response'];?>" size="40" />
                    </font></td>
                </tr>
              </table></td>
          </tr>
          <tr >
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">จำนวนชั่วโมงทั้งหมดของโครงการ</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Total_time_project" type="text" id="Total_time_project" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Total_time_project'];?>" size="10" onkeypress="checkNumeric()" />
              </font><font color="#000000" size="2" face="Tahoma">              ชั่วโมง</font></td>
          </tr>
          <tr >
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">จำนวนชั่วโมงที่บุคลากรเป็นวิทยากร</font><font color="#0000FF" size="2" face="Tahoma">
            <input name="Total_time_insi" type="text" id="Total_time_insi" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Total_time_insi'];?>" size="10" onkeypress="checkNumeric()" />
            </font><font color="#000000" size="2" face="Tahoma">              ชั่วโมง</font></td>
            </tr>
          <tr >
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">จำนวนชั่วโมงที่เชิญวิทยากรภายนอก</font><font color="#0000FF" size="2" face="Tahoma">
              <input name="Total_time_inso" type="text" id="Total_time_inso" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rss['Total_time_inso'];?>" size="10" onkeypress="checkNumeric()" />
              </font><font color="#000000" size="2" face="Tahoma">ชั่วโมง</font></td>
            </tr>
          <tr>
            <td colspan="2" align="left"><font color="#003366" size="2" face="Tahoma">ผลการดำเนินงานตามแผน</font>
              <input type="radio" name="Result_oper"  <?php if (!(strcmp("$rss[Result_oper]","1"))){echo "checked";} ?>  value="1" />
                <font size="2" face="Tahoma"> เสร็จตามแผน
                  <input type="radio" name="Result_oper"   <?php if (!(strcmp("$rss[Result_oper]","2"))){echo "checked";} ?>  value="2" />
                  ไม่เสร็จตามแผน
                  <input type="radio" name="Result_oper" <?php if (!(strcmp("$rss[Result_oper]","3"))){echo "checked";} ?>  value="3" />
                  ไม่ได้ทำ </font></td>
            </tr>
          <tr>
            <td height="22" colspan="2" align="left">&nbsp;</td>
            </tr>
          <tr>
            <td align="right"><font color="#003366" size="2" face="Tahoma">โหลดโครงการ</font></td>
            <td bordercolor="#006699"><table width="82%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="80%" height="34"><input name="Img1" type="file" id="Img1" size="20" />
                  &nbsp;</td>
                </tr>
              </table></td>
          </tr>
          <tr>
            <td colspan="2" align="center" bgcolor="#FFFFFF">&nbsp;</td>
          </tr>
          <tr>
            <td colspan="2" align="center" bgcolor="#FFFFFF"><input name="Project_code" type="hidden" id="Project_code" value="<? echo $Project_code?>" />
              <input type="submit" name="Submit" value="   บันทึกข้อมูล  " />
              &nbsp;&nbsp;&nbsp;
              <input name="Submit" type="reset" id="Submit" value=" รีเซ็ต " /> 
              &nbsp;&nbsp;
               <input name="Button" type="button" id="Reset" value="ยกเลิก" class="CURSOR-HAND WIDTH60" onclick="location.href='ProjectList.php'" /></td>
          </tr>
        </table>
        
          </td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr></form>
    </table>
   </fieldset></td>
  </tr>
</table>
<?php include("../templates/incFooter.php"); ?>
</body>
</html>
<?php
    
/**  Free Resource */
    
$dbObj->freeresult($result);
    
    
/**  Close the Database  */
    
$dbObj->disconn();
    
    
/**  Unset Class  */
    
unset($dbObj);
?>

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