403Webshell
Server IP : 172.67.71.254  /  Your IP : 216.73.216.4
Web Server : nginx/1.27.1
System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
User : arabianexpress ( 1872)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /storage/v9321/blueoceanprod/public_html/wp-content/themes/techkit/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /storage/v9321/blueoceanprod/public_html/wp-content/themes/techkit//comments.php
<?php
if ( post_password_required() ) {
    return;
}
?>
<div id="comments" class="comments-area single-blog-bottom">
    <?php
		if ( have_comments() ):
		$techkit_comment_count = get_comments_number();
		$techkit_comments_text = number_format_i18n( $techkit_comment_count ) . ' ';
		if ( $techkit_comment_count > 1 && $techkit_comment_count != 0 ) {
			$techkit_comments_text .= esc_html__( 'Comments', 'techkit' );
		} else if ( $techkit_comment_count == 0 ) {
			$techkit_comments_text .= esc_html__( 'Comment', 'techkit' );
		} else {
			$techkit_comments_text .= esc_html__( 'Comment', 'techkit' );
		}
	?>
		<h4><?php echo esc_html( $techkit_comments_text );?></h4>
	<?php
		$techkit_avatar = get_option( 'show_avatars' );
	?>
		<ul class="comment-list<?php echo empty( $techkit_avatar ) ? ' avatar-disabled' : '';?>">
		<?php
			wp_list_comments(
				array(
					'style'             => 'ul',
					'callback'          => 'TechkitTheme_Helper::comments_callback',
					'reply_text'        => esc_html__( 'Reply', 'techkit' ),
					'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', 'techkit' ) ); ?></li>
					<li><?php next_comments_link( esc_html__( 'Newer Comments', 'techkit' ) ); ?></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.', 'techkit' ); ?></p>
	<?php endif;?>
	<div>
	<?php
		$techkit_commenter = wp_get_current_commenter();
		$techkit_req = get_option( 'require_name_email' );
		$techkit_aria_req = ( $techkit_req ? " required" : '' );

		$techkit_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( $techkit_commenter['comment_author'] ) . '" placeholder="'. esc_attr__( 'Name', 'techkit' ).( $techkit_req ? ' *' : '' ).'" class="form-control"' . $techkit_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(  $techkit_commenter['comment_author_email'] ) . '" class="form-control" placeholder="'. esc_attr__( 'Email', 'techkit' ).( $techkit_req ? ' *' : '' ).'"' . $techkit_aria_req . '></div></div></div>',
			);

		$techkit_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 *', 'techkit' ).'" 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', $techkit_fields ),
			);

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

Youez - 2016 - github.com/yon3zu
LinuXploit