Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../etc/cl.selec...
File: php.conf
Directive = allow_url_fopen
[0] Fix | Delete
Type = bool
[1] Fix | Delete
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.
[2] Fix | Delete
[3] Fix | Delete
Directive = display_errors
[4] Fix | Delete
Type = bool
[5] Fix | Delete
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.
[6] Fix | Delete
[7] Fix | Delete
Directive = error_reporting
[8] Fix | Delete
Default = E_ALL & -E_NOTICE
[9] Fix | Delete
Range = ~E_ALL,E_ALL & ~E_NOTICE,E_ALL,E_ALL & ~E_DEPRECATED & ~E_STRICT
[10] Fix | Delete
Type = list
[11] Fix | Delete
Comment = The error reporting level.
[12] Fix | Delete
[13] Fix | Delete
Directive = file_uploads
[14] Fix | Delete
Type = bool
[15] Fix | Delete
Comment = Allows uploading files over HTTP.
[16] Fix | Delete
[17] Fix | Delete
Directive = include_path
[18] Fix | Delete
Type = value
[19] Fix | Delete
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
[20] Fix | Delete
[21] Fix | Delete
Directive = log_errors
[22] Fix | Delete
Type = bool
[23] Fix | Delete
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.
[24] Fix | Delete
[25] Fix | Delete
Directive = magic_quotes_gpc
[26] Fix | Delete
Type = bool
[27] Fix | Delete
Remark = <5.4.0
[28] Fix | Delete
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.
[29] Fix | Delete
[30] Fix | Delete
Directive = mail.force_extra_parameters
[31] Fix | Delete
Type = value
[32] Fix | Delete
Comment = Additional parameters for the mail() function used to send mail. For example, to use your custom Sendmail configuration: -C /dir/conf.cf
[33] Fix | Delete
[34] Fix | Delete
Directive = max_execution_time
[35] Fix | Delete
Type = value
[36] Fix | Delete
Comment = The maximum time in seconds a script is allowed to run before it is terminated.
[37] Fix | Delete
[38] Fix | Delete
Directive = max_input_time
[39] Fix | Delete
Type = value
[40] Fix | Delete
Comment = The maximum time in seconds a script is allowed to parse input data.
[41] Fix | Delete
[42] Fix | Delete
Directive = memory_limit
[43] Fix | Delete
Type = list
[44] Fix | Delete
Range = 64M,128M,192M,256M,368M,512M
[45] Fix | Delete
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
[46] Fix | Delete
[47] Fix | Delete
Directive = post_max_size
[48] Fix | Delete
Type = list
[49] Fix | Delete
Range = 2M,4M,8M,16M,32M,64M,128M
[50] Fix | Delete
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.
[51] Fix | Delete
[52] Fix | Delete
Directive = open_basedir
[53] Fix | Delete
Type = value
[54] Fix | Delete
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
[55] Fix | Delete
[56] Fix | Delete
Directive = register_globals
[57] Fix | Delete
Type = bool
[58] Fix | Delete
Remark = <5.4.0
[59] Fix | Delete
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
[60] Fix | Delete
[61] Fix | Delete
Directive = safe_mode
[62] Fix | Delete
Type = bool
[63] Fix | Delete
Remark = <5.4.0
[64] Fix | Delete
Comment = Enables PHP safe mode. This mode puts a number of restrictions on scripts (say, access to file system) mainly for security reasons.
[65] Fix | Delete
[66] Fix | Delete
Directive = safe_mode_exec_dir
[67] Fix | Delete
Type = value
[68] Fix | Delete
Remark = <5.4.0
[69] Fix | Delete
Comment = If PHP is in the safe mode, scripts can execute external programs located only in this directory. For example: /dir/external
[70] Fix | Delete
[71] Fix | Delete
Directive = safe_mode_include_dir
[72] Fix | Delete
Type = value
[73] Fix | Delete
Remark = <5.4.0
[74] Fix | Delete
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
[75] Fix | Delete
[76] Fix | Delete
Directive = session.save_path
[77] Fix | Delete
Type = value
[78] Fix | Delete
Comment = The directory where PHP writes session data (files). For example: /dir/tmp
[79] Fix | Delete
[80] Fix | Delete
Directive = short_open_tag
[81] Fix | Delete
Type = bool
[82] Fix | Delete
Comment = Allows the short form of the PHP open tag.
[83] Fix | Delete
[84] Fix | Delete
Directive = upload_max_filesize
[85] Fix | Delete
Type = list
[86] Fix | Delete
Range = 2M,4M,8M,16M,32M,64M,128M,256M,512M,1G
[87] Fix | Delete
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.
[88] Fix | Delete
[89] Fix | Delete
[90] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function