One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
wordpress
/
wp-content
/
themes
/
papyrus
/
View File Name :
comments.php
<?php global $papyrus_option, $post; if ( post_password_required() ) { ?> <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'papyrus_wdl') ?></p> <?php return; } ?> <!-- You can start editing here. --> <?php if ( have_comments() ) : ?> <h3 id="comments"><?php comments_number(__('Comments', 'papyrus_wdl').' (0)', __('Comment', 'papyrus_wdl').' (1)', __('Comments', 'papyrus_wdl').' (%)'); ?></h3> <ol class="commentlist"> <?php wp_list_comments('callback=papyrus_comments'); ?> </ol> <?php $paginate_comments_links = paginate_comments_links('echo=0'); ?> <?php if(!empty($paginate_comments_links)) : ?> <div class="pagination2"> <?php echo $paginate_comments_links; ?> </div> <?php endif; ?> <?php endif; ?> <?php $fields = array( 'author' => '<p><input type="text" name="author" id="author" value="' . esc_attr( $commenter['comment_author'] ) . '" size="22" tabindex="1" /><label for="author"><small>'.__('Name', 'papyrus_wdl') . ( $req ? __('(required)', 'papyrus_wdl').'</small></label></p>':'' ), 'email' => '<p><input type="text" name="email" id="email" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="22" tabindex="2" /><label for="email"><small>'.__('E-mail', 'papyrus_wdl') . ( $req ? __('(required)', 'papyrus_wdl').'</small></label></p>':'' ), 'url' => '<p><input type="text" name="url" id="url" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="22" tabindex="3" /><label for="url"><small>'.__('Website', 'papyrus_wdl').'</small></label></p>' ); $args = array( 'fields' => $fields, 'comment_notes_after' => '' ); comment_form( $args ); ?>