Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
perl /
vendor /
lib /
Imager /
include /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
draw.h
539
B
-rw-rw-rw-
dynaload.h
1.18
KB
-rw-rw-rw-
ext.h
1.89
KB
-rw-rw-rw-
feat.h
383
B
-rw-rw-rw-
imager.h
19
KB
-rw-rw-rw-
imageri.h
4.98
KB
-rw-rw-rw-
imconfig.h
639
B
-rw-rw-rw-
imdatatypes.h
24.76
KB
-rw-rw-rw-
imerror.h
905
B
-rw-rw-rw-
imexif.h
256
B
-rw-rw-rw-
imext.h
14.32
KB
-rw-rw-rw-
imextdef.h
247
B
-rw-rw-rw-
imextpl.h
1.2
KB
-rw-rw-rw-
imextpltypes.h
891
B
-rw-rw-rw-
imexttypes.h
15.04
KB
-rw-rw-rw-
imio.h
512
B
-rw-rw-rw-
immacros.h
5.99
KB
-rw-rw-rw-
imperl.h
711
B
-rw-rw-rw-
imperlio.h
122
B
-rw-rw-rw-
imrender.h
874
B
-rw-rw-rw-
iolayer.h
1.49
KB
-rw-rw-rw-
iolayert.h
2.97
KB
-rw-rw-rw-
log.h
1.52
KB
-rw-rw-rw-
plug.h
1.74
KB
-rw-rw-rw-
ppport.h
183
KB
-rw-rw-rw-
regmach.h
2.69
KB
-rw-rw-rw-
rendert.h
284
B
-rw-rw-rw-
stackmach.h
328
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ext.h
#include "imdatatypes.h" #ifndef IMAGER_EXT_H #define IMAGER_EXT_H /* structures for passing data between Imager-plugin and the Imager-module */ typedef struct { char *name; void (*iptr)(void* ptr); char *pcode; } func_ptr; typedef struct { int (*getstr)(void *hv_t,char* key,char **store); int (*getint)(void *hv_t,char *key,int *store); int (*getdouble)(void *hv_t,char* key,double *store); int (*getvoid)(void *hv_t,char* key,void **store); int (*getobj)(void *hv_t,char* key,char* type,void **store); } UTIL_table_t; typedef struct { undef_int (*i_has_format)(char *frmt); i_color*(*ICL_set)(i_color *cl,unsigned char r,unsigned char g,unsigned char b,unsigned char a); void (*ICL_info)(const i_color *cl); im_context_t (*im_get_context_f)(void); i_img*(*im_img_empty_ch_f)(im_context_t, i_img *im,i_img_dim x,i_img_dim y,int ch); void(*i_img_exorcise_f)(i_img *im); void(*i_img_info_f)(i_img *im,i_img_dim *info); void(*i_img_setmask_f)(i_img *im,int ch_mask); int (*i_img_getmask_f)(i_img *im); /* int (*i_ppix)(i_img *im,i_img_dim x,i_img_dim y,i_color *val); int (*i_gpix)(i_img *im,i_img_dim x,i_img_dim y,i_color *val); */ void(*i_box)(i_img *im,i_img_dim x1,i_img_dim y1,i_img_dim x2,i_img_dim y2,const i_color *val); void(*i_line)(i_img *im,i_img_dim x1,i_img_dim y1,i_img_dim x2,i_img_dim y2,const i_color *val,int endp); void(*i_arc)(i_img *im,i_img_dim x,i_img_dim y,double rad,double d1,double d2,const i_color *val); void(*i_copyto)(i_img *im,i_img *src,i_img_dim x1,i_img_dim y1,i_img_dim x2,i_img_dim y2,i_img_dim tx,i_img_dim ty); void(*i_copyto_trans)(i_img *im,i_img *src,i_img_dim x1,i_img_dim y1,i_img_dim x2,i_img_dim y2,i_img_dim tx,i_img_dim ty,const i_color *trans); int(*i_rubthru)(i_img *im,i_img *src,i_img_dim tx,i_img_dim ty, i_img_dim src_minx, i_img_dim src_miny, i_img_dim src_maxx, i_img_dim src_maxy); } symbol_table_t; #endif
Close