Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php54 /
usr /
include /
php /
ext /
ereg /
regex /
Delete
Unzip
Name
Size
Permission
Date
Action
cclass.h
992
B
-rw-r--r--
2025-07-08 18:17
cname.h
2.02
KB
-rw-r--r--
2025-07-08 18:17
regex.h
2.11
KB
-rw-r--r--
2025-07-08 18:17
regex2.h
5.41
KB
-rw-r--r--
2025-07-08 18:17
utils.h
501
B
-rw-r--r--
2025-07-08 18:17
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