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 /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
css
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
1.72
KB
-rwxr-xr-x
LICENSE
17.62
KB
-rwxr-xr-x
archive.php
1.86
KB
-rwxr-xr-x
comments.php
2.07
KB
-rwxr-xr-x
footer.php
2.82
KB
-rwxr-xr-x
functions.php
12.41
KB
-rwxr-xr-x
header.php
4.01
KB
-rwxr-xr-x
index.php
2.21
KB
-rwxr-xr-x
page.php
1.08
KB
-rwxr-xr-x
readme.txt
4.54
KB
-rwxr-xr-x
screenshot.jpg
260.21
KB
-rwxr-xr-x
search.php
1.78
KB
-rwxr-xr-x
sidebar.php
507
B
-rwxr-xr-x
single.php
943
B
-rwxr-xr-x
style-rtl.css
58.84
KB
-rwxr-xr-x
style.css
58.9
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package BNM */ ?> </div><!-- .bnm-container --> </div><!-- .site-content --> <?php /** * Before Footer Hook */ do_action( 'bnm_before_footer' ); ?> <footer id="colophon" class="site-footer"> <?php $bnm_footer_sidebar_count = get_theme_mod( 'bnm_footer_sidebar_count', '3' ); ?> <div class="bnm-footer-widget-area"> <div class="bnm-container bnm-footer-widgets-inner"> <div class="bnm-footer-column"> <?php dynamic_sidebar( 'footer-1' ); ?> </div><!-- .bnm-footer-column --> <?php if ( $bnm_footer_sidebar_count >= 2 ) : ?> <div class="bnm-footer-column"> <?php dynamic_sidebar( 'footer-2' ); ?> </div><!-- .bnm-footer-column --> <?php endif; ?> <?php if ( $bnm_footer_sidebar_count >= 3 ) : ?> <div class="bnm-footer-column"> <?php dynamic_sidebar( 'footer-3' ); ?> </div><!-- .bnm-footer-column --> <?php endif; ?> <?php if ( $bnm_footer_sidebar_count >= 4 ) : ?> <div class="bnm-footer-column"> <?php dynamic_sidebar( 'footer-4' ); ?> </div><!-- .bnm-footer-column --> <?php endif; ?> </div><!-- .bnm-footer-widgets-inner --> </div><!-- .bnm-footer-widget-area --> <div class="bnm-footer-bottom"> <div class="bnm-container bnm-footer-site-info"> <div class="bnm-footer-copyright"> <?php $bnm_copyright_text = get_theme_mod( 'bnm_footer_copyright_text', '' ); if ( ! empty( $bnm_copyright_text ) ) { echo wp_kses_post( $bnm_copyright_text ); } else { $bnm_site_link = '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" >' . esc_html( get_bloginfo( 'name' ) ) . '</a>'; /* translators: 1: Year 2: Site URL. */ printf( esc_html__( 'Copyright © %1$s %2$s.', 'bnm' ), date_i18n( 'Y' ), $bnm_site_link ); // WPCS: XSS OK. } ?> </div><!-- .bnm-footer-copyright --> <div class="bnm-designer-credit"> <?php /* translators: 1: WordPress 2: Theme Author. */ printf( esc_html__( 'Powered by %1$s and %2$s.', 'bnm' ), '<a href="https://wordpress.org" target="_blank">WordPress</a>', '<a href="https://themezhut.com/themes/bnm/" target="_blank">BNM</a>' ); ?> </div><!-- .bnm-designer-credit" --> </div><!-- .bnm-container --> </div><!-- .bnm-footer-bottom --> </footer><!-- #colophon --> <?php /** * After Footer hook */ do_action( 'bnm_after_footer' ); ?> </div><!-- #page --> <?php get_template_part( 'template-parts/mobile', 'sidebar' ); get_template_part( 'template-parts/desktop', 'sidebar' ); ?> <?php wp_footer(); ?> </body> </html>
Close