Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
php /
7.0 /
mods-available /
Delete
Unzip
Name
Size
Permission
Date
Action
bz2.ini
66
B
-rw-r--r--
2020-07-05 08:34
calendar.ini
74
B
-rw-r--r--
2020-07-05 08:34
ctype.ini
71
B
-rw-r--r--
2020-07-05 08:34
curl.ini
68
B
-rw-r--r--
2020-07-05 08:34
dom.ini
66
B
-rw-r--r--
2020-07-05 08:34
exif.ini
70
B
-rw-r--r--
2020-07-05 08:34
fileinfo.ini
74
B
-rw-r--r--
2020-07-05 08:34
ftp.ini
69
B
-rw-r--r--
2020-07-05 08:34
gd.ini
64
B
-rw-r--r--
2020-07-05 08:34
gettext.ini
73
B
-rw-r--r--
2020-07-05 08:34
iconv.ini
71
B
-rw-r--r--
2020-07-05 08:34
igbinary.ini
364
B
-rw-r--r--
2016-12-19 09:21
imagick.ini
60
B
-rw-r--r--
2019-11-24 14:34
imap.ini
68
B
-rw-r--r--
2020-07-05 08:34
intl.ini
68
B
-rw-r--r--
2020-07-05 08:34
json.ini
68
B
-rw-r--r--
2020-07-05 08:34
mbstring.ini
76
B
-rw-r--r--
2020-07-05 08:34
mcrypt.ini
72
B
-rw-r--r--
2020-07-05 08:34
memcache.ini
1.86
KB
-rw-r--r--
2016-05-13 09:48
memcached.ini
176
B
-rw-r--r--
2017-02-12 08:07
msgpack.ini
74
B
-rw-r--r--
2016-12-07 11:01
mysqli.ini
71
B
-rw-r--r--
2020-07-05 08:34
mysqlnd.ini
72
B
-rw-r--r--
2020-07-05 08:34
opcache.ini
79
B
-rw-r--r--
2020-07-05 08:34
pdo.ini
69
B
-rw-r--r--
2020-07-05 08:34
pdo_mysql.ini
74
B
-rw-r--r--
2020-07-05 08:34
pdo_sqlite.ini
77
B
-rw-r--r--
2020-07-05 08:34
phar.ini
70
B
-rw-r--r--
2020-07-05 08:34
posix.ini
71
B
-rw-r--r--
2020-07-05 08:34
pspell.ini
72
B
-rw-r--r--
2020-07-05 08:34
readline.ini
76
B
-rw-r--r--
2020-07-05 08:34
recode.ini
72
B
-rw-r--r--
2020-07-05 08:34
shmop.ini
71
B
-rw-r--r--
2020-07-05 08:34
simplexml.ini
72
B
-rw-r--r--
2020-07-05 08:34
snmp.ini
68
B
-rw-r--r--
2020-07-05 08:34
soap.ini
68
B
-rw-r--r--
2020-10-06 19:08
sockets.ini
73
B
-rw-r--r--
2020-07-05 08:34
sqlite3.ini
74
B
-rw-r--r--
2020-07-05 08:34
sysvmsg.ini
73
B
-rw-r--r--
2020-07-05 08:34
sysvsem.ini
73
B
-rw-r--r--
2020-07-05 08:34
sysvshm.ini
73
B
-rw-r--r--
2020-07-05 08:34
tidy.ini
68
B
-rw-r--r--
2020-07-05 08:34
tokenizer.ini
75
B
-rw-r--r--
2020-07-05 08:34
wddx.ini
67
B
-rw-r--r--
2020-07-05 08:34
xml.ini
66
B
-rw-r--r--
2020-07-05 08:34
xmlreader.ini
72
B
-rw-r--r--
2020-07-05 08:34
xmlrpc.ini
72
B
-rw-r--r--
2020-07-05 08:34
xmlwriter.ini
72
B
-rw-r--r--
2020-07-05 08:34
xsl.ini
66
B
-rw-r--r--
2020-07-05 08:34
zip.ini
66
B
-rw-r--r--
2020-07-05 08:34
Save
Rename
; 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