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.12.163.23
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.2 /
mods-available /
[ HOME SHELL ]
Name
Size
Permission
Action
bcmath.ini
72
B
-rw-r--r--
bz2.ini
66
B
-rw-r--r--
calendar.ini
74
B
-rw-r--r--
ctype.ini
71
B
-rw-r--r--
curl.ini
68
B
-rw-r--r--
dba.ini
66
B
-rw-r--r--
decimal.ini
35
B
-rw-r--r--
dom.ini
66
B
-rw-r--r--
ds.ini
30
B
-rw-r--r--
enchant.ini
74
B
-rw-r--r--
excimer.ini
21
B
-rw-r--r--
exif.ini
70
B
-rw-r--r--
fileinfo.ini
74
B
-rw-r--r--
ftp.ini
69
B
-rw-r--r--
gd.ini
64
B
-rw-r--r--
gearman.ini
21
B
-rw-r--r--
gettext.ini
73
B
-rw-r--r--
gmp.ini
66
B
-rw-r--r--
gnupg.ini
19
B
-rw-r--r--
grpc.ini
32
B
-rw-r--r--
http.ini
32
B
-rw-r--r--
iconv.ini
71
B
-rw-r--r--
igbinary.ini
364
B
-rw-r--r--
imagick.ini
60
B
-rw-r--r--
imap.ini
68
B
-rw-r--r--
inotify.ini
35
B
-rw-r--r--
intl.ini
68
B
-rw-r--r--
json.ini
68
B
-rw-r--r--
lua.ini
17
B
-rw-r--r--
lz4.ini
17
B
-rw-r--r--
maxminddb.ini
37
B
-rw-r--r--
mbstring.ini
76
B
-rw-r--r--
mcrypt.ini
20
B
-rw-r--r--
memcache.ini
1.86
KB
-rw-r--r--
memcached.ini
176
B
-rw-r--r--
msgpack.ini
74
B
-rw-r--r--
mysqli.ini
71
B
-rw-r--r--
mysqlnd.ini
72
B
-rw-r--r--
oauth.ini
33
B
-rw-r--r--
odbc.ini
68
B
-rw-r--r--
opcache.ini
79
B
-rw-r--r--
pcov.ini
18
B
-rw-r--r--
pdo.ini
69
B
-rw-r--r--
pdo_mysql.ini
74
B
-rw-r--r--
pdo_odbc.ini
72
B
-rw-r--r--
pdo_sqlite.ini
77
B
-rw-r--r--
phalcon.ini
21
B
-rw-r--r--
phar.ini
70
B
-rw-r--r--
pinba.ini
64
B
-rw-r--r--
posix.ini
71
B
-rw-r--r--
pspell.ini
72
B
-rw-r--r--
readline.ini
76
B
-rw-r--r--
shmop.ini
71
B
-rw-r--r--
simplexml.ini
72
B
-rw-r--r--
soap.ini
68
B
-rw-r--r--
sockets.ini
73
B
-rw-r--r--
sqlite3.ini
74
B
-rw-r--r--
sysvmsg.ini
73
B
-rw-r--r--
sysvsem.ini
73
B
-rw-r--r--
sysvshm.ini
73
B
-rw-r--r--
tidy.ini
68
B
-rw-r--r--
tokenizer.ini
75
B
-rw-r--r--
uploadprogress.ini
28
B
-rw-r--r--
wddx.ini
67
B
-rw-r--r--
xdebug.ini
25
B
-rw-r--r--
xml.ini
66
B
-rw-r--r--
xmlreader.ini
72
B
-rw-r--r--
xmlrpc.ini
72
B
-rw-r--r--
xmlwriter.ini
72
B
-rw-r--r--
xsl.ini
66
B
-rw-r--r--
yac.ini
17
B
-rw-r--r--
yaml.ini
18
B
-rw-r--r--
zip.ini
66
B
-rw-r--r--
zmq.ini
17
B
-rw-r--r--
zstd.ini
32
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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