HEX
Server: Apache
System: Linux top 5.8.11-1.el7.elrepo.x86_64 #1 SMP Tue Sep 22 18:18:35 EDT 2020 x86_64
User: www (1000)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.018111.cn/wp-content/themes/jian/parts/author-box.php
<?php
  $email = get_the_author_meta( 'user_email' );
  $author_id = get_the_author_meta( 'ID' );
  $is_post_favcss = (is_get_post_fav(get_the_ID())) ? ' ok' : '';
?>
<div class="article-footer">
  <?php if( _cao('single_disable_author_box') ) : ?>
  <div class="author-box">
    <div class="author-image">
      <?php echo get_avatar($author_id); ?>
    </div>
    <div class="author-info">
      <h4 class="author-name">
        <a<?php echo _target_blank(); ?> href="javascript:;"><?php the_author(); ?></a>
        <?php $CaoUser = new CaoUser($author_id);
        if ($CaoUser->vip_status()) {
          echo '<span class="label label-warning"><i class="fa fa-diamond"></i> '.$CaoUser->vip_name().'</span>';
        }else{
          echo '<span class="label label-default"><i class="fa fa-diamond"></i> '.$CaoUser->vip_name().'</span>';
        }
        ?>
      </h4>
    </div>
  </div>
  <?php endif;?>
  <?php if (!_cao('post_share_mod','0')): ?>
  <div class="xshare">
      <span class="xshare-title">分享到:</span>
      <?php if (_cao('is_nav_myfav') && is_site_shop_open()): ?>
           <a href="javascript:;" title="收藏文章" etap="star" data-postid="<?php the_ID(); ?>" class="ripro-star<?php echo $is_post_favcss;?>"><i class="fa fa-star-o"></i></a>
      <?php endif; ?>
      <a href="" etap="share" data-share="qq" class="share-qq"><i class="fa fa-qq"></i></a>
      <a href="" etap="share" data-share="weibo" class="share-weibo"><i class="fa fa-weibo"></i></a>
      <?php if( _cao('poster_share_open') ){ ?>
        <a href="javascript:;" class="btn-bigger-cover share-weixin" data-nonce="<?php echo wp_create_nonce('mi-create-bigger-image-'.$post->ID );?>" data-id="<?php echo $post->ID; ?>" data-action="create-bigger-image" title="海报分享" id="bigger-cover"><i class="fa fa-paper-plane"></i></a>
      <?php } ?>
  </div>
  <?php endif; ?>
 
</div>