AnonSec Shell
Server IP : 144.76.79.100  /  Your IP : 216.73.216.103   [ Reverse IP ]
Web Server : Apache
System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User : razzlestore ( 1092)
PHP Version : 8.2.29
Disable Function : NONE
Domains : 343 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/razzlestore/public_html/wp-content/themes/zugan/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/razzlestore/public_html/wp-content/themes/zugan/comments.php
<?php
if ( post_password_required() ) {
    return;
}
?>
<div id="comments" class="comments-area single-blog-bottom">
    <?php
		if ( have_comments() ):
		$zugan_comment_count = get_comments_number();
		$zugan_comments_text = number_format_i18n( $zugan_comment_count ) . ' ';
		if ( $zugan_comment_count > 1 ) {
			$zugan_comments_text .= esc_html__( 'Comments', 'zugan' );
		}
		else{
			$zugan_comments_text .= esc_html__( 'Comment', 'zugan' );
		}
	?>
		<h4><?php echo esc_html( $zugan_comments_text );?></h4>
	<?php
		$zugan_avatar = get_option( 'show_avatars' );
	?>  
		<ul class="comment-list<?php echo empty( $zugan_avatar ) ? ' avatar-disabled' : '';?>">
		<?php
			wp_list_comments(
				array(
					'style'             => 'ul',
					'callback'          => 'ZuganTheme_Helper::comments_callback',
					'reply_text'        => esc_html__( 'Reply', 'zugan' ),
					'avatar_size'       => 105,
					'format'            => 'html5',
					) 
				);
		 ?>
		</ul>
		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
			<nav class="pagination-area comment-navigation">
				<ul>
					<li><?php previous_comments_link( esc_html__( 'Older Comments', 'zugan' ) ); ?></li>
					<li><?php next_comments_link( esc_html__( 'Newer Comments', 'zugan' ) ); ?></li>
				</ul>
			</nav><!-- #comment-nav-below -->
		<?php endif; // Check for comment navigation.?>

	<?php endif; ?>

	<?php if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'zugan' ); ?></p>
	<?php endif;?>
	<div>
	<?php
		$zugan_commenter = wp_get_current_commenter();
		$zugan_req = get_option( 'require_name_email' );
		$zugan_aria_req = ( $zugan_req ? " required" : '' );

		$zugan_fields =  array(
			'author' =>
			'<div class="row"><div class="col-sm-6"><div class="form-group comment-form-author"><input type="text" id="author" name="author" value="' . esc_attr( $zugan_commenter['comment_author'] ) . '" placeholder="'. esc_attr__( 'Name', 'zugan' ).( $zugan_req ? ' *' : '' ).'" class="form-control"' . $zugan_aria_req . '></div></div>',

			'email' =>
			'<div class="col-sm-6 comment-form-email"><div class="form-group"><input id="email" name="email" type="email" value="' . esc_attr(  $zugan_commenter['comment_author_email'] ) . '" class="form-control" placeholder="'. esc_attr__( 'Email', 'zugan' ).( $zugan_req ? ' *' : '' ).'"' . $zugan_aria_req . '></div></div></div>',
			);

		$zugan_args = array(
			'class_submit'      => 'submit btn-send ghost-on-hover-btn',
			'submit_field'         => '<div class="form-group form-submit">%1$s %2$s</div>',
			'comment_field' =>  '<div class="form-group comment-form-comment"><textarea id="comment" name="comment" required placeholder="'.esc_attr__( 'Comment *', 'zugan' ).'" class="textarea form-control" rows="10" cols="40"></textarea></div>',
			'title_reply_before' => '<h4 id="reply-title" class="comment-reply-title">',
			'title_reply_after' => '</h4>',
			'fields' => apply_filters( 'comment_form_default_fields', $zugan_fields ),
			);

			?>
		<?php comment_form( $zugan_args );?>
	</div>
</div>

Anon7 - 2022
AnonSec Team