Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.137.186.26
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
etc /
php /
7.3 /
fpm /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10-mysqlnd.ini
72
B
-rw-r--r--
10-opcache.ini
79
B
-rw-r--r--
10-pdo.ini
69
B
-rw-r--r--
15-psr.ini
31
B
-rw-r--r--
15-xml.ini
66
B
-rw-r--r--
20-bcmath.ini
72
B
-rw-r--r--
20-bz2.ini
66
B
-rw-r--r--
20-calendar.ini
74
B
-rw-r--r--
20-ctype.ini
71
B
-rw-r--r--
20-curl.ini
68
B
-rw-r--r--
20-dba.ini
66
B
-rw-r--r--
20-dom.ini
66
B
-rw-r--r--
20-exif.ini
70
B
-rw-r--r--
20-fileinfo.ini
74
B
-rw-r--r--
20-ftp.ini
69
B
-rw-r--r--
20-gd.ini
64
B
-rw-r--r--
20-gearman.ini
21
B
-rw-r--r--
20-gettext.ini
73
B
-rw-r--r--
20-gnupg.ini
19
B
-rw-r--r--
20-iconv.ini
71
B
-rw-r--r--
20-igbinary.ini
364
B
-rw-r--r--
20-intl.ini
68
B
-rw-r--r--
20-json.ini
68
B
-rw-r--r--
20-lua.ini
17
B
-rw-r--r--
20-lz4.ini
17
B
-rw-r--r--
20-mbstring.ini
76
B
-rw-r--r--
20-mcrypt.ini
20
B
-rw-r--r--
20-memcache.ini
1.86
KB
-rw-r--r--
20-msgpack.ini
74
B
-rw-r--r--
20-mysqli.ini
71
B
-rw-r--r--
20-oauth.ini
33
B
-rw-r--r--
20-odbc.ini
68
B
-rw-r--r--
20-pcov.ini
18
B
-rw-r--r--
20-pdo_mysql.ini
74
B
-rw-r--r--
20-pdo_odbc.ini
72
B
-rw-r--r--
20-pdo_sqlite.ini
77
B
-rw-r--r--
20-phalcon.ini
21
B
-rw-r--r--
20-phar.ini
70
B
-rw-r--r--
20-posix.ini
71
B
-rw-r--r--
20-pspell.ini
72
B
-rw-r--r--
20-readline.ini
76
B
-rw-r--r--
20-shmop.ini
71
B
-rw-r--r--
20-simplexml.ini
72
B
-rw-r--r--
20-soap.ini
68
B
-rw-r--r--
20-sockets.ini
73
B
-rw-r--r--
20-sqlite3.ini
74
B
-rw-r--r--
20-ssh2.ini
18
B
-rw-r--r--
20-sysvmsg.ini
73
B
-rw-r--r--
20-sysvsem.ini
73
B
-rw-r--r--
20-sysvshm.ini
73
B
-rw-r--r--
20-tidy.ini
68
B
-rw-r--r--
20-tokenizer.ini
75
B
-rw-r--r--
20-wddx.ini
67
B
-rw-r--r--
20-xmlreader.ini
72
B
-rw-r--r--
20-xmlrpc.ini
72
B
-rw-r--r--
20-xmlwriter.ini
72
B
-rw-r--r--
20-xsl.ini
66
B
-rw-r--r--
20-yac.ini
17
B
-rw-r--r--
20-yaml.ini
18
B
-rw-r--r--
20-zip.ini
66
B
-rw-r--r--
20-zmq.ini
17
B
-rw-r--r--
25-http.ini
32
B
-rw-r--r--
25-memcached.ini
176
B
-rw-r--r--
30-decimal.ini
35
B
-rw-r--r--
30-inotify.ini
35
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20-memcache.ini
; uncomment the next line to enable the module extension=memcache.so [memcache] ; Whether to transparently failover to other servers on errors. ; ; memcache.allow_failover="1" ; Defines how many servers to try when setting and getting data. Used ; only in conjunction with memcache.allow_failover. ; ; memcache.max_failover_attempts="20" ; Data will be transferred in chunks of this size, setting the value ; lower requires more network writes. Try increasing this value to ; 32768 if noticing otherwise inexplicable slowdowns. ; ; memcache.chunk_size="8192" ; The default TCP port number to use when connecting to the memcached ; server if no other port is specified. ; ; memcache.default_port="11211" ; Controls which strategy to use when mapping keys to servers. Set ; this value to consistent to enable consistent hashing which allows ; servers to be added or removed from the pool without causing keys to ; be remapped. Setting this value to standard results in the old ; strategy being used. ; ; memcache.hash_strategy="consistent" ; Controls which hash function to apply when mapping keys to servers, ; crc32 uses the standard CRC32 hash while fnv uses FNV-1a ; ; memcache.hash_function="crc32" ; Use memcache as a session handler by setting this value to memcache. ; ; session.save_handler="memcache" ; Defines a comma separated of server urls to use for session storage, ; for example session.save_path="tcp://host1:11211,tcp://host2:11211". ; ; Each url may contain parameters which are applied to that server, ; they are the same as for the Memcache::addServer() method. For ; example: session.save_path="tcp://host1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" ; ; session.save_path="tcp://localhost:11211" ; Additional parameters ; memcache.protocol=ascii ; memcache.redundancy=1 ; memcache.session_redundancy=2 ; memcache.compress_threshold=20000 ; memcache.lock_timeout=15
Close