Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
php56 /
include /
php /
ext /
ereg /
regex /
Delete
Unzip
Name
Size
Permission
Date
Action
cclass.h
992
B
-rw-r--r--
2024-10-29 09:24
cname.h
2.02
KB
-rw-r--r--
2024-10-29 09:24
regex.h
2.11
KB
-rw-r--r--
2024-10-29 09:24
regex2.h
5.41
KB
-rw-r--r--
2024-10-29 09:24
utils.h
501
B
-rw-r--r--
2024-10-29 09:24
Save
Rename
/* utility definitions */ #ifdef _POSIX2_RE_DUP_MAX #define DUPMAX _POSIX2_RE_DUP_MAX #else #define DUPMAX 255 #endif #define INFINITY (DUPMAX + 1) #define NC (CHAR_MAX - CHAR_MIN + 1) typedef unsigned char uch; /* switch off assertions (if not already off) if no REDEBUG */ #ifndef REDEBUG #ifndef NDEBUG #define NDEBUG /* no assertions please */ #endif #endif #include <assert.h> /* for old systems with bcopy() but no memmove() */ #ifdef USEBCOPY #define memmove(d, s, c) bcopy(s, d, c) #endif