Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
cl.selector.conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
php.extensions.d
[ DIR ]
drwxr-xr-x
2026-08-17 16:10
defaults.cfg
3.74
KB
-rw-r--r--
2023-12-25 21:07
global_php.ini
358
B
-rw-r--r--
2019-12-10 21:33
native.conf
107
B
-rw-r--r--
2017-07-03 23:01
php.conf
7.46
KB
-rw-r--r--
2026-08-17 16:10
php.conf.rpmnew
4.33
KB
-rw-r--r--
2022-04-28 21:31
php.extensions.conflicts
335
B
-rw-r--r--
2026-07-07 10:58
phpextdesc.txt
21.12
KB
-rw-r--r--
2026-07-08 16:56
selector.conf
3.97
KB
-rw-r--r--
2026-08-17 18:20
symlinks.rules
26
B
-rw-r--r--
2019-04-11 18:12
Save
Rename
# Sign commenting is allowed only at the beginning of the line Directive = allow_url_fopen Default = On Type = bool Comment = Allows PHP file functions to retrieve data from remote locations over FTP or HTTP. This option is a great security risk, thus do not turn it on without necessity. Directive = display_errors Default = Off Type = bool Comment = Determines whether errors should be printed to the screen as part of the output or if they should not be shown to a user. Directive = error_reporting Default = E_ALL & ~E_NOTICE Range = ~E_ALL,E_ALL & ~E_NOTICE,E_ALL,E_ALL & ~E_DEPRECATED & ~E_STRICT Type = list Comment = The error reporting level. Directive = log_errors Default = Off Type = bool Comment = Tells whether to log errors. By default, errors are logged in the server's error log. Use the error_log directive to specify the path to your own log file. Directive = error_log Default = /dev/null Type = value Comment = Name of the file where script errors should be logged. The file should be writable by the web server's user Directive = include_path Default = .;/path/to/php/pear Type = value Comment = The list of directories where scripts look for files (similar to system's PATH variable). To separate directories, use a colon (:) For example: .:/dir/inc:/usr/lib/php Directive = magic_quotes_gpc Default = On Type = bool Remark = <5.4.0 Comment = Sets the magic_quotes state for the GPC (Get, Post and Cookie) operations. When magic_quotes are on, all single-quotes, double quotes, backslashesand special characters are escaped with the backslash automatically. Directive = mail.force_extra_parameters Type = value Comment = Additional parameters for the mail() function used to send mail. For example, to use your custom Sendmail configuration: -C /dir/conf.cf Directive = file_uploads Default = On Type = bool Comment = Allows uploading files over HTTP. Directive = max_execution_time Default = 360 Type = value Comment = The maximum time in seconds a script is allowed to run before it is terminated. Directive = max_input_time Default = 360 Type = value Comment = The maximum time in seconds a script is allowed to parse input data. Directive = memory_limit Default = 256M Type = list Range = 64M,128M,192M,256M,368M,512M,1G Comment = The maximum amount of memory in bytes a script is allowed to allocate. Set the value to -1 to have no memory limit (not recommended). Use shortcuts for byte values: K (kilo), M (mega), and G (giga). For example, 128M Directive = post_max_size Default = 128M Type = list Range = 2M,4M,8M,16M,32M,64M,128M,256M,512M,1G Comment = The maximum size in bytes of data that can be posted with the POST method. Typically, should be larger than upload_max_filesize and smaller than memory_limit. Use shortcuts for byte values: K (kilo), M (mega), and G (giga). For example, 16M. Directive = upload_max_filesize Default = 128M Type = list Range = 2M,4M,8M,16M,32M,64M,128M,256M,512M,1G Comment = The maximum size in bytes of an uploaded file. Use shortcuts for byte values: K (kilo), M (mega), and G (giga). For example, 128M. Directive = open_basedir Type = value Comment = The list of directories used to limit the files that can be opened by PHP. If the file is outside the specified directories, PHP scripts will refuse to open it. To separate directories, use a colon. For example: /dir/upload:/usr/tmp Directive = register_globals Default = Off Type = bool Remark = <5.4.0 Comment = Tells whether to register the contents of the EGPCS (Environment, GET, POST, Cookie, Server) variables as global variables. When on, register_globals will inject your scripts with all sorts of variables, like request variables from HTML forms. This option is a great security risk, thus do not turn it on without necessity Directive = safe_mode Default = Off Type = bool Remark = <5.4.0 Comment = Enables PHP safe mode. This mode puts a number of restrictions on scripts (say, access to file system) mainly for security reasons. Directive = safe_mode_exec_dir Type = value Remark = <5.4.0 Comment = If PHP is in the safe mode, scripts can execute external programs located only in this directory. For example: /dir/external Directive = safe_mode_include_dir Type = value Remark = <5.4.0 Comment = If PHP is in the safe mode and a script tries to access some files, files from this directory will bypass security (UID/GID) checks. The directory must also be in include_path. For example: /dir/inc Directive = session.save_path Default = /tmp Type = value Comment = The directory where PHP writes session data (files). For example: /dir/tmp Directive = short_open_tag Default = On Type = bool Comment = Allows the short form of the PHP open tag. Directive = date.timezone Default = Europe/Paris Type = value Comment = Change your PHP's timezone Directive = default_charset Type = value Comment = In PHP 5.6 onwards, "UTF-8" is the default value and its value is used as the default character encoding for htmlentities(), html_entity_decode() and htmlspecialchars(). Directive = default_socket_timeout Type = value Comment = Default timeout (in seconds) for socket based streams. Directive = output_buffering Type = value Comment = You can enable output buffering for all files by setting this directive Directive = max_input_vars Default = 200000 Type = value Comment = How many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). Use of this directive mitigates the possibility of denial of service attacks which use hash collisions Directive = always_populate_raw_post_data Type = bool Remark = <7.0.0 Comment = Always populate the $HTTP_RAW_POST_DATA containing the raw POST data. Otherwise, the variable is populated only with unrecognized MIME type of the data Directive = expose_php Type = bool Remark = >7.1.0 Comment = Exposes to the world that PHP is installed on the server, which includes the PHP version within the HTTP header (e.g., X-Powered-By: PHP/5.3.7) Directive = disable_functions Type = value Remark = >7.0.0 Comment = I This directive allows you to disable certain functions for security reasons. It takes on a comma-delimited list of function names. disable_functions is not affected by Safe Mode. Directive = opcache.max_accelerated_files Type = list Range = 223,463,983,1979,3907,7963,16229,32531,65407,130987 Remark = >7.0.0 Comment = The maximum number of keys (and therefore scripts) in the OPcache hash table. Directive = opcache.memory_consumption Type = list Range = 64,128,256,512 Remark = >7.0.0 Comment = The size of the shared memory storage used by OPcache, in megabytes. Directive = opcache.validate_timestamps Type = value Remark = >7.0.0 Comment = If enabled, OPcache will check for updated scripts every opcache.revalidate_freq seconds Directive = realpath_cache_size Type = value Remark = >7.0.0 Comment = Determines the size of the realpath cache to be used by PHP. This value should be increased on systems where PHP opens many files, to reflect the quantity of the file operations performed. Directive = realpath_cache_ttl Type = value Remark = >7.0.0 Comment = Duration of time (in seconds) for which to cache realpath information for a given file or directory. For systems with rarely changing files, consider increasing the value.