' + b +
+ "
")
+ }
+ a++
+ })
+});
+$('textarea[id*="tpre"]').blur(function() {
+ $(this).text($(this).val())
+});
+
+function runCode(a) {
+ var b = window.open("", "", "");
+ b.document.open("text/html", "replace");
+ b.opener = null;
+ b.document.write($("#" + a).next("textarea").html().replace(/</g, "<").replace(/>/g, ">").replace(/ /g, " ")
+ .replace(/"/g, '"').replace(/&/g, "&"));
+ b.document.close()
+}
+document.writeln('';
+switch ($status_action) {
+ case 'chk':
+ $pluginstatus = $zbp->Config('zxd_ctrlcenter')-> plugin_grey_Enable;
+ break;
+ case 'enb':
+ $zbp->Config('zxd_ctrlcenter')-> plugin_grey_Enable = true;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ echo $Close;
+ break;
+ case 'dis':
+ $zbp->Config('zxd_ctrlcenter')-> plugin_grey_Enable = false;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ echo $Close;
+ break;
+
+ default:
+ $pluginstatus = $zbp->Config('zxd_ctrlcenter')-> plugin_grey_Enable;
+ break;
+}
+?>
\ No newline at end of file
diff --git a/plugin/grey/plugin.xml b/plugin/grey/plugin.xml
new file mode 100644
index 0000000..352339b
--- /dev/null
+++ b/plugin/grey/plugin.xml
@@ -0,0 +1,38 @@
+
+
+xd_gray
+整站变灰
+
+整站变灰
+整站变灰
+
+include.php
+1
+
+ xiandan
+
+
+
+
+
+
+
+
+151626
+1.0
+2017-02-01
+2017-02-05
+0
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugin/spider/include.php b/plugin/spider/include.php
new file mode 100644
index 0000000..423669d
--- /dev/null
+++ b/plugin/spider/include.php
@@ -0,0 +1,53 @@
+array('Spider_ID','integer','',0),
+ 'Name'=>array('Spider_Name','string',20,''),
+ 'IP'=>array('Spider_IP','string',15,''),
+ 'DateTime'=>array('Spider_DateTime','integer','',0),
+ 'Url'=>array('Spider_Url','string',250,''),
+ 'Status'=>array('Spider_Status','integer','',1),
+);
+
+function zxd_ctrlcenter_spider_SubMenu($id){
+ $arySubMenu = array(
+ 0 => array('基本设置', 'config', 'left', false),
+ 1 => array('查看记录', 'spider', 'left', false),
+
+ );
+ foreach($arySubMenu as $k => $v){
+ echo '
'.$v[0].' ';
+ }
+}
+
+class zxd_ctrlcenter_spider extends Base{
+
+ function __construct() {
+ global $zbp;
+ parent::__construct($zbp->table['zxd_ctrlcenter_spider'], $zbp->datainfo['zxd_ctrlcenter_spider']);
+
+ $this->DateTime = time();
+ }
+
+ public function Time($s='Y-m-d H:i:s'){
+ return date($s,(int)$this->DateTime);
+ }
+}
+
+
+function zxd_ctrlcenter_spider_CreateTable() {
+ global $zbp;
+ if ($zbp->db->ExistTable($GLOBALS['table']['zxd_ctrlcenter_spider']) == false) {
+ $s = $zbp->db->sql->CreateTable($GLOBALS['table']['zxd_ctrlcenter_spider'], $GLOBALS['datainfo']['zxd_ctrlcenter_spider']);
+ $zbp->db->QueryMulit($s);
+ }
+}
+
+function zxd_ctrlcenter_spider_DelTable() {
+ global $zbp;
+ if ($zbp->db->ExistTable($zbp->table['zxd_ctrlcenter_spider']) == true) {
+ $s = $zbp->db->sql->DelTable($zbp->table['zxd_ctrlcenter_spider']);
+ $zbp->db->QueryMulit($s);
+ }
+}
\ No newline at end of file
diff --git a/plugin/spider/logo.png b/plugin/spider/logo.png
new file mode 100644
index 0000000..57ff656
Binary files /dev/null and b/plugin/spider/logo.png differ
diff --git a/plugin/spider/main.php b/plugin/spider/main.php
new file mode 100644
index 0000000..0f4a010
--- /dev/null
+++ b/plugin/spider/main.php
@@ -0,0 +1,111 @@
+Load();
+$action='root';
+
+$act = '';
+if (isset($_GET['act']) && $_GET['act']){$act = $_GET['act'] == "" ? 'config' : $_GET['act'];}
+else $act = "config";
+?>
+
+
+
+
+
+
+Config('zxd_ctrlcenter') -> plugin_spider_viewconut = $_POST['viewconut'];
+ $zbp->Config('zxd_ctrlcenter') -> plugin_spider_spiders = $_POST['spiders'];
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ $zbp->SetHint('good');
+ Redirect('./main.php?&plugin=spider&act=config');
+ }
+?>
+
如果下面两个文本框默认状态下是空白的,没有内容,说明插件升级不完全,将【控制中心】插件关闭后再开启一次即可。关闭插件不会丢失其他子插件配置。
+
+
模拟百度抓取查看插件效果:点击前往 输入要检测的网页URL,如您的Z-Blog网站首页:=$GLOBALS['bloghost']; ?>。
+
+【备注】
+
1. 本插件可与【流年岁月】的【来访蜘蛛统计】同时开启,但无必要,且数据不互通,建议只开启一个。同时开启相当于每个插件分别记录,互不干扰。
+
+
2. 右上角清除设置和关闭插件均不会清空统计结果,如需删除或清空统计结果,请登录后台数据库删除表【表前缀_zxd_ctrlcenter_spider】。再次使用本【蜘蛛来访统计】子插件,需要关闭【控制中心】插件然后再次打开以创建新表。
+
+
3. 本插件与爱站网无任何利益关系,提供上方的跳转将连接仅为方便测试插件是否能正常工作。对于该站点,本插件作者不保证服务始终可用,也不承担因此引发的任何问题。
+
+
+【默认设置】
+
如果您不小心修改了上方文本框中的内容,可以将下方参数复制到上方文本框并保存以恢复默认设置。
+
+
显示篇数:20
+
+
蜘蛛列表:Baiduspider,Baidu|Googlebot,Google|Sosospider,SoSo|YoudaoBot,YouDao|bingbot,Bing|Sogou web spider,SoGou|Yahoo! Slurp,Yahoo|Alexa,Alexa|360Spider,So
+
+
+';
+ echo '
+ ID
+ 蜘蛛名称
+ 蜘蛛IP
+ 抓取时间
+ 抓取地址
+ 抓取状态
+ ';
+
+ $p = new Pagebar('{%host%}zb_users/plugin/zxd_ctrlcenter/main.php?plugin=spider&act=spider{&page=%page%}',false);
+ $p->PageCount = $zbp->Config('zxd_ctrlcenter') -> plugin_spider_viewconut;
+ $p->PageNow = (int)GetVars('page','GET')==0?1:(int)GetVars('page','GET');
+ $p->PageBarCount = $zbp->pagebarcount;
+
+ $select = array('*');
+ $where = array();
+ $order = array('Spider_ID'=>'DESC');
+ $limit = array(($p->PageNow-1) * $p->PageCount,$p->PageCount);
+ $option = array('pagebar'=>$p);
+
+ error_reporting(0); // 屏蔽掉可能出现的 Undefined index: ZC_MYSQL_ENGINE 提示
+ $sql = $zbp->db->sql->Select($zbp->table['zxd_ctrlcenter_spider'], $select, $where, $order, $limit, $option);
+ $array = $zbp->GetListType('zxd_ctrlcenter_spider',$sql);
+
+
+ foreach ($array as $key => $value) {
+ echo '
';
+ echo '' . $value->ID . ' ';
+ echo '' . $value->Name . ' ';
+ echo '' . $value->IP . ' ';
+ echo '' .$value->Time() . ' ';
+ echo '' .$value->Url . ' ';
+ echo '' . $value->Status . ' ';
+ echo ' ';
+ }
+
+ echo '';
+ echo '
';
+
+ foreach ($p->buttons as $key => $value) {
+ echo '' . $key . ' ' ;
+ }
+
+ echo '
';
+
+} ?>
\ No newline at end of file
diff --git a/plugin/spider/manage/config.php b/plugin/spider/manage/config.php
new file mode 100644
index 0000000..0716337
--- /dev/null
+++ b/plugin/spider/manage/config.php
@@ -0,0 +1,3 @@
+window.close(); window.opener.location.reload(); ';
+switch ($status_action) {
+ case 'chk':
+ $pluginstatus = $zbp->Config('zxd_ctrlcenter') -> plugin_spider_Enable;
+ break;
+ case 'enb':
+ $zbp->Config('zxd_ctrlcenter') -> plugin_spider_Enable = true;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ echo $Close;
+ break;
+ case 'dis':
+ $zbp->Config('zxd_ctrlcenter') -> plugin_spider_Enable = false;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ echo $Close;
+ break;
+
+ default:
+ $pluginstatus = $zbp->Config('zxd_ctrlcenter') -> plugin_spider_Enable;
+ break;
+}
+?>
+
diff --git a/plugin/spider/plugin.xml b/plugin/spider/plugin.xml
new file mode 100644
index 0000000..5235dd0
--- /dev/null
+++ b/plugin/spider/plugin.xml
@@ -0,0 +1,38 @@
+
+
+SpiderStatistics
+来访蜘蛛统计(张小弟之家修改;修复开发模式下部分站点报Notice错误的Bug,并添加CSRF保护,使用更安全)
+http://www.fengwensheng.com
+来访蜘蛛统计,统计来访蜘蛛
+来访蜘蛛统计,统计来访蜘蛛
+main.php?act=config
+include.php
+1
+
+ 流年岁月
+ 372664700@qq.com
+ http://www.fengwensheng.com/
+
+
+
+
+
+
+140614
+1.3
+2014-08-26
+2015-03-17
+0
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugin/spider/style.css b/plugin/spider/style.css
new file mode 100644
index 0000000..a06129c
--- /dev/null
+++ b/plugin/spider/style.css
@@ -0,0 +1,70 @@
+/**
+ * @Description: 在线QQ悬浮插件
+ * @Author: Liuzp
+ * @Author URL: http://www.liuzp.com
+ */
+
+.com-hd{
+ margin: 20px 0 15px;
+}
+
+.com-hd b{
+ font-size:16px;
+ color:#333;
+ font-family:'Microsoft Yahei';
+}
+
+.tb-set{
+ border-collapse: collapse;
+}
+
+.tb-set tr td{
+ padding: 10px 5px;
+ border: 1px solid #e0e0e0;
+}
+
+.tb-set tr td input, .tb-set tr td img{
+ margin:0 auto;
+ vertical-align: middle;
+}
+
+.tb-set tr td b{
+ color: #666;
+}
+
+.tb-set tr td .sel{
+ height:17px;
+ border:1px solid #ccc;
+ border-radius:5px;
+ outline: none;
+ color:#333;
+ padding:3px 1px;
+}
+
+.tb-set tr td .sel select{
+ border:none;
+ outline:none;
+ width:120px;
+}
+
+.tb-set tr td .txt{
+ width:240px;
+ height:18px;
+ border:1px solid #ccc;
+ line-height:23px;
+ border-radius:5px;
+ outline: none;
+ color:#333;
+ padding:3px 0 2px 5px;
+}
+
+.tb-set tr td .txt-lar{
+ width:450px;
+ height:100px;
+ border:1px solid #ccc;
+ line-height:15px;
+}
+
+.tb-set tr td .txt-sho{
+ width:150px;
+}
\ No newline at end of file
diff --git a/plugin/wxreward/include.php b/plugin/wxreward/include.php
new file mode 100644
index 0000000..988b83f
--- /dev/null
+++ b/plugin/wxreward/include.php
@@ -0,0 +1,31 @@
+footer .= '
';
+}
+function zxd_ctrlcenter_wxreward_html(&$template){
+ global $zbp;
+ if ($zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl){
+ $QR=$zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl;
+ }else{
+ $QR= $zbp->host.'zb_users/plugin/zxd_ctrlcenter/plugin/wxreward/src/wxpay.jpg';
+ }
+ if ($zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt){
+ $txt=$zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt;
+ }else{
+ $txt='微信扫一扫,打赏作者吧~';
+ }
+ $html='
打赏 '.$txt.'
';
+ $content=$template->GetTags('article')->Content;
+ $template->GetTags('article')->Content=$content . $html;
+
+}
\ No newline at end of file
diff --git a/plugin/wxreward/logo.png b/plugin/wxreward/logo.png
new file mode 100644
index 0000000..4928213
Binary files /dev/null and b/plugin/wxreward/logo.png differ
diff --git a/plugin/wxreward/main.php b/plugin/wxreward/main.php
new file mode 100644
index 0000000..2dc68b7
--- /dev/null
+++ b/plugin/wxreward/main.php
@@ -0,0 +1,73 @@
+Config('zxd_ctrlcenter')->plugin_wxreward_picurl){
+ $picurl=$zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl;
+}else{
+ $picurl=$zbp->Config('zxd_ctrlcenter')->urlpath.'plugin/wxreward/src/wxpay.jpg';
+}//名称
+
+if ($zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt){
+ $txt=$zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt;
+}else{
+ $txt='微信扫一扫,打赏作者吧~';
+}
+
+if(isset($_POST['submit'])){
+ /*SEO*/
+ $zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl = $_POST['picurl'];
+ $zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt = $_POST['txt'];
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ $zbp->ShowHint('good');
+}
+?>
+
+
+
+
+
+
+
+
+
一些注意事项:
+
微信生成的二维码图片建议先裁剪再上传
+
上传的图片大小不要太大,不然上传与网页加载时间会延长,不利于网页展示。
+
该插件修改自“阿木林”作者的“wxreward”插件(应用商店id为1264),本子插件不得与“wxreward”插件同时开启!!!
+
图片上传目录:[你的网站Z-Blog地址/zb_users/plugin/zxd_ctrlcenter/plugin/wxreward/src/]。如需删除上传图片,请在登录后台ftp,删除相应图片
+
+
通过手机微信获取付款二维码,操作步骤如下:
+
+ 1.打开微信,点击右上角“+”号,点击“收钱”,进入微信收钱页面;
+ 2.长按二维码,点击“保存图片”,保存图片到手机;
+ 3.将图片上传到电脑;
+ 4.将二维码图片传到上方;或者上传到第三方图床并复制URL在上方保存。
+
\ No newline at end of file
diff --git a/plugin/wxreward/manage/config.php b/plugin/wxreward/manage/config.php
new file mode 100644
index 0000000..97d596a
--- /dev/null
+++ b/plugin/wxreward/manage/config.php
@@ -0,0 +1,3 @@
+window.close(); window.opener.location.reload(); ';
+switch ($status_action) {
+ case 'chk':
+ $pluginstatus = $zbp->Config('zxd_ctrlcenter')-> plugin_wxreward_Enable;
+ break;
+ case 'enb':
+ $zbp->Config('zxd_ctrlcenter')-> plugin_wxreward_Enable = true;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ echo $Close;
+ break;
+ case 'dis':
+ $zbp->Config('zxd_ctrlcenter')-> plugin_wxreward_Enable = false;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ echo $Close;
+ break;
+
+ default:
+ $pluginstatus = $zbp->Config('zxd_ctrlcenter')-> plugin_wxreward_Enable;
+ break;
+}
+?>
\ No newline at end of file
diff --git a/plugin/wxreward/plugin.xml b/plugin/wxreward/plugin.xml
new file mode 100644
index 0000000..1040d81
--- /dev/null
+++ b/plugin/wxreward/plugin.xml
@@ -0,0 +1,40 @@
+
+
+wxreward
+微信打赏(张小弟之家修改;并添加CSRF保护,使用更安全)
+
+无需更改模板代码,在文章末尾添加微信打赏功能,如果读者觉得这篇文章对他有用,可以用微信扫一扫打赏赞助。
+无需更改模板代码,在文章末尾添加微信打赏功能,如果读者觉得这篇文章对他有用,可以用微信扫一扫打赏赞助。
+main.php
+include.php
+1
+
+ 阿木林
+
+
+
+
+
+
+
+
+150101
+1.8
+2017-02-20
+2019-01-11
+0
+5.2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugin/wxreward/save.php b/plugin/wxreward/save.php
new file mode 100644
index 0000000..1793c27
--- /dev/null
+++ b/plugin/wxreward/save.php
@@ -0,0 +1,27 @@
+Load();
+$action='root';
+if (!$zbp->CheckRights($action)) {$zbp->ShowError(6);die();}
+if (!$zbp->CheckPlugin('zxd_ctrlcenter')) {$zbp->ShowError(48);die();}
+
+if($_GET['type'] == 'picurl' ){
+ global $zbp;
+ foreach ($_FILES as $key => $value) {
+ if(!strpos($key, "_php")){
+ if (is_uploaded_file($_FILES[$key]['tmp_name'])) {
+ $tmp_name = $_FILES[$key]['tmp_name'];
+ $name = $_FILES[$key]['name'];
+ @move_uploaded_file($_FILES[$key]['tmp_name'], $zbp->usersdir . 'plugin/zxd_ctrlcenter/plugin/wxreward/src/'. $name);
+ $zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl = $zbp->host . 'zb_users/plugin/zxd_ctrlcenter/plugin/wxreward/src/'. $name;
+ $zbp->SaveConfig('zxd_ctrlcenter');
+ }
+ }
+ }
+
+ $zbp->SetHint('good','二维码上传成功');
+ Redirect($zbp->Config('zxd_ctrlcenter')->urlpath . 'main.php?plugin=wxreward');
+}
+?>
\ No newline at end of file
diff --git a/plugin/wxreward/src/ico-wechat.jpg b/plugin/wxreward/src/ico-wechat.jpg
new file mode 100644
index 0000000..ce8f199
Binary files /dev/null and b/plugin/wxreward/src/ico-wechat.jpg differ
diff --git a/plugin/wxreward/src/wx-reward.2.css b/plugin/wxreward/src/wx-reward.2.css
new file mode 100644
index 0000000..da65070
--- /dev/null
+++ b/plugin/wxreward/src/wx-reward.2.css
@@ -0,0 +1,60 @@
+.gave {
+ height: 110px;
+ position: relative;
+ text-align: center;
+}
+
+.gave .code::after {
+ border-color: #fff transparent transparent;
+ border-style: solid;
+ border-width: 10px;
+ content: "";
+ height: 0;
+ left: 50%;
+ margin-left: -7.5px;
+ position: absolute;
+ top: 100%;
+ width: 0;
+}
+.gave .code {
+ background: #fff none repeat scroll 0 0;
+ border-radius: 5px;
+ bottom: 100%;
+ box-shadow: 0 0 15px #e5e5e5;
+ color: #68b3de;
+ display: none;
+ font-size: 13px;
+ height: 160px;
+ left: 50%;
+ box-sizing: content-box;
+ margin-left: -110px;
+ padding: 20px;
+ position: absolute;
+ width: 180px;
+ z-index: 999;
+ text-align: center;
+}
+#gave {
+ background: #f06363 none repeat scroll 0 0;
+ border-radius: 50%;
+ color: #fff !important;
+ display: inline-block;
+ font-size: 18px;
+ height: 75px;
+ line-height: 75px;
+ text-align: center;
+ width: 75px;
+ text-decoration: none;
+ }
+#wechatCode img{ /* 严格限制QR图片 */
+ height: 124px;
+ width: 124px;
+ border: medium none;
+ max-width: 100%;
+}
+#ico-wechat img{/* 严格限制wx图片 */
+ height: 15px;
+ width: 20px;
+ border: medium none;
+ max-width: 100%;
+}
diff --git a/plugin/wxreward/src/wx-reward.css b/plugin/wxreward/src/wx-reward.css
new file mode 100644
index 0000000..b9fc110
--- /dev/null
+++ b/plugin/wxreward/src/wx-reward.css
@@ -0,0 +1,55 @@
+.gave {
+ height: 110px;
+ position: relative;
+ text-align: center;
+}
+
+.gave .code::after {
+ border-color: #fff transparent transparent;
+ border-style: solid;
+ border-width: 10px;
+ content: "";
+ height: 0;
+ left: 50%;
+ margin-left: -7.5px;
+ position: absolute;
+ top: 100%;
+ width: 0;
+}
+.gave .code {
+ background: #fff none repeat scroll 0 0;
+ border-radius: 5px;
+ bottom: 100%;
+ box-shadow: 0 0 15px #e5e5e5;
+ color: #68b3de;
+ display: none;
+ font-size: 13px;
+ height: 160px;
+ left: 50%;
+ box-sizing: content-box;
+ margin-left: -110px;
+ padding: 20px;
+ position: absolute;
+ width: 180px;
+ z-index: 999;
+ text-align: center;
+}
+.gave a {
+ background: #f06363 none repeat scroll 0 0;
+ border-radius: 50%;
+ color: #fff !important;
+ display: inline-block;
+ font-size: 18px;
+ height: 75px;
+ line-height: 75px;
+ text-align: center;
+ width: 75px;
+ text-decoration: none;
+}
+
+.gave .code > img {
+ height: 124px;
+ width: 124px;
+ border: medium none;
+ max-width: 100%;
+}
\ No newline at end of file
diff --git a/plugin/wxreward/src/wx-reward.js b/plugin/wxreward/src/wx-reward.js
new file mode 100644
index 0000000..6b57733
--- /dev/null
+++ b/plugin/wxreward/src/wx-reward.js
@@ -0,0 +1,13 @@
+jQuery(function ($) {
+ $("#gave").mouseover(function(){
+ $("#wechatCode").css('display','block');
+ }).mouseout(function(){
+ $("#wechatCode").css('display','none');
+ })
+
+ $("#wechatCode").mouseover(function(){
+ $("#wechatCode").css('display','block');
+ }).mouseout(function(){
+ $("#wechatCode").css('display','none');
+ })
+})
\ No newline at end of file
diff --git a/plugin/wxreward/src/wxpay.jpg b/plugin/wxreward/src/wxpay.jpg
new file mode 100644
index 0000000..fb9f341
Binary files /dev/null and b/plugin/wxreward/src/wxpay.jpg differ
diff --git a/public/copyright.php b/public/copyright.php
new file mode 100644
index 0000000..8dc684e
--- /dev/null
+++ b/public/copyright.php
@@ -0,0 +1,103 @@
+";
+// var_dump($xml_arr);
+
+// function getattr1($attribute) {
+// global $xml_arr;
+// try {
+// echo $xml_arr[$attribute];
+// } catch(Exception $e) {
+// echo "";
+// }
+// }
+
+?>
+
+
+
查看/隐藏当前子插件版权信息
+
+
+
+
插件版权信息如下:
+
+
+
+ 插件信息
+
+
+
+
+
+ 插件名称
+
+
+
+ 应用id
+
+
+
+ 发布页面
+
+
+
+ 版本号
+
+
+
+ 创建日期
+
+
+
+ 更新日期
+
+
+
+ 插件价格
+
+
+
+ 插件简介
+
+
+
+ 插件介绍
+
+
+
+ 插件作者
+
+ 作者名称:
+ 作者邮箱:
+ 作者网站:
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/ctrlcenter_config.php b/public/ctrlcenter_config.php
new file mode 100644
index 0000000..92c26ce
--- /dev/null
+++ b/public/ctrlcenter_config.php
@@ -0,0 +1,24 @@
+Load();
+$action = 'root';
+if (!$zbp->CheckRights($action) || empty($_GET['action'])) { $zbp->ShowError(6); die(); }
+if (!$zbp->CheckPlugin('zxd_ctrlcenter')) { $zbp->ShowError(48); die(); }
+
+ //?>DelConfig('zxd_ctrlcenter'); ?>
+
+
+
+
+ function disbtnclick() {
+ window.open().location = "";
+ }
+
+
插件已启用,
+
diff --git a/public/plugin-enbbtn.php b/public/plugin-enbbtn.php
new file mode 100644
index 0000000..32a4f52
--- /dev/null
+++ b/public/plugin-enbbtn.php
@@ -0,0 +1,6 @@
+
+
插件已禁用,
\ No newline at end of file