!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/opt/passenger-5.3.7-4.el6.cloudlinux/src/nginx_module/MainConfig/   drwxr-xr-x
Free 234.19 GB of 981.82 GB (23.85%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     AutoGeneratedCreateFunction.c (9.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *  Phusion Passenger - https://www.phusionpassenger.com/
 *  Copyright (c) 2010-2017 Phusion Holding B.V.
 *
 *  "Passenger", "Phusion Passenger" and "Union Station" are registered
 *  trademarks of Phusion Holding B.V.
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the "Software"), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.
 *
 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */

/*
 * MainConfig/AutoGeneratedCreateFunction.c is automatically generated from
 * MainConfig/AutoGeneratedCreateFunction.c.cxxcodebuilder,
 * using definitions from src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.
 * Edits to MainConfig/AutoGeneratedCreateFunction.c will be lost.
 *
 * To update MainConfig/AutoGeneratedCreateFunction.c:
 *   rake nginx
 *
 * To force regeneration of MainConfig/AutoGeneratedCreateFunction.c:
 *   rm -f src/nginx_module/MainConfig/AutoGeneratedCreateFunction.c
 *   rake src/nginx_module/MainConfig/AutoGeneratedCreateFunction.c
 */

void
passenger_create_autogenerated_main_conf(passenger_autogenerated_main_conf_t *conf) {
    conf->root_dir.data = NULL;
    conf->root_dir.len  = 0;
    conf->ctl = NULL;
    conf->abort_on_startup_error = NGX_CONF_UNSET;
    conf->dump_config_manifest.data = NULL;
    conf->dump_config_manifest.len  = 0;
    conf->log_level = NGX_CONF_UNSET_UINT;
    conf->log_file.data = NULL;
    conf->log_file.len  = 0;
    conf->file_descriptor_log_file.data = NULL;
    conf->file_descriptor_log_file.len  = 0;
    conf->data_buffer_dir.data = NULL;
    conf->data_buffer_dir.len  = 0;
    conf->socket_backlog = NGX_CONF_UNSET_UINT;
    conf->core_file_descriptor_ulimit = NGX_CONF_UNSET_UINT;
    conf->disable_security_update_check = NGX_CONF_UNSET;
    conf->security_update_check_proxy.data = NULL;
    conf->security_update_check_proxy.len  = 0;
    conf->disable_anonymous_telemetry = NGX_CONF_UNSET;
    conf->anonymous_telemetry_proxy.data = NULL;
    conf->anonymous_telemetry_proxy.len  = 0;
    conf->prestart_uris = NGX_CONF_UNSET_PTR;
    conf->instance_registry_dir.data = NULL;
    conf->instance_registry_dir.len  = 0;
    conf->turbocaching = NGX_CONF_UNSET;
    conf->user_switching = NGX_CONF_UNSET;
    conf->default_user.data = NULL;
    conf->default_user.len  = 0;
    conf->default_group.data = NULL;
    conf->default_group.len  = 0;
    conf->max_pool_size = NGX_CONF_UNSET_UINT;
    conf->pool_idle_time = NGX_CONF_UNSET_UINT;
    conf->response_buffer_high_watermark = NGX_CONF_UNSET_UINT;
    conf->stat_throttle_rate = NGX_CONF_UNSET_UINT;
    conf->show_version_in_header = NGX_CONF_UNSET;
    conf->app_file_descriptor_ulimit = NGX_CONF_UNSET_UINT;
    conf->max_instances_per_app = NGX_CONF_UNSET_UINT;
    conf->admin_panel_url.data = NULL;
    conf->admin_panel_url.len  = 0;
    conf->admin_panel_auth_type.data = NULL;
    conf->admin_panel_auth_type.len  = 0;
    conf->admin_panel_username.data = NULL;
    conf->admin_panel_username.len  = 0;
    conf->admin_panel_password.data = NULL;
    conf->admin_panel_password.len  = 0;

    conf->root_dir_source_file.data = NULL;
    conf->root_dir_source_file.len = 0;
    conf->root_dir_source_line = 0;
    conf->root_dir_explicitly_set = 0;
    conf->ctl_source_file.data = NULL;
    conf->ctl_source_file.len = 0;
    conf->ctl_source_line = 0;
    conf->ctl_explicitly_set = 0;
    conf->abort_on_startup_error_source_file.data = NULL;
    conf->abort_on_startup_error_source_file.len = 0;
    conf->abort_on_startup_error_source_line = 0;
    conf->abort_on_startup_error_explicitly_set = 0;
    conf->dump_config_manifest_source_file.data = NULL;
    conf->dump_config_manifest_source_file.len = 0;
    conf->dump_config_manifest_source_line = 0;
    conf->dump_config_manifest_explicitly_set = 0;
    conf->log_level_source_file.data = NULL;
    conf->log_level_source_file.len = 0;
    conf->log_level_source_line = 0;
    conf->log_level_explicitly_set = 0;
    conf->log_file_source_file.data = NULL;
    conf->log_file_source_file.len = 0;
    conf->log_file_source_line = 0;
    conf->log_file_explicitly_set = 0;
    conf->file_descriptor_log_file_source_file.data = NULL;
    conf->file_descriptor_log_file_source_file.len = 0;
    conf->file_descriptor_log_file_source_line = 0;
    conf->file_descriptor_log_file_explicitly_set = 0;
    conf->data_buffer_dir_source_file.data = NULL;
    conf->data_buffer_dir_source_file.len = 0;
    conf->data_buffer_dir_source_line = 0;
    conf->data_buffer_dir_explicitly_set = 0;
    conf->socket_backlog_source_file.data = NULL;
    conf->socket_backlog_source_file.len = 0;
    conf->socket_backlog_source_line = 0;
    conf->socket_backlog_explicitly_set = 0;
    conf->core_file_descriptor_ulimit_source_file.data = NULL;
    conf->core_file_descriptor_ulimit_source_file.len = 0;
    conf->core_file_descriptor_ulimit_source_line = 0;
    conf->core_file_descriptor_ulimit_explicitly_set = 0;
    conf->disable_security_update_check_source_file.data = NULL;
    conf->disable_security_update_check_source_file.len = 0;
    conf->disable_security_update_check_source_line = 0;
    conf->disable_security_update_check_explicitly_set = 0;
    conf->security_update_check_proxy_source_file.data = NULL;
    conf->security_update_check_proxy_source_file.len = 0;
    conf->security_update_check_proxy_source_line = 0;
    conf->security_update_check_proxy_explicitly_set = 0;
    conf->disable_anonymous_telemetry_source_file.data = NULL;
    conf->disable_anonymous_telemetry_source_file.len = 0;
    conf->disable_anonymous_telemetry_source_line = 0;
    conf->disable_anonymous_telemetry_explicitly_set = 0;
    conf->anonymous_telemetry_proxy_source_file.data = NULL;
    conf->anonymous_telemetry_proxy_source_file.len = 0;
    conf->anonymous_telemetry_proxy_source_line = 0;
    conf->anonymous_telemetry_proxy_explicitly_set = 0;
    conf->prestart_uris_source_file.data = NULL;
    conf->prestart_uris_source_file.len = 0;
    conf->prestart_uris_source_line = 0;
    conf->prestart_uris_explicitly_set = 0;
    conf->instance_registry_dir_source_file.data = NULL;
    conf->instance_registry_dir_source_file.len = 0;
    conf->instance_registry_dir_source_line = 0;
    conf->instance_registry_dir_explicitly_set = 0;
    conf->turbocaching_source_file.data = NULL;
    conf->turbocaching_source_file.len = 0;
    conf->turbocaching_source_line = 0;
    conf->turbocaching_explicitly_set = 0;
    conf->user_switching_source_file.data = NULL;
    conf->user_switching_source_file.len = 0;
    conf->user_switching_source_line = 0;
    conf->user_switching_explicitly_set = 0;
    conf->default_user_source_file.data = NULL;
    conf->default_user_source_file.len = 0;
    conf->default_user_source_line = 0;
    conf->default_user_explicitly_set = 0;
    conf->default_group_source_file.data = NULL;
    conf->default_group_source_file.len = 0;
    conf->default_group_source_line = 0;
    conf->default_group_explicitly_set = 0;
    conf->max_pool_size_source_file.data = NULL;
    conf->max_pool_size_source_file.len = 0;
    conf->max_pool_size_source_line = 0;
    conf->max_pool_size_explicitly_set = 0;
    conf->pool_idle_time_source_file.data = NULL;
    conf->pool_idle_time_source_file.len = 0;
    conf->pool_idle_time_source_line = 0;
    conf->pool_idle_time_explicitly_set = 0;
    conf->response_buffer_high_watermark_source_file.data = NULL;
    conf->response_buffer_high_watermark_source_file.len = 0;
    conf->response_buffer_high_watermark_source_line = 0;
    conf->response_buffer_high_watermark_explicitly_set = 0;
    conf->stat_throttle_rate_source_file.data = NULL;
    conf->stat_throttle_rate_source_file.len = 0;
    conf->stat_throttle_rate_source_line = 0;
    conf->stat_throttle_rate_explicitly_set = 0;
    conf->show_version_in_header_source_file.data = NULL;
    conf->show_version_in_header_source_file.len = 0;
    conf->show_version_in_header_source_line = 0;
    conf->show_version_in_header_explicitly_set = 0;
    conf->app_file_descriptor_ulimit_source_file.data = NULL;
    conf->app_file_descriptor_ulimit_source_file.len = 0;
    conf->app_file_descriptor_ulimit_source_line = 0;
    conf->app_file_descriptor_ulimit_explicitly_set = 0;
    conf->max_instances_per_app_source_file.data = NULL;
    conf->max_instances_per_app_source_file.len = 0;
    conf->max_instances_per_app_source_line = 0;
    conf->max_instances_per_app_explicitly_set = 0;
    conf->admin_panel_url_source_file.data = NULL;
    conf->admin_panel_url_source_file.len = 0;
    conf->admin_panel_url_source_line = 0;
    conf->admin_panel_url_explicitly_set = 0;
    conf->admin_panel_auth_type_source_file.data = NULL;
    conf->admin_panel_auth_type_source_file.len = 0;
    conf->admin_panel_auth_type_source_line = 0;
    conf->admin_panel_auth_type_explicitly_set = 0;
    conf->admin_panel_username_source_file.data = NULL;
    conf->admin_panel_username_source_file.len = 0;
    conf->admin_panel_username_source_line = 0;
    conf->admin_panel_username_explicitly_set = 0;
    conf->admin_panel_password_source_file.data = NULL;
    conf->admin_panel_password_source_file.len = 0;
    conf->admin_panel_password_source_line = 0;
    conf->admin_panel_password_explicitly_set = 0;
}


:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.1479 ]--