Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. Bad name after bool' at (eval 33) line 1.
  2. at (eval 33) line 1.
  3. eval '[{title=>\'allow_url_fopen\',default=>\'On\',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.\',type=>\'bool\'},{title=>\'display_errors\',default=>\'Off\',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.\',type=>\'bool\'},{title=>\'error_reporting\',default=>\'E_ALL\',comment=>\'The error reporting level.\',range=>\'~E_ALL,E_ALL & ~E_NOTICE,E_ALL\',type=>\'list\'},{title=>\'file_uploads\',default=>\'On\',comment=>\'Allows uploading files over HTTP.\',type=>\'bool\'},{title=>\'include_path\',default=>\'.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php\',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\',type=>\'value\'},{title=>\'log_errors\',default=>\'On\',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.\',type=>\'bool\'},{title=>\'magic_quotes_gpc\',default=>\'Off\',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.\',type=>\'bool\'},{title=>\'mail.force_extra_parameters\',comment=>\'Additional parameters for the mail() function used to send mail. For example, to use your custom Sendmail configuration: -C /dir/conf.cf\',default=>\'\',type=>\'value\',value=>\'-f __CPANEL_HIDDEN__\'},{title=>\'max_execution_time\',default=>\'30\',comment=>\'The maximum time in seconds a script is allowed to run before it is terminated.\',type=>\'value\'},{title=>\'max_input_time\',default=>\'-1\',comment=>\'The maximum time in seconds a script is allowed to parse input data.\',type=>\'value\'},{title=>\'memory_limit\',default=>\'128M\',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\',range=>\'64M,128M,192M,256M,368M,512M\',type=>\'list\'},{title=>\'open_basedir\',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\',default=>\'\',type=>\'value\'},{title=>\'post_max_size\',default=>\'8M\',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.\',range=>\'2M,4M,8M,16M,32M,64M,128M\',type=>\'list\'},{title=>\'register_globals\',default=>\'Off\',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\',type=>\'bool\'},{title=>\'safe_mode\',default=>\'Off\',comment=>\'Enables PHP safe mode. This mode puts a number of restrictions on scripts (say, access to file system) mainly for security reasons.\',type=>\'bool\'},{title=>\'safe_mode_exec_dir\',comment=>\'If PHP is in the safe mode, scripts can execute external programs located only in this directory. For example: /dir/external\',default=>\'\',type=>\'value\'},{title=>\'safe_mode_include_dir\',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. Th\',default=>\'\',type=>\'value\'},{title=>\'session.save_path\',default=>\'/tmp\',comment=>\'The directory where PHP writes session data (files). For example: /dir/tmp\',type=>\'value\'},{title=>\'short_open_tag\',default=>\'On\',comment=>\'Allows the short form of the PHP open tag.\',type=>\'bool\'},{title=>\'upload_max_filesize\',default=>\'2M\',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.\',range=>\'2M,4M,8M,16M,32M,64M,128M,256M,512M,1G\',type=>\'list\'}]
  4.  
  5. ;' called at /usr/local/cpanel/Cpanel/LVEInfo.pm line 699
  6. Cpanel::LVEInfo::api2_showPHPOptTable() called at /usr/local/cpanel/Cpanel/Api2/Exec.pm line 117
  7. eval {...} called at /usr/local/cpanel/Cpanel/Api2/Exec.pm line 117
  8. Cpanel::Api2::Exec::api2_exec("LVEInfo", "showPHPOptTable", HASH(0xae148e0), HASH(0xad74b70)) called at cpanel.pl line 1216
  9. main::cptt_exectag("<?cptt LVEInfo::showPHPOptTable(lveversion/option-selector.tm"...) called at cpanel.pl line 4276
  10. main::dotag_finished_headers(0) called at cpanel.pl line 4089
  11. main::cpanel_parseblock("<cpanel setvar=\"headerimg=../images/topwebftpstats.gif\">\x{a}<cpa"...) called at cpanel.pl line 4003
  12. main::y(GLOB(0xa889fa8)) called at cpanel.pl line 5355
  13. main::run_standard_mode() called at cpanel.pl line 827
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement