diff --git a/README.md b/README.md index b8fbb30..7014183 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 网站后台管理可一键同步宝塔官方的插件列表与增量更新插件包,还有云端使用记录、IP黑白名单、操作日志、定时任务等功能。 -本项目自带的宝塔安装包和更新包是7.9.2最新版,已修改适配此第三方云端,并且全开源,无so等加密文件。 +本项目自带的宝塔安装包和更新包是7.9.3最新版,已修改适配此第三方云端,并且全开源,无so等加密文件。 觉得该项目不错的可以给个Star~ diff --git a/app/common.php b/app/common.php index 3f8eb10..65d4024 100644 --- a/app/common.php +++ b/app/common.php @@ -48,6 +48,17 @@ function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { } } +function random($length, $numeric = 0) { + $seed = base_convert(md5(microtime().$_SERVER['DOCUMENT_ROOT']), 16, $numeric ? 10 : 35); + $seed = $numeric ? (str_replace('0', '', $seed).'012340567890') : ($seed.'zZ'.strtoupper($seed)); + $hash = ''; + $max = strlen($seed) - 1; + for($i = 0; $i < $length; $i++) { + $hash .= $seed[mt_rand(0, $max)]; + } + return $hash; +} + function get_curl($url, $post=0, $referer=0, $cookie=0, $header=0, $ua=0, $nobody=0, $addheader=0) { $ch = curl_init(); diff --git a/app/controller/Api.php b/app/controller/Api.php index 92fcead..13d7558 100644 --- a/app/controller/Api.php +++ b/app/controller/Api.php @@ -259,10 +259,12 @@ class Api extends BaseController //绑定账号 public function get_auth_token(){ - return json(['status'=>false, 'msg'=>'不支持绑定宝塔官网账号', 'data'=>'5b5d']); + $userinfo = ['uid'=>1, 'username'=>'Administrator', 'address'=>'127.0.0.1', 'serverid'=>'1', 'access_key'=>random(32), 'secret_key'=>random(48), 'ukey'=>md5(time()), 'state'=>1]; + $data = bin2hex(urlencode(json_encode($userinfo))); + return json(['status'=>true, 'msg'=>'登录成功!', 'data'=>$data]); } - //绑定一键部署列表 + //一键部署列表 public function get_deplist(){ $os = input('post.os'); $json_arr = Plugins::get_deplist($os); diff --git a/app/lib/Btapi.php b/app/lib/Btapi.php index 360c4b7..168fdd6 100644 --- a/app/lib/Btapi.php +++ b/app/lib/Btapi.php @@ -144,6 +144,18 @@ class Btapi $data = json_decode($result,true); return $data; } + + //获取一键部署列表 + public function get_deplist(){ + $url = $this->BT_PANEL.'/plugin?action=a&name=kaixin&s=get_deplist'; + + $p_data = $this->GetKeyData(); + + $result = $this->curl($url,$p_data); + + $data = json_decode($result,true); + return $data; + } private function GetKeyData(){ diff --git a/app/lib/Plugins.php b/app/lib/Plugins.php index 13a38fd..84d8294 100644 --- a/app/lib/Plugins.php +++ b/app/lib/Plugins.php @@ -258,6 +258,23 @@ class Plugins } } + //刷新一键部署列表 + public static function refresh_deplist($os = 'Linux'){ + $btapi = self::get_btapi($os); + $result = $btapi->get_deplist(); + if($result && isset($result['list']) && isset($result['type'])){ + if(empty($result['list']) || empty($result['type'])){ + throw new Exception('获取一键部署列表失败:一键部署列表为空'); + } + $json_file = get_data_dir($os).'config/deployment_list.json'; + if(!file_put_contents($json_file, json_encode($result))){ + throw new Exception('保存一键部署列表失败,文件无写入权限'); + } + }else{ + throw new Exception('获取一键部署列表失败:'.(isset($result['msg'])?$result['msg']:'面板连接失败')); + } + } + //获取一键部署列表 public static function get_deplist($os = 'Linux'){ $json_file = get_data_dir($os).'config/deployment_list.json'; diff --git a/app/view/admin/index.html b/app/view/admin/index.html index 2af0c04..b1c8139 100644 --- a/app/view/admin/index.html +++ b/app/view/admin/index.html @@ -18,7 +18,7 @@
宝塔插件统计:共有 {$stat.total} 个,其中免费插件 {$stat.free} 个,专业版插件 {$stat.pro} 个,企业版插件 {$stat.ltd} 个,第三方插件 {$stat.third} 个
使用记录统计:历史总共数量:{$stat.record_total},正在使用数量:{$stat.record_isuse}
任务运行情况:上次运行时间:{$stat.runtime|raw}  查看详情
-
常用功能入口:插件列表 使用记录 黑白名单 安装脚本
+
常用功能入口:插件列表 使用记录 黑白名单 安装脚本
diff --git a/app/view/admin/login.html b/app/view/admin/login.html index 67c113e..91f7b5c 100644 --- a/app/view/admin/login.html +++ b/app/view/admin/login.html @@ -28,7 +28,7 @@ diff --git a/data/config/deployment_list.json b/data/config/deployment_list.json index 966498b..3ccb340 100644 --- a/data/config/deployment_list.json +++ b/data/config/deployment_list.json @@ -1 +1 @@ -{"list": [{"id": 600801461, "type": 2, "sort": 4.6, "name": "yun_shop", "title": "\u82b8\u4f17\u5546\u57ce\u667a\u6167\u5546\u4e1a\u7cfb\u7edf", "ps": "\u514d\u8d39\u5546\u7528\uff0c\u516c\u4f17\u53f7/H5/\u5c0f\u7a0b\u5e8f\u540c\u6b65\u5206\u9500\u5546\u57ce\uff0c100+\u8425\u9500\u6a21\u5757?", "version": "2.4.2", "author": "\u82b8\u4f17\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-43962-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200212/daa1aff0abdd72a3840239506b3bb59b.png", "php": "72", "official": "https://www.yunzmall.com", "enable_functions": "putenv", "count": 12960, "score": "4.6", "versions": [{"m_version": "2", "version": "4.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u4e00\u952e\u90e8\u7f72--\u914d\u7f6ehttps--\u66f4\u65b0\u540e\u53f0--\u542f\u52a8\u961f\u5217!", "download": "other/20220402/75a0e92441e0c86d9f21c82ac5d1b6de.zip", "md5": "9de8497edf28f824c98992116e085b88", "size": 2008}]}, {"id": 600801247, "type": 4, "sort": 4.5, "name": "wordpress", "title": "WordPress", "ps": "\u6700\u591a\u4eba\u7528\u7684\u535a\u5ba2\u7a0b\u5e8f?", "version": "5.6", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "https://www.bt.cn", "min_image": "/api/Pluginother/get_file?fname=image/20190606/842f584540740a34fdab6c646d3f2a8a.png", "php": "56,70,71,72,73,74,80", "official": "https://cn.wordpress.org", "enable_functions": "", "count": 212466, "score": "4.5", "versions": [{"m_version": "5", "version": "6", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "5.6\u7248wordpress", "download": "other/20201219/7902f20168ab7d9f7953d1f4b29e77df.zip", "md5": "c19e06766bd984649049135437e6e71b", "size": 16588808}]}, {"id": 600801590, "type": 1, "sort": 4.5, "name": "kodbox", "title": "\u53ef\u9053\u4e91KODBOX", "ps": "\u51e0\u5206\u949f\u5185\u642d\u5efa\u60a8\u7684\u4e13\u5c5e\u79c1\u6709\u4e91\u76d8/\u4f01\u4e1a\u7f51\u76d8?", "version": "v1.28", "author": "kodcloud", "price": 0, "auth_price": 0, "home": "http://bbs.kodcloud.com/", "min_image": "/api/Pluginother/get_file?fname=image/20200831/83b5f26ecc688e363bcd9aa747338608.png", "php": "54,55,56,70,71,72,73,74,80", "official": "https://kodcloud.com/", "enable_functions": "", "count": 33887, "score": "4.5", "versions": [{"m_version": "v1", "version": "28", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e3b\u8981\u65b0\u589e: \u5bf9\u8c61\u5b58\u50a8\u4f18\u5316,\u56fe\u7247\u7f29\u7565\u56fe\u4f18\u5316.. \u53d1\u5e03\u4e8e: 2022.3.10", "download": "other/20220316/f29d2bd404ae4d291d9db570f4076289.zip", "md5": "69f70f9776b8f1ad01542b4f623e9106", "size": 32603212}]}, {"id": 600801280, "type": 5, "sort": 3.7, "name": "wee7", "title": "\u5fae\u64ce", "ps": "\u5fae\u4fe1\u7b2c\u4e09\u65b9\u7ba1\u7406\u5f15\u64ce?", "version": "2.7.16", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190703/eacfc08e3524255f8269f0eb4d9dd3b4.png", "php": "53,54,55,56,70,71,72", "official": "https://www.w7.cc/", "enable_functions": "", "count": 32992, "score": "3.7", "versions": [{"m_version": "2", "version": "7.16", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5fae\u64ce-2.7.16", "download": "other/20220311/8cecd18813795eac723d5d622a59e3f0.zip", "md5": "d9e55ccb1f811ccffa340f3f00a8300e", "size": 35949}]}, {"id": 600801418, "type": 3, "sort": 4.5, "name": "discuz-X3.4", "title": "discuz-X3.4", "ps": "\u56fd\u5185\u77e5\u540d\u8bba\u575b\u7a0b\u5e8f?", "version": "20211124.", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-40982-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20191203/af7f0ba60f8700b09cb2903223198166.png", "php": "53,54,55,56,70,71,72,73,74", "official": "https://www.discuz.net/", "enable_functions": "", "count": 31768, "score": "4.5", "versions": [{"m_version": "20211124", "version": "", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u65b0\u7ad9\u63a8\u8350", "download": "other/20220108/3e0fb5e16370fc85cbb622cad670e455.zip", "md5": "6d59adb73904073e0c92ea9f00190a17", "size": 12478686}]}, {"id": 600801262, "type": 2, "sort": 4, "name": "zfaka-zlkb", "title": "ZFAKA\u53d1\u5361\u7cfb\u7edf", "ps": "\u514d\u8d39\u3001\u5b89\u5168\u3001\u7a33\u5b9a\u3001\u9ad8\u6548\u7684\u53d1\u5361\u7cfb\u7edf\uff0c\u503c\u5f97\u62e5\u6709!?", "version": "1.4.3", "author": "\u8d44\u6599\u7a7a\u767d", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-33944-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190620/5c27a89b5f28482c123438d0ed6f8ba8.png", "php": "70,71,72,73", "official": "https://faka.zlkb.net", "enable_functions": "", "count": 24087, "score": "4.0", "versions": [{"m_version": "1", "version": "4.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "ZFAKA1.4.3 \u5b9d\u5854\u81ea\u52a8\u90e8\u7f72\u4e13\u7528(\u7531baiyue.one\u63d0\u4f9b\u652f\u6301)", "download": "other/20190620/28297ce9ee5e8a3ef2684a794f237dec.zip", "md5": "473302bc02fad4c571151d3e89a47bcf", "size": 11424416}]}, {"id": 600801804, "type": 2, "sort": 4, "name": "kaidianxing", "title": "\u5f00\u5e97\u661f\u5f00\u6e90\u5c0f\u7a0b\u5e8f\u5546\u57ce", "ps": "10\u5e74\u7535\u5546\u7814\u53d1\u56e2\u961f\uff0c\u6570\u4e07\u7528\u6237\u8ba4\u53ef\uff0c\u5168\u6e20\u9053\u591a\u573a\u666f\u8986\u76d6\uff0c\u514d\u8d39\u5546\u7528?", "version": "1.0.5", "author": "\u5f00\u5e97\u661f", "price": 0, "auth_price": 0, "home": "https://demo-free.kaidianxing.com", "min_image": "/api/Pluginother/get_file?fname=image/20220421/427281bc479a9124c5573f25c26b5fcb.png", "php": "74", "official": "", "enable_functions": "proc_open,proc_close,pcntl_signal,pcntl_signal_dispatch,proc_get_status", "count": 238, "score": "4.0", "versions": [{"m_version": "1", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u652f\u6301\u5bf9\u63a5\u89c6\u9891\u53f7\u4ea4\u6613\u7ec4\u4ef6", "download": "other/20220525/c246195051e0e9f8235b5f3e30b3080e.zip", "md5": "4b2f0f9c9dfa50a675d857616ee66aeb", "size": 69149608}]}, {"id": 600801333, "type": 2, "sort": 4.7, "name": "shopxo", "title": "ShopXO\u5f00\u6e90\u5546\u57ce", "ps": "WEB+\u5c0f\u7a0b\u5e8f\u3001\u5206\u9500\u3001\u591a\u4ed3\u5e93\u3001\u591a\u5546\u6237\u3001\u591a\u95e8\u5e97\u3001DIY\u62d6\u62fd\u88c5\u4fee?", "version": "v2.2.8 220527", "author": "gongfuxiang", "price": 0, "auth_price": 0.01, "home": "https://doc.shopxo.net/article/1/260680208858742784.html", "min_image": "/api/Pluginother/get_file?fname=image/20190822/bbad40b94f8eca5bc96799177ff9fcc6.png", "php": "74,80,81", "official": "https://shopxo.net/", "enable_functions": "", "count": 22072, "score": "4.7", "versions": [{"m_version": "v2", "version": "2.8 220527", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "IP\u8bbf\u95ee\u83b7\u53d6\u4e3b\u57df\u540dbug\u4fee\u590d", "download": "other/20220528/763a7976d5121090b98dc5bc40a63470.zip", "md5": "48b4d489ea2d3d3b260ef1aa38755096", "size": 41973454}]}, {"id": 600801534, "type": 4, "sort": 4.5, "name": "zblogphp", "title": "Z-BlogPHP", "ps": "\u4e00\u6b3e\u5c0f\u5de7,\u529f\u80fd\u5f3a\u5927,\u63d2\u4ef6\u4e3b\u9898\u7b49\u5e94\u7528\u4f17\u591a\u7684Blog\u548cCMS\u7a0b\u5e8f?", "version": "v1.7.2.3050", "author": "ZBlogTeam", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20200511/12acba2e32703e6b23d36ebe1ef68870.png", "php": "53,54,55,56,70,71,72,73,74,80", "official": "https://www.zblogcn.com/", "enable_functions": "", "count": 22054, "score": "4.5", "versions": [{"m_version": "v1", "version": "7.2.3050", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "1.7.2 Tenet Build 173050", "download": "other/20220510/a54c8fb09db4d4fb8a1f7323c423078c.zip", "md5": "3e6a77454126c96990f2bbb4f74d6bd6", "size": 3078001}]}, {"id": 600801287, "type": 4, "sort": 4.4, "name": "emlog", "title": "emlog", "ps": "\u7b80\u6d01\u6613\u7528\u7684PHP\u535a\u5ba2\u5efa\u7ad9\u7cfb\u7edf?", "version": "pro 1.3.1", "author": "emlog", "price": 0, "auth_price": 0, "home": "https://www.emlog.net", "min_image": "/api/Pluginother/get_file?fname=image/20210414/f374fc51fd4718169e6e4ac2f7197c9b.png", "php": "70,71,72,73,74,80", "official": "https://www.emlog.net", "enable_functions": "", "count": 20656, "score": "4.4", "versions": [{"m_version": "pro 1", "version": "3.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "emlog", "download": "other/20220522/65395998e567e535e7acc5f2ade59bc6.zip", "md5": "6968529baa8d77de4c9387902e448bc7", "size": 1033174}]}, {"id": 600801257, "type": 1, "sort": 5, "name": "jtbc3", "title": "JTBC\u7f51\u7ad9\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf", "ps": "\u6e90\u4e8e2006\u5e74\u575a\u6301\u3010\u6c38\u4e45\u514d\u8d39\u5546\u7528\u3011\u7684\u5f00\u6e90CMS?", "version": "5.0.0.4", "author": "Jetiben", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-33484-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190619/8b75ddbdf943408e2a72cc62a6609457.png", "php": "80,81", "official": "https://www.jtbc.cn/", "enable_functions": "", "count": 17074, "score": "5.0", "versions": [{"m_version": "5", "version": "0.0.4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "JTBC(v5)\u57fa\u4e8eAGPL\u5f00\u6e90\u534f\u8bae\u514d\u8d39\u5f00\u6e90\u53ef\u5546\u7528", "download": "other/20220601/93d3745906af130feac9804a57e5098f.zip", "md5": "092ff1010f7a40f97732d32986fd3e14", "size": 2375013}]}, {"id": 600801269, "type": 1, "sort": 3.5, "name": "qrpay", "title": "\u4e94\u5408\u4e00\u6536\u6b3e\u7801", "ps": "\u6536\u6b3e\u7801\u5728\u7ebf\u5408\u6210,\u652f\u6301\u4e94\u5927\u5e38\u7528\u4f53\u7cfb.40\u6a21\u677f?", "version": "0.1000", "author": "\u59ec\u957f\u4fe1", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-33637-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190703/a8e52ad118a6e2b930e3cd95cd0fc9fd.png", "php": "53,54,55,56,70,71,72,73,74,80", "official": "https://github.com/insoxin/qrpay", "enable_functions": "", "count": 12975, "score": "3.5", "versions": [{"m_version": "0", "version": "1000", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6536\u6b3e\u7801\u5408\u6210", "download": "other/20190903/2242f6e2169e538f13953e92cd79fd6c.zip", "md5": "757785c619b0d16083011a7f2386bc0f", "size": 3795363}]}, {"id": 600801278, "type": 6, "sort": 4, "name": "ThinkPHP-5.0", "title": "ThinkPHP-5.0", "ps": "\u56fd\u5185\u77e5\u540dPHP\u6846\u67b6?", "version": "5.0.24", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190702/cc480887ab3b85243aeb7bd6f9ffc624.png", "php": "54,55,56,70,71,72", "official": "http://www.thinkphp.cn/", "enable_functions": "", "count": 12228, "score": "4.0", "versions": [{"m_version": "5", "version": "0.24", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "5.0.24\u5b8c\u6574\u7248", "download": "other/20190702/82add708c7ee9b8a19b672ef156263d7.zip", "md5": "baaa01684e1ef010b7d6dd72d1fbe746", "size": 2460174}]}, {"id": 600801288, "type": 1, "sort": 4.3, "name": "empirecms", "title": "\u5e1d\u56fdCMS", "ps": "\u5e1d\u56fd\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?", "version": "7.5", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190705/ca52292bee66c3384483eb8ed5fc0741.png", "php": "53,54,55,56,70,71,72", "official": "http://www.phome.net/", "enable_functions": "", "count": 11555, "score": "4.3", "versions": [{"m_version": "7", "version": "5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "empirecms-7.5", "download": "other/20190705/731920b4891019824239968dd2ce1f86.zip", "md5": "2ed82255b9e8d6880cf87fc0cf3897dd", "size": 6440216}]}, {"id": 600801425, "type": 1, "sort": 3.2, "name": "metinfo", "title": "\u7c73\u62d3\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf\uff08MetInfo\uff09", "ps": "\u7c73\u62d3\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf\uff0cPHP+MYSQL/SQLITE?", "version": "V7.6", "author": "MetInfo", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-41376-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20191213/493041db569f0c666f3576044c9585bb.png", "php": "53,54,55,56,70,71,72,73,74,80", "official": "http://www.mituo.cn", "enable_functions": "", "count": 11299, "score": "3.2", "versions": [{"m_version": "V7", "version": "6", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u652f\u6301\u53ef\u89c6\u5316\u7f16\u8f91\u3001\u591a\u8bed\u8a00\u300110\u5408\u4e00\u5efa\u7ad9\u3001IPV6\u7b49\u529f\u80fd", "download": "other/20220412/710310d55170e373994ef6650c8dd010.zip", "md5": "fb8fb94d8d99d3d2959367b5473ccf6c", "size": 14854745}]}, {"id": 600801343, "type": 1, "sort": 3, "name": "newlogoedu", "title": "\u65b0\u8d77\u70b9\u7f51\u6821", "ps": "\u4e91\u8bfe\u7f51\u6821\u63d0\u9192\uff0c\u5305\u542b\u76f4\u64ad\uff0c\u70b9\u64ad\uff0c\u4e60\u9898\u6d4b\u8bd5\uff0c\u95ee\u7b54\u7cfb\u7edf\u7b49\u6a21\u5757\u3002?", "version": "2.3.1", "author": "\u65b0\u8d77\u70b9\u8f6f\u4ef6", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-36831-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200511/4d39a29fa2e5d18b4d2973c7952e92d9.png", "php": "55,56,70,71,72,73", "official": "https://www.yunknet.cn", "enable_functions": "", "count": 8386, "score": "3.0", "versions": [{"m_version": "2", "version": "3.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e91\u8bfe\u7f51\u6821\u7cfb\u7edf\u5347\u7ea7\u52302.3.1\u7248\u672c", "download": "other/20220407/9ac136108c950d2c35d0745cb6bae852.zip", "md5": "f2fd89779cdc9cb7e254c52031a38656", "size": 16194304}]}, {"id": 600801476, "type": 1, "sort": 2.5, "name": "netease_music", "title": "\u7f51\u6613MUSIC\u7ad9", "ps": "\u4ece\u7f51\u6613\u4e91\u97f3\u4e50\u83b7\u53d6\u6570\u636e\u542c\u6b4c?", "version": "1.1", "author": "cxbsoft", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-45689-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200312/736229582c1294a716725b4825541111.png", "php": "71,72,73", "official": "http://blog.bsot.cn/index.php/archives/40/", "enable_functions": "", "count": 8103, "score": "2.5", "versions": [{"m_version": "1", "version": "1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u6b63\u4e86API\u5931\u6548\u7684\u95ee\u9898\uff0c\u4fee\u6539\u4e86\u6837\u5f0f", "download": "other/20200705/01ad96709e7f0a0e86e8fdb37e96fd5c.zip", "md5": "aaa716d8c609e899bdc65bd7793a5523", "size": 74058}]}, {"id": 600801474, "type": 1, "sort": 5, "name": "jizhicms", "title": "jizhicms", "ps": "\u529f\u80fd\u5f3a\u5927\uff0c\u65e0\u9700\u6388\u6743\uff0c\u514d\u8d39\u5546\u7528\u7684\u5efa\u7ad9\u7cfb\u7edf?", "version": "v2.2.3", "author": "\u5982\u6c90\u6625", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&amp;tid=45494", "min_image": "/api/Pluginother/get_file?fname=image/20200309/67a06f7f39665b89a982469e9460b349.png", "php": "56,70,71,72,73,74", "official": "https://jizhicms.cn", "enable_functions": "", "count": 7381, "score": "5.0", "versions": [{"m_version": "v2", "version": "2.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u514d\u8d39\u5f00\u6e90\uff0c\u529f\u80fd\u5f3a\u5927\uff0c\u514d\u8d39\u5546\u7528\uff0c\u65e0\u9700\u6388\u6743\uff0c\u597d\u7528\u7684\u5efa\u7ad9CMS", "download": "other/20220506/0c365afb5a01cee9b7120ff0ef8c0b0d.zip", "md5": "a268b142927ee755d0d002bf15f4c886", "size": 16199366}]}, {"id": 600801310, "type": 2, "sort": 5, "name": "DBShop", "title": "DBShop\u5546\u57ce\u7cfb\u7edf", "ps": "\u5320\u5fc3\u4e4b\u4f5c\uff0c\u4e00\u5982\u65e2\u5f80\u4e13\u4e1a\u7684\u4f01\u4e1a\u7ea7\u5546\u57ce\u7cfb\u7edf?", "version": "V3.1 Release 220419", "author": "\u9759\u9759\u7684\u98ce", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&amp;amp;tid=5099", "min_image": "/api/Pluginother/get_file?fname=image/20190729/d3d87c257d62423f2bd7e0b0394eb750.png", "php": "72,73,74,80", "official": "https://www.dbshop.net/", "enable_functions": "", "count": 7293, "score": "5.0", "versions": [{"m_version": "V3", "version": "1 Release 220419", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u529f\u80fd\u66f4\u65b0\uff0cbug\u4fee\u590d", "download": "other/20220421/d9c3a42c10c89df70bf200731cd1c82a.zip", "md5": "5f138ef0f0a1949f3552bb62860eabf4", "size": 48875488}]}, {"id": 600801330, "type": 1, "sort": 4.2, "name": "demososo", "title": "DM\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf", "ps": "\u4f01\u4e1a\u5b98\u7f51\uff0c\u5916\u8d38\u7f51\u7ad9\u5efa\u8bbe\u7684\u5f00\u6e90cms?", "version": "v2022.6", "author": "jasonzhang", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-36262-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190820/9830cf2ba7e96f816a323a809380ce73.png", "php": "70,71,72,73", "official": "https://www.demososo.com", "enable_functions": "", "count": 7263, "score": "4.2", "versions": [{"m_version": "v2022", "version": "6", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "v2022.6", "download": "other/20220605/2649a39a0b3992a48509a2b426c082cc.zip", "md5": "f959f6674e0b2a0abbfc2b8400a6eeea", "size": 16036773}]}, {"id": 600801265, "type": 1, "sort": 3, "name": "YoungxjTools", "title": "\u6768\u5c0f\u6770\u5de5\u5177\u7bb1", "ps": "\u6768\u5c0f\u6770\u5de5\u5177\u7bb1?", "version": "1.3", "author": "Youngxj", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190623/363ca165c89b105069ffed80182063aa.png", "php": "56", "official": "https://www.youngxj.cn", "enable_functions": "", "count": 6680, "score": "3.0", "versions": [{"m_version": "1", "version": "3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6768\u5c0f\u6770\u5de5\u5177\u7bb1\uff0c\u96c6\u6210\u5f88\u591aweb\u5c0f\u5de5\u5177", "download": "other/20190625/3efe3391874ee5d89edd656425642539.zip", "md5": "e1b58fd2e518de8f78fd1910b6c97657", "size": 7136596}]}, {"id": 600801704, "type": 0, "sort": 4.5, "name": "yibaiyun_jianzhan", "title": "\u58f9\u4f70\u4e91\u5efa\u7ad9", "ps": "1000+\u6a21\u677f\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa11\u7aef\u5408\u4e00\u7684\u4f01\u4e1a\u7f51\u7ad9?", "version": "2.0.5", "author": "\u6d1b\u9633\u58f9\u4f70\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-68002-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210420/3ebacb9608765de7dab319bdba7a01c0.png", "php": "56,70,71,72,73", "official": "http://www.ybyun.wang/", "enable_functions": "\u65e0", "count": 6590, "score": "4.5", "versions": [{"m_version": "2", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "1000+\u6a21\u677f\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa11\u7aef\u5408\u4e00\u7684\u4f01\u4e1a\u7f51\u7ad9", "download": "other/20210720/d37cac343995852e435277ea36a479f2.zip", "md5": "fee368683adb6cf39d408fa42b9ece56", "size": 10962597}]}, {"id": 600801597, "type": 2, "sort": 4.5, "name": "blfk_v3", "title": "\u4f2f\u4e50\u53d1\u5361V3\u5b9d\u5854\u7248", "ps": "\u5b89\u5168\u3001\u7a33\u5b9a\u3001\u9ad8\u6548\u3001\u514d\u8d39\u7684\u4e2a\u4eba\u53d1\u5361\u865a\u62df\u5546\u57ce\u7cfb\u7edf\uff0c\u503c\u5f97\u62e5\u6709!?", "version": "8.0.0", "author": "\u4f2f\u4e50\u53d1\u5361", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-55859-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200918/ed7f31e86c295ce2406130c3dd67cd2d.png", "php": "56,70,71,72,73,74", "official": "http://www.313t.com", "enable_functions": "", "count": 6406, "score": "4.5", "versions": [{"m_version": "8", "version": "0.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590dbug\u589e\u52a0\u5206\u9500\u7248\u672c\u9009\u62e9", "download": "other/20220415/86d799f36848a891cee80b253dfa4879.zip", "md5": "2f38faaa5eefb8852ddd5db5f4e0a3df", "size": 129755}]}, {"id": 600801669, "type": 1, "sort": 5, "name": "loveway", "title": "\u672a\u77e5\u8868\u767d\u5899", "ps": "\u8fd9\u6b3e\u7b80\u6d01\u7f8e\u89c2\u7684\u8868\u767d\u5899\u732e\u7ed9\u6700\u53ef\u7231\u7684\u955c\u97f3\u53cc\u5b50\uff01?", "version": "1.5.9", "author": "\u5434\u5148\u68ee", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-64350-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210219/4a50747cb78410bb44fe55f0142defe0.png", "php": "56,70,71,72,73,74,80", "official": "https://www.wunote.cn", "enable_functions": "", "count": 6182, "score": "5.0", "versions": [{"m_version": "1", "version": "5.9", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5305\u542b\u591a\u9879\u529f\u80fd\u66f4\u65b0", "download": "other/20220228/a8daa90397ee69b78cc32fb75665db6e.zip", "md5": "3e4a3d56dd965fa8d31cc7acb0449bcf", "size": 2723233}]}, {"id": 600801371, "type": 3, "sort": 3.1, "name": "hybbs", "title": "HYBBS", "ps": "PHP\u8f7b\u8bba\u575b\u7a0b\u5e8f\uff0c\u57faMVC\u6846\u67b6\u5f00\u53d1\uff0c\u652f\u6301\u63d2\u4ef6\u3001\u6a21\u677f\u6269\u5c55?", "version": "2.3.2", "author": "hyphp", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20191008/29cff5304a28ec83e5615e784024928f.png", "php": "54,55,56,70,71,72,73", "official": "http:/bbs.hyphp.cn", "enable_functions": "", "count": 5856, "score": "3.1", "versions": [{"m_version": "2", "version": "3.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "PHP\u8f7b\u8bba\u575b\u7a0b\u5e8f\uff0c\u57faMVC\u6846\u67b6\u5f00\u53d1\uff0c\u652f\u6301\u63d2\u4ef6\u3001\u6a21\u677f\u6269\u5c55", "download": "other/20210407/7465cb76dc5981ce3ddf419a912cca15.zip", "md5": "de09680ea65e86ac2dbdcc50256feb3f", "size": 6562939}]}, {"id": 600801532, "type": 1, "sort": 5, "name": "dmandwp", "title": "dmandwp\u7cfb\u7edf - wordprss\u548cDM\u7cfb\u7edf\u533a\u5757\u7ec4\u5408\u5efa\u7ad9", "ps": "dmandwp--\u51fa\u8272\u7684wordpress\u524d\u7aef\u6548\u679c\u5e93?", "version": "v2021.10", "author": "jasonzhang", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-49107-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200508/f87d8df11a66cbd4cb992052ce55ebf9.png", "php": "53,54,55,56,70,71,72,73,74", "official": "www.dmandwp.com", "enable_functions": "", "count": 5817, "score": "5.0", "versions": [{"m_version": "v2021", "version": "10", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "v2021.10", "download": "other/20211004/e0e2603cf879298baef7eb6c8de6f1bc.zip", "md5": "e9d56c7fb19a8e8499470ba7b46160f9", "size": 35624444}]}, {"id": 600801271, "type": 5, "sort": 3.7, "name": "doxcx", "title": "DOXCX", "ps": "\u591a\u7aef\u5408\u4e00\u5c0f\u7a0b\u5e8f\u6e90\u7801\u7cfb\u7edf,\u81ea\u5e26\u591a\u4e2a\u63d2\u4ef6,\u7fa4\u53f7879792832?", "version": "4.081", "author": "DOXCX", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-34393-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200411/fee8fdd6d8f138cba5339738b6a21631.png", "php": "54,55,56", "official": "https://www.doxcx.cn", "enable_functions": "", "count": 5808, "score": "3.7", "versions": [{"m_version": "4", "version": "081", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u65b0\u7248\u53d1\u5e03", "download": "other/20200525/d670e0cb5e8d0710677583e3cf187834.zip", "md5": "fc476e978afa3efec63f78b0e7c32172", "size": 34458333}]}, {"id": 600801274, "type": 2, "sort": 3.9, "name": "crmeb", "title": "CRMEB", "ps": "\u5f00\u6e90\u6392\u540d\u9065\u9065\u9886\u5148,\u9ad8\u6027\u80fd\u5f00\u6e90\u5546\u57ce,\u524d\u540e\u7aef\u5206\u79bb,\u5e26\u76f4\u64ad\u5ba2\u670d\u7cfb\u7edf?", "version": "v4.4.0", "author": "\u8046\u542c", "price": 0, "auth_price": 0, "home": "https://gitee.com/ZhongBangKeJi/CRMEB", "min_image": "/api/Pluginother/get_file?fname=image/20220312/c42a765e4ffbaf384b57e687ca40baf1.png", "php": "71,72,73,74", "official": "http://www.crmeb.com", "enable_functions": "pcntl_signal,pcntl_signal_dispatch,pcntl_fork,pcntl_wait,pcntl_alarm", "count": 5781, "score": "3.9", "versions": [{"m_version": "v4", "version": "4.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u9ad8\u6027\u80fd\u5f00\u6e90\u5546\u57ce\uff0cQQ\u7fa4\uff1a1025263163", "download": "other/20220216/10867846f35046664597a1c813deb39a.zip", "md5": "2c4ea352c9313dfd8c1a19076e487a0c", "size": 68461181}]}, {"id": 600801349, "type": 2, "sort": 4.7, "name": "DSMall", "title": "DSMall\u591a\u5e97\u94faB2B2C\u5546\u57ce", "ps": "\u6700\u6709\u7ade\u4e89\u529b\u7684B2B2C\u591a\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf\uff0c\u652f\u6301\u62fc\u56e2\u3001\u5206\u9500\u3001\u780d\u4ef7\u7b49?", "version": "V5.0.3", "author": "\u5fb7\u5c1a\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-37082-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190911/0c6cf27bb350cbd5f080d08991c5fcbb.png", "php": "55,56,70,71,72", "official": "http://www.csdeshang.com", "enable_functions": "", "count": 5629, "score": "4.7", "versions": [{"m_version": "V5", "version": "0.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6700\u6709\u7ade\u4e89\u529b\u7684B2B2C\u591a\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf\uff0c\u652f\u6301\u62fc\u56e2\u3001\u5206\u9500\u3001\u780d\u4ef7\u7b49", "download": "other/20190911/749d4567bb5ac54edbd95d2ed5b108f8.zip", "md5": "ad187dd42d74769bcac1f93b7d13baf5", "size": 35064783}]}, {"id": 600801338, "type": 1, "sort": 3, "name": "bgkcrm", "title": "\u5e2e\u7ba1\u5ba2CRM\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf", "ps": "\u5e2e\u60a8\u7ba1\u5ba2\u6237\u3001\u7ba1\u4e1a\u52a1\u3001\u7ba1\u8ddf\u5355\u3001\u7ba1\u8ba2\u5355\u3001\u7ba1\u5408\u540c\u3001\u7ba1\u552e\u540e\uff0c\u5185\u90e8\u529e\u516c?", "version": "4.3.5", "author": "\u6b66\u6c49\u521b\u76ca\u4e91\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-36350-1-2.html", "min_image": "/api/Pluginother/get_file?fname=image/20190914/995399c68e4c81e4724cabc733820c59.png", "php": "70,71,72", "official": "http://www.bgk100.com", "enable_functions": "", "count": 5442, "score": "3.0", "versions": [{"m_version": "4", "version": "3.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5e2e\u7ba1\u5ba2CRM\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edfv4.3.5", "download": "other/20220407/98f944fa02f07e39e87cf0bc54632f8f.zip", "md5": "574f71c558fbf2967b75e519f163732d", "size": 14875769}]}, {"id": 600801426, "type": 1, "sort": 4, "name": "youke365", "title": "\u4f18\u5ba2365\u7f51\u5740\u5bfc\u822a\u5f00\u6e90\u7248", "ps": "\u4e00\u6b3e\u5f00\u6e90\u7684\u7f51\u5740\u5bfc\u822a\u7cfb\u7edf?", "version": "v1.5.3", "author": "\u5947\u4e50\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-41520-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200209/da8f64c225cab466b46616bdc80714a0.png", "php": "56,70,71,72,73", "official": "http://www.youke365.site", "enable_functions": "", "count": 5375, "score": "4.0", "versions": [{"m_version": "v1", "version": "5.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u3010\u4fee\u590d\u3011\u4fee\u590d\u7cfb\u7edf\u5b89\u5168\u6f0f\u6d1e \u3010\u4f18\u5316\u3011\u4f18\u5316\u7cfb\u7edf\u767b\u5f55\u673a\u5236 \u3010\u4f18\u5316\u3011\u652f\u63017.0 7.1 7.2 7.3 7.4 8.0 \u3010\u4fee\u590d\u3011\u6700\u65b0\u5217\u8868\u9875\u9762\u5206\u9875\u95ee\u9898 \u3010\u4fee\u590d\u3011\u4f1a\u5458\u65e0\u6cd5\u767b\u5f55\u7684\u95ee\u98980", "download": "other/20210618/711f7985089afce634210fc2e8a28850.zip", "md5": "bdfdbd793151942eddbc6707c097e310", "size": 22149569}]}, {"id": 600801286, "type": 2, "sort": 3.6, "name": "ecshop", "title": "ecshop", "ps": "B2C\u72ec\u7acb\u7f51\u5e97\u7cfb\u7edf?", "version": "3.6", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190704/4cfd38f7d58c20896dd6e5bd87437574.png", "php": "53,54,55,56", "official": "http://www.ecshop.com", "enable_functions": "", "count": 4842, "score": "3.6", "versions": [{"m_version": "3", "version": "6", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "ecshop-3.6", "download": "other/20190704/b2cf20441de457ea21f4640a5414cec6.zip", "md5": "d9668fb3d799103a76c156abc13b3ae2", "size": 36024409}]}, {"id": 600801294, "type": 1, "sort": 3.3, "name": "tipask", "title": "tipask\u95ee\u7b54\u7cfb\u7edf", "ps": "PHP\u5f00\u6e90\u95ee\u7b54\u7cfb\u7edf\uff0c\u5bb9\u6613\u6269\u5c55\uff0c\u5177\u6709\u5f3a\u5927\u7684\u8d1f\u8f7d\u80fd\u529b\u548c\u7a33\u5b9a\u6027\u3002?", "version": "3.5.5", "author": "tipask.com", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-5924-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190709/893d0adad66b14e0152ec790b1133707.png", "php": "71,72,73", "official": "http://www.tipask.com", "enable_functions": "exec,shell_exec,proc_open,proc_get_status", "count": 4830, "score": "3.3", "versions": [{"m_version": "3", "version": "5.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u89e3\u51b3\u5168\u6587\u68c0\u7d22\u914d\u7f6e\u95ee\u9898", "download": "other/20191017/6ee897729ce06f73e39ba4ba7bc3e9fa.zip", "md5": "33edf176cbe4a6ce73a5d54251c76277", "size": 22212465}]}, {"id": 600801417, "type": 2, "sort": 4.3, "name": "yidu_tc_plus", "title": "\u58f9\u5ea6\u540c\u57ce\u65b0\u96f6\u552e", "ps": "\u4e3b\u5e94\u7528\u65e0\u9700\u6388\u6743\u3001\u514d\u8d39\u5546\u7528\uff1b\u4e13\u6ce8\u540c\u57ce,\u4e13\u6ce8\u95e8\u5e97,\u66f4\u4e13\u6ce8\u670d?", "version": "2.0.71", "author": "\u58f9\u5ea6\u6280\u672f", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-41074-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20191203/9b9d69f4a19e1017df92119132c51231.png", "php": "71,72", "official": "https://www.chiwon.cn", "enable_functions": "", "count": 4824, "score": "4.3", "versions": [{"m_version": "2", "version": "0.71", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u65b0\u7248\u53d1\u5e03", "download": "other/20210908/17667cae9348b456e81da8c505bdd45f.zip", "md5": "f7d94c0424acb3eee7ef2743854e36b7", "size": 47737698}]}, {"id": 600801345, "type": 1, "sort": 4.2, "name": "meedu", "title": "MeEdu", "ps": "\u57fa\u4e8eLaravel\u5f00\u53d1\u7684\u5f00\u6e90\u514d\u8d39\u5728\u7ebf\u6559\u80b2\u7cfb\u7edf?", "version": "v4.2.2", "author": "\u5c0f\u6ed5", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=45944", "min_image": "/api/Pluginother/get_file?fname=image/20200316/4fdd06f7f1804cd87016639f817c3db1.png", "php": "72,73,74", "official": "https://meedu.vip/", "enable_functions": "passthru,proc_open,proc_get_status,symlink,putenv", "count": 4641, "score": "4.2", "versions": [{"m_version": "v4", "version": "2.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "v4.2.2", "download": "other/20210617/531ae517fb4f36e969767a49ffbb35bc.zip", "md5": "43e55ad183bdea1a2c3527cd17810ffe", "size": 34545096}]}, {"id": 600801299, "type": 1, "sort": 1.9, "name": "chengxuxia", "title": "\u7a0b\u5e8f\u4fa0CMS", "ps": "\u4e13\u4e1a\u3001\u5b89\u5168\u3001\u7a33\u5b9a\u7684\u6dd8\u5b9d\u5ba2CMS\u7cfb\u7edf?", "version": "2.5.0", "author": "\u7a0b\u5e8f\u4fa0", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-6523-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190724/96460df8dc38ef3c358313f5d6c0b607.png", "php": "54,55,56,70,71", "official": "http://www.chengxuxia.com.cn/? source=bt", "enable_functions": "", "count": 4557, "score": "1.9", "versions": [{"m_version": "2", "version": "5.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u8c03\u6574\u5546\u54c1\u81ea\u52a8\u6a21\u5f0f", "download": "other/20190926/61aedd0651c252b61c98ede4670b20fa.zip", "md5": "ddf5f5a8f799d16b86d2c41d1c20d611", "size": 27360478}]}, {"id": 600801361, "type": 2, "sort": 5, "name": "DSShop", "title": "DSShop\u5355\u5e97\u94faB2C\u5546\u57ce", "ps": "\u6700\u6709\u7ade\u4e89\u529b\u7684B2C\u5355\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf?", "version": "V2.1.5", "author": "\u5fb7\u5c1a\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-37698-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190924/ebc65ab04f7a3af88be101529763d38b.png", "php": "55,56,70,71,72", "official": "http://www.csdeshang.com", "enable_functions": "", "count": 4494, "score": "5.0", "versions": [{"m_version": "V2", "version": "1.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6700\u6709\u7ade\u4e89\u529b\u7684B2C\u5355\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf", "download": "other/20190924/d4231a2263fa06ea28da4cf74f0a9af4.zip", "md5": "ff97f2a19d50de960041c97297aa6b15", "size": 29163452}]}, {"id": 600801472, "type": 1, "sort": 3.7, "name": "postoffice", "title": "CX\u90ae\u5c40\u7cfb\u7edf", "ps": "\u4e00\u5957\u65b9\u4fbf\u7684\u90ae\u5c40\u7cfb\u7edf?", "version": "v1.0", "author": "cxbsoft", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-45304-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200306/5bf3f446699f21e38208efd1b6f91545.png", "php": "53,54,55,56,70,71,72", "official": "http://blog.bsot.cn/index.php/archives/39/", "enable_functions": "", "count": 4097, "score": "3.7", "versions": [{"m_version": "v1", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u7b2c\u4e00\u7248\u672c\uff0c\u63d0\u4f9b\u57fa\u7840\u529f\u80fd", "download": "other/20200306/aaabd196f8eb2400286eb79c83590ba6.zip", "md5": "a5f55522d61d0c2ecc8f4220a135cf38", "size": 19999678}]}, {"id": 600801339, "type": 1, "sort": 3.7, "name": "xunruicms", "title": "\u8fc5\u777fCMS\u514d\u8d39\u5f00\u6e90\u5efa\u7ad9\u7a0b\u5e8f", "ps": "\u514d\u8d39\u5f00\u6e90\u7684PHP8\u7f51\u7ad9\u540e\u53f0\u7a0b\u5e8f?", "version": "4.5.5", "author": "PHP\u7801\u519c", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=36445", "min_image": "/api/Pluginother/get_file?fname=image/20210416/f005e05a6096919dd78158de6bbd40d6.png", "php": "72,73,74,80,81", "official": "http://www.xunruicms.com", "enable_functions": "", "count": 4068, "score": "3.7", "versions": [{"m_version": "4", "version": "5.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u652f\u6301php81", "download": "other/20220320/0a050171f0c963a609fc0d0f07b3daa6.zip", "md5": "70294c7df3a9624ccca6a5014149c056", "size": 6960291}]}, {"id": 600801380, "type": 1, "sort": 5, "name": "DSO2O", "title": "DSO2O\u5916\u5356\u8ba2\u9910/\u5bb6\u653f\u670d\u52a1/\u540c\u57ce\u8dd1\u817f\u7cfb\u7edf", "ps": "\u5305\u542b\u540c\u57ce\u8dd1\u817f\u3001\u5916\u5356\u9001\u9910\u3001\u4e0a\u95e8\u670d\u52a1\u7b49\u6700\u8d34\u8fd1\u793e\u533a\u5c45\u6c11\u7684\u529f\u80fd?", "version": "V3.2.5", "author": "\u5fb7\u5c1a\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=38506", "min_image": "/api/Pluginother/get_file?fname=image/20191014/a6be4f7aaacac8f1bbb0709a03ed0855.png", "php": "55,56,70,71,72", "official": "http://www.csdeshang.com", "enable_functions": "", "count": 3971, "score": "5.0", "versions": [{"m_version": "V3", "version": "2.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5305\u542b\u540c\u57ce\u8dd1\u817f\u3001\u5916\u5356\u9001\u9910\u3001\u4e0a\u95e8\u670d\u52a1\u7b49\u6700\u8d34\u8fd1\u793e\u533a\u5c45\u6c11\u7684\u529f\u80fd", "download": "other/20191014/9b9cbb0c573dbd5a7b1a50b04b2f0bff.zip", "md5": "8785f26b6c7dbed53db401b40b92e431", "size": 43263702}]}, {"id": 600801596, "type": 1, "sort": 3.8, "name": "bthost", "title": "btHost - \u9884\u89c8\u7248", "ps": "\u5b9d\u5854\u4e3b\u673a\u72ec\u7acb\u63a7\u5236\u7cfb\u7edf - \u9650\u65f6\u514d\u8d39\u4e2d?", "version": "1.6.1", "author": "Youngxj", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-56376-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200917/650287343ab89034b887b93e548aef67.png", "php": "71,72,73,74", "official": "https://btai.cc", "enable_functions": "", "count": 3932, "score": "3.8", "versions": [{"m_version": "1", "version": "6.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5b9d\u5854\u4e3b\u673a\u72ec\u7acb\u63a7\u5236\u7cfb\u7edf\uff0c\u53ef\u5bf9\u63a5\u8d22\u52a1\u9500\u552e", "download": "other/20210731/ccbdfe47425dc29711ffd386df7e8e4b.zip", "md5": "b2fb2115bf873c398520956314fc5708", "size": 24739370}]}, {"id": 600801353, "type": 1, "sort": 3, "name": "schoolcms", "title": "SchoolCMS\u6559\u52a1\u7cfb\u7edf", "ps": "\u4e2d\u56fd\u9996\u4e2a\u5f00\u6e90 \u5b66\u6821\u6559\u52a1\u7ba1\u7406\u7cfb\u7edf \u5efa\u7ad9\u66f4\u5feb\u901f\uff01?", "version": "v2.3.1", "author": "gongfuxiang", "price": 0, "auth_price": 0, "home": "https://gong.gg/post-51.html", "min_image": "/api/Pluginother/get_file?fname=image/20190918/b6ef031ca21798589a8fc4d4f7f48a72.png", "php": "56,70,71,72,73", "official": "https://gong.gg/post-51.html", "enable_functions": "", "count": 3781, "score": "3.0", "versions": [{"m_version": "v2", "version": "3.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e2d\u56fd\u9996\u4e2a\u5f00\u6e90 \u5b66\u6821\u6559\u52a1\u7ba1\u7406\u7cfb\u7edf \u5efa\u7ad9\u66f4\u5feb\u901f\uff01", "download": "other/20190918/df9c55c4f59c5bd9cae9138609c5056a.zip", "md5": "46e2fc6192382edfbf3e851c85e4f57d", "size": 14355493}]}, {"id": 600801350, "type": 2, "sort": 5, "name": "DSKms", "title": "DSKms\u89c6\u9891\u5185\u5bb9\u4ed8\u8d39\u7cfb\u7edf", "ps": "\u4e3a\u4f01\u4e1a\u5ba2\u6237\u91cf\u8eab\u6253\u9020\u7684\u4e13\u4e1a\u5185\u5bb9\u4ed8\u8d39\u7cfb\u7edf?", "version": "V2.1.8", "author": "\u5fb7\u5c1a\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=37334", "min_image": "/api/Pluginother/get_file?fname=image/20190916/0c25eabcbc60dfcd735ceff651e379a6.png", "php": "55,56,70,71,72", "official": "http://www.csdeshang.com", "enable_functions": "", "count": 3594, "score": "5.0", "versions": [{"m_version": "V2", "version": "1.8", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e3a\u4f01\u4e1a\u5ba2\u6237\u91cf\u8eab\u6253\u9020\u7684\u4e13\u4e1a\u5185\u5bb9\u4ed8\u8d39\u7cfb\u7edf", "download": "other/20190916/d58b2d07f100136b5b3c7dd46d3f327e.zip", "md5": "e255f1838079040038c65dd70f315c72", "size": 38672565}]}, {"id": 600801255, "type": 1, "sort": 3, "name": "sentcms", "title": "sentcms\u7f51\u7ad9\u7ba1\u7406\u7cfb\u7edf", "ps": "\u4f01\u4e1a\u7f51\u7ad9\u5efa\u8bbe?", "version": "v4.0.5", "author": "\u817e\u901f\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://gitee.com/sentcms/sentcms/issues", "min_image": "/api/Pluginother/get_file?fname=image/20190617/5ab73a997a6aef68194e7fa85989caa1.png", "php": "71,72,73,74", "official": "http://www.tensent.cn", "enable_functions": "pdo,pdo_mysql,mb_strlen,file_get_contents,file_put_contents", "count": 3589, "score": "3.0", "versions": [{"m_version": "v4", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590d\u63d2\u4ef6\u7684\u4e00\u4e2abug", "download": "other/20210103/190fe094f7b7a8d3cf0e380482001b63.zip", "md5": "2964039e0bdf080b13058ac092df40a5", "size": 22634880}]}, {"id": 600801251, "type": 1, "sort": 1, "name": "Centcount_Analytics", "title": "\u767e\u592b\u957f\u7edf\u8ba1", "ps": "\u4e00\u6b3e\u529f\u80fd\u5f3a\u5927\u7684\u7f51\u7ad9\u7edf\u8ba1\u5206\u6790\u7a0b\u5e8f\uff0c5\u5206\u949f\u642d\u5efa\u4e00\u4e2aCNZZ\uff01?", "version": "2.1.1", "author": "WM Jonssen", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-33104-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190613/a3f3fcae0b648a57d5aff3b8606dc1b3.png", "php": "55,56,70,71,72,73", "official": "https://cn.centcount.com", "enable_functions": "popen", "count": 3439, "score": "1.0", "versions": [{"m_version": "2", "version": "1.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u767e\u592b\u957f\u7edf\u8ba12.1.1 - \u4fee\u590d\u82e5\u5e72\u95ee\u9898", "download": "other/20200515/f3a5cf77781614545776f007d356733c.zip", "md5": "a6583128ad8397e606b7cd7e7cc499fe", "size": 33142}]}, {"id": 600801722, "type": 1, "sort": 4, "name": "biz", "title": "INSO\u58c1\u7eb8", "ps": "\u6536\u5f55\u51e0\u5341\u4ebf\u9ad8\u6e05\u4f18\u8d28\u56fe\u7247,\u6570\u5343\u4e07\u7528\u6237\u7684\u73cd\u85cf\u5206\u4eab?", "version": "0.02", "author": "\u59ec\u957f\u4fe1", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs", "min_image": "/api/Pluginother/get_file?fname=image/20210516/884a557dd671252b711ce19af2e97a9f.png", "php": "53,54,55,56,70,71,72,73,80", "official": "https://github.com/insoxin/a", "enable_functions": "", "count": 3385, "score": "4.0", "versions": [{"m_version": "0", "version": "02", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u66f4\u6362\u88ab\u5899\u7684cdn.jsdelivr.net", "download": "other/20220601/a8834ae2b85616514154de780ac5ef00.zip", "md5": "44f02e83af955f0b67e96818d05c40f5", "size": 57678}]}, {"id": 600801566, "type": 1, "sort": 4, "name": "download_station", "title": "\u672a\u77e5\u4e0b\u8f7d\u7ad9", "ps": "\u7531\u4e00\u4e2a\u54b8\u9c7c\u5f00\u53d1\u7684\u4e00\u4e2a\u6781\u5176\u7b80\u964b\u7684\u4e0b\u8f7d\u7ad9\uff0c\u6765\u8bd5\u8bd5\u5457\uff01?", "version": "1.1.8", "author": "\u5434\u5148\u68ee", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-53000-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200723/376d9ec8f03ae2c6d3bc419ff7b49a59.png", "php": "56,70,71,72,73,74,80", "official": "https://www.wunote.cn", "enable_functions": "", "count": 3315, "score": "4.0", "versions": [{"m_version": "1", "version": "1.8", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "1.\u4f7f\u7528\u65b0\u7684\u7248\u672c\u53f7\u547d\u540d\u89c4\u5219 2.\u65b0\u589e\u76f4\u63a5\u4e0b\u8f7d\u6a21\u5f0f\u4ee5\u53ca\u62fc\u63a5\u94fe\u63a5\u4e0b\u8f7d\u6a21\u5f0f 3.\u4f18\u5316\u7a0b\u5e8f\u4ee3\u7801", "download": "other/20220203/30383420ba6cd18e377942188d224256.zip", "md5": "9cd88ec488171be82019803e4052dc72", "size": 6378666}]}, {"id": 600801470, "type": 1, "sort": 5, "name": "short_url", "title": "\u7f51\u5740\u7f29\u77ed", "ps": "\u4e00\u6b3e\u65b9\u4fbf\u7684\u7f51\u5740\u7f29\u77ed?", "version": "v1.3.1", "author": "cxbsoft", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-44991-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200302/5f9770f5ca60644441d1eb33b90bcbe6.png", "php": "53,54,55,56,70,71,72,73", "official": "http://blog.bsot.cn/index.php/archives/38/", "enable_functions": "", "count": 3216, "score": "5.0", "versions": [{"m_version": "v1", "version": "3.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590dv1.3\u7248\u672cbug", "download": "other/20200305/bd8e170a9df3cee1b2716a3edc57b4c8.zip", "md5": "8b57f18366b7bbe54aec74703be976f0", "size": 12882297}]}, {"id": 600801513, "type": 1, "sort": 2.8, "name": "yunknet", "title": "\u4e91\u8bfe\u7f51\u6821\u7cfb\u7edf", "ps": "\u4e91\u8bfe\u7f51\u6821\uff0c\u5305\u542b\u76f4\u64ad\uff0c\u70b9\u64ad\uff0c\u8003\u8bd5\uff0c\u8d44\u8baf \uff0c\u6d4b\u8bc4\u7b49\u6a21\u5757?", "version": "2.3.1", "author": "\u65b0\u8d77\u70b9\u8f6f\u4ef6", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=89126", "min_image": "/api/Pluginother/get_file?fname=image/20200417/9b03195b0ddfa80c9c88e07c0e464b6c.png", "php": "55,56,70,71,72,73,74", "official": "https://www.yunknet.cn", "enable_functions": "", "count": 3190, "score": "2.8", "versions": [{"m_version": "2", "version": "3.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e91\u8bfe\u7f51\u6821\u7cfb\u7edf\u5347\u7ea7\u52302.3.1\u7248\u672c", "download": "other/20220407/2cb15514635204f6cb42d0d35a0d9f7a.zip", "md5": "f2fd89779cdc9cb7e254c52031a38656", "size": 16194304}]}, {"id": 600801397, "type": 1, "sort": 4.1, "name": "whatsns", "title": "whatsns\u5f00\u6e90php\u95ee\u7b54\u7cfb\u7edf", "ps": "\u4e00\u6b3e\u5305\u542b\u4ed8\u8d39\u95ee\u7b54\uff0cseo\uff0c\u5c0f\u7a0b\u5e8f\u4e00\u4f53\u7684\u5f00\u6e90php\u7cfb\u7edf?", "version": "6.0.3.2", "author": "whatsns", "price": 0, "auth_price": 0, "home": "https://wenda.whatsns.com/", "min_image": "/api/Pluginother/get_file?fname=image/20191106/4c85a5ba55f441862340c2612c84aa31.png", "php": "56,70,71,72,73", "official": "https://www.whatsns.com/", "enable_functions": "", "count": 3143, "score": "4.1", "versions": [{"m_version": "6", "version": "0.3.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590d\u6ca1\u6709\u914d\u7f6e\u4f2a\u9759\u6001\u7ad9\u957f\u540e\u53f0\u9996\u9875\u7ed1\u5b9a\u5f00\u53d1\u8005\u53c2\u6570\u63d0\u793a\u670d\u52a1\u5668\u5f02\u5e38", "download": "other/20211228/f192051abd978988993a50bd7b51f96d.zip", "md5": "899d1eec9ba5673502a8ba5edbe99a14", "size": 40801174}]}, {"id": 600801263, "type": 1, "sort": 2.3, "name": "wdja", "title": "WDJA\u7f51\u7ad9\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf", "ps": "\u5b98\u7f51www.wdja.net QQ\u7fa4:122019913?", "version": "2.2", "author": "shadoweb", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-34750-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210727/9ad87e05422043568d5bb300f760542d.png", "php": "70,71,72,73,74,80", "official": "http://www.wdja.net/", "enable_functions": "", "count": 3114, "score": "2.3", "versions": [{"m_version": "2", "version": "2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u652f\u6301mysql5.6\u7248\u672c.\u4f18\u5316\u6027\u80fd.", "download": "other/20211113/28cd5a660a1ee3eabd95642833fa6647.zip", "md5": "ac20e7bf96e5f3b4853355dfde541039", "size": 5701141}]}, {"id": 600801616, "type": 3, "sort": 4.4, "name": "mdclub", "title": "MDClub", "ps": "Material Design \u6837\u5f0f\u7684\u8f7b\u91cf\u7ea7\u8bba\u575b\u7cfb\u7edf?", "version": "1.0.2", "author": "MDClub", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&amp;tid=55802", "min_image": "/api/Pluginother/get_file?fname=image/20201029/76ee89ec581e6c2df77c4159d56231e0.png", "php": "73,74", "official": "https://www.mdclub.org/", "enable_functions": "", "count": 3023, "score": "4.4", "versions": [{"m_version": "1", "version": "0.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "cdn \u5730\u5740\u4ece jsdelivr \u6362\u6210 unpkg", "download": "other/20220530/f3429894bc0a5bf125f858e204e946cf.zip", "md5": "b0869a297e4c14304a91358e361fccee", "size": 15189827}]}, {"id": 600801284, "type": 1, "sort": 5, "name": "phpcms", "title": "phpcms", "ps": "PHPCMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?", "version": "9.6.3", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190704/417fabf69ca8f9efcc5609e5ecd7d3b1.png", "php": "52,53,54,55,56,70", "official": "http://www.phpcms.cn/", "enable_functions": "", "count": 2791, "score": "5.0", "versions": [{"m_version": "9", "version": "6.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "phpcms-9.6.3", "download": "other/20190704/943802751c17ec6e24f3dd643e99ab4c.zip", "md5": "fc20335df73de679be6965edfb0728d6", "size": 8503708}]}, {"id": 600801410, "type": 1, "sort": 5, "name": "chanzhi", "title": "\u8749\u77e5\u4f01\u4e1a\u95e8\u6237\u7cfb\u7edf", "ps": "\u8749\u77e5\u662f\u4e00\u6b3e\u4e13\u4e1a\u7684\u89e3\u51b3\u4f01\u4e1a\u8425\u9500\u4e00\u4f53\u5316\u7684\u95e8\u6237\u5efa\u7ad9\u7cfb\u7edf\u3002?", "version": "7.7", "author": "\u8749\u77e5\u4f01\u4e1a\u95e8\u6237", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-40551-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20191127/464f648a5d2fc7075307c9fa34ef8694.png", "php": "54,55,56,70,71,72", "official": "https://www.chanzhi.org/", "enable_functions": "", "count": 2750, "score": "5.0", "versions": [{"m_version": "7", "version": "7", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u8be5\u7248\u672c\u5bf9\u79fb\u52a8\u7aef\u6240\u6709\u9875\u9762\u505a\u4e86\u5927\u5e45\u5ea6\u7684\u4f18\u5316\uff0c\u63d0\u5347\u79fb\u52a8\u8bbe\u5907\u7684\u7528\u6237\u4f53\u9a8c", "download": "other/20191203/f154406bfa409bed9d6bc41b128596cc.zip", "md5": "c45dff392cd4f2f00f35a3b9ddd76b57", "size": 8506136}]}, {"id": 600801705, "type": 0, "sort": 4.4, "name": "yibaiyun_shangcheng", "title": "\u58f9\u4f70\u4e91\u5546\u57ce", "ps": "100+\u8425\u9500\u6a21\u5757\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa10\u7aef\u5408\u4e00\u7684\u5c0f\u7a0b\u5e8f\u5546\u57ce?", "version": "2.0.5", "author": "\u6d1b\u9633\u58f9\u4f70\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-68011-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210420/d2cdeae31faced91aa9881fc38f195d7.png", "php": "56,70,71,72,73", "official": "http://www.ybyun.wang/", "enable_functions": "", "count": 2713, "score": "4.4", "versions": [{"m_version": "2", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "100+\u8425\u9500\u6a21\u5757\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa10\u7aef\u5408\u4e00\u7684\u5c0f\u7a0b\u5e8f\u5546\u57ce", "download": "other/20210720/94c406f2ac8ac95dae6895b7cbfb0d79.zip", "md5": "0d602d101a108bbfcd02bb60c3754abb", "size": 10962597}]}, {"id": 600801603, "type": 1, "sort": 5, "name": "timemailx", "title": "TimeMail-\u65f6\u5149\u90ae\u5c40", "ps": "\u7ed9\u672a\u6765\u5199\u5c01\u4fe1 \u591a\u5e74\u4e4b\u540e \u613f\u4f60\u4e0d\u8d1f\u6240\u671f?", "version": "1.1", "author": "xcsoft", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-57138-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20201002/c57016503e78b04b0da96a18ce4cf6a3.png", "php": "56,71,72,73,74", "official": "https://time.xsot.cn", "enable_functions": "", "count": 2562, "score": "5.0", "versions": [{"m_version": "1", "version": "1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u521d\u59cb\u7248\u672c", "download": "other/20201002/e96db6f3e5e4ee46b030b38f5233057c.zip", "md5": "a6d4153dd4bea98375fd3d473ec018ca", "size": 130968}]}, {"id": 600801700, "type": 1, "sort": 4.3, "name": "onenav", "title": "OneNav", "ps": "\u7b80\u7ea6\u5bfc\u822a/\u4e66\u7b7e\u7ba1\u7406\u5668\uff0c\u754c\u9762\u7b80\u6d01\uff0c\u4f7f\u7528\u65b9\u4fbf\uff0c\u514d\u8d39\u5f00\u6e90\u3002?", "version": "0.9.22", "author": "xiaoz", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20210408/b489ea360bf79948246812a6e366dfed.png", "php": "56,70,71,72,73", "official": "https://nav.rss.ink/", "enable_functions": "", "count": 2562, "score": "4.3", "versions": [{"m_version": "0", "version": "9.22", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "OneNav 0.9.22", "download": "other/20220602/228afec52efd57590ca5dceae77f82c7.zip", "md5": "5f5a14466f7ec1b16ba99465ae4d4b21", "size": 5056090}]}, {"id": 600801559, "type": 1, "sort": 5, "name": "eyoucms", "title": "\u6613\u4f18CMS", "ps": "EyouCms\u662f\u57fa\u4e8eTP5\u5f00\u53d1\u7684\u4f01\u4e1a\u7f51\u7ad9\u5efa\u7ad9\u7cfb\u7edf\u3002?", "version": "v1.5.8", "author": "\u6613\u4f18cms", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-92297-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200708/9c93b2069e8384da034cfe59df8f005e.png", "php": "54,55,56,70,71,72,73,74,80", "official": "https://www.eyoucms.com/", "enable_functions": "", "count": 2331, "score": "5.0", "versions": [{"m_version": "v1", "version": "5.8", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u514d\u8d39\u3001\u5b89\u5168\u3001\u591a\u6a21\u677f\u662f\u4f01\u4e1a\u7f51\u7ad9\u5efa\u7ad9\u7684\u795e\u5668", "download": "other/20220517/44cde0a274a46dd96f60485b009579c3.zip", "md5": "c75deb36ee1bad5b0d452b75a869c594", "size": 24283393}]}, {"id": 600801430, "type": 1, "sort": 3.7, "name": "phpok", "title": "PHPOK\u4f01\u4e1a\u7ad9\u7cfb\u7edf", "ps": "\u4e00\u5957\u7f51\u7ad9\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\uff0c\u91c7\u7528 PHP + MySQL \u5f00\u53d1?", "version": "6.2", "author": "phpok.com", "price": 0, "auth_price": 0, "home": "https://www.phpok.com/manual.html", "min_image": "/api/Pluginother/get_file?fname=image/20191219/15184c3fd5dbbcad0fb99faf16bf51d0.png", "php": "55,56,70,71,72,73", "official": "https://www.phpok.com", "enable_functions": "", "count": 2320, "score": "3.7", "versions": [{"m_version": "6", "version": "2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u514d\u8d39\u5546\u7528\uff0c\u81ea\u7531\u5f00\u6e90\u7684CMS", "download": "other/20220526/e3a33db58763b015a8b08d38a8a4d04a.zip", "md5": "4f53ebc57a8e79c64c5b81fb54ae9571", "size": 34192018}]}, {"id": 600801577, "type": 2, "sort": 3.5, "name": "niushopv4", "title": "Niushop\u5f00\u6e90\u5546\u57ceV4", "ps": "\u5546\u4e1a\u8fd0\u8425\u3001\u5b8c\u5168\u5f00\u6e90\u3001100%\u5c0f\u7a0b\u5e8f\u6e90\u7801\u3001\u4e8c\u6b21\u5f00\u53d1?", "version": "4.0", "author": "Niushop\u5f00\u6e90\u5546\u57ce", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20200812/e39796e6a14687d04ab1333ae5febe56.png", "php": "70,71,72,73", "official": "https://www.niushop.com.cn/", "enable_functions": "", "count": 2287, "score": "3.5", "versions": [{"m_version": "4", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5168\u65b0\u67b6\u6784\uff0c\u5b8c\u5168\u5f00\u6e90", "download": "other/20200812/ded735b0939df17439648692a990138d.zip", "md5": "7e7b9cd7823635e23cd7c7caa477f6a1", "size": 47913397}]}, {"id": 600801329, "type": 1, "sort": 5, "name": "qibosoft", "title": "\u9f50\u535aCMS", "ps": "\u57fa\u4e8ethinkphp\u7684\u514d\u8d39\u5f00\u6e90CMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?", "version": "1.06", "author": "\u9f50\u535a\u8f6f\u4ef6", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-59569-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190817/30e21e0e638accf39dc96ff74d66946c.png", "php": "55,56,70,71,72,73,74", "official": "https://x1.php168.com", "enable_functions": "", "count": 2284, "score": "5.0", "versions": [{"m_version": "1", "version": "06", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "BUG\u4fee\u590d", "download": "other/20220507/266696f8ebcbea4c0297ec550f065390.zip", "md5": "1274a67a4ae2858be1c4265ec492b090", "size": 24945351}]}, {"id": 600801578, "type": 4, "sort": 2.2, "name": "wdja_blog", "title": "WDJA\u535a\u5ba2\u7ba1\u7406\u7cfb\u7edf", "ps": "\u5b98\u7f51www.wdja.net QQ\u7fa4:122019913?", "version": "2.5", "author": "shadoweb", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-54413-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210802/a72c781d79108259b582689dcfaaf4b9.png", "php": "70,71,72,73,74,80,81", "official": "http://www.wdja.net", "enable_functions": "", "count": 2277, "score": "2.2", "versions": [{"m_version": "2", "version": "5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u529f\u80fd\u4f18\u5316\uff0c\u65b0\u589e\u524d\u53f0\u65e5\u5386\u8bb0\u4e8b\u672c\u6a21\u5757", "download": "other/20220427/39533f9a18c503bd0715fcc0d138b5c9.zip", "md5": "d51e56280106ac1873963dcc2c916af4", "size": 8253168}]}, {"id": 600801672, "type": 1, "sort": 2, "name": "urlive", "title": "URLive-\u7eaf\u51c0\u76f4\u64ad", "ps": "\u805a\u5408\u70ed\u95e8\u76f4\u64ad\u5e73\u53f0\uff0c\u65e0\u5e7f\u544a\u3001\u65e0\u5f39\u5e55\u3001\u65e0\u793c\u7269\u7eaf\u51c0\u76f4\u64ad\u6d41?", "version": "1.1", "author": "\u79c0\u624d", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-64602-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210224/24d9af7c3b9e1d3fc7a538f4f7c6cbf1.png", "php": "53,54,55,56,70,71,72,73,74", "official": "https://urhost.cn", "enable_functions": "", "count": 2247, "score": "2.0", "versions": [{"m_version": "1", "version": "1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u65b0\u589e\u76f4\u64ad\u5e73\u53f0\uff0c\u4f18\u5316\u66f4\u65b0\u903b\u8f91\uff0c\u4fee\u590d\u4e00\u4e9bBUG", "download": "other/20210312/285169ddbab3294293b69d2e16b8c494.zip", "md5": "9e51574aea1db98c82111cfa20aa55a2", "size": 1500539}]}, {"id": 600801635, "type": 3, "sort": 3.3, "name": "hadsky", "title": "HadSky\u8f7b\u8bba\u575b", "ps": "\u8f7b\u3001\u5feb\u3001\u7b80\u7684\u539f\u521b\u5f00\u6e90PHP\u8f7b\u8bba\u575b\u7cfb\u7edf?", "version": "7.6.3", "author": "puyuetian", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-62307-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20201221/ace466ef98d03b56496e49edd8194eae.png", "php": "52,53,54,55,56,70,71,72,73,74", "official": "https://www.hadsky.com", "enable_functions": "scandir", "count": 2225, "score": "3.3", "versions": [{"m_version": "7", "version": "6.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u8f7b\u3001\u5feb\u3001\u7b80\u7684\u539f\u521b\u5f00\u6e90PHP\u8f7b\u8bba\u575b\u7cfb\u7edf", "download": "other/20210108/662aa71363f92d0457e7b8847655d69d.zip", "md5": "b1d90038aacca09b3f9b304d6dbbfb77", "size": 3136061}]}, {"id": 600801618, "type": 1, "sort": 3.3, "name": "taokeyun", "title": "\u6dd8\u5ba2\u4e91\u6dd8\u5b9d\u5ba2\u7cfb\u7edf", "ps": "\u6dd8\u5ba2\u4e91\u6dd8\u5b9d\u5ba2-\u5728\u7ebf\u4e91\u7f16\u8bd1APP\uff0c\u5168\u9875\u9762\u53ef\u89c6\u5316DIY\u3002?", "version": "1.0.5", "author": "\u6dd8\u5ba2\u4e91", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20201217/bf1c03cb53f5949b9799bc03c38044ee.png", "php": "56,70,71,72,73", "official": "https://www.taokeyun.cn", "enable_functions": "", "count": 2167, "score": "3.3", "versions": [{"m_version": "1", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6dd8\u5ba2\u4e91\u6dd8\u5b9d\u5ba2-\u6dd8\u4eac\u62fc\u5168\u80fd\u5728\u7ebfDIY\u4e91\u7f16\u8bd1APP\uff0cQQ785976928\u3002", "download": "other/20210121/2eb31fdc6d9d006e23f92b34c7a24324.zip", "md5": "a443cb1239033432e3873de0e5c3efab", "size": 50536951}]}, {"id": 600801455, "type": 1, "sort": 3, "name": "qilenews", "title": "\u5947\u4e50\u81ea\u5a92\u4f53\u65b0\u95fb\u7ba1\u7406\u7cfb\u7edf\u514d\u8d39\u7248", "ps": "\u4e00\u6b3e\u81ea\u5a92\u4f53\u65b0\u95fb\u7ba1\u7406\u7cfb\u7edf?", "version": "v1.1.3", "author": "\u5947\u4e50\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-43786-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200209/daaa9af04da675ea267e0158e1993f6c.png", "php": "70,71,72,73", "official": "http://www.qilecms.com/?invite=WElqNXdIbWVSaEZK", "enable_functions": "", "count": 2157, "score": "3.0", "versions": [{"m_version": "v1", "version": "1.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590d\u4e0a\u671fbug", "download": "other/20200407/4546eacb20a6f288fe43dc5b1e0713e5.zip", "md5": "a175da69b5ab7ff5526f3546f131ce70", "size": 14696379}]}, {"id": 600801509, "type": 1, "sort": 4.5, "name": "omocms", "title": "OmoCms", "ps": "\u5728\u7ebf\u6559\u80b2\u4e0e\u77e5\u8bc6\u4ed8\u8d39\u6e90\u7801\u7cfb\u7edf\uff0c\u652f\u6301\u4ed8\u8d39\u97f3\u89c6\u9891\u4e13\u680fVIP\u8d2d\u4e70\u7b49?", "version": "1.4", "author": "DOXCX", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-47681-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200411/e9b37a7fc1120907cf4892f04070aa49.png", "php": "70", "official": "www.omocms.com", "enable_functions": "", "count": 2116, "score": "4.5", "versions": [{"m_version": "1", "version": "4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u586b\u5145\u9ed8\u8ba4\u6570\u636e\uff0c\u4f18\u5316\u5927\u91cf\u7ec6\u8282", "download": "other/20200418/936a7bc960f433d2f3a8369476925dc5.zip", "md5": "14d8d74da7a646f0377ba3645697861a", "size": 47021969}]}, {"id": 600801304, "type": 1, "sort": 5, "name": "Temmoku_MVC", "title": "\u5929\u76eeMVC\u7f51\u7ad9\u7ba1\u7406\u7cfb\u7edf(PHP+Mysql)", "ps": "\u7b80\u5355\u6613\u7528\u514d\u8d39\u5546\u7528\uff0c\u529f\u80fd\u5b8c\u5584\u3002\u6280\u672f\u652f\u6301\u7ed9\u529b?", "version": "2.12", "author": "Temmoku MVC", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-34791-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20190720/e61f3a2e905caa5f492cefff71590fb4.png", "php": "54,55,56,70,71,72,73,74,80", "official": "https://www.temmokumvc.com", "enable_functions": "", "count": 2016, "score": "5.0", "versions": [{"m_version": "2", "version": "12", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u652f\u6301PHP8.0", "download": "other/20210415/b2b8fb2af7961530814b564f933aa273.zip", "md5": "db006134676c08070b440d9b9d86ed84", "size": 5357989}]}, {"id": 600801486, "type": 1, "sort": 4.5, "name": "vip_card", "title": "\u597d\u5e97\u4f1a\u5458\u5361", "ps": "oem\u514d\u8d39\u5b89\u88c5\uff0c\u62e5\u6709\u5c5e\u4e8e\u81ea\u5df1\u7684\u4f1a\u5458\u5361\u7cfb\u7edf?", "version": "6.4.2.60", "author": "\u597d\u5e97\u4f1a\u5458\u5361", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-50827-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200321/ed1bcb7b3a680af2bbab9288b458e800.png", "php": "70", "official": "https://oem.yongxunw.com", "enable_functions": "", "count": 1998, "score": "4.5", "versions": [{"m_version": "6", "version": "4.2.60", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u52a0\u5165\u4f01\u4e1a\u5fae\u4fe1\u4f53\u7cfb", "download": "other/20210320/821dd4784661e38c868345896e7faeb3.zip", "md5": "f4290258a5d31d90d5be70ee6d81de14", "size": 454735}]}, {"id": 600801703, "type": 2, "sort": 4.3, "name": "leadshop", "title": "Leadshop\u5f00\u6e90\u514d\u8d39\u5546\u7528\u5546\u57ce", "ps": "Leadshop\u5f00\u6e90\u5546\u57ce,\u52a9\u529b\u4e2d\u5c0f\u4f01\u4e1a\u642d\u5efa\u79c1\u6709\u5316\u7535\u5546\u5e73\u53f0?", "version": "1.4.5", "author": "\u79be\u6210\u4e91", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=67594&highlight=leadshop", "min_image": "/api/Pluginother/get_file?fname=image/20210414/a3351d7c9222155eb65652e76709fed0.png", "php": "74", "official": "https://forum.leadshop.vip/", "enable_functions": "symlink", "count": 1986, "score": "4.3", "versions": [{"m_version": "1", "version": "4.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4f18\u5316\u82e5\u5e72\u529f\u80fd\uff1b\u4fee\u590d\u82e5\u5e72bug\uff1b", "download": "other/20211027/565b64802f6b5dca4305058d65385896.zip", "md5": "11ba3f3e683101e5a2d40ce8928d0994", "size": 48465019}]}, {"id": 600801323, "type": 1, "sort": 5, "name": "iCMS7", "title": "iCMS", "ps": "iCMS \u4e00\u6b3e\u514d\u8d39\u3001\u7b80\u6d01\u3001\u9ad8\u6548\u3001\u597d\u7528\u7684PHP\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\u3002?", "version": "v7.0.15", "author": "iCMSdev", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190814/6ca5d36ee665eefd889c3a6ffded7761.png", "php": "53,54,55,56,70,71,72,73", "official": "https://www.icmsdev.com/", "enable_functions": "", "count": 1983, "score": "5.0", "versions": [{"m_version": "v7", "version": "0.15", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "iCMS v7.0.15", "download": "other/20190827/b7efccf9dd5aa532488cb380b5b824bd.zip", "md5": "1d06be00631d514d442310e0adf0a239", "size": 8194825}]}, {"id": 600801661, "type": 1, "sort": 4.7, "name": "openbi", "title": "openbi", "ps": "\u6570\u636e\u53ef\u89c6\u5316\uff0c\u5c06\u6570\u636e\u66f4\u53cb\u597d\u7684\u5c55\u793a\uff0cqq\u7fa4\uff1a328601229?", "version": "1.0.8", "author": "\u5317\u4eac\u683c\u80dc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://github.com/openBI-kwc/openBI", "min_image": "/api/Pluginother/get_file?fname=image/20210205/46ecccfd0979a3021aea022f77878ebe.png", "php": "72", "official": "http://www.openbi.com.cn", "enable_functions": "fileinfo,popen,putenv", "count": 1913, "score": "4.7", "versions": [{"m_version": "1", "version": "0.8", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "1. \u4fee\u590d\u90e8\u5206windows server \u65e0\u6cd5\u53d1\u5e03\u95ee\u9898 2. \u4fee\u590dsql\u6570\u636e\u6e90\u8bed\u53e5\u8fc7\u957f\u62a5\u9519\u95ee\u9898 3. \u4fee\u590d\u89d2\u8272\u4fee\u6539\u63a5\u53e3\u62a5\u9519\u95ee\u9898", "download": "other/20210618/30cb9f8874d21b40718fc578a5615299.zip", "md5": "83a2635253298175b2c76c3c4caf69d7", "size": 42832908}]}, {"id": 600801467, "type": 1, "sort": 5, "name": "otcms", "title": "\u7f51\u949bCMS\uff08PHP\u7248\uff09", "ps": "\u6700\u597d\u7528\u7684\u6587\u7ae0CMS\uff0c\u53ef\u642d\u5efa\u535a\u5ba2\u3001\u5a31\u4e50\u8d44\u6e90\u3001\u6559\u7a0b\u8f85\u52a9\u7b49\u7f51\u7ad9?", "version": "6.30", "author": "\u7f51\u949b\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-45115-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200316/47dcad7a9115df1960ad8c3cb3ce78e8.png", "php": "53,54,55,56,70,71,72,73", "official": "http://otcms.com", "enable_functions": "", "count": 1757, "score": "5.0", "versions": [{"m_version": "6", "version": "30", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6700\u597d\u7528\u7684\u6587\u7ae0CMS\uff0c\u53ef\u642d\u5efa\u535a\u5ba2\u3001\u5a31\u4e50\u8d44\u6e90\u3001\u6559\u7a0b\u8f85\u52a9\u7b49\u7f51\u7ad9", "download": "other/20220225/5002d02bef0364a1c0849cfddc616394.zip", "md5": "f4a26bf914ca6a93c18ee3d38d88068e", "size": 16290026}]}, {"id": 600801751, "type": 2, "sort": 5, "name": "likeshop_b2c", "title": "likeshop\u5355\u5546\u6237\u5f00\u6e90\u5546\u57ce\u7cfb\u7edf-\u4f01\u4e1a\u7248", "ps": "likeshop\u5f00\u6e90\u5546\u57ce\u7cfb\u7edf\uff0c\u4ee3\u7801\u5168\u5f00\u6e90\uff0c\u529f\u80fd\u4e30\u5bcc\uff0c\u53e3\u7891\u4e4b\u9009?", "version": "2.5.7.20210311", "author": "likeshop", "price": 0, "auth_price": 0, "home": "http://doc.likeshop.cn/likeshop_develop_v2_x/2105149", "min_image": "/api/Pluginother/get_file?fname=image/20210824/ffca1ad63dc15924e1f362156367366c.png", "php": "72,73,74", "official": "https://www.likeshop.cn", "enable_functions": "", "count": 1736, "score": "5.0", "versions": [{"m_version": "2", "version": "5.7.20210311", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "likeshop\u5f00\u6e90\u5546\u57ce\u7cfb\u7edf\uff0c\u4ee3\u7801\u5168\u5f00\u6e90\uff0c\u529f\u80fd\u4e30\u5bcc\uff0c\u53e3\u7891\u4e4b\u9009", "download": "other/20220311/a8e30ff6ada07c1cad2e2e7f41b4f4e9.zip", "md5": "3f757f67628d793bb2f9816b496f861a", "size": 91599003}]}, {"id": 600801387, "type": 1, "sort": 5, "name": "DSCMS", "title": "DSCMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf(PC+H5)", "ps": "\u4e00\u6b3e\u9002\u5408\u4f01\u4e1a\u7f51\u7ad9\u5efa\u8bbe\u7684CMS\u5efa\u7ad9\u7cfb\u7edf?", "version": "V1.4", "author": "\u5fb7\u5c1a\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=39157", "min_image": "/api/Pluginother/get_file?fname=image/20191028/c9de19972ec0977d189d6050dfccea16.png", "php": "55,56,70,71,72", "official": "http://www.csdeshang.com", "enable_functions": "", "count": 1704, "score": "5.0", "versions": [{"m_version": "V1", "version": "4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e00\u6b3e\u9002\u5408\u4f01\u4e1a\u7f51\u7ad9\u5efa\u8bbe\u7684CMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf", "download": "other/20191028/744cf106bb1e2352724eb202de13850a.zip", "md5": "7355eea6b521bf7907c98cf5c8cda161", "size": 16018322}]}, {"id": 600801591, "type": 1, "sort": 2.3, "name": "nxcrm", "title": "NXCRM\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf", "ps": "\u7ebf\u7d22\uff0c\u5546\u673a\uff0c\u5408\u540c\uff0c\u6536\u6b3e\uff0c\u5ba2\u6237\uff0c\u9644\u4ef6\uff0c\u8054\u7cfb\u4eba\uff0c\u8ddf\u8fdb\u7b49\u6570\u9879\u529f\u80fd?", "version": "v1.11.11", "author": "\u5b81\u590f\u5357\u76f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-54753-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200901/05c7673b66d31000305afd4852d81c04.png", "php": "72,73,74", "official": "https://www.nx.tt", "enable_functions": "", "count": 1670, "score": "2.3", "versions": [{"m_version": "v1", "version": "11.11", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590d\u7f51\u7ad9\u8bbe\u7f6e\uff0c\u4ee5\u53ca\u5176\u4ed6\u7684\u4e00\u4e9b\u5c0f\u95ee\u9898", "download": "other/20201116/b25099eb48667838bcb8fd8dfcce55f5.zip", "md5": "f375367e623c947535e2f92d07d91f10", "size": 48667958}]}, {"id": 600801733, "type": 1, "sort": 3.4, "name": "prokvm", "title": "prokvm\u5b9d\u5854\u865a\u62df\u4e3b\u673a\u9500\u552e\u7ba1\u7406\u7cfb\u7edf", "ps": "Prokvm\u4e91\u670d\u52a1\u5668\u7ba1\u7406\u7cfb\u7edf\uff0c\u96c6\u6210BT\u9500\u552e\u865a\u62df\u4e3b\u673a?", "version": "2.2.5", "author": "xmbillion", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-54451-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210617/47d23ccde7f5b0e85036815783726671.png", "php": "72", "official": "https://www.xmbillion.com/prokvm.html", "enable_functions": "", "count": 1656, "score": "3.4", "versions": [{"m_version": "2", "version": "2.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590d\u5b89\u88c5redis\u9519\u8bef\u5f15\u8d77500\u9519\u8bef", "download": "other/20220328/d34f298551597bf07f004d1e62330dbe.zip", "md5": "4aa3d4eaed24ba86a2af1505307feb00", "size": 45435810}]}, {"id": 600801692, "type": 1, "sort": 5, "name": "douphp", "title": "DouPHP\u8f7b\u91cf\u7ea7\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf", "ps": "\u8f7b\u91cf\u7ea7\u3001\u6a21\u5757\u5316\u3001\u514d\u8d39\u5f00\u6e90\u3001\u53ef\u5546\u7528?", "version": "v1.6 Release 20210324", "author": "DouPHP", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-66084-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210325/715dbfc352d52f027ea894f84d287bc2.png", "php": "53,54,55,56,70,71,72,73", "official": "https://www.douphp.com", "enable_functions": "", "count": 1616, "score": "5.0", "versions": [{"m_version": "v1", "version": "6 Release 20210324", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u8f7b\u91cf\u7ea7\u3001\u6a21\u5757\u5316\u3001\u514d\u8d39\u5f00\u6e90\u3001\u53ef\u5546\u7528", "download": "other/20210325/4abc4235e2830683cb7a5a944cdc43b1.zip", "md5": "40c2ff1f09aae22434c004d5719daa28", "size": 5736996}]}, {"id": 600801301, "type": 1, "sort": 4.3, "name": "easyiamge", "title": "\u7b80\u5355\u56fe\u5e8a", "ps": "\u652f\u6301\u591a\u6587\u4ef6\u4e0a\u4f20,\u7b80\u5355\u65e0\u6570\u636e\u5e93\u7684\u4e00\u6b3e\u56fe\u5e8a\u7a0b\u5e8f?", "version": "2.6.5", "author": "icret", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-83801-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220118/5e46a6cf46511190fb6742710028d225.png", "php": "56,70,71,72,73,74,80", "official": "https://png.cm", "enable_functions": "", "count": 1603, "score": "4.3", "versions": [{"m_version": "2", "version": "6.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u66f4\u65b0\u7248\u672c\u52302.6.5", "download": "other/20220527/509c9180bd8ccbb21f4c234bbe03e8cf.zip", "md5": "ec08ea15eef8ebc43d6311445a430a5f", "size": 3817079}]}, {"id": 600801683, "type": 2, "sort": 4.2, "name": "shopwind", "title": "ShopWind\u5f00\u6e90\u591a\u5e97\u94fa\u7535\u5546\u7cfb\u7edf", "ps": "\u57fa\u4e8eYii2\u6846\u67b6\u7684\u514d\u8d39\u5f00\u6e90B2B2C\u591a\u7528\u6237\u5546\u57ce\u7cfb\u7edf?", "version": "V3.4.2", "author": "\u5e7f\u897f\u5357\u5b81\u9886\u4f17\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-67044-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210317/1ec1a24446befc27f130834df920819e.png", "php": "70,71,72,73", "official": "https://www.shopwind.net", "enable_functions": "", "count": 1567, "score": "4.2", "versions": [{"m_version": "V3", "version": "4.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u57fa\u4e8eYii2\u6846\u67b6\u7684\u514d\u8d39\u5f00\u6e90B2B2C\u591a\u7528\u6237\u5546\u57ce\u7cfb\u7edf", "download": "other/20220331/8d1463a8db3a578ede8d2ca765bcc06b.zip", "md5": "1341cca905517a4b24b2c6b9f6dacc42", "size": 44585113}]}, {"id": 600801402, "type": 1, "sort": 5, "name": "zhicms", "title": "ZhiCms", "ps": "ZhiCms\u662f\u4e00\u6b3e\u4e13\u4e1a\u7684\u503c\u5f97\u4e70\u7cfb\u7edf\u3002?", "version": "4.0", "author": "\u4e91\u7aef\u7535\u5546", "price": 0, "auth_price": 0, "home": "https://www.zhicms.vip", "min_image": "/api/Pluginother/get_file?fname=image/20200401/c710fad2cedaed1bf890ebde5d505769.png", "php": "53,54,55,56,70,71,72", "official": "http://www.zhicms.vip", "enable_functions": "", "count": 1524, "score": "5.0", "versions": [{"m_version": "4", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "ZhiCms\u662f\u4e00\u6b3e\u4e13\u4e1a\u7684\u503c\u5f97\u4e70\u7cfb\u7edf\u3002", "download": "other/20201204/4988c8a4c8bcfdc42601272806a104f3.zip", "md5": "cd44b54efeaa2b7be432053709d38ef4", "size": 31406769}]}, {"id": 600801480, "type": 2, "sort": 3, "name": "jpshop", "title": "jpshop\u793e\u533a\u56e2\u8d2d-\u5fae\u5546\u57ce\u76f4\u64ad\u5c0f\u7a0b\u5e8f\u7cfb\u7edf", "ps": "\u5b89\u5168\uff0c\u5f00\u6e90\uff0c\u514d\u8d39\uff0c\u793e\u533a\u56e2\u8d2d\u5fae\u5546\u57ce\u5c0f\u7a0b\u5e8f?", "version": "1.4.50", "author": "\u8fde\u4e91\u6e2f\u5377\u6ce1\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-46093-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200318/aa5ae40cc921e60ff8af7fc0b3134390.png", "php": "72", "official": "http://www.juanpao.com", "enable_functions": "", "count": 1521, "score": "3.0", "versions": [{"m_version": "1", "version": "4.50", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "jpshop", "download": "other/20200616/fd5a902cb9bb86a22f9a80944c189614.zip", "md5": "224d3b1f1d9f3dfad1b08e8796db4b73", "size": 40044271}]}, {"id": 600801462, "type": 1, "sort": 4, "name": "qile_guarantee_free", "title": "\u5947\u4e50\u4e2d\u4ecb\u62c5\u4fdd\u4ea4\u6613\u7cfb\u7edf", "ps": "\u4e2d\u4ecb\u62c5\u4fdd\u7a0b\u5e8f,\u4e13\u6ce8\u4e8e\u7f51\u7ad9/\u57df\u540d/\u81ea\u5a92\u4f53/\u5c0f\u7a0b\u5e8f/\u6e90\u7801\u7b49\u62c5\u4fdd?", "version": "1.3.0", "author": "\u5947\u4e50\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-44205-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200214/aa3f654a9eea85c934b2edd946a376b0.png", "php": "70\uff0c71\uff0c72", "official": "http://www.qilecms.com/?invite=WElqNXdIbWVSaEZK", "enable_functions": "", "count": 1449, "score": "4.0", "versions": [{"m_version": "1", "version": "3.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u3010\u66f4\u65b0\u3011\u540e\u53f0\u5e7f\u544a\u4e0a\u4f20\u63a5\u53e3\u9519\u8bef \u3010\u66f4\u65b0\u3011\u5e7b\u706f\u7247\u65e0\u6cd5\u5207\u6362\u7684\u95ee\u9898", "download": "other/20220317/a99b0256277dfe30f084712ae579e1b9.zip", "md5": "773ed956e8e7c45bab04d3b0a561ce36", "size": 18060311}]}, {"id": 600801706, "type": 0, "sort": 4.4, "name": "yibaiyun_scrm", "title": "\u58f9\u4f70\u4e91SCRM", "ps": "50+\u5ba2\u6237\u8425\u9500\u7ba1\u7406\u529f\u80fd\uff0c\u514d\u8d39\u7684\u65b0\u4e00\u4ee3\u793e\u4ea4\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf?", "version": "2.0.5", "author": "\u6d1b\u9633\u58f9\u4f70\u7f51\u7edc", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-68014-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210420/14a7aee555e0c57de4aa4e08229b5aeb.png", "php": "56,70,71,72,73", "official": "http://www.ybyun.wang/", "enable_functions": "", "count": 1439, "score": "4.4", "versions": [{"m_version": "2", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "50+\u5ba2\u6237\u8425\u9500\u7ba1\u7406\u529f\u80fd\uff0c\u514d\u8d39\u7684\u65b0\u4e00\u4ee3\u793e\u4ea4\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf", "download": "other/20210720/cc60cb1924f51aebfc5b53b4c7a876aa.zip", "md5": "2d3937efa25ba0927edbe771d3068012", "size": 10962597}]}, {"id": 600801697, "type": 1, "sort": 4.4, "name": "yzncms", "title": "YznCMS", "ps": "\u57fa\u4e8ethinkphp5.1\u548cLayui2.6\u7684\u540e\u53f0\u7cfb\u7edf?", "version": "1.04", "author": "\u5fa1\u5b85\u7537\u5de5\u4f5c\u5ba4", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-66787-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210406/1020ab61e7afb7d4674ce30374c4f192.png", "php": "70,71,72,73,74,8.0", "official": "https://gitee.com/ken678/YZNCMS", "enable_functions": "", "count": 1379, "score": "4.4", "versions": [{"m_version": "1", "version": "04", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u7cfb\u7edf\u67b6\u6784\u4f18\u5316\u5927\u91cf\u7ec6\u8282", "download": "other/20220304/c97b71df854fe0440b4295a7862c1673.zip", "md5": "8757cdaa5375a7f6ab1545bca5e084af", "size": 26061747}]}, {"id": 600801601, "type": 5, "sort": 3.7, "name": "qvmhcn", "title": "\u4f01\u5fae\u9b54\u76d2", "ps": "\u4f01\u5fae\u9b54\u76d2\u4e13\u6ce8\u4e8e\u4f01\u4e1a\u5fae\u4fe1\u7b2c\u4e09\u65b9\u6e90\u7801\u79c1\u6709\u5316\u90e8\u7f72?", "version": "4.0", "author": "DOXCX", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-57174-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200929/c254af3b0ff298ca6c9bff9aa5556883.png", "php": "70,71", "official": "http://www.qvmh.cn", "enable_functions": "", "count": 1373, "score": "3.7", "versions": [{"m_version": "4", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4f01\u5fae\u9b54\u76d2\u514d\u8d39\u7248V4\u53d1\u5e03\uff0c\u529f\u80fd\u66f4\u5f3a\u5927", "download": "other/20201223/3b4ef65906d90d208f89b8d57b0e8c9c.zip", "md5": "5232059ab725fbd3a5251dc1e1e76fdd", "size": 13272074}]}, {"id": 600801289, "type": 6, "sort": 5, "name": "codeigniter", "title": "codeigniter", "ps": "\u5c0f\u5de7\u4f46\u529f\u80fd\u5f3a\u5927\u7684 PHP \u6846\u67b6?", "version": "3.1.10", "author": "\u5b9d\u5854", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20190705/78882b423c4a38f7eb048db1aea60255.png", "php": "53,54,55,56,70,71,72", "official": "https://codeigniter.org.cn", "enable_functions": "", "count": 1297, "score": "5.0", "versions": [{"m_version": "3", "version": "1.10", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "CI-3.1.10", "download": "other/20190705/2709474d3bcca0796205e51425fd1edc.zip", "md5": "2a25747926f00dacff9fb59619eaacb7", "size": 2741644}]}, {"id": 600801547, "type": 5, "sort": 5, "name": "yq_20200606", "title": "\u9002\u7528\u4e8e\u95e8\u5e97\u9884\u7ea6\u7684\u5c0f\u7a0b\u5e8f\u7ba1\u7406\u7cfb\u7edf", "ps": "\u9002\u7528\u4e8e\u95e8\u5e97\u9884\u7ea6\u7684\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u7ba1\u7406\u7cfb\u7edf?", "version": "1.0.5", "author": "\u706b\u7ea2\u6a58\u5b50", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-50543-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200606/8a215601cbcea371580f4b857d065150.png", "php": "72,73", "official": "https://download.csdn.net/download/hj960511/18419841", "enable_functions": "", "count": 1252, "score": "5.0", "versions": [{"m_version": "1", "version": "0.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6587\u6863\u53ca\u83dc\u5355\u4fe1\u606f\u7684\u66f4\u65b0", "download": "other/20220501/07eea08b29c78ef3871ab48f5da08152.zip", "md5": "402c0cde5135fbc25ca5e0877cfedc6f", "size": 23936393}]}, {"id": 600801696, "type": 2, "sort": 4.3, "name": "hasog", "title": "HaSog\u5e7b\u795e\u5546\u57ce", "ps": "\u4e00\u4e2a\u9ad8\u6269\u5c55\u6027\u4e14\u5341\u5206\u8f7b\u4fbf\u7684\u5f00\u6e90\u5206\u9500\u5546\u57ce\u7cfb\u7edf?", "version": "V1.0.0-2021061501", "author": "\u5e7b\u795e\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-66572-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210402/06f17235693de36deda8d60561b8c6db.png", "php": "71,72,73,80", "official": "https://cloud.hasog.com", "enable_functions": "", "count": 1247, "score": "4.3", "versions": [{"m_version": "V1", "version": "0.0-2021061501", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "V1.0.0-2021061501 \u7248\u672c\u53d1\u5e03\uff0c\u65b0\u589e\u94f6\u884c\u5361\u3001\u627e\u56de\u5bc6\u7801\u3001SaaS\u6a21\u5f0f\uff0c\u4fee\u590d\u4e86\u4e00\u4e9bBUG\uff0c\u4f18\u5316\u4e86\u540e\u53f0\u7684\u4f53\u9a8c", "download": "other/20210615/721393cce91034f650519ebfe06fe378.zip", "md5": "9111565426f2ce5e503dea4584ed8e74", "size": 19259285}]}, {"id": 600801745, "type": 5, "sort": 4.6, "name": "youmiactivitys", "title": "\u6d3b\u52a8\u5b9d", "ps": "\u514d\u8d39\u5546\u7528\uff0c\u65e0\u9650\u5546\u5bb6\u5165\u9a7b\uff0c100+\u8425\u9500\u4e92\u52a8\u6a21\u677f?", "version": "2.0.8", "author": "\u6e29\u5dde\u6538\u7c73\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-73651-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210806/41423d8d37e3eaab4913496024c89914.png", "php": "71,72,73", "official": "https://www.umiyun.net", "enable_functions": "opcache,ioncube", "count": 1176, "score": "4.6", "versions": [{"m_version": "2", "version": "0.8", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u514d\u8d39\u5546\u7528\uff0c\u65e0\u9650\u5546\u5bb6\u5165\u9a7b\uff0c100+\u8425\u9500\u4e92\u52a8\u6a21\u677f", "download": "other/20211102/1f002dfe3549bd301ae6a88be71562b2.zip", "md5": "ab8983ae18b13543efb1e44d1c5e9335", "size": 41579124}]}, {"id": 600801736, "type": 5, "sort": 5, "name": "hzweizhi_order", "title": "\u65b0\u5ba2\u6765\u667a\u6167\u9910\u996e\u7cfb\u7edf", "ps": "\u514d\u8d39\u5546\u7528.\u5fae\u4fe1\u652f\u4ed8\u5b9d\u6296\u97f3\u5934\u6761\u767e\u5ea6QQAPP.\u626b\u7801\u70b9\u9910\u5916\u5356?", "version": "3.0.01", "author": "\u83cf\u6cfd\u5fae\u667a\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-72136-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210712/b62ebe5f69d7f8ee3411826c0b8b3477.png", "php": "72", "official": "https://www.wx186.cn/", "enable_functions": "putenv,fsockopen,proc_open", "count": 1152, "score": "5.0", "versions": [{"m_version": "3", "version": "0.01", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4fee\u590dsql\u5b89\u88c5\u517c\u5bb9\u6027", "download": "other/20220414/9a17cc52f2f095cd710dee4c18a2341a.zip", "md5": "59e921b709a6f5a43c2b6dac972e34aa", "size": 19848760}]}, {"id": 600801515, "type": 1, "sort": 0, "name": "masterlab", "title": "Masterlab\u793e\u533a\u7248", "ps": "\u57fa\u4e8e\u4e8b\u9879\u9a71\u52a8\u548c\u654f\u6377\u5f00\u53d1\u7684\u9879\u76ee\u7ba1\u7406\u5de5\u5177?", "version": "3.1.9", "author": "\u6df1\u5733\u5e02\u654f\u6377\u667a\u76db\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=50486&highlight=Masterlab", "min_image": "/api/Pluginother/get_file?fname=image/20201125/a7b39c8013d2c42f2a5c932f69f0e1c7.png", "php": "73,74", "official": "http://www.masterlab.vip/", "enable_functions": "system,exec", "count": 1134, "score": 0, "versions": [{"m_version": "3", "version": "1.9", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "Masterlab\u793e\u533a\u72483.1.9\u4e00\u952e\u90e8\u7f72", "download": "other/20220104/61951703e67244b4f6fa7566dbcbcbf1.zip", "md5": "833956b62e600bef359885b42fe08bf6", "size": 42564271}]}, {"id": 600801719, "type": 1, "sort": 5, "name": "yzmcms", "title": "YzmCMS\u8f7b\u91cf\u7ea7\u5f00\u6e90CMS", "ps": "\u57fa\u4e8ePHP+MYSQL\u5f00\u53d1\u7684\u8f7b\u91cf\u7ea7\u5f00\u6e90CMS\u7cfb\u7edf?", "version": "V6.5", "author": "yzmcms", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-68513-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210509/5ef0d9c1a53c3a91fea05096fc1d8f66.png", "php": "53,54,55,56,70,71,72,73,74,80", "official": "https://www.yzmcms.com", "enable_functions": "", "count": 1120, "score": "5.0", "versions": [{"m_version": "V6", "version": "5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u57fa\u4e8ePHP+MySQL\u5f00\u53d1\u7684\u8f7b\u91cf\u7ea7\u5f00\u6e90CMS\u7cfb\u7edf", "download": "other/20220506/37df593ada8ec483de5558652e78fb9e.zip", "md5": "117b48d1000ae8f57b8dca4c5e4fc398", "size": 4099775}]}, {"id": 600801675, "type": 1, "sort": 5, "name": "url_shortener", "title": "\u672a\u77e5\u7684\u77ed\u94fe", "ps": "\u7531\u4e00\u6761\u54b8\u9c7c\u5f00\u53d1\u7684\u4e00\u6b3e\u7b80\u6d01\u7684\u77ed\u94fe\u63a5\u7a0b\u5e8f?", "version": "1.1.2", "author": "\u5434\u5148\u68ee", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20210227/3b0037cebee28d79f36bbdd13d021bd4.png", "php": "53,54,55,56,70,71,72,73,74,80", "official": "https://www.wunote.cn", "enable_functions": "", "count": 1108, "score": "5.0", "versions": [{"m_version": "1", "version": "1.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u9996\u6b21\u5728\u5b9d\u5854\u63d0\u4ea4", "download": "other/20210228/381ad3f1c82a710254cc5d7a74463882.zip", "md5": "32e0af2b492e88570aeb8f341559ce7e", "size": 107462}]}, {"id": 600801558, "type": 1, "sort": 5, "name": "thinksaas", "title": "ThinkSAAS\u5f00\u6e90\u793e\u533a", "ps": "\u7b80\u5355\u53ef\u6269\u5c55\u7684php\u5f00\u6e90\u793e\u533a\u7cfb\u7edf?", "version": "3.59", "author": "ThinkSAAS", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-51785-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200707/0c34bf083c2969becbc583f08510fc65.png", "php": "55,56,70,71,72,73", "official": "https://www.thinksaas.cn", "enable_functions": "", "count": 1078, "score": "5.0", "versions": [{"m_version": "3", "version": "59", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4f18\u5316\u7cfb\u7edf\u6d88\u606f\uff0c\u5347\u7ea7\u4eba\u673a\u9a8c\u8bc1", "download": "other/20220314/e0a9e87300e3ae718620444628a74558.zip", "md5": "b8c56bf6e1f58c6e0a7e23ed14d7aeba", "size": 5744991}]}, {"id": 600801657, "type": 1, "sort": 5, "name": "wi9theme", "title": "\u5fae\u4e5dwp\u8d44\u6e90\u4e0b\u8f7d\u4e3b\u9898", "ps": "\u5fae\u4e5d\u4e3b\u9898\u662f\u4e00\u6b3e\u76ee\u524d\u514d\u8d39\u7684wordpress\u8d44\u6e90\u4e0b\u8f7d\u4e3b\u9898?", "version": "1.9", "author": "\u5fae\u4e5d\u751f\u6001", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-63653-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210201/c16bf742ccd715a8588db21a12b07f3c.png", "php": "56,70,71,72,73,74", "official": "https://www.wi9.cc/", "enable_functions": "", "count": 1032, "score": "5.0", "versions": [{"m_version": "1", "version": "9", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u589e\u52a0\u5fae\u4fe1\u5c0f\u7a0b\u5e8f,\u96c6\u6210\u652f\u4ed8,\u5728\u7ebf\u66f4\u65b0,\u81ea\u5e26\u4f1a\u5458\u7cfb\u7edf,\u53cb\u94fe\u81ea\u52a8\u5ba1\u6838\u7cfb\u7edf", "download": "other/20210518/ea9448227ebca7a27acd33806ed48e68.zip", "md5": "73b9a42d28d986d252788078944ee1b4", "size": 24367758}]}, {"id": 600801656, "type": 1, "sort": 4, "name": "wellcms", "title": "WellCMS", "ps": "\u5f00\u6e90\u3001\u503e\u5411\u79fb\u52a8\u7aef\u3001\u8f7b\u91cf\u7ea7\u3001\u5177\u6709\u8d85\u5feb\u53cd\u5e94\u80fd\u529b\u7684\u4ebf\u7ea7\u9ad8\u8d1f\u8f7dCMS?", "version": "2.2.0", "author": "wellcms", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=63634", "min_image": "/api/Pluginother/get_file?fname=image/20210201/056863324539723935c8acd411547bf1.png", "php": "56,70,71,72,73,74,80", "official": "http://www.wellcms.cn/", "enable_functions": "", "count": 979, "score": "4.0", "versions": [{"m_version": "2", "version": "2.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u514d\u8d39\u5f00\u6e90\uff0c\u81ea\u9002\u5e94\uff0cSEO\u6548\u679c\u597d\uff0c\u627f\u8f7d\u4ebf\u7ea7\u6587\u7ae0\uff0c\u6253\u5f00\u901f\u5ea6\u98de\u5feb", "download": "other/20220107/e2948fc371297af9f83e815e847d91ab.zip", "md5": "0be750596db08b34634e740452748e3c", "size": 1226805}]}, {"id": 600801541, "type": 5, "sort": 3, "name": "wxxcx_kf_gjchf_66", "title": "\u9002\u7528\u4e8e\u5c0f\u7a0b\u5e8f\u5ba2\u670d\u81ea\u52a8\u56de\u590d\u7684\u7ba1\u7406\u7cfb\u7edf", "ps": "\u514d\u8d39\u7684\u8fd0\u7528\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5ba2\u670d\u5173\u952e\u8bcd\u8bbe\u7f6e\u81ea\u52a8\u56de\u590d\u7684\u7ba1\u7406\u7cfb\u7edf?", "version": "1.0.3", "author": "\u706b\u7ea2\u6a58\u5b50", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-49704-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200521/9368533c9cf0d2fce43869b3f04f784a.png", "php": "72", "official": "https://download.csdn.net/download/hj960511/18420001", "enable_functions": "", "count": 969, "score": "3.0", "versions": [{"m_version": "1", "version": "0.3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u66f4\u65b0\u4e86\u83dc\u5355\u548c\u6587\u6863\u4fe1\u606f", "download": "other/20220501/a62e7f23f38856f910c742d3f73f8862.zip", "md5": "5bdce3fbaefc432d14ebf8c8f9b77a45", "size": 12751550}]}, {"id": 600801473, "type": 1, "sort": 5, "name": "lcms", "title": "\u76d8\u4f01LCMS PHP\u5f00\u53d1\u6846\u67b6", "ps": "\u53efSaaS\u5efa\u7ad9\u3001\u4e00\u952e\u5f00\u901a3000+\u57ce\u5e02\u5206\u7ad9\u7684\u5f00\u6e90\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf?", "version": "2022.05161135", "author": "\u8fd0\u57ce\u5e02\u76d8\u77f3\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://support.qq.com/products/136192", "min_image": "/api/Pluginother/get_file?fname=image/20200307/86dbe823fdc9acbbef9c014bcbf5d83b.png", "php": "72,73,74,80,81", "official": "https://www.panshi18.cn/", "enable_functions": "", "count": 956, "score": "5.0", "versions": [{"m_version": "2022", "version": "05161135", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4f18\u5316\u5b89\u88c5\u6269\u5c55\u68c0\u6d4b", "download": "other/20220516/46d45704e261f7ee237fdc96c9ba57cd.zip", "md5": "a78301b6b2d7dffddf01599a59ab23fe", "size": 8264575}]}, {"id": 600801708, "type": 1, "sort": 5, "name": "wendasns", "title": "Wendasns\u5f00\u6e90\u95ee\u7b54\u793e\u533a\u7cfb\u7edf", "ps": "\u5f00\u6e90\u5185\u5bb9\u4ed8\u8d39\u95ee\u7b54\u793e\u533a\u3001seo\u3001URL\u76ee\u5f55\u5316\u3001\u5c0f\u7a0b\u5e8f\u7684\u95ee\u7b54\u7cfb\u7edf?", "version": "V2.0.2", "author": "wendasns", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-67643-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210422/6ca78b3c46bd2d3255b4226ecc8e0727.png", "php": "72,73,74,80", "official": "https://www.wendasns.com", "enable_functions": "", "count": 917, "score": "5.0", "versions": [{"m_version": "V2", "version": "0.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "V2.0.2 \u4fee\u590d\u5df2\u77e5BUG", "download": "other/20210702/964693bf33b0550ddfdee319da69a40c.zip", "md5": "44cf354b23bfec921758d9d75270416a", "size": 8491338}]}, {"id": 600801615, "type": 2, "sort": 0, "name": "dbshopv3", "title": "\u5168\u65b0DBShop\u5546\u57ce\u7cfb\u7edf", "ps": "\u5320\u5fc3\u4e4b\u4f5c\uff0c\u4e00\u5982\u65e2\u5f80\u4e13\u4e1a\u7684\u4f01\u4e1a\u7ea7\u5546\u57ce\u7cfb\u7edf?", "version": "V3.1 Release 220419", "author": "\u9759\u9759\u7684\u98ce", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&amp;tid=5099", "min_image": "/api/Pluginother/get_file?fname=image/20201029/21c44bdb207758acc2a470d3bf665e02.png", "php": "72,73,74,80", "official": "https://www.dbshop.net/", "enable_functions": "", "count": 914, "score": 0, "versions": [{"m_version": "V3", "version": "1 Release 220419", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u529f\u80fd\u66f4\u65b0\uff0cbug\u4fee\u590d", "download": "other/20220421/aee6e514d492875289a22b9bba4c5083.zip", "md5": "5f138ef0f0a1949f3552bb62860eabf4", "size": 48875488}]}, {"id": 600801761, "type": 1, "sort": 5, "name": "modstart", "title": "ModStartCMS", "ps": "\u57fa\u4e8eLaravel\u7684\u6a21\u5757\u5316\u5efa\u7ad9\u7cfb\u7edf\uff0c\u514d\u8d39\u4e14\u4e0d\u9650\u5236\u5546\u4e1a\u4f7f\u7528?", "version": "v4.0.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-76287-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220324/ee7b19647869c0ede79345f723cdfcf1.png", "php": "56,70", "official": "https://modstart.com/", "enable_functions": "shell_exec,proc_open,putenv", "count": 889, "score": "5.0", "versions": [{"m_version": "v4", "version": "0.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "CMS\u529f\u80fd\u589e\u5f3a\uff0c\u7528\u6237\u7ba1\u7406\u4f18\u5316", "download": "other/20220525/d7a6ce4e14a7f9624d45e48d0009c01b.zip", "md5": "d689bbb90c452b013518656ca5f2af69", "size": 31163263}]}, {"id": 600801771, "type": 6, "sort": 5, "name": "kuerp", "title": "\u9177\u67da\u6613\u6c5b\u8fdb\u9500\u5b58\u5f00\u6e90\u514d\u8d39\u7248", "ps": "\u9177\u67da\u6613\u6c5b\u8fdb\u9500\u5b58\u5f00\u6e90\u514d\u8d39\u7248\uff0c\u867d\u7136\u662f\u514d\u8d39\u7248\u672c\u4f46\u662f\u529f\u80fd\u5168\u9762\uff01?", "version": "1.0.4", "author": "\u56db\u5ddd\u4f18\u72d7\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=80395", "min_image": "/api/Pluginother/get_file?fname=image/20211212/1a01f82264ca159d35575a77f5b00ddd.png", "php": "56,70,71,72", "official": "www.scygkj.com", "enable_functions": "", "count": 877, "score": "5.0", "versions": [{"m_version": "1", "version": "0.4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "", "download": "other/20211224/7c2ebcf051fb4c931d73c90d6ac14677.zip", "md5": "8fd134030b2fdd4488d116eca885d816", "size": 46047589}]}, {"id": 600801643, "type": 1, "sort": 5, "name": "classcms", "title": "ClassCMS", "ps": "\u4e00\u6b3e\u7b80\u5355\u3001\u7075\u6d3b\u3001\u5b89\u5168\u3001\u6613\u4e8e\u62d3\u5c55\u7684\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?", "version": "3.0", "author": "ClassCMS", "price": 0, "auth_price": 0, "home": "", "min_image": "/api/Pluginother/get_file?fname=image/20201229/d1737d3b7ff2eeef1ae1018a5be1ca25.png", "php": "52,53,54,55,56,70,71,72,73,74,80", "official": "https://classcms.com/", "enable_functions": "", "count": 851, "score": "5.0", "versions": [{"m_version": "3", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u89e3\u51b3\u4e86\u4e00\u4e9b\u5df2\u77e5\u95ee\u9898", "download": "other/20220519/b2a7d54dfad59b4066b245114ebf490d.zip", "md5": "45277ac0ff228df8b72cffa564b6730c", "size": 789834}]}, {"id": 600801593, "type": 1, "sort": 0, "name": "wdja_course", "title": "WDJA\u6559\u7a0b\u53d1\u5e03\u7cfb\u7edf", "ps": "\u3010\u5f00\u6e90,\u53ef\u514d\u8d39\u5546\u7528\u3011\u5b98\u7f51www.wdja.net?", "version": "1.5", "author": "shadoweb", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-56237-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210802/8a88ebf91135fb92055162ee0ffb60b8.png", "php": "70,71,72,73,74", "official": "http://www.wdja.net", "enable_functions": "", "count": 849, "score": 0, "versions": [{"m_version": "1", "version": "5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u7b2c\u4e00\u7248", "download": "other/20200915/d388c115ecb99b8217ec9157b514de62.zip", "md5": "a0f356a6378b31b2dd60439253d56681", "size": 4342748}]}, {"id": 600801756, "type": 1, "sort": 5, "name": "yqnxt", "title": "\u4e00\u8d77\u725b\u77e5\u8bc6\u4ed8\u8d39\u7cfb\u7edf\uff08\u5728\u7ebf\u6559\u80b2\u57f9\u8bad\u5e73\u53f0\uff09", "ps": "\u77e5\u8bc6\u4ed8\u8d39\u7cfb\u7edf\uff0c\u5b98\u65b9\u5e94\u8be5\u5e02\u573a\u63d0\u4f9b\u5927\u91cf\u6a21\u677f\u3001\u63d2\u4ef6\uff0c\u62d3\u5c55\u6027\u6781\u9ad8?", "version": "1.5", "author": "\u70df\u53f0\u5e02\u8c6a\u5ba2\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-75718-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210907/4b73ad42638e601b24ed52d12e8b9107.png", "php": "53,54,55,56,70,71,72,73,74,80", "official": "https://www.yqnxt.com/", "enable_functions": "", "count": 848, "score": "5.0", "versions": [{"m_version": "1", "version": "5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u89c6\u9891\u8bfe\u7a0b\u3001\u97f3\u9891\u8bfe\u7a0b\u3001\u56fe\u6587\u8bfe\u7a0b\uff0c\u9898\u5e93\u7cfb\u7edf\uff0c\u6587\u7ae0\u7cfb\u7edf\u7b49\u6a21\u5757", "download": "other/20210914/c14e99be4b1c543f04f004495c8d5f46.zip", "md5": "fb99c99e7e66bc8049cd33a11427fe5c", "size": 42155224}]}, {"id": 600801755, "type": 2, "sort": 3.5, "name": "renren_shop", "title": "\u4eba\u4eba\u5546\u57ce", "ps": "\u4e13\u4e1a\u5206\u9500\u5546\u57ce\u7cfb\u7edf\uff0c\u4e00\u7ad9\u5f0f\u7535\u5546\u8425\u9500\u751f\u6001\u7cfb\u7edf\uff0c\u5168\u6e20\u9053\u89e3\u51b3\u65b9\u6848?", "version": "5.4.4", "author": "\u6613\u8054\u4e92\u52a8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-75340-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210902/6a5526a81d451f96e13c4cce274476f1.png", "php": "71,72,73", "official": "https://www.rrsc.cn", "enable_functions": "proc_open,proc_close,proc_get_status,pcntl_signal,pcntl_signal_dispatch,proc_get_status", "count": 833, "score": "3.5", "versions": [{"m_version": "5", "version": "4.4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "5.4.4 \u5546\u57ce\u5b89\u88c5\u5305", "download": "other/20210902/44aee683f6cbeac4d3ad59df668ca536.zip", "md5": "dfb68dfe2b99b5e1849050f5cf16988a", "size": 37102076}]}, {"id": 600801525, "type": 1, "sort": 5, "name": "rageframe2", "title": "RageFrame2", "ps": "\u4e00\u4e2a\u57fa\u4e8eYii2\u9ad8\u7ea7\u6846\u67b6\u7684\u5feb\u901f\u5f00\u53d1\u5e94\u7528\u5f15\u64ce?", "version": "2.6.43", "author": "RageFrame", "price": 0, "auth_price": 0, "home": "https://github.com/jianyan74/rageframe2/issues", "min_image": "/api/Pluginother/get_file?fname=image/20200430/eb324cda96232f4476ee91cb77b52886.png", "php": "72,73,74", "official": "http://www.rageframe.com", "enable_functions": "", "count": 814, "score": "5.0", "versions": [{"m_version": "2", "version": "6.43", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u7b80\u5355\u7248\uff0c\u5b8c\u6574\u7248\u9700\u8981\u624b\u52a8\u6267\u884c\u4e0b composer install\uff0c\u9700\u8981 mysql5.7 \u4ee5\u4e0a\u7248\u672c", "download": "other/20200717/6580f85154afdde70f66ea5235e3d1aa.zip", "md5": "80fe0bc694efce86b85d955040e75e76", "size": 49247154}]}, {"id": 600801725, "type": 1, "sort": 5, "name": "rpcms", "title": "rpcms\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf", "ps": "\u4e00\u6b3e\u8f7b\u91cf\u578bphp\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\uff0c\u5c0f\u578b\u3001\u8f7b\u91cf\uff0c\u529f\u80fd\u4e30\u5bcc\uff0c\u6269\u5c55\u6027\u5f3a?", "version": "V2.5.9", "author": "rpcms", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-68632-1-3.html", "min_image": "/api/Pluginother/get_file?fname=image/20210521/d39c0986f1a9e6faf9be2b06106407a0.png", "php": "56,70,71,72,73,74,80", "official": "http://www.rpcms.cn", "enable_functions": "", "count": 795, "score": "5.0", "versions": [{"m_version": "V2", "version": "5.9", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "", "download": "other/20220526/157bd9d58122f1ac6c032f41254517ab.zip", "md5": "22913664ba5a7008a92937fd273c4ba0", "size": 3577069}]}, {"id": 600801737, "type": 1, "sort": 5, "name": "yunucms", "title": "\u4e91\u4f18CMS", "ps": "\u4e00\u952e\u5f00\u901a3000+\u57ce\u5e02\u5206\u7ad9\uff0c\u5feb\u901f\u642d\u5efa\u591a\u5408\u4e00\u4f01\u4e1a\u5b98\u7f51?", "version": "2.2.6", "author": "\u9547\u6c5f\u5e02\u4e91\u4f18\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&amp;amp;amp;tid=72177&amp;amp;amp;page=1&amp;amp;amp;extra=#pid275392", "min_image": "/api/Pluginother/get_file?fname=image/20210713/f03cd2becbb1f9c2b7823b4e1282a1f4.png", "php": "56,57,70,71,72,73,74", "official": "http://www.yunucms.com/", "enable_functions": "", "count": 766, "score": "5.0", "versions": [{"m_version": "2", "version": "2.6", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4e00\u952e\u5f00\u901a3000+\u57ce\u5e02\u5206\u7ad9\uff0c\u5feb\u901f\u642d\u5efa\u591a\u5408\u4e00\u4f01\u4e1a\u5b98\u7f51", "download": "other/20220121/6c5823c41cb0cb3f4884bb0567fa246e.zip", "md5": "85da25d35a721497f9cf4a2d77d142b9", "size": 40965650}]}, {"id": 600801667, "type": 3, "sort": 3.5, "name": "smsot", "title": "\u9b54\u7f07", "ps": "\u9b54\u7f07Smsot2.12\uff0c\u77e5\u8bc6\u4ed8\u8d39\u3001\u793e\u7fa4\u7a7a\u95f4\u3001\u4e13\u6ce8\u4e8e\u793e\u7fa4\u8fd0\u8425?", "version": "2.12", "author": "\u9b54\u7f07Smsot", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-64289-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210219/86226f651f40c37051e7533ef9c55b16.png", "php": "53,54,55,56,70,71,72,73,74", "official": "https://www.smsot.com", "enable_functions": "", "count": 743, "score": "3.5", "versions": [{"m_version": "2", "version": "12", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u65b0\u589e\u591a\u9879\u793e\u7fa4\u529f\u80fd\uff0c\u4f18\u5316\u7528\u6237\u4f53\u9a8c", "download": "other/20220518/74362664042251dc4dbabf15555bb83c.zip", "md5": "6105fa440255ffeb6585263bdb6b494a", "size": 11688273}]}, {"id": 600801738, "type": 1, "sort": 5, "name": "vitphp", "title": "vitphp", "ps": "\u57fa\u4e8ethinkphp6+layui\u5f00\u53d1\u7684\u4e00\u6b3e\u591a\u5e94\u7528\u7ba1\u7406\u7684\u6846\u67b6?", "version": "1.3.5", "author": "\u5f00\u733f\u670d\u52a1", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-72373-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210716/27fb412072e856892a21d4042c819a9a.png", "php": "72,73,74", "official": "http://www.vitphp.cn", "enable_functions": "", "count": 741, "score": "5.0", "versions": [{"m_version": "1", "version": "3.5", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 2, "version_msg": "\u4fee\u590d\u95ee\u9898", "download": "other/20220413/b671862370574d55c99b2174a1ccea19.zip", "md5": "f026e644b42b68493077f06a7d2f7c53", "size": 4966234}]}, {"id": 600801551, "type": 1, "sort": 4.8, "name": "zhyframe", "title": "\u631a\u6167\u4e91", "ps": "\u79fb\u52a8\u5e94\u7528\uff08\u591a\u7aef\u5408\u4e00\uff09\u8f6f\u4ef6\u7ba1\u7406\u7cfb\u7edf\uff0c\u7fa4\u53f7\uff1a1127938508?", "version": "4.4.4", "author": "\u631a\u6167\u4e91", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-51390-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20200622/7d36cd83100e87cbbb69cd57411a4093.png", "php": "71", "official": "https://s.zhyxm.com/zhyframe", "enable_functions": "", "count": 720, "score": "4.8", "versions": [{"m_version": "4", "version": "4.4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u591a\u7aef\u5408\u4e00\u5e94\u7528\u7ba1\u7406\u7cfb\u7edf\uff0c\u53ef\u4e0b\u8f7d\u514d\u8d39\u5e94\u7528\u5b89\u88c5\uff0cqq\u7fa4\uff1a1127938508", "download": "other/20220409/bbeed575cac3b61bb4902322178fc269.zip", "md5": "541680c82c119f4236d1df5f1e970ad3", "size": 49692472}]}, {"id": 600801766, "type": 1, "sort": 4, "name": "jjyun_bt", "title": "\u8282\u8282\u4e91-\u5b9d\u5854\u4e3b\u673a\u9762\u677f\u8d44\u4ea7\u7ba1\u7406\u7cfb\u7edf", "ps": "\u6279\u91cf\u5efa\u7ad9\uff0c\u6743\u9650\u5206\u914d\uff0c\u7ad9\u70b9\u7edf\u4e00\u7ba1\u7406\uff0c\u4e00\u952e\u767b\u5f55\u9762\u677f\u540e\u53f0\u7b49\u529f\u80fd?", "version": "1.0.19", "author": "\u5e7f\u4e1c\u5ba2\u6ee1\u591a\u79d1\u6280\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-79418-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20211114/efe97642b087cade5b0016e4f47f9d38.png", "php": "71", "official": "http://bbs.jjyun.cc/thread-11565-1-1.html", "enable_functions": "", "count": 679, "score": "4.0", "versions": [{"m_version": "1", "version": "0.19", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u589e\u52a0 \u589e\u52a0\u652f\u4ed8\u5b9d-\u4eba\u8138\u5b9e\u540d\u8ba4\u8bc1\u3001\u652f\u4ed8\u5b9d\u5f53\u9762\u4ed8\u3001\u66f4\u65b0\u767b\u5f55/\u6ce8\u518c\u5e94\u7528\u3001\u4f18\u5316\u90ae\u7bb1\u767b\u5f55\u7b49", "download": "other/20220104/802f1287ec4d16008a4879a19f91ef82.zip", "md5": "b68738bc7ac3faadadebb9ed107adb7d", "size": 21028411}]}, {"id": 600801762, "type": 2, "sort": 5, "name": "jiecheng_", "title": "\u8282\u7a0b\u5546\u57ce", "ps": "saas\u5546\u57ce\u65e0\u9650\u5236\u591a\u5f00,\u5b9a\u5236\u5546\u54c1\uff0c\u5206\u9500\uff0c\u5206\u88f9\u4e00\u7ad9\u5f0f\u8425\u9500\u7cfb\u7edf?", "version": "2.1.4", "author": "\u8282\u7a0b\u5546\u57ce", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-76577-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210923/dbe3964888604b1f1f65273bdb5841ce.png", "php": "73", "official": "https://www.jc362.com/", "enable_functions": "proc_open,exec", "count": 676, "score": "5.0", "versions": [{"m_version": "2", "version": "1.4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "saas\u5546\u57ce\u65e0\u9650\u5236\u591a\u5f00,\u5b9a\u5236\u5546\u54c1\uff0c\u5206\u9500\uff0c\u5206\u5305\u88f9\u4e00\u7ad9\u5f0f\u8425\u9500\u7cfb\u7edf", "download": "other/20220518/cc1395a1744eb44b8c3eb05d335e2e7a.zip", "md5": "bcc579e67f4a9f139f30d242f37cfafc", "size": 56790985}]}, {"id": 600801684, "type": 1, "sort": 5, "name": "public", "title": "\u8bfa\u601d\u5ba2\u5168\u80fd\u7b7e\u8f6f\u4ef6\u6e90", "ps": "\u8bfa\u601d\u5ba2\u5168\u80fd\u7b7e\u8f6f\u4ef6\u6e90 - SpeedIDC\u7cfb\u7edf\u63d0\u4f9b\u4e00\u952e\u90e8\u7f72?", "version": "7.1.2", "author": "\u5218\u5c11", "price": 0, "auth_price": 0, "home": "https://www.speed-idc.com", "min_image": "/api/Pluginother/get_file?fname=image/20210317/ad23cdd1dcfd9b6c57eed78ffbbcd698.png", "php": "70", "official": "https://www.speed-idc.com", "enable_functions": "putenv", "count": 668, "score": "5.0", "versions": [{"m_version": "7", "version": "1.2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u65b0\u589e\uff1a\u7248\u672c\u68c0\u6d4b\u3001\u5728\u7ebf\u66f4\u65b0\u3001\u6e90\u52a0\u5bc6\u7b49\u5b89\u5168\u95ee\u9898\u3002\u4fee\u590d\uff1a\u5df2\u77e5BUG", "download": "other/20220515/f75ef6b673352fad99c48ea4f3a6caa6.zip", "md5": "08c1c99261f77b8194e1a5f370538c6e", "size": 21457382}]}, {"id": 600801759, "type": 5, "sort": 4, "name": "sxkj_offline", "title": "\u8054\u901aCPS", "ps": "\u6700\u65b0\u7a0b\u5e8f\u66f4\u65b0\u548c\u552e\u540e\u4ea4\u6d41QQ\u7fa4\uff1a634511156?", "version": "1.1", "author": "\u968f\u5fc3\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.xqzbk.top/jishu/3134.html", "min_image": "/api/Pluginother/get_file?fname=image/20210913/a712f82b35be1652bb61f91fe12e9ca3.png", "php": "70,71,72,73", "official": "http://www.sxsxjzw.cn", "enable_functions": "", "count": 643, "score": "4.0", "versions": [{"m_version": "1", "version": "1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u66f4\u65b0\u5b89\u88c5\u7a0b\u5e8f", "download": "other/20210914/b2151c2366ea927ca307ad304fff32e2.zip", "md5": "30cf814a7168698c1c768b7fc2f0ca21", "size": 24892798}]}, {"id": 600801668, "type": 1, "sort": 1.9, "name": "rauth", "title": "\u5c0f\u67d3\u6388\u6743\u7cfb\u7edf", "ps": "\u5df2\u4e0b\u67b6?", "version": "1.03", "author": "\u5929\u7a7a\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs", "min_image": "/api/Pluginother/get_file?fname=image/20210225/a23c3441afa2fbe600fc145c28dc4b4e.png", "php": "\u5df2\u4e0b\u67b6", "official": "https://www.dyewl.com/", "enable_functions": "", "count": 617, "score": "1.9", "versions": [{"m_version": "1", "version": "03", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5c0f\u67d3\u6388\u6743\u7cfb\u7edf\u4e3a\u5f00\u53d1\u8005\u7684\u7cfb\u7edf\u63d0\u4f9b\u8fdc\u7a0b\u6388\u6743\uff0cqq\u4ea4\u6d41\u7fa4\uff1a1038558770", "download": "other/20210228/ffe1f3b96e3a1ea1206282396ec77888.zip", "md5": "aae24c28e666e028dff6fabd3013f1a2", "size": 3578984}]}, {"id": 600801754, "type": 2, "sort": 4, "name": "strongshop", "title": "StrongShop", "ps": "Laravel \u5f00\u53d1\uff0c\u8de8\u5883\u5916\u8d38\u5546\u57ce\uff0c\u591a\u8bed\u8a00\uff0c\u591a\u8d27\u5e01?", "version": "v1.0", "author": "OpenStrong", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-75357-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210901/be2e51afff91e32d756957ffa42d76ea.png", "php": "72,73,74", "official": "http://www.strongshop.cn", "enable_functions": "symlink", "count": 616, "score": "4.0", "versions": [{"m_version": "v1", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "v1.0 \u4e3b\u8981\u529f\u80fd\uff1a- \u8d2d\u7269\u8f66 - \u6743\u9650\u7ba1\u7406 - \u4ea7\u54c1\u7ba1\u7406 - \u5206\u7c7b\u7ba1\u7406 - \u4f1a\u5458\u7ba1\u7406 - \u8ba2\u5355\u7ba1\u7406 - \u6587\u7ae0\u7ba1\u7406 - \u7f51\u7ad9\u8bbe\u7f6e", "download": "other/20210928/50234a33ad347c9d46772527979b467f.zip", "md5": "7f1a078b1cf5355cb17e27c8cf7c39e0", "size": 23637018}]}, {"id": 600801421, "type": 1, "sort": 1, "name": "wooolab_sites", "title": "\u5594\u5662\u5b9e\u9a8c\u5ba4\u591a\u7ad9\u70b9\u53d1\u5e03\u5de5\u5177", "ps": "\u5594\u5662\u591a\u7ad9\u70b9\u53d1\u5e03\u5de5\u5177\uff0c\u652f\u6301PHPCMS\uff0c WORDPRESS\u7b49?", "version": "1.0.1", "author": "wooolab", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=41372", "min_image": "/api/Pluginother/get_file?fname=image/20191206/ce09a6f673bac59f5754844d886c2bc3.png", "php": "71,71,73", "official": "https://www.wooolab.com/", "enable_functions": "", "count": 608, "score": "1.0", "versions": [{"m_version": "1", "version": "0.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "1.0.1", "download": "other/20191211/744396c181aed9da5a6a9707a5fe55a6.zip", "md5": "1707cedf6bf441d1a5bfed0fdb93da1a", "size": 26211379}]}, {"id": 600801334, "type": 1, "sort": 5, "name": "laysns", "title": "LaySNS", "ps": "\u4e00\u6b3e\u96c6\u5185\u5bb9\u7ba1\u7406\u4e0e\u793e\u533a\u4e92\u52a8\u4e3a\u4e00\u4f53\u7684\u7efc\u5408\u7f51\u7ad9\u7ba1\u7406\u7cfb\u7edf?", "version": "3.3", "author": "\u7c7b\u68ee\u79d1\u6280", "price": 0, "auth_price": 0, "home": "http://bbs.laysns.cn/thread/3053.html", "min_image": "/api/Pluginother/get_file?fname=image/20190821/5fc78ae80f683aed147bd10c0a33ddfb.png", "php": "72,73,74,80", "official": "http://www.laysns.cn", "enable_functions": "", "count": 591, "score": "5.0", "versions": [{"m_version": "3", "version": "3", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u57fa\u4e8eThinkPHP6\u5f00\u53d1\u7684\u652f\u6301\u5927\u6570\u636e\u3001\u9ad8\u5e76\u53d1\u7684\uff0c\u8f7b\u91cf\u7ea7\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf", "download": "other/20210608/fd21ddaa055b01d9e9627ae61d6b6a1c.zip", "md5": "146e1f417585c6fe8192acf934ea9219", "size": 15500056}]}, {"id": 600801671, "type": 1, "sort": 5, "name": "idcadmin", "title": "\u670d\u52a1\u5668\u5907\u5fd8\u7ba1\u7406\u7cfb\u7edf", "ps": "\u7528\u4e8e\u8bb0\u5f55\u641c\u7d22\u67e5\u8be2\u670d\u52a1\u5668\u4fe1\u606f.?", "version": "1.0", "author": "gacjie", "price": 0, "auth_price": 0, "home": "https://www.gacjie.cn/post-5.html", "min_image": "/api/Pluginother/get_file?fname=image/20210223/af9a069a1d6c3fd9afcbbb9279a053c7.png", "php": "56,70,71,72,73,74", "official": "https://www.gacjie.cn/post-5.html", "enable_functions": "", "count": 550, "score": "5.0", "versions": [{"m_version": "1", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u7528\u4e8e\u8bb0\u5f55\u641c\u7d22\u67e5\u8be2\u670d\u52a1\u5668\u4fe1\u606f.", "download": "other/20210223/a468b0a2cf2e65165e2e42447be9d79d.zip", "md5": "30461750ce20377458ee47da75594e8f", "size": 19811538}]}, {"id": 600801768, "type": 1, "sort": 5, "name": "siyucms", "title": "SIYUCMS \u5feb\u901f\u5f00\u53d1\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf", "ps": "ThinkPHP6.0 + AdminLTE \u5f00\u53d1\u7684\u5efa\u7ad9\u7cfb\u7edf?", "version": "6.1.7", "author": "SIYUCMS", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=80950", "min_image": "/api/Pluginother/get_file?fname=image/20211207/abed2f58321ee744d70003a504fed997.png", "php": "72,73,74,80", "official": "https://siyucms.com", "enable_functions": "", "count": 535, "score": "5.0", "versions": [{"m_version": "6", "version": "1.7", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "", "download": "other/20220526/f6ba6f1a4a167d2f5a4df06008650914.zip", "md5": "bc6ed0ef8f95e3dd161c01ac9f6c66ba", "size": 26520566}]}, {"id": 600801555, "type": 1, "sort": 3, "name": "pcfcms", "title": "pcfcms", "ps": "\u57fa\u4e8eTP6.0+\u6846\u67b6\u4e3a\u6838\u5fc3\u5f00\u53d1\u7684\u7b80\u5355+\u901a\u7528\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?", "version": "v3.0.0", "author": "pcfcms", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-51654-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210824/5deb8846ab0af334addf3f038367f305.png", "php": "71,72,73", "official": "http://www.pcfcms.com", "enable_functions": "", "count": 451, "score": "3.0", "versions": [{"m_version": "v3", "version": "0.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "pcfcms\u5df2\u7ecf\u5347\u7ea7\u52303.0\uff0c\u4e4b\u524d\u7684\u7248\u672c\u4e0d\u518d\u7ef4\u62a4\u3002", "download": "other/20210824/e6b527407f2f238ef99e0819f499f4e2.zip", "md5": "1109f371bd695d9da292b0136f4e35be", "size": 13577422}]}, {"id": 600801760, "type": 1, "sort": 5, "name": "funadmin", "title": "funadmin", "ps": "\u57fa\u4e8eTP6\u548clayui\u7684\u6a21\u5757\u5316\u5f00\u53d1\u7cfb\u7edf?", "version": "2.5.0", "author": "funadmin", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-75870-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210914/71c03477ff335c2235634c0d21fc753b.png", "php": "74,80,81", "official": "https://www.funadmin.com/", "enable_functions": "putenv", "count": 430, "score": "5.0", "versions": [{"m_version": "2", "version": "5.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "TP6+Layui \u6781\u901f\u5f00\u53d1\u6846\u67b6", "download": "other/20220601/4eca9466db0338cbe751c6496ed5dda5.zip", "md5": "8b0307d2baad6f87bd5f7e8d6b49a8be", "size": 22285658}]}, {"id": 600801728, "type": 6, "sort": 5, "name": "tpflow", "title": "PHP\u5f00\u6e90\u5de5\u4f5c\u6d41\u5f15\u64ce-tpflow", "ps": "PHP\u5f00\u6e90\u5de5\u4f5c\u6d41\u5f15\u64ce?", "version": "5.0.7", "author": "Guoguo", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-69423-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20210526/4f79f971957c0bebd95d37ffb83e3bc5.png", "php": "70,71,72,73,80", "official": "http://tpflow.cojz8.com", "enable_functions": "", "count": 426, "score": "5.0", "versions": [{"m_version": "5", "version": "0.7", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u591a\u7248\u672c\u4f18\u5316", "download": "other/20210526/e3097d6a7b477e79b30b7ad8a23bd108.zip", "md5": "9e59abad890af7ac9469a6cddc8a3073", "size": 2809350}]}, {"id": 600801741, "type": 1, "sort": 0, "name": "proadm", "title": "Proadm\u5f00\u6e90\u8d22\u52a1\u7cfb\u7edf", "ps": "\u57fa\u4e8efs\u5f00\u53d1\u7684\u4e1a\u52a1\u8d22\u52a1\u7cfb\u7edf\u652f\u6301\u4e8c\u5f00\u9ed8\u8ba4\u96c6\u6210nokvm?", "version": "1.0", "author": "xmbillion", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=72943", "min_image": "/api/Pluginother/get_file?fname=image/20210724/97d5cb20745e953d295fcb58ee7b531c.png", "php": "71", "official": "www.xmbillion.com", "enable_functions": "putenv", "count": 388, "score": 0, "versions": [{"m_version": "1", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5f00\u6e90\u4e91\u8d22\u52a1\u7cfb\u7edf\u9ed8\u8ba4\u96c6\u6210nokvm\uff0c\u5168\u5f00\u6e90\uff0c\u652f\u6301\u4e8c\u5f00\u548c\u5b9a\u5236", "download": "other/20210726/0f1819e650a0c1fd7b8849259ee56b90.zip", "md5": "94231fc551a61f4381f8eebf66f20c86", "size": 33961204}]}, {"id": 600801788, "type": 1, "sort": 5, "name": "rrzcms", "title": "\u4eba\u4eba\u7ad9CMS", "ps": "\u4eba\u4eba\u7ad9CMS\u662f\u57fa\u4e8eTP6.0\u5f00\u53d1\u7684\u4f01\u4e1a\u7f51\u7ad9\u5efa\u7ad9\u7cfb\u7edf?", "version": "1.3.8", "author": "\u4eba\u4eba\u7ad9CMS", "price": 0, "auth_price": 0, "home": "https://www.rrzcms.com/newsinfo/5129.html", "min_image": "/api/Pluginother/get_file?fname=image/20220308/2eaf519a50013bc6004e457167bb7399.png", "php": "71,72,73,74,80,81", "official": "http://www.rrzcms.com", "enable_functions": "", "count": 375, "score": "5.0", "versions": [{"m_version": "1", "version": "3.8", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u4eba\u4eba\u7ad91.3.8\u7248\u672c", "download": "other/20220308/17437a0f6709833976b954e55a1b4495.zip", "md5": "79f83a572625f2dd2ddac815a437adf8", "size": 17840995}]}, {"id": 600801782, "type": 1, "sort": 0, "name": "idccms", "title": "\u7f51\u949bIDC\u4e91\u7ba1\u7406\u7cfb\u7edf", "ps": "\u57df\u540d\u7a7a\u95f4\u670d\u52a1\u5668\u4e3b\u63a7\u7b49\u4ee3\u7406\u6a21\u5757\uff0c\u652f\u6301\u661f\u5916\u3001\u666f\u5b89\u3001\u521b\u68a6\u7b49\u63a5\u53e3?", "version": "1.15", "author": "\u7f51\u949b\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-84635-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220205/e9b72d81eb8774e745e81b5a1df30143.png", "php": "53,54,55,56,70,71,72,73", "official": "http://idccms.com/", "enable_functions": "", "count": 358, "score": 0, "versions": [{"m_version": "1", "version": "15", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u57df\u540d\u7a7a\u95f4\u670d\u52a1\u5668\u4e3b\u63a7\u7b49\u4ee3\u7406\u6a21\u5757\uff0c\u652f\u6301\u661f\u5916\u3001\u666f\u5b89\u3001\u521b\u68a6\u7b49\u63a5\u53e3", "download": "other/20220312/04c475a2d9b6292d8677b9d73d0ca7d2.zip", "md5": "4d260820fada1e3aa1464cb7abfce42d", "size": 8314431}]}, {"id": 600801791, "type": 4, "sort": 0, "name": "blog", "title": "\u9b54\u4f17\u535a\u5ba2\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u4e00\u4e2a\u6709\u8bbe\u8ba1\u611f\u7684\u535a\u5ba2\u7cfb\u7edf?", "version": "v4.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-78335-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/be556dbe2b64050d7df9723e18bfc600.png", "php": "56,70", "official": "https://www.tecmz.com/product/blog", "enable_functions": "shell_exec,proc_open,putenv", "count": 297, "score": 0, "versions": [{"m_version": "v4", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u529f\u80fd\u5347\u7ea7\uff0c\u7cfb\u7edf\u4e8b\u4ef6\u589e\u5f3a", "download": "other/20220325/54cb362e216c50c50875fb835249e2d5.zip", "md5": "ffa0dbc6abd53ca52167f8f9239d2be4", "size": 17932977}]}, {"id": 600801780, "type": 1, "sort": 5, "name": "chalide", "title": "\u67e5\u7acb\u5f97\u4e07\u80fd\u641c", "ps": "\u7f16\u7a0b\u8fd0\u7ef4\u5fc5\u5907\u901a\u7528\u5df2\u6709\u8868\u4e07\u80fd\u641cMysql\u5e26\u540e\u53f0?", "version": "V1.0", "author": "\u67e5\u7acb\u5f97", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-84040-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220126/29c7fe8719aa17106ed20a325aebd621.png", "php": "54,55,56,70,71,72,73", "official": "http://www.chalide.com", "enable_functions": "", "count": 258, "score": "5.0", "versions": [{"m_version": "V1", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u7f16\u7a0b\u8fd0\u7ef4\u5fc5\u5907\u901a\u7528\u5df2\u6709\u8868\u4e07\u80fd\u641cMysql\u5e26\u540e\u53f0", "download": "other/20220128/d0755c444abb04c73112a39139a9749c.zip", "md5": "6f05d312154e86810d331dc1a85de528", "size": 23304}]}, {"id": 600801783, "type": 5, "sort": 5, "name": "dt_free", "title": "\u968f\u5fc3\u5730\u63a8", "ps": "\u968f\u5fc3\u79d1\u6280\u5730\u63a8\u7cfb\u7edf?", "version": "1.0", "author": "\u968f\u5fc3\u79d1\u6280", "price": 0, "auth_price": 0, "home": "http://www.sxsxjzw.com/index.html", "min_image": "/api/Pluginother/get_file?fname=image/20220217/998e1b1d3b8d5f34c10032315e64e747.png", "php": "56,70,71,72,73", "official": "http://www.sxsxjzw.com/index.html", "enable_functions": "", "count": 258, "score": "5.0", "versions": [{"m_version": "1", "version": "0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u968f\u5fc3\u5730\u63a8\u65b0\u7248\u53d1\u5e03\uff01", "download": "other/20220217/79a1f7932954dc6342da92c7e9126d99.zip", "md5": "2e500c21f80522b7149fde83bca277e8", "size": 25571955}]}, {"id": 600801786, "type": 6, "sort": 5, "name": "moran_iapp", "title": "\u9ed8\u7136iApp\u540e\u53f0\u7ba1\u7406\u7cfb\u7edf", "ps": "\u57fa\u4e8ethinkphp5.1, \u5b89\u88c5\u65b9\u4fbf\u6613\u4e0a\u624b.?", "version": "5.4", "author": "\u5c0f\u6ee11221", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=86264", "min_image": "/api/Pluginother/get_file?fname=image/20220228/43e0cd138ef1abce7ca73bcadd74964c.png", "php": "56,70,71,72,73,74", "official": "http://moranblog.cn/", "enable_functions": "", "count": 234, "score": "5.0", "versions": [{"m_version": "5", "version": "4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "Issue\uff0c\u5410\u69fd\uff0c\u5efa\u8bae\u7b49 \u8bf7\u52a0\u7fa4\uff1a219348005", "download": "other/20220402/77bec37cf460d310e606085f60a62773.zip", "md5": "a5ef366c22b92fb01e6d65b8881f8a33", "size": 12261425}]}, {"id": 600801774, "type": 2, "sort": 0, "name": "shop", "title": "\u82b8\u4f17\u5546\u57ce\u667a\u6167\u5546\u4e1a\u7cfb\u7edf\u4f01\u4e1a\u7248", "ps": "\u516c\u4f17\u53f7/H5/\u5c0f\u7a0b\u5e8f\u540c\u6b65\u5206\u9500\u5546\u57ce\uff0c100+\u8425\u9500\u6a21\u5757?", "version": "2.4.1", "author": "\u82b8\u4f17\u79d1\u6280", "price": 6800, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-43962-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220107/7479733ab3d995bfa832c5dffa486195.png", "php": "72", "official": "", "enable_functions": "putenv", "count": 233, "score": 0, "versions": [{"m_version": "2", "version": "4.1", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u4e00\u952e\u90e8\u7f72--\u914d\u7f6ehttps--\u66f4\u65b0\u540e\u53f0--\u542f\u52a8\u961f\u5217!", "download": "other/20220107/428c966884e366ce3d3c4caeffff1ff1.zip", "md5": "8293d8aba5f92fb881a923ee21bdd0a5", "size": 374536687}]}, {"id": 600801775, "type": 2, "sort": 0, "name": "yd_tc_plus", "title": "\u58f9\u5ea6\u540c\u57ce\u65b0\u96f6\u552e\u7cfb\u7edf", "ps": "\u58f9\u5ea6\u540c\u57ce\u65b0\u96f6\u552e\u7cfb\u7edf?", "version": "2.0.71", "author": "\u58f9\u5ea6\u540c\u57ce", "price": 800, "auth_price": 0, "home": "https://tc.fewrrjw.top/", "min_image": "/api/Pluginother/get_file?fname=image/20220107/ed311072e7630c0b669e06ea1690f942.png", "php": "56,71,72", "official": "", "enable_functions": "", "count": 220, "score": 0, "versions": [{"m_version": "2", "version": "0.71", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u65b0\u7248\u53d1\u5e03", "download": "other/20220107/975c5a9ddcfe64e62a6ed780f6f306c3.zip", "md5": "f7d94c0424acb3eee7ef2743854e36b7", "size": 47737698}]}, {"id": 600801789, "type": 1, "sort": 5, "name": "modstart_laravel9", "title": "ModStartCMS Laravel 9.0\u7248", "ps": "\u6a21\u5757\u5316\u5efa\u7ad9\u7cfb\u7edf?", "version": "v4.0.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-76287-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220324/75e6c2751f28cb8c33c1a4f3b38c1861.png", "php": "80,81", "official": "https://modstart.com/", "enable_functions": "shell_exec,proc_open,putenv", "count": 200, "score": "5.0", "versions": [{"m_version": "v4", "version": "0.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "CMS\u529f\u80fd\u589e\u5f3a\uff0c\u7528\u6237\u7ba1\u7406\u4f18\u5316", "download": "other/20220525/aa3443dada333a68ba8d83a48f224814.zip", "md5": "061b2fc098599b2ecd36ed5f542e0d33", "size": 31143657}]}, {"id": 600801779, "type": 2, "sort": 4.3, "name": "hezeweizh_wuye", "title": "\u83cf\u6cfd\u5fae\u667a\u667a\u6167\u7269\u4e1a\u7ba1\u7406\u7cfb\u7edf", "ps": "\u4e3b\u8981\u5305\u62ec\u5728\u7ebf\u62a5\u4fee,\u7269\u4e1a\u8d39\u7f34\u7eb3,\u5728\u7ebf\u6295\u8bc9,\u624b\u673a\u6284\u8868\u7b49\u529f\u80fd.?", "version": "1.1.0", "author": "\u83cf\u6cfd\u5fae\u667a\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8", "price": 0, "auth_price": 0, "home": "wy.wx186.cn", "min_image": "/api/Pluginother/get_file?fname=image/20220127/e31ec60b9d2564a3d519112b2d48dde0.png", "php": "72", "official": "", "enable_functions": "putenv, proc_open,popen", "count": 192, "score": "4.3", "versions": [{"m_version": "1", "version": "1.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u589e\u52a0\u667a\u80fd\u8bbe\u5907\u652f\u6301", "download": "other/20220406/b74774e49b5d2dde495a4f06be918139.zip", "md5": "a7602c2eb9a905af5cf75bfa974ff07c", "size": 13010118}]}, {"id": 600801797, "type": 4, "sort": 0, "name": "mzdoc", "title": "\u9b54\u4f17\u6587\u6863\u7ba1\u7406\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u652f\u6301Markdown\u3001\u56fe\u8868\u3001\u8111\u56fe\u3001\u5bcc\u6587\u672c\u7684\u6587\u6863\u7ba1\u7406\u7cfb\u7edf?", "version": "v4.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-78002-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/bda6a435821bb0c6f835827b78b5ee2d.png", "php": "56,70", "official": "https://www.tecmz.com/product/doc", "enable_functions": "shell_exec,proc_open,putenv", "count": 178, "score": 0, "versions": [{"m_version": "v4", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u754c\u9762\u5927\u5347\u7ea7\uff0c\u7cfb\u7edf\u6027\u80fd\u4f18\u5316", "download": "other/20220325/75d3d0277015670f7bb5a23b3b1bb403.zip", "md5": "11c7dbaf1ee380bcd3cbcaf0bc29803c", "size": 25013981}]}, {"id": 600801785, "type": 2, "sort": 5, "name": "cxhost", "title": "\u6668\u66e6\u4e91Host\u5206\u9500\u7cfb\u7edf", "ps": "\u4f18\u79c0\u7684\u4e3b\u673a\u63a5\u53e3\u5206\u9500\u7cfb\u7edf?", "version": "220205-1.", "author": "\u6668\u66e6", "price": 0, "auth_price": 0, "home": "http://auth.chenxiweb1.cn/notice.php", "min_image": "/api/Pluginother/get_file?fname=image/20220225/c2f06555eeefa604d76a2d0dd140ca9a.png", "php": "73", "official": "", "enable_functions": "", "count": 164, "score": "5.0", "versions": [{"m_version": "220205-1", "version": "", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5b89\u5168\u6027\u4fee\u590d", "download": "other/20220226/1c220e7249d3f432ce1ba6d3d1b06ae3.zip", "md5": "d5c35af1de7c574de99aeb112d10a32e", "size": 2900850}]}, {"id": 600801792, "type": 1, "sort": 5, "name": "tiku", "title": "\u9b54\u4f17\u9898\u5e93\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u878d\u5408\u5728\u7ebf\u9898\u5e93\u548c\u5728\u7ebf\u8003\u8bd5?", "version": "v6.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-81986-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/993ee418a617ba0e337f54e92e744f1a.png", "php": "56,70", "official": "https://www.tecmz.com/product/tiku", "enable_functions": "shell_exec,proc_open,putenv", "count": 145, "score": "5.0", "versions": [{"m_version": "v6", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u8003\u8bd5\u754c\u9762\u4f18\u5316\uff0c\u540e\u53f0\u529f\u80fd\u5347\u7ea7", "download": "other/20220325/6911bcd7f3ab2295eedd02df1409b0fb.zip", "md5": "6bdb43a928e04071dca53f7f42a3ec91", "size": 21336022}]}, {"id": 600801801, "type": 6, "sort": 5, "name": "openblock", "title": "OpenBlock", "ps": "\u56fe\u5f62\u5316\u7f16\u7a0b\u8bed\u8a00\uff0c\u53ef\u4ee5\u8fd0\u884c\u5728\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u548c\u9e3f\u8499\u7b49\u73af\u5883\u3002?", "version": "1.01", "author": "\u5510\u5948\u5c18", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&tid=89210&page=1&extra=#pid361633", "min_image": "/api/Pluginother/get_file?fname=image/20220408/76d527eb464f4295d69630d2b574a15a.png", "php": "53,54,55,56,70,71,72,73", "official": "https://gitee.com/openblock", "enable_functions": "", "count": 138, "score": "5.0", "versions": [{"m_version": "1", "version": "01", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6dfb\u52a0\u4e0a\u4f20\u5a92\u4f53\u8d44\u6e90\u529f\u80fd", "download": "other/20220428/a86ec70320784030ff96738d9c125314.zip", "md5": "c9f95466d4ef067916df8ca3e8843b6f", "size": 8377459}]}, {"id": 600801800, "type": 3, "sort": 0, "name": "wenda", "title": "\u9b54\u4f17\u95ee\u7b54\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u8f7b\u91cf\u3001\u7b80\u5355\u3001\u9ad8\u53ef\u7528\u7684\u95ee\u7b54\u7cfb\u7edf?", "version": "v1.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-81310-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220406/6ed3af00a0f93f07c6be275060f3fc1e.png", "php": "56,70", "official": "https://www.tecmz.com/product/wenda", "enable_functions": "shell_exec,proc_open,putenv", "count": 136, "score": 0, "versions": [{"m_version": "v1", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u56fe\u7247\u7c98\u8d34\u4e0a\u4f20", "download": "other/20220406/4583e3c3cdc93b34fa5420b496f39dc8.zip", "md5": "417903b07402fb56fc95ee86581668d6", "size": 18381680}]}, {"id": 600801721, "type": 1, "sort": 5, "name": "hlframework_", "title": "HLFramework \u54c8\u6797\u6846\u67b6\u7cfb\u7edf", "ps": "\u5f00\u6e90SaaS\u5fae\u670d\u52a1\u96c6\u7fa4\u5f0f\u6846\u67b6 \u95e8\u5e97\u6536\u94f6\u4f1a\u5458 \u4f01\u5fae \u805a\u5408\u652f\u4ed8?", "version": "1.0.4", "author": "\u54c8\u6797\u79d1\u6280", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-68834-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20211030/3370aa4a99bf6f34b29b180d06341b05.png", "php": "74", "official": "https://www.halin.net", "enable_functions": "", "count": 134, "score": "5.0", "versions": [{"m_version": "1", "version": "0.4", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 1, "version_msg": "\u5f00\u6e90\u5fae\u670d\u52a1\u96c6\u7fa4\u5f0f\u5e94\u7528,\u4e13\u4e1a\u4f1a\u5458\u7ba1\u7406\u8425\u9500 \u95e8\u5e97\u6536\u94f6 \u4f01\u4e1a\u5fae\u4fe1SCRM \u6570\u5b57\u652f\u4ed8\u7b49", "download": "other/20220404/9f9fd4e64745175d778ccc1de3608735.zip", "md5": "9a3dbb1ae751e6523835ec2b88c83697", "size": 40666}]}, {"id": 600801810, "type": 1, "sort": 5, "name": "hkcms", "title": "HkCms\u5f00\u6e90\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf - \u514d\u6388\u6743\u3001\u6c38\u4e45\u5546\u7528", "ps": "\u5f00\u6e90\u514d\u6388\u6743\u3001\u6c38\u4e45\u5546\u7528\u3001\u9ad8\u6027\u80fd\u3001\u7b80\u5355\u6613\u7528\u3001\u65b9\u4fbf\u4e8c\u5f00\u7684CMS\u7cfb\u7edf?", "version": "v2.1.220504", "author": "HkCms", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-92422-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220518/f883fcb5b7f579f08456dc6373da1678.png", "php": "72,73,74,80,81", "official": "http://www.hkcms.cn", "enable_functions": "chmod", "count": 118, "score": "5.0", "versions": [{"m_version": "v2", "version": "1.220504", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5f00\u6e90\u514d\u6388\u6743\u3001\u6c38\u4e45\u5546\u7528\u3001\u9ad8\u6027\u80fd\u3001\u7b80\u5355\u6613\u7528\u3001\u65b9\u4fbf\u4e8c\u5f00\u7684CMS\u7cfb\u7edf", "download": "other/20220518/c0229685f67295d125a0bf28709aa622.zip", "md5": "0caeddbb87499aac3dc49d577b2a642e", "size": 9288921}]}, {"id": 600801802, "type": 1, "sort": 0, "name": "corp", "title": "\u9b54\u4f17\u4f01\u4e1a\u5b98\u7f51\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u5e2e\u52a9\u4f01\u4e1a\u5b8c\u7f8e\u5c55\u793a\u81ea\u5df1\u7684\u5f62\u8c61?", "version": "v4.7.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-79171-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220415/129b771a8d36aee10d94f676f16b2ad3.png", "php": "56,70", "official": "https://www.tecmz.com/product/corp", "enable_functions": "shell_exec,proc_open,putenv", "count": 85, "score": 0, "versions": [{"m_version": "v4", "version": "7.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u5bcc\u6587\u672c\u56fe\u7247\u7c98\u8d34\u4e0a\u4f20", "download": "other/20220415/1126c9921940276158488ebf229c5d37.zip", "md5": "e33f38bbde261b32ebd1a33e333f1973", "size": 18165973}]}, {"id": 600801793, "type": 2, "sort": 0, "name": "mzshop", "title": "\u9b54\u4f17\u5546\u57ce\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u7b80\u7ea6\u4e0d\u7b80\u5355\u7684\u5728\u7ebf\u5546\u57ce\u7cfb\u7edf?", "version": "v5.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-76523-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/a75a8c55b1f5f295d7fb3aab9d058c2a.png", "php": "56,70", "official": "https://www.tecmz.com/product/shop", "enable_functions": "shell_exec,proc_open,putenv", "count": 71, "score": 0, "versions": [{"m_version": "v5", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u4f18\u5316\u5347\u7ea7\uff0c\u652f\u6301\u65b0\u7248\u652f\u4ed8\u5b9d", "download": "other/20220325/1743f86371246cb1ddbf85747c6062ae.zip", "md5": "61a75489fee0a7013647576364fb2e80", "size": 23959480}]}, {"id": 600801808, "type": 1, "sort": 5, "name": "sokingcms", "title": "\u641c\u5ba2CMS", "ps": "\u591a\u57ce\u5e02\u4f01\u4e1a\u5206\u7ad9\u7ba1\u7406\u7cfb\u7edf\uff0c\u4e00\u952e\u751f\u6210300\u591a\u4e2a\u57ce\u5e02?", "version": "1.2", "author": "\u641c\u5ba2CMS", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-90812-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220428/46a40143460c0ee9091b3eebfaa01f44.png", "php": "71,72,73", "official": "www.sokingcms.com", "enable_functions": "", "count": 61, "score": "5.0", "versions": [{"m_version": "1", "version": "2", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u589e\u52a0\u7528\u6237\u4f53\u9a8c\u65f6\u957f\uff0c\u4f18\u5316\u90e8\u5206\u6807\u7b7e\u8c03\u7528", "download": "other/20220524/b2b24958046ad576b7e269311f90b07f.zip", "md5": "53ad8bf2e6bad18b27b79b64b6fd16a8", "size": 52690855}]}, {"id": 600801790, "type": 1, "sort": 0, "name": "mzwenku", "title": "\u9b54\u4f17\u6587\u5e93\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u4e3a\u60a8\u63d0\u4f9b\u4e13\u4e1a\u7684\u6587\u5e93\u7cfb\u7edf\u89e3\u51b3\u65b9\u6848?", "version": "v2.7.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-84771-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/dba195c785fdd94136bdd870f79ef5a9.png", "php": "56,70", "official": "https://www.tecmz.com/product/mzwenku", "enable_functions": "shell_exec,proc_open,putenv", "count": 58, "score": 0, "versions": [{"m_version": "v2", "version": "7.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u5c0f\u7a0b\u5e8f\u7aef\u529f\u80fd\u4e0a\u7ebf\uff0c\u6587\u6863\u8f6c\u6362\u4f18\u5316", "download": "other/20220329/6185bd281b6ba68dbbe5c7788f9d3c61.zip", "md5": "80e3246863149b1703ff214e06eb5502", "size": 21081067}]}, {"id": 600801794, "type": 1, "sort": 0, "name": "parttime", "title": "\u9b54\u4f17\u4eba\u624d\u62db\u8058\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u591a\u57ce\u5e02\u4e3a\u5546\u5bb6\u548c\u517c\u804c\u8005\u7684\u63d0\u4f9b\u7cbe\u51c6\u5bf9\u63a5\u5e73\u53f0?", "version": "v4.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-74873-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/734e37cf3d23997d2549fef3522d183f.png", "php": "56,70", "official": "https://www.tecmz.com/product/parttime", "enable_functions": "shell_exec,proc_open,putenv", "count": 46, "score": 0, "versions": [{"m_version": "v4", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u7f16\u8f91\u5668\u652f\u6301\u56fe\u7247\u7c98\u8d34", "download": "other/20220325/e4d14124f3c94b12a9db35438a2aeaa2.zip", "md5": "b4d0c26539ea29c69e542b28c4999e4b", "size": 17992096}]}, {"id": 600801812, "type": 4, "sort": 5, "name": "modstartblog", "title": "ModStartBlog\u73b0\u4ee3\u5316\u7684\u535a\u5ba2\u7cfb\u7edf", "ps": "\u57fa\u4e8e Apache 2.0 \u5f00\u6e90\u534f\u8bae\uff0c\u514d\u8d39\u4e14\u4e0d\u9650\u5236\u5546\u4e1a\u4f7f\u7528?", "version": "v5.0.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/forum.php?mod=viewthread&amp;tid=93176", "min_image": "/api/Pluginother/get_file?fname=image/20220530/a67c4a1f6d82124cf66a043a479bde65.png", "php": "56,70", "official": "https://blog.demo.tecmz.com/", "enable_functions": "shell_exec,proc_open,putenv", "count": 45, "score": "5.0", "versions": [{"m_version": "v5", "version": "0.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "ModStartBlog\u73b0\u4ee3\u5316\u4e2a\u4eba\u535a\u5ba2\u7cfb\u7edf", "download": "other/20220530/8d70b98264fb120fe2330fd15ae734f3.zip", "md5": "602c5284d9c6d41c622e779e9ea4cb22", "size": 29796177}]}, {"id": 600801795, "type": 1, "sort": 1, "name": "event", "title": "\u9b54\u4f17\u6d3b\u52a8\u62a5\u540d\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u7b80\u5355\u6613\u7528\u7684\u6d3b\u52a8\u62a5\u540d\u7cfb\u7edf?", "version": "v5.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-76359-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/7ebef7ba23e20a242912b95444804e1e.png", "php": "56,70", "official": "https://www.tecmz.com/product/event", "enable_functions": "shell_exec,proc_open,putenv", "count": 43, "score": "1.0", "versions": [{"m_version": "v5", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u9002\u914d\u652f\u4ed8\u5b9d\u65b0\u63a5\u53e3\uff0c\u540e\u53f0\u754c\u9762\u5347\u7ea7", "download": "other/20220325/385e23adfa074f0c1b2efabe6961a5be.zip", "md5": "874e5e564526917f0b67ec2b29206110", "size": 18147923}]}, {"id": 600801796, "type": 2, "sort": 0, "name": "mzjifen", "title": "\u9b54\u4f17\u79ef\u5206\u5546\u57ce\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u5546\u54c1\u5151\u6362\u66f4\u52a0\u5bb9\u6613?", "version": "v1.5.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-80238-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/b5100dd805e35fc0ff2f9bfa1284485f.png", "php": "56,70", "official": "https://www.tecmz.com/product/mzjifen", "enable_functions": "shell_exec,proc_open,putenv", "count": 35, "score": 0, "versions": [{"m_version": "v1", "version": "5.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u4e8b\u4ef6\u9a71\u52a8\u589e\u5f3a", "download": "other/20220325/8476952823e0390a5bb3f65ff4db8865.zip", "md5": "d01cddfb45027758028ddfecd2b8389c", "size": 18813720}]}, {"id": 600801798, "type": 1, "sort": 0, "name": "course", "title": "\u9b54\u4f17\u8bfe\u7a0b\u62a5\u540d\u7cfb\u7edf-\u4f53\u9a8c\u7248", "ps": "\u642d\u5efa\u66f4\u597d\u7684\u8bfe\u7a0b\u62a5\u540d\u7cfb\u7edf?", "version": "v5.6.0", "author": "\u9b54\u4f17", "price": 0, "auth_price": 0, "home": "https://www.bt.cn/bbs/thread-76524-1-1.html", "min_image": "/api/Pluginother/get_file?fname=image/20220325/eb35c69c9cd8889295a39e11250c73f2.png", "php": "56,70", "official": "https://www.tecmz.com/product/course", "enable_functions": "shell_exec,proc_open,putenv", "count": 34, "score": 0, "versions": [{"m_version": "v5", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u81ea\u5b9a\u4e49\u62a5\u540d\u5b57\u6bb5\u5f02\u5e38\u4fee\u590d\uff0c\u540e\u53f0\u754c\u9762\u5347\u7ea7", "download": "other/20220325/b1ee2b71348729ebb8777efabbd7d3e8.zip", "md5": "d8c6865017265c0d4668291a854c1911", "size": 17603534}]}, {"id": 600801799, "type": 2, "sort": 0, "name": "saas_1688", "title": "SaaS\u81ea\u8425\u5e02\u573a", "ps": "\u5e2e\u52a9\u60a8\u8f7b\u677e\u642d\u5efa\u5c5e\u4e8e\u81ea\u5df1\u7684SaaS\u5e94\u7528\u5546\u57ce\uff0c\u6253\u901a\u9500\u8def\u96be\u7684\u95ee\u9898\u3002?", "version": "1.6.0", "author": "\u5927\u5df4\u5c71\u7f51\u7edc\u79d1\u6280", "price": 6800, "auth_price": 0, "home": "https://ziying.daba3.cn", "min_image": "/api/Pluginother/get_file?fname=image/20220330/fd81e759b0a608f99d24c9819a9020ef.png", "php": "71,72,73", "official": "", "enable_functions": "", "count": 0, "score": 0, "versions": [{"m_version": "1", "version": "6.0", "dependnet": "", "mem_limit": 32, "cpu_limit": 1, "os_limit": 0, "version_msg": "\u6253\u9020\u4f01\u4e1a\u4e13\u4e1a\u5316\u7684SaaS\u5e94\u7528\u5546\u57ce\uff0c\u4e00\u5957\u7a0b\u5e8f6\u4e2a\u9500\u552e\u6e20\u9053\uff0c\u552e\u540eQQ\uff1a17742204398", "download": "other/20220602/37a626d5a7c4aa4764d9dd5be96a45d7.zip", "md5": "38be5a1a7bae7852a35edc9f7e9a058a", "size": 19558050}]}], "type": [{"id": 5, "title": "\u8fd0\u884c\u73af\u5883", "sort": 2, "ps": "\u8fd0\u884c\u73af\u5883", "icon": "icon"}, {"id": 6, "title": "\u7cfb\u7edf\u5de5\u5177", "sort": 3, "ps": "\u7cfb\u7edf\u5de5\u5177", "icon": "icon"}, {"id": 7, "title": "\u5b9d\u5854\u63d2\u4ef6", "sort": 4, "ps": "\u5b9d\u5854\u63d2\u4ef6", "icon": "icon"}, {"id": 8, "title": "\u4e13\u4e1a\u7248\u63d2\u4ef6", "sort": 5, "ps": "\u4e13\u4e1a\u7248\u63d2\u4ef6", "icon": "icon"}, {"id": 12, "title": "\u4f01\u4e1a\u7248\u63d2\u4ef6", "sort": 6, "ps": "\u4f01\u4e1a\u7248\u63d2\u4ef6", "icon": ""}, {"id": 10, "title": "\u7b2c\u4e09\u65b9\u5e94\u7528", "sort": 7, "ps": "\u7b2c\u4e09\u65b9\u5e94\u7528", "icon": "icon"}, {"id": 11, "title": "\u4e00\u952e\u90e8\u7f72", "sort": 8, "ps": "\u4e00\u952e\u90e8\u7f72\u7b2c\u4e09\u65b9\u6e90\u7801", "icon": ""}], "dep_type": [{"tid": 1, "title": "\u5efa\u7ad9"}, {"tid": 2, "title": "\u5546\u57ce"}, {"tid": 3, "title": "\u8bba\u575b"}, {"tid": 4, "title": "\u535a\u5ba2"}, {"tid": 5, "title": "\u5fae\u4fe1"}, {"tid": 6, "title": "\u6846\u67b6"}]} \ No newline at end of file +{"list":[{"id":600801461,"type":2,"sort":4.6,"name":"yun_shop","title":"\u82b8\u4f17\u5546\u57ce\u667a\u6167\u5546\u4e1a\u7cfb\u7edf","ps":"\u514d\u8d39\u5546\u7528\uff0c\u516c\u4f17\u53f7\/H5\/\u5c0f\u7a0b\u5e8f\u540c\u6b65\u5206\u9500\u5546\u57ce\uff0c100+\u8425\u9500\u6a21\u5757?<\/a>","version":"2.4.3","author":"\u82b8\u4f17\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-43962-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200212\/daa1aff0abdd72a3840239506b3bb59b.png","php":"74","official":"https:\/\/www.yunzmall.com","enable_functions":"putenv","count":13555,"score":"4.6","versions":[{"m_version":"2","version":"4.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u4e00\u952e\u90e8\u7f72--\u914d\u7f6ehttps--\u66f4\u65b0\u540e\u53f0--\u542f\u52a8\u961f\u5217!","download":"other\/20220622\/25c8b5f8ba1abd4dad35a2f473d15d86.zip","md5":"d1397ec3ff5108f01a655cb6943a7abf","size":2008}]},{"id":600801247,"type":4,"sort":4.5,"name":"wordpress","title":"WordPress","ps":"\u6700\u591a\u4eba\u7528\u7684\u535a\u5ba2\u7a0b\u5e8f?<\/a>","version":"5.6","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190606\/842f584540740a34fdab6c646d3f2a8a.png","php":"56,70,71,72,73,74,80","official":"https:\/\/cn.wordpress.org","enable_functions":"","count":220744,"score":"4.5","versions":[{"m_version":"5","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"5.6\u7248wordpress","download":"other\/20201219\/7902f20168ab7d9f7953d1f4b29e77df.zip","md5":"c19e06766bd984649049135437e6e71b","size":16588808}]},{"id":600801590,"type":1,"sort":4.6,"name":"kodbox","title":"\u53ef\u9053\u4e91KODBOX","ps":"\u51e0\u5206\u949f\u5185\u642d\u5efa\u60a8\u7684\u4e13\u5c5e\u79c1\u6709\u4e91\u76d8\/\u4f01\u4e1a\u7f51\u76d8?<\/a>","version":"v1.28","author":"kodcloud","price":0,"auth_price":0,"home":"http:\/\/bbs.kodcloud.com\/","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200831\/83b5f26ecc688e363bcd9aa747338608.png","php":"54,55,56,70,71,72,73,74,80","official":"https:\/\/kodcloud.com\/","enable_functions":"","count":35702,"score":"4.6","versions":[{"m_version":"v1","version":"28","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e3b\u8981\u65b0\u589e: \u5bf9\u8c61\u5b58\u50a8\u4f18\u5316,\u56fe\u7247\u7f29\u7565\u56fe\u4f18\u5316.. \u53d1\u5e03\u4e8e: 2022.3.10","download":"other\/20220316\/f29d2bd404ae4d291d9db570f4076289.zip","md5":"69f70f9776b8f1ad01542b4f623e9106","size":32603212}]},{"id":600801280,"type":5,"sort":3.8,"name":"wee7","title":"\u5fae\u64ce","ps":"\u5fae\u4fe1\u7b2c\u4e09\u65b9\u7ba1\u7406\u5f15\u64ce?<\/a>","version":"2.7.85","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"https:\/\/www.w7.cc","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220712\/3380e0d8072956799e061d600c665745.png","php":"53,54,55,56,70,71,72","official":"https:\/\/www.w7.cc\/","enable_functions":"","count":33515,"score":"3.8","versions":[{"m_version":"2","version":"7.85","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5fae\u64ce2.7.85","download":"other\/20220712\/8f90b6132778e4f566a371eeba616d7c.zip","md5":"bdba9e0e60a912ba944df02511a3dc01","size":36971}]},{"id":600801418,"type":3,"sort":4.5,"name":"discuz-X3.4","title":"discuz-X3.4","ps":"\u56fd\u5185\u77e5\u540d\u8bba\u575b\u7a0b\u5e8f?<\/a>","version":"20220518.","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-40982-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191203\/af7f0ba60f8700b09cb2903223198166.png","php":"53,54,55,56,70,71,72,73,74","official":"https:\/\/www.discuz.net\/","enable_functions":"","count":32696,"score":"4.5","versions":[{"m_version":"20220518","version":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"UFT8","download":"other\/20220708\/d21df8802b8c23b1515bc26c84eca574.zip","md5":"db284fc398691f80a261bb881888b32f","size":12064502}]},{"id":600801262,"type":2,"sort":4,"name":"zfaka-zlkb","title":"ZFAKA\u53d1\u5361\u7cfb\u7edf","ps":"\u514d\u8d39\u3001\u5b89\u5168\u3001\u7a33\u5b9a\u3001\u9ad8\u6548\u7684\u53d1\u5361\u7cfb\u7edf\uff0c\u503c\u5f97\u62e5\u6709!?<\/a>","version":"1.4.3","author":"\u8d44\u6599\u7a7a\u767d","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-33944-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190620\/5c27a89b5f28482c123438d0ed6f8ba8.png","php":"70,71,72,73","official":"https:\/\/faka.zlkb.net","enable_functions":"","count":24604,"score":"4.0","versions":[{"m_version":"1","version":"4.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"ZFAKA1.4.3 \u5b9d\u5854\u81ea\u52a8\u90e8\u7f72\u4e13\u7528(\u7531baiyue.one\u63d0\u4f9b\u652f\u6301)","download":"other\/20190620\/28297ce9ee5e8a3ef2684a794f237dec.zip","md5":"473302bc02fad4c571151d3e89a47bcf","size":11424416}]},{"id":600801804,"type":2,"sort":4.2,"name":"kaidianxing","title":"\u5f00\u5e97\u661f\u5f00\u6e90\u5c0f\u7a0b\u5e8f\u5546\u57ce","ps":"10\u5e74\u7535\u5546\u7814\u53d1\u56e2\u961f\uff0c\u6570\u4e07\u7528\u6237\u8ba4\u53ef\uff0c\u5168\u6e20\u9053\u591a\u573a\u666f\u8986\u76d6\uff0c\u514d\u8d39\u5546\u7528?<\/a>","version":"1.0.9","author":"\u5f00\u5e97\u661f","price":0,"auth_price":0,"home":"https:\/\/demo-free.kaidianxing.com","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220421\/427281bc479a9124c5573f25c26b5fcb.png","php":"74","official":"","enable_functions":"proc_open,proc_close,pcntl_signal,pcntl_signal_dispatch,proc_get_status","count":379,"score":"4.2","versions":[{"m_version":"1","version":"0.9","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u65b0\u589e\u540c\u57ce\u914d\u9001\u529f\u80fd","download":"other\/20220623\/700ab1d85ef67d2df35ec34b8df8f640.zip","md5":"ec7a650e289f5d93cbaa9ed08e29b301","size":69260151}]},{"id":600801534,"type":4,"sort":4.4,"name":"zblogphp","title":"Z-BlogPHP","ps":"\u4e00\u6b3e\u5c0f\u5de7,\u529f\u80fd\u5f3a\u5927,\u63d2\u4ef6\u4e3b\u9898\u7b49\u5e94\u7528\u4f17\u591a\u7684Blog\u548cCMS\u7a0b\u5e8f?<\/a>","version":"v1.7.2.3050","author":"ZBlogTeam","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200511\/12acba2e32703e6b23d36ebe1ef68870.png","php":"53,54,55,56,70,71,72,73,74,80","official":"https:\/\/www.zblogcn.com\/","enable_functions":"","count":23547,"score":"4.4","versions":[{"m_version":"v1","version":"7.2.3050","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"1.7.2 Tenet Build 173050","download":"other\/20220510\/a54c8fb09db4d4fb8a1f7323c423078c.zip","md5":"3e6a77454126c96990f2bbb4f74d6bd6","size":3078001}]},{"id":600801333,"type":2,"sort":4.7,"name":"shopxo","title":"ShopXO\u5f00\u6e90\u5546\u57ce","ps":"WEB+\u5c0f\u7a0b\u5e8f\u3001\u5206\u9500\u3001\u591a\u4ed3\u5e93\u3001\u591a\u5546\u6237\u3001\u591a\u95e8\u5e97\u3001DIY\u62d6\u62fd\u88c5\u4fee?<\/a>","version":"v2.2.9 220713","author":"gongfuxiang","price":0,"auth_price":0.01,"home":"https:\/\/doc.shopxo.net\/article\/1\/260680208858742784.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190822\/bbad40b94f8eca5bc96799177ff9fcc6.png","php":"74,80,81","official":"https:\/\/shopxo.net\/","enable_functions":"","count":22694,"score":"4.7","versions":[{"m_version":"v2","version":"2.9 220713","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7ec6\u8282\u4f18\u5316+BUG\u4fee\u590d\u3001\u641c\u7d22\u9875\u9762\u6539\u4e3a\u540c\u6b65\u6e32\u67d3\u6570\u636e","download":"other\/20220713\/4b672c69863f9b4e62b6fa8bbe372efd.zip","md5":"26d468f160759d2e0d5d0cb2b8136838","size":43833843}]},{"id":600801287,"type":4,"sort":4.4,"name":"emlog","title":"emlog","ps":"\u7b80\u6d01\u6613\u7528\u7684PHP\u535a\u5ba2\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"pro 1.5.1","author":"emlog","price":0,"auth_price":0,"home":"https:\/\/www.emlog.net","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210414\/f374fc51fd4718169e6e4ac2f7197c9b.png","php":"70,71,72,73,74,80","official":"https:\/\/www.emlog.net","enable_functions":"","count":21282,"score":"4.4","versions":[{"m_version":"pro 1","version":"5.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"emlog","download":"other\/20220711\/07dae3148037799983a4c0d459e83506.zip","md5":"6e15924549a77e42ac60198e4198a3c8","size":1038847}]},{"id":600801257,"type":1,"sort":4.9,"name":"jtbc3","title":"JTBC\u7f51\u7ad9\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf","ps":"\u6e90\u4e8e2006\u5e74\u575a\u6301\u3010\u6c38\u4e45\u514d\u8d39\u5546\u7528\u3011\u7684\u5f00\u6e90CMS?<\/a>","version":"5.0.0.4","author":"Jetiben","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-33484-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190619\/8b75ddbdf943408e2a72cc62a6609457.png","php":"80,81","official":"https:\/\/www.jtbc.cn\/","enable_functions":"","count":17421,"score":"4.9","versions":[{"m_version":"5","version":"0.0.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"JTBC(v5)\u57fa\u4e8eAGPL\u5f00\u6e90\u534f\u8bae\u514d\u8d39\u5f00\u6e90\u53ef\u5546\u7528","download":"other\/20220601\/93d3745906af130feac9804a57e5098f.zip","md5":"092ff1010f7a40f97732d32986fd3e14","size":2375013}]},{"id":600801269,"type":1,"sort":3.5,"name":"qrpay","title":"\u4e94\u5408\u4e00\u6536\u6b3e\u7801","ps":"\u6536\u6b3e\u7801\u5728\u7ebf\u5408\u6210,\u652f\u6301\u4e94\u5927\u5e38\u7528\u4f53\u7cfb.40\u6a21\u677f?<\/a>","version":"0.1000","author":"\u59ec\u957f\u4fe1","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-33637-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190703\/a8e52ad118a6e2b930e3cd95cd0fc9fd.png","php":"53,54,55,56,70,71,72,73,74,80","official":"https:\/\/github.com\/insoxin\/qrpay","enable_functions":"","count":13234,"score":"3.5","versions":[{"m_version":"0","version":"1000","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6536\u6b3e\u7801\u5408\u6210","download":"other\/20190903\/2242f6e2169e538f13953e92cd79fd6c.zip","md5":"757785c619b0d16083011a7f2386bc0f","size":3795363}]},{"id":600801278,"type":6,"sort":4,"name":"ThinkPHP-5.0","title":"ThinkPHP-5.0","ps":"\u56fd\u5185\u77e5\u540dPHP\u6846\u67b6?<\/a>","version":"5.0.24","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190702\/cc480887ab3b85243aeb7bd6f9ffc624.png","php":"54,55,56,70,71,72","official":"http:\/\/www.thinkphp.cn\/","enable_functions":"","count":12501,"score":"4.0","versions":[{"m_version":"5","version":"0.24","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"5.0.24\u5b8c\u6574\u7248","download":"other\/20190702\/82add708c7ee9b8a19b672ef156263d7.zip","md5":"baaa01684e1ef010b7d6dd72d1fbe746","size":2460174}]},{"id":600801288,"type":1,"sort":4.4,"name":"empirecms","title":"\u5e1d\u56fdCMS","ps":"\u5e1d\u56fd\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"7.5","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190705\/ca52292bee66c3384483eb8ed5fc0741.png","php":"53,54,55,56,70,71,72","official":"http:\/\/www.phome.net\/","enable_functions":"","count":11870,"score":"4.4","versions":[{"m_version":"7","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"empirecms-7.5","download":"other\/20190705\/731920b4891019824239968dd2ce1f86.zip","md5":"2ed82255b9e8d6880cf87fc0cf3897dd","size":6440216}]},{"id":600801425,"type":1,"sort":3.1,"name":"metinfo","title":"\u7c73\u62d3\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf\uff08MetInfo\uff09","ps":"\u7c73\u62d3\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf\uff0cPHP+MYSQL\/SQLITE?<\/a>","version":"V7.6","author":"MetInfo","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-41376-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191213\/493041db569f0c666f3576044c9585bb.png","php":"53,54,55,56,70,71,72,73,74,80","official":"http:\/\/www.mituo.cn","enable_functions":"","count":11508,"score":"3.1","versions":[{"m_version":"V7","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u652f\u6301\u53ef\u89c6\u5316\u7f16\u8f91\u3001\u591a\u8bed\u8a00\u300110\u5408\u4e00\u5efa\u7ad9\u3001IPV6\u7b49\u529f\u80fd","download":"other\/20220412\/710310d55170e373994ef6650c8dd010.zip","md5":"fb8fb94d8d99d3d2959367b5473ccf6c","size":14854745}]},{"id":600801343,"type":1,"sort":3,"name":"newlogoedu","title":"\u65b0\u8d77\u70b9\u7f51\u6821","ps":"\u4e91\u8bfe\u7f51\u6821\u63d0\u9192\uff0c\u5305\u542b\u76f4\u64ad\uff0c\u70b9\u64ad\uff0c\u4e60\u9898\u6d4b\u8bd5\uff0c\u95ee\u7b54\u7cfb\u7edf\u7b49\u6a21\u5757\u3002?<\/a>","version":"2.3.1","author":"\u65b0\u8d77\u70b9\u8f6f\u4ef6","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-36831-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200511\/4d39a29fa2e5d18b4d2973c7952e92d9.png","php":"55,56,70,71,72,73","official":"https:\/\/www.yunknet.cn","enable_functions":"","count":8514,"score":"3.0","versions":[{"m_version":"2","version":"3.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e91\u8bfe\u7f51\u6821\u7cfb\u7edf\u5347\u7ea7\u52302.3.1\u7248\u672c","download":"other\/20220407\/9ac136108c950d2c35d0745cb6bae852.zip","md5":"f2fd89779cdc9cb7e254c52031a38656","size":16194304}]},{"id":600801476,"type":1,"sort":2.2,"name":"netease_music","title":"\u7f51\u6613MUSIC\u7ad9","ps":"\u4ece\u7f51\u6613\u4e91\u97f3\u4e50\u83b7\u53d6\u6570\u636e\u542c\u6b4c?<\/a>","version":"1.1","author":"cxbsoft","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-45689-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200312\/736229582c1294a716725b4825541111.png","php":"71,72,73","official":"http:\/\/blog.bsot.cn\/index.php\/archives\/40\/","enable_functions":"","count":8358,"score":"2.2","versions":[{"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u6b63\u4e86API\u5931\u6548\u7684\u95ee\u9898\uff0c\u4fee\u6539\u4e86\u6837\u5f0f","download":"other\/20200705\/01ad96709e7f0a0e86e8fdb37e96fd5c.zip","md5":"aaa716d8c609e899bdc65bd7793a5523","size":74058}]},{"id":600801474,"type":1,"sort":5,"name":"jizhicms","title":"jizhicms","ps":"\u529f\u80fd\u5f3a\u5927\uff0c\u65e0\u9700\u6388\u6743\uff0c\u514d\u8d39\u5546\u7528\u7684\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"V2.2.9","author":"\u5982\u6c90\u6625","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;tid=45494","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200309\/67a06f7f39665b89a982469e9460b349.png","php":"56,70,71,72,73,74","official":"https:\/\/jizhicms.cn","enable_functions":"","count":7639,"score":"5.0","versions":[{"m_version":"V2","version":"2.9","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u514d\u8d39\u5f00\u6e90\uff0c\u529f\u80fd\u5f3a\u5927\uff0c\u514d\u8d39\u5546\u7528\uff0c\u65e0\u9700\u6388\u6743\uff0c\u597d\u7528\u7684\u5efa\u7ad9CMS","download":"other\/20220701\/e20e26b455aef586e2fa09cdfa183b77.zip","md5":"5313e92d275692fea989d1a042994036","size":16248498}]},{"id":600801310,"type":2,"sort":5,"name":"DBShop","title":"DBShop\u5546\u57ce\u7cfb\u7edf","ps":"\u5320\u5fc3\u4e4b\u4f5c\uff0c\u4e00\u5982\u65e2\u5f80\u4e13\u4e1a\u7684\u4f01\u4e1a\u7ea7\u5546\u57ce\u7cfb\u7edf?<\/a>","version":"V3.1 Release 220623","author":"\u9759\u9759\u7684\u98ce","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;amp;tid=5099","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190729\/d3d87c257d62423f2bd7e0b0394eb750.png","php":"72,73,74,80","official":"https:\/\/www.dbshop.net\/","enable_functions":"","count":7499,"score":"5.0","versions":[{"m_version":"V3","version":"1 Release 220623","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5e38\u89c4\u66f4\u65b0","download":"other\/20220624\/f1d0da47c521d58adbff53bb3a4a1a6f.zip","md5":"58c79a8bf70bb0d1431523aff879d0b1","size":48866174}]},{"id":600801330,"type":1,"sort":4.2,"name":"demososo","title":"DM\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf","ps":"\u4f01\u4e1a\u5b98\u7f51\uff0c\u5916\u8d38\u7f51\u7ad9\u5efa\u8bbe\u7684\u5f00\u6e90cms?<\/a>","version":"v2022.6","author":"jasonzhang","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-36262-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190820\/9830cf2ba7e96f816a323a809380ce73.png","php":"70,71,72,73","official":"https:\/\/www.demososo.com","enable_functions":"","count":7468,"score":"4.2","versions":[{"m_version":"v2022","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"v2022.6","download":"other\/20220605\/2649a39a0b3992a48509a2b426c082cc.zip","md5":"f959f6674e0b2a0abbfc2b8400a6eeea","size":16036773}]},{"id":600801265,"type":1,"sort":3,"name":"YoungxjTools","title":"\u6768\u5c0f\u6770\u5de5\u5177\u7bb1","ps":"\u6768\u5c0f\u6770\u5de5\u5177\u7bb1?<\/a>","version":"1.3","author":"Youngxj","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190623\/363ca165c89b105069ffed80182063aa.png","php":"56","official":"https:\/\/www.youngxj.cn","enable_functions":"","count":6808,"score":"3.0","versions":[{"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6768\u5c0f\u6770\u5de5\u5177\u7bb1\uff0c\u96c6\u6210\u5f88\u591aweb\u5c0f\u5de5\u5177","download":"other\/20190625\/3efe3391874ee5d89edd656425642539.zip","md5":"e1b58fd2e518de8f78fd1910b6c97657","size":7136596}]},{"id":600801704,"type":0,"sort":4.6,"name":"yibaiyun_jianzhan","title":"\u58f9\u4f70\u4e91\u5efa\u7ad9","ps":"1000+\u6a21\u677f\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa11\u7aef\u5408\u4e00\u7684\u4f01\u4e1a\u7f51\u7ad9?<\/a>","version":"2.0.6","author":"\u6d1b\u9633\u58f9\u4f70\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-68002-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210420\/3ebacb9608765de7dab319bdba7a01c0.png","php":"56,70,71,72,73","official":"http:\/\/www.ybyun.wang\/","enable_functions":"\u65e0","count":6799,"score":"4.6","versions":[{"m_version":"2","version":"0.6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"1000+\u6a21\u677f\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa11\u7aef\u5408\u4e00\u7684\u4f01\u4e1a\u7f51\u7ad9","download":"other\/20220623\/96059c5841904c285f59f03bce9e8fce.zip","md5":"c0ab90ae5502a0b46d9ba103b1179a17","size":12541284}]},{"id":600801597,"type":2,"sort":4.5,"name":"blfk_v3","title":"\u4f2f\u4e50\u53d1\u5361V3\u5b9d\u5854\u7248","ps":"\u5b89\u5168\u3001\u7a33\u5b9a\u3001\u9ad8\u6548\u3001\u514d\u8d39\u7684\u4e2a\u4eba\u53d1\u5361\u865a\u62df\u5546\u57ce\u7cfb\u7edf\uff0c\u503c\u5f97\u62e5\u6709!?<\/a>","version":"8.0.0","author":"\u4f2f\u4e50\u53d1\u5361","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-55859-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200918\/ed7f31e86c295ce2406130c3dd67cd2d.png","php":"56,70,71,72,73,74","official":"http:\/\/www.313t.com","enable_functions":"","count":6795,"score":"4.5","versions":[{"m_version":"8","version":"0.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590dbug\u589e\u52a0\u5206\u9500\u7248\u672c\u9009\u62e9","download":"other\/20220415\/86d799f36848a891cee80b253dfa4879.zip","md5":"2f38faaa5eefb8852ddd5db5f4e0a3df","size":129755}]},{"id":600801669,"type":1,"sort":5,"name":"loveway","title":"\u672a\u77e5\u8868\u767d\u5899","ps":"\u8fd9\u6b3e\u7b80\u6d01\u7f8e\u89c2\u7684\u8868\u767d\u5899\u732e\u7ed9\u6700\u53ef\u7231\u7684\u955c\u97f3\u53cc\u5b50\uff01?<\/a>","version":"1.5.9","author":"\u5434\u5148\u68ee","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-64350-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210219\/4a50747cb78410bb44fe55f0142defe0.png","php":"56,70,71,72,73,74,80","official":"https:\/\/www.wunote.cn","enable_functions":"","count":6635,"score":"5.0","versions":[{"m_version":"1","version":"5.9","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5305\u542b\u591a\u9879\u529f\u80fd\u66f4\u65b0","download":"other\/20220228\/a8daa90397ee69b78cc32fb75665db6e.zip","md5":"3e4a3d56dd965fa8d31cc7acb0449bcf","size":2723233}]},{"id":600801274,"type":2,"sort":4,"name":"crmeb","title":"CRMEB","ps":"\u5f00\u6e90\u6392\u540d\u9065\u9065\u9886\u5148,\u9ad8\u6027\u80fd\u5f00\u6e90\u5546\u57ce,\u524d\u540e\u7aef\u5206\u79bb,\u5e26\u76f4\u64ad\u5ba2\u670d\u7cfb\u7edf?<\/a>","version":"v4.4.0","author":"\u8046\u542c","price":0,"auth_price":0,"home":"https:\/\/gitee.com\/ZhongBangKeJi\/CRMEB","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220312\/c42a765e4ffbaf384b57e687ca40baf1.png","php":"71,72,73,74","official":"http:\/\/www.crmeb.com","enable_functions":"pcntl_signal,pcntl_signal_dispatch,pcntl_fork,pcntl_wait,pcntl_alarm","count":6076,"score":"4.0","versions":[{"m_version":"v4","version":"4.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u9ad8\u6027\u80fd\u5f00\u6e90\u5546\u57ce\uff0cQQ\u7fa4\uff1a1025263163","download":"other\/20220216\/10867846f35046664597a1c813deb39a.zip","md5":"2c4ea352c9313dfd8c1a19076e487a0c","size":68461181}]},{"id":600801371,"type":3,"sort":3.1,"name":"hybbs","title":"HYBBS","ps":"PHP\u8f7b\u8bba\u575b\u7a0b\u5e8f\uff0c\u57faMVC\u6846\u67b6\u5f00\u53d1\uff0c\u652f\u6301\u63d2\u4ef6\u3001\u6a21\u677f\u6269\u5c55?<\/a>","version":"2.3.2","author":"hyphp","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191008\/29cff5304a28ec83e5615e784024928f.png","php":"54,55,56,70,71,72,73","official":"http:\/bbs.hyphp.cn","enable_functions":"","count":6030,"score":"3.1","versions":[{"m_version":"2","version":"3.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"PHP\u8f7b\u8bba\u575b\u7a0b\u5e8f\uff0c\u57faMVC\u6846\u67b6\u5f00\u53d1\uff0c\u652f\u6301\u63d2\u4ef6\u3001\u6a21\u677f\u6269\u5c55","download":"other\/20210407\/7465cb76dc5981ce3ddf419a912cca15.zip","md5":"de09680ea65e86ac2dbdcc50256feb3f","size":6562939}]},{"id":600801532,"type":1,"sort":5,"name":"dmandwp","title":"dmandwp\u7cfb\u7edf - wordprss\u548cDM\u7cfb\u7edf\u533a\u5757\u7ec4\u5408\u5efa\u7ad9","ps":"dmandwp--\u51fa\u8272\u7684wordpress\u524d\u7aef\u6548\u679c\u5e93?<\/a>","version":"v2021.10","author":"jasonzhang","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-49107-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200508\/f87d8df11a66cbd4cb992052ce55ebf9.png","php":"53,54,55,56,70,71,72,73,74","official":"www.dmandwp.com","enable_functions":"","count":5963,"score":"5.0","versions":[{"m_version":"v2021","version":"10","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"v2021.10","download":"other\/20211004\/e0e2603cf879298baef7eb6c8de6f1bc.zip","md5":"e9d56c7fb19a8e8499470ba7b46160f9","size":35624444}]},{"id":600801271,"type":5,"sort":3.7,"name":"doxcx","title":"DOXCX","ps":"\u591a\u7aef\u5408\u4e00\u5c0f\u7a0b\u5e8f\u6e90\u7801\u7cfb\u7edf,\u81ea\u5e26\u591a\u4e2a\u63d2\u4ef6,\u7fa4\u53f7879792832?<\/a>","version":"4.081","author":"DOXCX","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-34393-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200411\/fee8fdd6d8f138cba5339738b6a21631.png","php":"54,55,56","official":"https:\/\/www.doxcx.cn","enable_functions":"","count":5861,"score":"3.7","versions":[{"m_version":"4","version":"081","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u65b0\u7248\u53d1\u5e03","download":"other\/20200525\/d670e0cb5e8d0710677583e3cf187834.zip","md5":"fc476e978afa3efec63f78b0e7c32172","size":34458333}]},{"id":600801349,"type":2,"sort":4.7,"name":"DSMall","title":"DSMall\u591a\u5e97\u94faB2B2C\u5546\u57ce","ps":"\u6700\u6709\u7ade\u4e89\u529b\u7684B2B2C\u591a\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf\uff0c\u652f\u6301\u62fc\u56e2\u3001\u5206\u9500\u3001\u780d\u4ef7\u7b49?<\/a>","version":"V5.0.3","author":"\u5fb7\u5c1a\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-37082-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190911\/0c6cf27bb350cbd5f080d08991c5fcbb.png","php":"55,56,70,71,72","official":"http:\/\/www.csdeshang.com","enable_functions":"","count":5780,"score":"4.7","versions":[{"m_version":"V5","version":"0.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6700\u6709\u7ade\u4e89\u529b\u7684B2B2C\u591a\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf\uff0c\u652f\u6301\u62fc\u56e2\u3001\u5206\u9500\u3001\u780d\u4ef7\u7b49","download":"other\/20190911\/749d4567bb5ac54edbd95d2ed5b108f8.zip","md5":"ad187dd42d74769bcac1f93b7d13baf5","size":35064783}]},{"id":600801338,"type":1,"sort":3,"name":"bgkcrm","title":"\u5e2e\u7ba1\u5ba2CRM\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf","ps":"\u5e2e\u60a8\u7ba1\u5ba2\u6237\u3001\u7ba1\u4e1a\u52a1\u3001\u7ba1\u8ddf\u5355\u3001\u7ba1\u8ba2\u5355\u3001\u7ba1\u5408\u540c\u3001\u7ba1\u552e\u540e\uff0c\u5185\u90e8\u529e\u516c?<\/a>","version":"4.9.9","author":"\u6b66\u6c49\u521b\u76ca\u4e91\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-36350-1-2.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190914\/995399c68e4c81e4724cabc733820c59.png","php":"70,71,72","official":"http:\/\/www.bgk100.com","enable_functions":"","count":5648,"score":"3.0","versions":[{"m_version":"4","version":"9.9","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5e2e\u7ba1\u5ba2CRM\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edfv4.9.9","download":"other\/20220708\/f3e18345575c93b123e330c61ac6b506.zip","md5":"cc5c776c8bad572bf3d6461d60029290","size":18598622}]},{"id":600801426,"type":1,"sort":4,"name":"youke365","title":"\u4f18\u5ba2365\u7f51\u5740\u5bfc\u822a\u5f00\u6e90\u7248","ps":"\u4e00\u6b3e\u5f00\u6e90\u7684\u7f51\u5740\u5bfc\u822a\u7cfb\u7edf?<\/a>","version":"v1.5.3","author":"\u5947\u4e50\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-41520-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200209\/da8f64c225cab466b46616bdc80714a0.png","php":"56,70,71,72,73","official":"http:\/\/www.youke365.site","enable_functions":"","count":5495,"score":"4.0","versions":[{"m_version":"v1","version":"5.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u3010\u4fee\u590d\u3011\u4fee\u590d\u7cfb\u7edf\u5b89\u5168\u6f0f\u6d1e \u3010\u4f18\u5316\u3011\u4f18\u5316\u7cfb\u7edf\u767b\u5f55\u673a\u5236 \u3010\u4f18\u5316\u3011\u652f\u63017.0 7.1 7.2 7.3 7.4 8.0 \u3010\u4fee\u590d\u3011\u6700\u65b0\u5217\u8868\u9875\u9762\u5206\u9875\u95ee\u9898 \u3010\u4fee\u590d\u3011\u4f1a\u5458\u65e0\u6cd5\u767b\u5f55\u7684\u95ee\u98980","download":"other\/20210618\/711f7985089afce634210fc2e8a28850.zip","md5":"bdfdbd793151942eddbc6707c097e310","size":22149569}]},{"id":600801417,"type":2,"sort":4.3,"name":"yidu_tc_plus","title":"\u58f9\u5ea6\u540c\u57ce\u65b0\u96f6\u552e","ps":"\u4e3b\u5e94\u7528\u65e0\u9700\u6388\u6743\u3001\u514d\u8d39\u5546\u7528\uff1b\u4e13\u6ce8\u540c\u57ce,\u4e13\u6ce8\u95e8\u5e97,\u66f4\u4e13\u6ce8\u670d?<\/a>","version":"2.0.71","author":"\u58f9\u5ea6\u6280\u672f","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-41074-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191203\/9b9d69f4a19e1017df92119132c51231.png","php":"71,72","official":"https:\/\/www.chiwon.cn","enable_functions":"","count":4956,"score":"4.3","versions":[{"m_version":"2","version":"0.71","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u65b0\u7248\u53d1\u5e03","download":"other\/20210908\/17667cae9348b456e81da8c505bdd45f.zip","md5":"f7d94c0424acb3eee7ef2743854e36b7","size":47737698}]},{"id":600801286,"type":2,"sort":3.6,"name":"ecshop","title":"ecshop","ps":"B2C\u72ec\u7acb\u7f51\u5e97\u7cfb\u7edf?<\/a>","version":"3.6","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190704\/4cfd38f7d58c20896dd6e5bd87437574.png","php":"53,54,55,56","official":"http:\/\/www.ecshop.com","enable_functions":"","count":4940,"score":"3.6","versions":[{"m_version":"3","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"ecshop-3.6","download":"other\/20190704\/b2cf20441de457ea21f4640a5414cec6.zip","md5":"d9668fb3d799103a76c156abc13b3ae2","size":36024409}]},{"id":600801294,"type":1,"sort":3.3,"name":"tipask","title":"tipask\u95ee\u7b54\u7cfb\u7edf","ps":"PHP\u5f00\u6e90\u95ee\u7b54\u7cfb\u7edf\uff0c\u5bb9\u6613\u6269\u5c55\uff0c\u5177\u6709\u5f3a\u5927\u7684\u8d1f\u8f7d\u80fd\u529b\u548c\u7a33\u5b9a\u6027\u3002?<\/a>","version":"3.5.5","author":"tipask.com","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-5924-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190709\/893d0adad66b14e0152ec790b1133707.png","php":"71,72,73","official":"http:\/\/www.tipask.com","enable_functions":"exec,shell_exec,proc_open,proc_get_status","count":4915,"score":"3.3","versions":[{"m_version":"3","version":"5.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u89e3\u51b3\u5168\u6587\u68c0\u7d22\u914d\u7f6e\u95ee\u9898","download":"other\/20191017\/6ee897729ce06f73e39ba4ba7bc3e9fa.zip","md5":"33edf176cbe4a6ce73a5d54251c76277","size":22212465}]},{"id":600801345,"type":1,"sort":4.2,"name":"meedu","title":"MeEdu","ps":"\u57fa\u4e8eLaravel\u5f00\u53d1\u7684\u5f00\u6e90\u514d\u8d39\u5728\u7ebf\u6559\u80b2\u7cfb\u7edf?<\/a>","version":"v4.2.2","author":"\u5c0f\u6ed5","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=45944","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200316\/4fdd06f7f1804cd87016639f817c3db1.png","php":"72,73,74","official":"https:\/\/meedu.vip\/","enable_functions":"passthru,proc_open,proc_get_status,symlink,putenv","count":4713,"score":"4.2","versions":[{"m_version":"v4","version":"2.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"v4.2.2","download":"other\/20210617\/531ae517fb4f36e969767a49ffbb35bc.zip","md5":"43e55ad183bdea1a2c3527cd17810ffe","size":34545096}]},{"id":600801361,"type":2,"sort":5,"name":"DSShop","title":"DSShop\u5355\u5e97\u94faB2C\u5546\u57ce","ps":"\u6700\u6709\u7ade\u4e89\u529b\u7684B2C\u5355\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf?<\/a>","version":"V2.1.5","author":"\u5fb7\u5c1a\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-37698-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190924\/ebc65ab04f7a3af88be101529763d38b.png","php":"55,56,70,71,72","official":"http:\/\/www.csdeshang.com","enable_functions":"","count":4603,"score":"5.0","versions":[{"m_version":"V2","version":"1.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6700\u6709\u7ade\u4e89\u529b\u7684B2C\u5355\u5e97\u94fa\u5546\u57ce\u7cfb\u7edf","download":"other\/20190924\/d4231a2263fa06ea28da4cf74f0a9af4.zip","md5":"ff97f2a19d50de960041c97297aa6b15","size":29163452}]},{"id":600801299,"type":1,"sort":1.9,"name":"chengxuxia","title":"\u7a0b\u5e8f\u4fa0CMS","ps":"\u4e13\u4e1a\u3001\u5b89\u5168\u3001\u7a33\u5b9a\u7684\u6dd8\u5b9d\u5ba2CMS\u7cfb\u7edf?<\/a>","version":"2.5.0","author":"\u7a0b\u5e8f\u4fa0","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-6523-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190724\/96460df8dc38ef3c358313f5d6c0b607.png","php":"54,55,56,70,71","official":"http:\/\/www.chengxuxia.com.cn\/? source=bt","enable_functions":"","count":4584,"score":"1.9","versions":[{"m_version":"2","version":"5.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u8c03\u6574\u5546\u54c1\u81ea\u52a8\u6a21\u5f0f","download":"other\/20190926\/61aedd0651c252b61c98ede4670b20fa.zip","md5":"ddf5f5a8f799d16b86d2c41d1c20d611","size":27360478}]},{"id":600801339,"type":1,"sort":3.7,"name":"xunruicms","title":"\u8fc5\u777fCMS\u514d\u8d39\u5f00\u6e90\u5efa\u7ad9\u7a0b\u5e8f","ps":"\u514d\u8d39\u5f00\u6e90\u7684PHP8\u7f51\u7ad9\u540e\u53f0\u7a0b\u5e8f?<\/a>","version":"4.5.5","author":"PHP\u7801\u519c","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=36445","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210416\/f005e05a6096919dd78158de6bbd40d6.png","php":"72,73,74,80,81","official":"http:\/\/www.xunruicms.com","enable_functions":"","count":4228,"score":"3.7","versions":[{"m_version":"4","version":"5.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u652f\u6301php81","download":"other\/20220320\/0a050171f0c963a609fc0d0f07b3daa6.zip","md5":"70294c7df3a9624ccca6a5014149c056","size":6960291}]},{"id":600801472,"type":1,"sort":3.7,"name":"postoffice","title":"CX\u90ae\u5c40\u7cfb\u7edf","ps":"\u4e00\u5957\u65b9\u4fbf\u7684\u90ae\u5c40\u7cfb\u7edf?<\/a>","version":"v1.0","author":"cxbsoft","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-45304-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200306\/5bf3f446699f21e38208efd1b6f91545.png","php":"53,54,55,56,70,71,72","official":"http:\/\/blog.bsot.cn\/index.php\/archives\/39\/","enable_functions":"","count":4220,"score":"3.7","versions":[{"m_version":"v1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7b2c\u4e00\u7248\u672c\uff0c\u63d0\u4f9b\u57fa\u7840\u529f\u80fd","download":"other\/20200306\/aaabd196f8eb2400286eb79c83590ba6.zip","md5":"a5f55522d61d0c2ecc8f4220a135cf38","size":19999678}]},{"id":600801596,"type":1,"sort":3.8,"name":"bthost","title":"btHost - \u9884\u89c8\u7248","ps":"\u5b9d\u5854\u4e3b\u673a\u72ec\u7acb\u63a7\u5236\u7cfb\u7edf - \u9650\u65f6\u514d\u8d39\u4e2d?<\/a>","version":"1.6.1","author":"Youngxj","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-56376-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200917\/650287343ab89034b887b93e548aef67.png","php":"71,72,73,74","official":"https:\/\/btai.cc","enable_functions":"","count":4110,"score":"3.8","versions":[{"m_version":"1","version":"6.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5b9d\u5854\u4e3b\u673a\u72ec\u7acb\u63a7\u5236\u7cfb\u7edf\uff0c\u53ef\u5bf9\u63a5\u8d22\u52a1\u9500\u552e","download":"other\/20210731\/ccbdfe47425dc29711ffd386df7e8e4b.zip","md5":"b2fb2115bf873c398520956314fc5708","size":24739370}]},{"id":600801380,"type":1,"sort":5,"name":"DSO2O","title":"DSO2O\u5916\u5356\u8ba2\u9910\/\u5bb6\u653f\u670d\u52a1\/\u540c\u57ce\u8dd1\u817f\u7cfb\u7edf","ps":"\u5305\u542b\u540c\u57ce\u8dd1\u817f\u3001\u5916\u5356\u9001\u9910\u3001\u4e0a\u95e8\u670d\u52a1\u7b49\u6700\u8d34\u8fd1\u793e\u533a\u5c45\u6c11\u7684\u529f\u80fd?<\/a>","version":"V3.2.5","author":"\u5fb7\u5c1a\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=38506","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191014\/a6be4f7aaacac8f1bbb0709a03ed0855.png","php":"55,56,70,71,72","official":"http:\/\/www.csdeshang.com","enable_functions":"","count":4077,"score":"5.0","versions":[{"m_version":"V3","version":"2.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5305\u542b\u540c\u57ce\u8dd1\u817f\u3001\u5916\u5356\u9001\u9910\u3001\u4e0a\u95e8\u670d\u52a1\u7b49\u6700\u8d34\u8fd1\u793e\u533a\u5c45\u6c11\u7684\u529f\u80fd","download":"other\/20191014\/9b9cbb0c573dbd5a7b1a50b04b2f0bff.zip","md5":"8785f26b6c7dbed53db401b40b92e431","size":43263702}]},{"id":600801353,"type":1,"sort":3,"name":"schoolcms","title":"SchoolCMS\u6559\u52a1\u7cfb\u7edf","ps":"\u4e2d\u56fd\u9996\u4e2a\u5f00\u6e90 \u5b66\u6821\u6559\u52a1\u7ba1\u7406\u7cfb\u7edf \u5efa\u7ad9\u66f4\u5feb\u901f\uff01?<\/a>","version":"v2.3.1","author":"gongfuxiang","price":0,"auth_price":0,"home":"https:\/\/gong.gg\/post-51.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190918\/b6ef031ca21798589a8fc4d4f7f48a72.png","php":"56,70,71,72,73","official":"https:\/\/gong.gg\/post-51.html","enable_functions":"","count":3866,"score":"3.0","versions":[{"m_version":"v2","version":"3.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e2d\u56fd\u9996\u4e2a\u5f00\u6e90 \u5b66\u6821\u6559\u52a1\u7ba1\u7406\u7cfb\u7edf \u5efa\u7ad9\u66f4\u5feb\u901f\uff01","download":"other\/20190918\/df9c55c4f59c5bd9cae9138609c5056a.zip","md5":"46e2fc6192382edfbf3e851c85e4f57d","size":14355493}]},{"id":600801350,"type":2,"sort":5,"name":"DSKms","title":"DSKms\u89c6\u9891\u5185\u5bb9\u4ed8\u8d39\u7cfb\u7edf","ps":"\u4e3a\u4f01\u4e1a\u5ba2\u6237\u91cf\u8eab\u6253\u9020\u7684\u4e13\u4e1a\u5185\u5bb9\u4ed8\u8d39\u7cfb\u7edf?<\/a>","version":"V2.1.8","author":"\u5fb7\u5c1a\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=37334","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190916\/0c25eabcbc60dfcd735ceff651e379a6.png","php":"55,56,70,71,72","official":"http:\/\/www.csdeshang.com","enable_functions":"","count":3663,"score":"5.0","versions":[{"m_version":"V2","version":"1.8","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e3a\u4f01\u4e1a\u5ba2\u6237\u91cf\u8eab\u6253\u9020\u7684\u4e13\u4e1a\u5185\u5bb9\u4ed8\u8d39\u7cfb\u7edf","download":"other\/20190916\/d58b2d07f100136b5b3c7dd46d3f327e.zip","md5":"e255f1838079040038c65dd70f315c72","size":38672565}]},{"id":600801722,"type":1,"sort":4,"name":"biz","title":"INSO\u58c1\u7eb8","ps":"\u6536\u5f55\u51e0\u5341\u4ebf\u9ad8\u6e05\u4f18\u8d28\u56fe\u7247,\u6570\u5343\u4e07\u7528\u6237\u7684\u73cd\u85cf\u5206\u4eab?<\/a>","version":"0.02","author":"\u59ec\u957f\u4fe1","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210516\/884a557dd671252b711ce19af2e97a9f.png","php":"53,54,55,56,70,71,72,73,80","official":"https:\/\/github.com\/insoxin\/a","enable_functions":"","count":3655,"score":"4.0","versions":[{"m_version":"0","version":"02","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u66f4\u6362\u88ab\u5899\u7684cdn.jsdelivr.net","download":"other\/20220601\/a8834ae2b85616514154de780ac5ef00.zip","md5":"44f02e83af955f0b67e96818d05c40f5","size":57678}]},{"id":600801255,"type":1,"sort":3,"name":"sentcms","title":"sentcms\u7f51\u7ad9\u7ba1\u7406\u7cfb\u7edf","ps":"\u4f01\u4e1a\u7f51\u7ad9\u5efa\u8bbe?<\/a>","version":"v4.0.5","author":"\u817e\u901f\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/gitee.com\/sentcms\/sentcms\/issues","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190617\/5ab73a997a6aef68194e7fa85989caa1.png","php":"71,72,73,74","official":"http:\/\/www.tensent.cn","enable_functions":"pdo,pdo_mysql,mb_strlen,file_get_contents,file_put_contents","count":3627,"score":"3.0","versions":[{"m_version":"v4","version":"0.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590d\u63d2\u4ef6\u7684\u4e00\u4e2abug","download":"other\/20210103\/190fe094f7b7a8d3cf0e380482001b63.zip","md5":"2964039e0bdf080b13058ac092df40a5","size":22634880}]},{"id":600801251,"type":1,"sort":1,"name":"Centcount_Analytics","title":"\u767e\u592b\u957f\u7edf\u8ba1","ps":"\u4e00\u6b3e\u529f\u80fd\u5f3a\u5927\u7684\u7f51\u7ad9\u7edf\u8ba1\u5206\u6790\u7a0b\u5e8f\uff0c5\u5206\u949f\u642d\u5efa\u4e00\u4e2aCNZZ\uff01?<\/a>","version":"2.1.1","author":"WM Jonssen","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-33104-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190613\/a3f3fcae0b648a57d5aff3b8606dc1b3.png","php":"55,56,70,71,72,73","official":"https:\/\/cn.centcount.com","enable_functions":"popen","count":3497,"score":"1.0","versions":[{"m_version":"2","version":"1.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u767e\u592b\u957f\u7edf\u8ba12.1.1 - \u4fee\u590d\u82e5\u5e72\u95ee\u9898","download":"other\/20200515\/f3a5cf77781614545776f007d356733c.zip","md5":"a6583128ad8397e606b7cd7e7cc499fe","size":33142}]},{"id":600801566,"type":1,"sort":4.3,"name":"download_station","title":"\u672a\u77e5\u4e0b\u8f7d\u7ad9","ps":"\u7531\u4e00\u4e2a\u54b8\u9c7c\u5f00\u53d1\u7684\u4e00\u4e2a\u6781\u5176\u7b80\u964b\u7684\u4e0b\u8f7d\u7ad9\uff0c\u6765\u8bd5\u8bd5\u5457\uff01?<\/a>","version":"1.1.8","author":"\u5434\u5148\u68ee","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-53000-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200723\/376d9ec8f03ae2c6d3bc419ff7b49a59.png","php":"56,70,71,72,73,74,80","official":"https:\/\/www.wunote.cn","enable_functions":"","count":3486,"score":"4.3","versions":[{"m_version":"1","version":"1.8","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"1.\u4f7f\u7528\u65b0\u7684\u7248\u672c\u53f7\u547d\u540d\u89c4\u5219 2.\u65b0\u589e\u76f4\u63a5\u4e0b\u8f7d\u6a21\u5f0f\u4ee5\u53ca\u62fc\u63a5\u94fe\u63a5\u4e0b\u8f7d\u6a21\u5f0f 3.\u4f18\u5316\u7a0b\u5e8f\u4ee3\u7801","download":"other\/20220203\/30383420ba6cd18e377942188d224256.zip","md5":"9cd88ec488171be82019803e4052dc72","size":6378666}]},{"id":600801470,"type":1,"sort":5,"name":"short_url","title":"\u7f51\u5740\u7f29\u77ed","ps":"\u4e00\u6b3e\u65b9\u4fbf\u7684\u7f51\u5740\u7f29\u77ed?<\/a>","version":"v1.3.1","author":"cxbsoft","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-44991-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200302\/5f9770f5ca60644441d1eb33b90bcbe6.png","php":"53,54,55,56,70,71,72,73","official":"http:\/\/blog.bsot.cn\/index.php\/archives\/38\/","enable_functions":"","count":3343,"score":"5.0","versions":[{"m_version":"v1","version":"3.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590dv1.3\u7248\u672cbug","download":"other\/20200305\/bd8e170a9df3cee1b2716a3edc57b4c8.zip","md5":"8b57f18366b7bbe54aec74703be976f0","size":12882297}]},{"id":600801513,"type":1,"sort":2.8,"name":"yunknet","title":"\u4e91\u8bfe\u7f51\u6821\u7cfb\u7edf","ps":"\u4e91\u8bfe\u7f51\u6821\uff0c\u5305\u542b\u76f4\u64ad\uff0c\u70b9\u64ad\uff0c\u8003\u8bd5\uff0c\u8d44\u8baf \uff0c\u6d4b\u8bc4\u7b49\u6a21\u5757?<\/a>","version":"2.3.1","author":"\u65b0\u8d77\u70b9\u8f6f\u4ef6","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=89126","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200417\/9b03195b0ddfa80c9c88e07c0e464b6c.png","php":"55,56,70,71,72,73,74","official":"https:\/\/www.yunknet.cn","enable_functions":"","count":3275,"score":"2.8","versions":[{"m_version":"2","version":"3.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e91\u8bfe\u7f51\u6821\u7cfb\u7edf\u5347\u7ea7\u52302.3.1\u7248\u672c","download":"other\/20220407\/2cb15514635204f6cb42d0d35a0d9f7a.zip","md5":"f2fd89779cdc9cb7e254c52031a38656","size":16194304}]},{"id":600801616,"type":3,"sort":4.4,"name":"mdclub","title":"MDClub","ps":"Material Design \u6837\u5f0f\u7684\u8f7b\u91cf\u7ea7\u8bba\u575b\u7cfb\u7edf?<\/a>","version":"1.0.2","author":"MDClub","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;tid=55802","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201029\/76ee89ec581e6c2df77c4159d56231e0.png","php":"73,74","official":"https:\/\/www.mdclub.org\/","enable_functions":"","count":3170,"score":"4.4","versions":[{"m_version":"1","version":"0.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"cdn \u5730\u5740\u4ece jsdelivr \u6362\u6210 unpkg","download":"other\/20220530\/f3429894bc0a5bf125f858e204e946cf.zip","md5":"b0869a297e4c14304a91358e361fccee","size":15189827}]},{"id":600801263,"type":1,"sort":2.3,"name":"wdja","title":"WDJA\u7f51\u7ad9\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf","ps":"\u5b98\u7f51www.wdja.net QQ\u7fa4:122019913?<\/a>","version":"2.5","author":"shadoweb","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-34750-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210727\/9ad87e05422043568d5bb300f760542d.png","php":"70,71,72,73,74,80,81","official":"http:\/\/www.wdja.net\/","enable_functions":"","count":3159,"score":"2.3","versions":[{"m_version":"2","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u529f\u80fd\u4f18\u5316","download":"other\/20220709\/6043e62b141d2464965e5f1e96a64193.zip","md5":"98810edff9363f60973f9885187d50b0","size":6826493}]},{"id":600801397,"type":1,"sort":4.1,"name":"whatsns","title":"whatsns\u5f00\u6e90php\u95ee\u7b54\u7cfb\u7edf","ps":"\u4e00\u6b3e\u5305\u542b\u4ed8\u8d39\u95ee\u7b54\uff0cseo\uff0c\u5c0f\u7a0b\u5e8f\u4e00\u4f53\u7684\u5f00\u6e90php\u7cfb\u7edf?<\/a>","version":"6.0.3.2","author":"whatsns","price":0,"auth_price":0,"home":"https:\/\/wenda.whatsns.com\/","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191106\/4c85a5ba55f441862340c2612c84aa31.png","php":"56,70,71,72,73","official":"https:\/\/www.whatsns.com\/","enable_functions":"","count":3143,"score":"4.1","versions":[{"m_version":"6","version":"0.3.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590d\u6ca1\u6709\u914d\u7f6e\u4f2a\u9759\u6001\u7ad9\u957f\u540e\u53f0\u9996\u9875\u7ed1\u5b9a\u5f00\u53d1\u8005\u53c2\u6570\u63d0\u793a\u670d\u52a1\u5668\u5f02\u5e38","download":"other\/20211228\/f192051abd978988993a50bd7b51f96d.zip","md5":"899d1eec9ba5673502a8ba5edbe99a14","size":40801174}]},{"id":600801284,"type":1,"sort":5,"name":"phpcms","title":"phpcms","ps":"PHPCMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"9.6.3","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190704\/417fabf69ca8f9efcc5609e5ecd7d3b1.png","php":"52,53,54,55,56,70","official":"http:\/\/www.phpcms.cn\/","enable_functions":"","count":2848,"score":"5.0","versions":[{"m_version":"9","version":"6.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"phpcms-9.6.3","download":"other\/20190704\/943802751c17ec6e24f3dd643e99ab4c.zip","md5":"fc20335df73de679be6965edfb0728d6","size":8503708}]},{"id":600801410,"type":1,"sort":5,"name":"chanzhi","title":"\u8749\u77e5\u4f01\u4e1a\u95e8\u6237\u7cfb\u7edf","ps":"\u8749\u77e5\u662f\u4e00\u6b3e\u4e13\u4e1a\u7684\u89e3\u51b3\u4f01\u4e1a\u8425\u9500\u4e00\u4f53\u5316\u7684\u95e8\u6237\u5efa\u7ad9\u7cfb\u7edf\u3002?<\/a>","version":"7.7","author":"\u8749\u77e5\u4f01\u4e1a\u95e8\u6237","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-40551-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191127\/464f648a5d2fc7075307c9fa34ef8694.png","php":"54,55,56,70,71,72","official":"https:\/\/www.chanzhi.org\/","enable_functions":"","count":2836,"score":"5.0","versions":[{"m_version":"7","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u8be5\u7248\u672c\u5bf9\u79fb\u52a8\u7aef\u6240\u6709\u9875\u9762\u505a\u4e86\u5927\u5e45\u5ea6\u7684\u4f18\u5316\uff0c\u63d0\u5347\u79fb\u52a8\u8bbe\u5907\u7684\u7528\u6237\u4f53\u9a8c","download":"other\/20191203\/f154406bfa409bed9d6bc41b128596cc.zip","md5":"c45dff392cd4f2f00f35a3b9ddd76b57","size":8506136}]},{"id":600801705,"type":0,"sort":4.4,"name":"yibaiyun_shangcheng","title":"\u58f9\u4f70\u4e91\u5546\u57ce","ps":"100+\u8425\u9500\u6a21\u5757\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa10\u7aef\u5408\u4e00\u7684\u5c0f\u7a0b\u5e8f\u5546\u57ce?<\/a>","version":"2.0.6","author":"\u6d1b\u9633\u58f9\u4f70\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-68011-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210420\/d2cdeae31faced91aa9881fc38f195d7.png","php":"56,70,71,72,73","official":"http:\/\/www.ybyun.wang\/","enable_functions":"","count":2785,"score":"4.4","versions":[{"m_version":"2","version":"0.6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"100+\u8425\u9500\u6a21\u5757\uff0c5\u5206\u949f\u514d\u8d39\u642d\u5efa10\u7aef\u5408\u4e00\u7684\u5c0f\u7a0b\u5e8f\u5546\u57ce","download":"other\/20220623\/6fd254316a59ee45a05dff616c0ddece.zip","md5":"c0ab90ae5502a0b46d9ba103b1179a17","size":12541284}]},{"id":600801700,"type":1,"sort":4.3,"name":"onenav","title":"OneNav","ps":"\u7b80\u7ea6\u5bfc\u822a\/\u4e66\u7b7e\u7ba1\u7406\u5668\uff0c\u754c\u9762\u7b80\u6d01\uff0c\u4f7f\u7528\u65b9\u4fbf\uff0c\u514d\u8d39\u5f00\u6e90\u3002?<\/a>","version":"0.9.22","author":"xiaoz","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210408\/b489ea360bf79948246812a6e366dfed.png","php":"56,70,71,72,73","official":"https:\/\/nav.rss.ink\/","enable_functions":"","count":2741,"score":"4.3","versions":[{"m_version":"0","version":"9.22","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"OneNav 0.9.22","download":"other\/20220602\/228afec52efd57590ca5dceae77f82c7.zip","md5":"5f5a14466f7ec1b16ba99465ae4d4b21","size":5056090}]},{"id":600801603,"type":1,"sort":5,"name":"timemailx","title":"TimeMail-\u65f6\u5149\u90ae\u5c40","ps":"\u7ed9\u672a\u6765\u5199\u5c01\u4fe1 \u591a\u5e74\u4e4b\u540e \u613f\u4f60\u4e0d\u8d1f\u6240\u671f?<\/a>","version":"1.1","author":"xcsoft","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-57138-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201002\/c57016503e78b04b0da96a18ce4cf6a3.png","php":"56,71,72,73,74","official":"https:\/\/time.xsot.cn","enable_functions":"","count":2693,"score":"5.0","versions":[{"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u521d\u59cb\u7248\u672c","download":"other\/20201002\/e96db6f3e5e4ee46b030b38f5233057c.zip","md5":"a6d4153dd4bea98375fd3d473ec018ca","size":130968}]},{"id":600801559,"type":1,"sort":5,"name":"eyoucms","title":"\u6613\u4f18CMS","ps":"EyouCms\u662f\u57fa\u4e8eTP5\u5f00\u53d1\u7684\u4f01\u4e1a\u7f51\u7ad9\u5efa\u7ad9\u7cfb\u7edf\u3002?<\/a>","version":"v1.5.8","author":"\u6613\u4f18cms","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-92297-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200708\/9c93b2069e8384da034cfe59df8f005e.png","php":"54,55,56,70,71,72,73,74,80","official":"https:\/\/www.eyoucms.com\/","enable_functions":"","count":2517,"score":"5.0","versions":[{"m_version":"v1","version":"5.8","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u514d\u8d39\u3001\u5b89\u5168\u3001\u591a\u6a21\u677f\u662f\u4f01\u4e1a\u7f51\u7ad9\u5efa\u7ad9\u7684\u795e\u5668","download":"other\/20220517\/44cde0a274a46dd96f60485b009579c3.zip","md5":"c75deb36ee1bad5b0d452b75a869c594","size":24283393}]},{"id":600801578,"type":4,"sort":2.2,"name":"wdja_blog","title":"WDJA\u535a\u5ba2\u7ba1\u7406\u7cfb\u7edf","ps":"\u5b98\u7f51www.wdja.net QQ\u7fa4:122019913?<\/a>","version":"2.6","author":"shadoweb","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-54413-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210802\/a72c781d79108259b582689dcfaaf4b9.png","php":"70,71,72,73,74,80,81","official":"http:\/\/www.wdja.net","enable_functions":"","count":2391,"score":"2.2","versions":[{"m_version":"2","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u529f\u80fd\u4f18\u5316","download":"other\/20220708\/e4d70a713504b560e0e84b0970523942.zip","md5":"216227a548147a4644f174d4cfb3331d","size":8276398}]},{"id":600801577,"type":2,"sort":3.5,"name":"niushopv4","title":"Niushop\u5f00\u6e90\u5546\u57ceV4","ps":"\u5546\u4e1a\u8fd0\u8425\u3001\u5b8c\u5168\u5f00\u6e90\u3001100%\u5c0f\u7a0b\u5e8f\u6e90\u7801\u3001\u4e8c\u6b21\u5f00\u53d1?<\/a>","version":"4.0","author":"Niushop\u5f00\u6e90\u5546\u57ce","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200812\/e39796e6a14687d04ab1333ae5febe56.png","php":"70,71,72,73","official":"https:\/\/www.niushop.com.cn\/","enable_functions":"","count":2375,"score":"3.5","versions":[{"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5168\u65b0\u67b6\u6784\uff0c\u5b8c\u5168\u5f00\u6e90","download":"other\/20200812\/ded735b0939df17439648692a990138d.zip","md5":"7e7b9cd7823635e23cd7c7caa477f6a1","size":47913397}]},{"id":600801329,"type":1,"sort":5,"name":"qibosoft","title":"\u9f50\u535aCMS","ps":"\u57fa\u4e8ethinkphp\u7684\u514d\u8d39\u5f00\u6e90CMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"1.06","author":"\u9f50\u535a\u8f6f\u4ef6","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-59569-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190817\/30e21e0e638accf39dc96ff74d66946c.png","php":"55,56,70,71,72,73,74","official":"https:\/\/x1.php168.com","enable_functions":"","count":2337,"score":"5.0","versions":[{"m_version":"1","version":"06","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"BUG\u4fee\u590d","download":"other\/20220507\/266696f8ebcbea4c0297ec550f065390.zip","md5":"1274a67a4ae2858be1c4265ec492b090","size":24945351}]},{"id":600801672,"type":1,"sort":2,"name":"urlive","title":"URLive-\u7eaf\u51c0\u76f4\u64ad","ps":"\u805a\u5408\u70ed\u95e8\u76f4\u64ad\u5e73\u53f0\uff0c\u65e0\u5e7f\u544a\u3001\u65e0\u5f39\u5e55\u3001\u65e0\u793c\u7269\u7eaf\u51c0\u76f4\u64ad\u6d41?<\/a>","version":"1.1","author":"\u79c0\u624d","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-64602-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210224\/24d9af7c3b9e1d3fc7a538f4f7c6cbf1.png","php":"53,54,55,56,70,71,72,73,74","official":"https:\/\/urhost.cn","enable_functions":"","count":2335,"score":"2.0","versions":[{"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u65b0\u589e\u76f4\u64ad\u5e73\u53f0\uff0c\u4f18\u5316\u66f4\u65b0\u903b\u8f91\uff0c\u4fee\u590d\u4e00\u4e9bBUG","download":"other\/20210312\/285169ddbab3294293b69d2e16b8c494.zip","md5":"9e51574aea1db98c82111cfa20aa55a2","size":1500539}]},{"id":600801635,"type":3,"sort":3.3,"name":"hadsky","title":"HadSky\u8f7b\u8bba\u575b","ps":"\u8f7b\u3001\u5feb\u3001\u7b80\u7684\u539f\u521b\u5f00\u6e90PHP\u8f7b\u8bba\u575b\u7cfb\u7edf?<\/a>","version":"7.6.3","author":"puyuetian","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-62307-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201221\/ace466ef98d03b56496e49edd8194eae.png","php":"52,53,54,55,56,70,71,72,73,74","official":"https:\/\/www.hadsky.com","enable_functions":"scandir","count":2332,"score":"3.3","versions":[{"m_version":"7","version":"6.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u8f7b\u3001\u5feb\u3001\u7b80\u7684\u539f\u521b\u5f00\u6e90PHP\u8f7b\u8bba\u575b\u7cfb\u7edf","download":"other\/20210108\/662aa71363f92d0457e7b8847655d69d.zip","md5":"b1d90038aacca09b3f9b304d6dbbfb77","size":3136061}]},{"id":600801430,"type":1,"sort":3.7,"name":"phpok","title":"PHPOK\u4f01\u4e1a\u7ad9\u7cfb\u7edf","ps":"\u4e00\u5957\u7f51\u7ad9\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\uff0c\u91c7\u7528 PHP + MySQL \u5f00\u53d1?<\/a>","version":"6.2","author":"phpok.com","price":0,"auth_price":0,"home":"https:\/\/www.phpok.com\/manual.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191219\/15184c3fd5dbbcad0fb99faf16bf51d0.png","php":"55,56,70,71,72,73","official":"https:\/\/www.phpok.com","enable_functions":"","count":2321,"score":"3.7","versions":[{"m_version":"6","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u514d\u8d39\u5546\u7528\uff0c\u81ea\u7531\u5f00\u6e90\u7684CMS","download":"other\/20220526\/e3a33db58763b015a8b08d38a8a4d04a.zip","md5":"4f53ebc57a8e79c64c5b81fb54ae9571","size":34192018}]},{"id":600801618,"type":1,"sort":3.4,"name":"taokeyun","title":"\u6dd8\u5ba2\u4e91\u6dd8\u5b9d\u5ba2\u7cfb\u7edf","ps":"\u6dd8\u5ba2\u4e91\u6dd8\u5b9d\u5ba2-\u5728\u7ebf\u4e91\u7f16\u8bd1APP\uff0c\u5168\u9875\u9762\u53ef\u89c6\u5316DIY\u3002?<\/a>","version":"1.0.5","author":"\u6dd8\u5ba2\u4e91","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201217\/bf1c03cb53f5949b9799bc03c38044ee.png","php":"56,70,71,72,73","official":"https:\/\/www.taokeyun.cn","enable_functions":"","count":2232,"score":"3.4","versions":[{"m_version":"1","version":"0.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6dd8\u5ba2\u4e91\u6dd8\u5b9d\u5ba2-\u6dd8\u4eac\u62fc\u5168\u80fd\u5728\u7ebfDIY\u4e91\u7f16\u8bd1APP\uff0cQQ785976928\u3002","download":"other\/20210121\/2eb31fdc6d9d006e23f92b34c7a24324.zip","md5":"a443cb1239033432e3873de0e5c3efab","size":50536951}]},{"id":600801455,"type":1,"sort":3,"name":"qilenews","title":"\u5947\u4e50\u81ea\u5a92\u4f53\u65b0\u95fb\u7ba1\u7406\u7cfb\u7edf\u514d\u8d39\u7248","ps":"\u4e00\u6b3e\u81ea\u5a92\u4f53\u65b0\u95fb\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"v1.1.3","author":"\u5947\u4e50\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-43786-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200209\/daaa9af04da675ea267e0158e1993f6c.png","php":"70,71,72,73","official":"http:\/\/www.qilecms.com\/?invite=WElqNXdIbWVSaEZK","enable_functions":"","count":2185,"score":"3.0","versions":[{"m_version":"v1","version":"1.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590d\u4e0a\u671fbug","download":"other\/20200407\/4546eacb20a6f288fe43dc5b1e0713e5.zip","md5":"a175da69b5ab7ff5526f3546f131ce70","size":14696379}]},{"id":600801509,"type":1,"sort":4.5,"name":"omocms","title":"OmoCms","ps":"\u5728\u7ebf\u6559\u80b2\u4e0e\u77e5\u8bc6\u4ed8\u8d39\u6e90\u7801\u7cfb\u7edf\uff0c\u652f\u6301\u4ed8\u8d39\u97f3\u89c6\u9891\u4e13\u680fVIP\u8d2d\u4e70\u7b49?<\/a>","version":"1.4","author":"DOXCX","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-47681-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200411\/e9b37a7fc1120907cf4892f04070aa49.png","php":"70","official":"www.omocms.com","enable_functions":"","count":2163,"score":"4.5","versions":[{"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u586b\u5145\u9ed8\u8ba4\u6570\u636e\uff0c\u4f18\u5316\u5927\u91cf\u7ec6\u8282","download":"other\/20200418\/936a7bc960f433d2f3a8369476925dc5.zip","md5":"14d8d74da7a646f0377ba3645697861a","size":47021969}]},{"id":600801703,"type":2,"sort":4.3,"name":"leadshop","title":"Leadshop\u5f00\u6e90\u514d\u8d39\u5546\u7528\u5546\u57ce","ps":"Leadshop\u5f00\u6e90\u5546\u57ce,\u52a9\u529b\u4e2d\u5c0f\u4f01\u4e1a\u642d\u5efa\u79c1\u6709\u5316\u7535\u5546\u5e73\u53f0?<\/a>","version":"1.4.5","author":"\u79be\u6210\u4e91","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=67594&highlight=leadshop","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210414\/a3351d7c9222155eb65652e76709fed0.png","php":"74","official":"https:\/\/forum.leadshop.vip\/","enable_functions":"symlink","count":2102,"score":"4.3","versions":[{"m_version":"1","version":"4.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4f18\u5316\u82e5\u5e72\u529f\u80fd\uff1b\u4fee\u590d\u82e5\u5e72bug\uff1b","download":"other\/20211027\/565b64802f6b5dca4305058d65385896.zip","md5":"11ba3f3e683101e5a2d40ce8928d0994","size":48465019}]},{"id":600801486,"type":1,"sort":4.5,"name":"vip_card","title":"\u597d\u5e97\u4f1a\u5458\u5361","ps":"oem\u514d\u8d39\u5b89\u88c5\uff0c\u62e5\u6709\u5c5e\u4e8e\u81ea\u5df1\u7684\u4f1a\u5458\u5361\u7cfb\u7edf?<\/a>","version":"6.4.2.60","author":"\u597d\u5e97\u4f1a\u5458\u5361","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-50827-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200321\/ed1bcb7b3a680af2bbab9288b458e800.png","php":"70","official":"https:\/\/oem.yongxunw.com","enable_functions":"","count":2061,"score":"4.5","versions":[{"m_version":"6","version":"4.2.60","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u52a0\u5165\u4f01\u4e1a\u5fae\u4fe1\u4f53\u7cfb","download":"other\/20210320\/821dd4784661e38c868345896e7faeb3.zip","md5":"f4290258a5d31d90d5be70ee6d81de14","size":454735}]},{"id":600801304,"type":1,"sort":5,"name":"Temmoku_MVC","title":"\u5929\u76eeMVC\u7f51\u7ad9\u7ba1\u7406\u7cfb\u7edf(PHP+Mysql)","ps":"\u7b80\u5355\u6613\u7528\u514d\u8d39\u5546\u7528\uff0c\u529f\u80fd\u5b8c\u5584\u3002\u6280\u672f\u652f\u6301\u7ed9\u529b?<\/a>","version":"2.12","author":"Temmoku MVC","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-34791-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190720\/e61f3a2e905caa5f492cefff71590fb4.png","php":"54,55,56,70,71,72,73,74,80","official":"https:\/\/www.temmokumvc.com","enable_functions":"","count":2048,"score":"5.0","versions":[{"m_version":"2","version":"12","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u652f\u6301PHP8.0","download":"other\/20210415\/b2b8fb2af7961530814b564f933aa273.zip","md5":"db006134676c08070b440d9b9d86ed84","size":5357989}]},{"id":600801751,"type":2,"sort":5,"name":"likeshop_b2c","title":"likeshop\u5355\u5546\u6237\u5f00\u6e90\u5546\u57ce\u7cfb\u7edf-\u4f01\u4e1a\u7248","ps":"likeshop\u5f00\u6e90\u5546\u57ce\u7cfb\u7edf\uff0c\u4ee3\u7801\u5168\u5f00\u6e90\uff0c\u529f\u80fd\u4e30\u5bcc\uff0c\u53e3\u7891\u4e4b\u9009?<\/a>","version":"2.5.7.20210311","author":"likeshop","price":0,"auth_price":0,"home":"http:\/\/doc.likeshop.cn\/likeshop_develop_v2_x\/2105149","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210824\/ffca1ad63dc15924e1f362156367366c.png","php":"72,73,74","official":"https:\/\/www.likeshop.cn","enable_functions":"","count":2015,"score":"5.0","versions":[{"m_version":"2","version":"5.7.20210311","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"likeshop\u5f00\u6e90\u5546\u57ce\u7cfb\u7edf\uff0c\u4ee3\u7801\u5168\u5f00\u6e90\uff0c\u529f\u80fd\u4e30\u5bcc\uff0c\u53e3\u7891\u4e4b\u9009","download":"other\/20220311\/a8e30ff6ada07c1cad2e2e7f41b4f4e9.zip","md5":"3f757f67628d793bb2f9816b496f861a","size":91599003}]},{"id":600801323,"type":1,"sort":4,"name":"iCMS7","title":"iCMS","ps":"iCMS \u4e00\u6b3e\u514d\u8d39\u3001\u7b80\u6d01\u3001\u9ad8\u6548\u3001\u597d\u7528\u7684PHP\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\u3002?<\/a>","version":"v7.0.15","author":"iCMSdev","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190814\/6ca5d36ee665eefd889c3a6ffded7761.png","php":"53,54,55,56,70,71,72,73","official":"https:\/\/www.icmsdev.com\/","enable_functions":"","count":2014,"score":"4.0","versions":[{"m_version":"v7","version":"0.15","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"iCMS v7.0.15","download":"other\/20190827\/b7efccf9dd5aa532488cb380b5b824bd.zip","md5":"1d06be00631d514d442310e0adf0a239","size":8194825}]},{"id":600801661,"type":1,"sort":4.7,"name":"openbi","title":"openbi","ps":"\u6570\u636e\u53ef\u89c6\u5316\uff0c\u5c06\u6570\u636e\u66f4\u53cb\u597d\u7684\u5c55\u793a\uff0cqq\u7fa4\uff1a328601229?<\/a>","version":"1.0.8","author":"\u5317\u4eac\u683c\u80dc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/github.com\/openBI-kwc\/openBI","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210205\/46ecccfd0979a3021aea022f77878ebe.png","php":"72","official":"http:\/\/www.openbi.com.cn","enable_functions":"fileinfo,popen,putenv","count":2004,"score":"4.7","versions":[{"m_version":"1","version":"0.8","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"1. \u4fee\u590d\u90e8\u5206windows server \u65e0\u6cd5\u53d1\u5e03\u95ee\u9898 2. \u4fee\u590dsql\u6570\u636e\u6e90\u8bed\u53e5\u8fc7\u957f\u62a5\u9519\u95ee\u9898 3. \u4fee\u590d\u89d2\u8272\u4fee\u6539\u63a5\u53e3\u62a5\u9519\u95ee\u9898","download":"other\/20210618\/30cb9f8874d21b40718fc578a5615299.zip","md5":"83a2635253298175b2c76c3c4caf69d7","size":42832908}]},{"id":600801301,"type":1,"sort":4.3,"name":"easyiamge","title":"\u7b80\u5355\u56fe\u5e8a","ps":"\u652f\u6301\u591a\u6587\u4ef6\u4e0a\u4f20,\u7b80\u5355\u65e0\u6570\u636e\u5e93\u7684\u4e00\u6b3e\u56fe\u5e8a\u7a0b\u5e8f?<\/a>","version":"2.6.5","author":"icret","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-83801-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220118\/5e46a6cf46511190fb6742710028d225.png","php":"56,70,71,72,73,74,80","official":"https:\/\/png.cm","enable_functions":"","count":1997,"score":"4.3","versions":[{"m_version":"2","version":"6.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u66f4\u65b0\u7248\u672c\u52302.6.5","download":"other\/20220527\/509c9180bd8ccbb21f4c234bbe03e8cf.zip","md5":"ec08ea15eef8ebc43d6311445a430a5f","size":3817079}]},{"id":600801467,"type":1,"sort":5,"name":"otcms","title":"\u7f51\u949bCMS\uff08PHP\u7248\uff09","ps":"\u6700\u597d\u7528\u7684\u6587\u7ae0CMS\uff0c\u53ef\u642d\u5efa\u535a\u5ba2\u3001\u5a31\u4e50\u8d44\u6e90\u3001\u6559\u7a0b\u8f85\u52a9\u7b49\u7f51\u7ad9?<\/a>","version":"6.50","author":"\u7f51\u949b\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-45115-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200316\/47dcad7a9115df1960ad8c3cb3ce78e8.png","php":"53,54,55,56,70,71,72,73","official":"http:\/\/otcms.com","enable_functions":"","count":1870,"score":"5.0","versions":[{"m_version":"6","version":"50","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6700\u597d\u7528\u7684\u6587\u7ae0CMS\uff0c\u53ef\u642d\u5efa\u535a\u5ba2\u3001\u5a31\u4e50\u8d44\u6e90\u3001\u6559\u7a0b\u8f85\u52a9\u7b49\u7f51\u7ad9","download":"other\/20220610\/7de91bb3201ba543410de17853daf466.zip","md5":"25a6593c78fd10495e84d8844e67d33a","size":16294617}]},{"id":600801733,"type":1,"sort":3.6,"name":"prokvm","title":"prokvm\u5b9d\u5854\u865a\u62df\u4e3b\u673a\u9500\u552e\u7ba1\u7406\u7cfb\u7edf","ps":"Prokvm\u4e91\u670d\u52a1\u5668\u7ba1\u7406\u7cfb\u7edf\uff0c\u96c6\u6210BT\u9500\u552e\u865a\u62df\u4e3b\u673a?<\/a>","version":"2.2.5","author":"xmbillion","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-54451-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210617\/47d23ccde7f5b0e85036815783726671.png","php":"72","official":"https:\/\/www.xmbillion.com\/prokvm.html","enable_functions":"","count":1782,"score":"3.6","versions":[{"m_version":"2","version":"2.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590d\u5b89\u88c5redis\u9519\u8bef\u5f15\u8d77500\u9519\u8bef","download":"other\/20220328\/d34f298551597bf07f004d1e62330dbe.zip","md5":"4aa3d4eaed24ba86a2af1505307feb00","size":45435810}]},{"id":600801387,"type":1,"sort":5,"name":"DSCMS","title":"DSCMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf(PC+H5)","ps":"\u4e00\u6b3e\u9002\u5408\u4f01\u4e1a\u7f51\u7ad9\u5efa\u8bbe\u7684CMS\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"V1.4","author":"\u5fb7\u5c1a\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=39157","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191028\/c9de19972ec0977d189d6050dfccea16.png","php":"55,56,70,71,72","official":"http:\/\/www.csdeshang.com","enable_functions":"","count":1755,"score":"5.0","versions":[{"m_version":"V1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e00\u6b3e\u9002\u5408\u4f01\u4e1a\u7f51\u7ad9\u5efa\u8bbe\u7684CMS\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf","download":"other\/20191028\/744cf106bb1e2352724eb202de13850a.zip","md5":"7355eea6b521bf7907c98cf5c8cda161","size":16018322}]},{"id":600801591,"type":1,"sort":2.3,"name":"nxcrm","title":"NXCRM\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf","ps":"\u7ebf\u7d22\uff0c\u5546\u673a\uff0c\u5408\u540c\uff0c\u6536\u6b3e\uff0c\u5ba2\u6237\uff0c\u9644\u4ef6\uff0c\u8054\u7cfb\u4eba\uff0c\u8ddf\u8fdb\u7b49\u6570\u9879\u529f\u80fd?<\/a>","version":"v1.11.11","author":"\u5b81\u590f\u5357\u76f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-54753-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200901\/05c7673b66d31000305afd4852d81c04.png","php":"72,73,74","official":"https:\/\/www.nx.tt","enable_functions":"","count":1730,"score":"2.3","versions":[{"m_version":"v1","version":"11.11","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590d\u7f51\u7ad9\u8bbe\u7f6e\uff0c\u4ee5\u53ca\u5176\u4ed6\u7684\u4e00\u4e9b\u5c0f\u95ee\u9898","download":"other\/20201116\/b25099eb48667838bcb8fd8dfcce55f5.zip","md5":"f375367e623c947535e2f92d07d91f10","size":48667958}]},{"id":600801692,"type":1,"sort":5,"name":"douphp","title":"DouPHP\u8f7b\u91cf\u7ea7\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf","ps":"\u8f7b\u91cf\u7ea7\u3001\u6a21\u5757\u5316\u3001\u514d\u8d39\u5f00\u6e90\u3001\u53ef\u5546\u7528?<\/a>","version":"v1.7 Release 20220610","author":"DouPHP","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-66084-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210325\/715dbfc352d52f027ea894f84d287bc2.png","php":"53,54,55,56,70,71,72,73","official":"https:\/\/www.douphp.com","enable_functions":"","count":1704,"score":"5.0","versions":[{"m_version":"v1","version":"7 Release 20220610","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u8f7b\u91cf\u7ea7\u3001\u6a21\u5757\u5316\u3001\u514d\u8d39\u5f00\u6e90\u3001\u53ef\u5546\u7528","download":"other\/20220614\/9416014acc1d32582437ec4b344afe9f.zip","md5":"c6a6547570ae775652c68d46fdb2d2d0","size":5869741}]},{"id":600801683,"type":2,"sort":4.3,"name":"shopwind","title":"ShopWind\u5f00\u6e90\u591a\u5e97\u94fa\u7535\u5546\u7cfb\u7edf","ps":"\u57fa\u4e8eYii2\u6846\u67b6\u7684\u514d\u8d39\u5f00\u6e90B2B2C\u591a\u7528\u6237\u5546\u57ce\u7cfb\u7edf?<\/a>","version":"V3.4.3","author":"\u5e7f\u897f\u5357\u5b81\u9886\u4f17\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-67044-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210317\/1ec1a24446befc27f130834df920819e.png","php":"70,71,72,73","official":"https:\/\/www.shopwind.net","enable_functions":"","count":1677,"score":"4.3","versions":[{"m_version":"V3","version":"4.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u57fa\u4e8eYii2\u6846\u67b6\u7684\u514d\u8d39\u5f00\u6e90B2B2C\u591a\u7528\u6237\u5546\u57ce\u7cfb\u7edf","download":"other\/20220705\/a79b79032f904d3aaa227e1e04f5914f.zip","md5":"b3791db9c6b06f891543e9f1b78c0a1e","size":44879063}]},{"id":600801480,"type":2,"sort":3,"name":"jpshop","title":"jpshop\u793e\u533a\u56e2\u8d2d-\u5fae\u5546\u57ce\u76f4\u64ad\u5c0f\u7a0b\u5e8f\u7cfb\u7edf","ps":"\u5b89\u5168\uff0c\u5f00\u6e90\uff0c\u514d\u8d39\uff0c\u793e\u533a\u56e2\u8d2d\u5fae\u5546\u57ce\u5c0f\u7a0b\u5e8f?<\/a>","version":"1.4.50","author":"\u8fde\u4e91\u6e2f\u5377\u6ce1\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-46093-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200318\/aa5ae40cc921e60ff8af7fc0b3134390.png","php":"72","official":"http:\/\/www.juanpao.com","enable_functions":"","count":1566,"score":"3.0","versions":[{"m_version":"1","version":"4.50","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"jpshop","download":"other\/20200616\/fd5a902cb9bb86a22f9a80944c189614.zip","md5":"224d3b1f1d9f3dfad1b08e8796db4b73","size":40044271}]},{"id":600801402,"type":1,"sort":5,"name":"zhicms","title":"ZhiCms","ps":"ZhiCms\u662f\u4e00\u6b3e\u4e13\u4e1a\u7684\u503c\u5f97\u4e70\u7cfb\u7edf\u3002?<\/a>","version":"4.0","author":"\u4e91\u7aef\u7535\u5546","price":0,"auth_price":0,"home":"https:\/\/www.zhicms.vip","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200401\/c710fad2cedaed1bf890ebde5d505769.png","php":"53,54,55,56,70,71,72","official":"http:\/\/www.zhicms.vip","enable_functions":"","count":1531,"score":"5.0","versions":[{"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"ZhiCms\u662f\u4e00\u6b3e\u4e13\u4e1a\u7684\u503c\u5f97\u4e70\u7cfb\u7edf\u3002","download":"other\/20201204\/4988c8a4c8bcfdc42601272806a104f3.zip","md5":"cd44b54efeaa2b7be432053709d38ef4","size":31406769}]},{"id":600801697,"type":1,"sort":4.4,"name":"yzncms","title":"YznCMS","ps":"\u57fa\u4e8ethinkphp5.1\u548cLayui2.6\u7684\u540e\u53f0\u7cfb\u7edf?<\/a>","version":"1.04","author":"\u5fa1\u5b85\u7537\u5de5\u4f5c\u5ba4","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-66787-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210406\/1020ab61e7afb7d4674ce30374c4f192.png","php":"70,71,72,73,74,8.0","official":"https:\/\/gitee.com\/ken678\/YZNCMS","enable_functions":"","count":1488,"score":"4.4","versions":[{"m_version":"1","version":"04","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7cfb\u7edf\u67b6\u6784\u4f18\u5316\u5927\u91cf\u7ec6\u8282","download":"other\/20220304\/c97b71df854fe0440b4295a7862c1673.zip","md5":"8757cdaa5375a7f6ab1545bca5e084af","size":26061747}]},{"id":600801462,"type":1,"sort":4,"name":"qile_guarantee_free","title":"\u5947\u4e50\u4e2d\u4ecb\u62c5\u4fdd\u4ea4\u6613\u7cfb\u7edf","ps":"\u4e2d\u4ecb\u62c5\u4fdd\u7a0b\u5e8f,\u4e13\u6ce8\u4e8e\u7f51\u7ad9\/\u57df\u540d\/\u81ea\u5a92\u4f53\/\u5c0f\u7a0b\u5e8f\/\u6e90\u7801\u7b49\u62c5\u4fdd?<\/a>","version":"1.3.0","author":"\u5947\u4e50\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-44205-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200214\/aa3f654a9eea85c934b2edd946a376b0.png","php":"70\uff0c71\uff0c72","official":"http:\/\/www.qilecms.com\/?invite=WElqNXdIbWVSaEZK","enable_functions":"","count":1482,"score":"4.0","versions":[{"m_version":"1","version":"3.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u3010\u66f4\u65b0\u3011\u540e\u53f0\u5e7f\u544a\u4e0a\u4f20\u63a5\u53e3\u9519\u8bef \u3010\u66f4\u65b0\u3011\u5e7b\u706f\u7247\u65e0\u6cd5\u5207\u6362\u7684\u95ee\u9898","download":"other\/20220317\/a99b0256277dfe30f084712ae579e1b9.zip","md5":"773ed956e8e7c45bab04d3b0a561ce36","size":18060311}]},{"id":600801706,"type":0,"sort":4.4,"name":"yibaiyun_scrm","title":"\u58f9\u4f70\u4e91SCRM","ps":"50+\u5ba2\u6237\u8425\u9500\u7ba1\u7406\u529f\u80fd\uff0c\u514d\u8d39\u7684\u65b0\u4e00\u4ee3\u793e\u4ea4\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"2.0.6","author":"\u6d1b\u9633\u58f9\u4f70\u7f51\u7edc","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-68014-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210420\/14a7aee555e0c57de4aa4e08229b5aeb.png","php":"56,70,71,72,73","official":"http:\/\/www.ybyun.wang\/","enable_functions":"","count":1473,"score":"4.4","versions":[{"m_version":"2","version":"0.6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"50+\u5ba2\u6237\u8425\u9500\u7ba1\u7406\u529f\u80fd\uff0c\u514d\u8d39\u7684\u65b0\u4e00\u4ee3\u793e\u4ea4\u5ba2\u6237\u7ba1\u7406\u7cfb\u7edf","download":"other\/20220623\/7bfb331c0ed7f47d97f40da919ad4a0f.zip","md5":"c0ab90ae5502a0b46d9ba103b1179a17","size":12541284}]},{"id":600801601,"type":5,"sort":3.7,"name":"qvmhcn","title":"\u4f01\u5fae\u9b54\u76d2","ps":"\u4f01\u5fae\u9b54\u76d2\u4e13\u6ce8\u4e8e\u4f01\u4e1a\u5fae\u4fe1\u7b2c\u4e09\u65b9\u6e90\u7801\u79c1\u6709\u5316\u90e8\u7f72?<\/a>","version":"4.0","author":"DOXCX","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-57174-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200929\/c254af3b0ff298ca6c9bff9aa5556883.png","php":"70,71","official":"http:\/\/www.qvmh.cn","enable_functions":"","count":1418,"score":"3.7","versions":[{"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4f01\u5fae\u9b54\u76d2\u514d\u8d39\u7248V4\u53d1\u5e03\uff0c\u529f\u80fd\u66f4\u5f3a\u5927","download":"other\/20201223\/3b4ef65906d90d208f89b8d57b0e8c9c.zip","md5":"5232059ab725fbd3a5251dc1e1e76fdd","size":13272074}]},{"id":600801289,"type":6,"sort":5,"name":"codeigniter","title":"codeigniter","ps":"\u5c0f\u5de7\u4f46\u529f\u80fd\u5f3a\u5927\u7684 PHP \u6846\u67b6?<\/a>","version":"3.1.10","author":"\u5b9d\u5854","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190705\/78882b423c4a38f7eb048db1aea60255.png","php":"53,54,55,56,70,71,72","official":"https:\/\/codeigniter.org.cn","enable_functions":"","count":1328,"score":"5.0","versions":[{"m_version":"3","version":"1.10","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"CI-3.1.10","download":"other\/20190705\/2709474d3bcca0796205e51425fd1edc.zip","md5":"2a25747926f00dacff9fb59619eaacb7","size":2741644}]},{"id":600801696,"type":2,"sort":4.3,"name":"hasog","title":"HaSog\u5e7b\u795e\u5546\u57ce","ps":"\u4e00\u4e2a\u9ad8\u6269\u5c55\u6027\u4e14\u5341\u5206\u8f7b\u4fbf\u7684\u5f00\u6e90\u5206\u9500\u5546\u57ce\u7cfb\u7edf?<\/a>","version":"V1.0.0-2021061501","author":"\u5e7b\u795e\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-66572-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210402\/06f17235693de36deda8d60561b8c6db.png","php":"71,72,73,80","official":"https:\/\/cloud.hasog.com","enable_functions":"","count":1298,"score":"4.3","versions":[{"m_version":"V1","version":"0.0-2021061501","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"V1.0.0-2021061501 \u7248\u672c\u53d1\u5e03\uff0c\u65b0\u589e\u94f6\u884c\u5361\u3001\u627e\u56de\u5bc6\u7801\u3001SaaS\u6a21\u5f0f\uff0c\u4fee\u590d\u4e86\u4e00\u4e9bBUG\uff0c\u4f18\u5316\u4e86\u540e\u53f0\u7684\u4f53\u9a8c","download":"other\/20210615\/721393cce91034f650519ebfe06fe378.zip","md5":"9111565426f2ce5e503dea4584ed8e74","size":19259285}]},{"id":600801547,"type":5,"sort":5,"name":"yq_20200606","title":"\u9002\u7528\u4e8e\u95e8\u5e97\u9884\u7ea6\u7684\u5c0f\u7a0b\u5e8f\u7ba1\u7406\u7cfb\u7edf","ps":"\u9002\u7528\u4e8e\u95e8\u5e97\u9884\u7ea6\u7684\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"1.0.5","author":"\u706b\u7ea2\u6a58\u5b50","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-50543-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200606\/8a215601cbcea371580f4b857d065150.png","php":"72,73","official":"https:\/\/download.csdn.net\/download\/hj960511\/18419841","enable_functions":"","count":1297,"score":"5.0","versions":[{"m_version":"1","version":"0.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u6587\u6863\u53ca\u83dc\u5355\u4fe1\u606f\u7684\u66f4\u65b0","download":"other\/20220501\/07eea08b29c78ef3871ab48f5da08152.zip","md5":"402c0cde5135fbc25ca5e0877cfedc6f","size":23936393}]},{"id":600801745,"type":5,"sort":4.6,"name":"youmiactivitys","title":"\u6d3b\u52a8\u5b9d","ps":"\u514d\u8d39\u5546\u7528\uff0c\u65e0\u9650\u5546\u5bb6\u5165\u9a7b\uff0c100+\u8425\u9500\u4e92\u52a8\u6a21\u677f?<\/a>","version":"2.4.4","author":"\u6e29\u5dde\u6538\u7c73\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-73651-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210806\/41423d8d37e3eaab4913496024c89914.png","php":"71,72,73","official":"https:\/\/www.umiyun.net","enable_functions":"opcache,ioncube","count":1250,"score":"4.6","versions":[{"m_version":"2","version":"4.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u514d\u8d39\u5546\u7528\uff0c\u65e0\u9650\u5546\u5bb6\u5165\u9a7b\uff0c100+\u8425\u9500\u4e92\u52a8\u6a21\u677f","download":"other\/20220714\/688bebd43c9c6943c6815a2c9dd154a8.zip","md5":"3fce0f6d94114d2fa32006486a1ff71a","size":29721240}]},{"id":600801719,"type":1,"sort":5,"name":"yzmcms","title":"YzmCMS\u8f7b\u91cf\u7ea7\u5f00\u6e90CMS","ps":"\u57fa\u4e8ePHP+MYSQL\u5f00\u53d1\u7684\u8f7b\u91cf\u7ea7\u5f00\u6e90CMS\u7cfb\u7edf?<\/a>","version":"V6.5","author":"yzmcms","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-68513-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210509\/5ef0d9c1a53c3a91fea05096fc1d8f66.png","php":"53,54,55,56,70,71,72,73,74,80","official":"https:\/\/www.yzmcms.com","enable_functions":"","count":1227,"score":"5.0","versions":[{"m_version":"V6","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u57fa\u4e8ePHP+MySQL\u5f00\u53d1\u7684\u8f7b\u91cf\u7ea7\u5f00\u6e90CMS\u7cfb\u7edf","download":"other\/20220506\/37df593ada8ec483de5558652e78fb9e.zip","md5":"117b48d1000ae8f57b8dca4c5e4fc398","size":4099775}]},{"id":600801736,"type":5,"sort":5,"name":"hzweizhi_order","title":"\u65b0\u5ba2\u6765\u667a\u6167\u9910\u996e\u7cfb\u7edf","ps":"\u514d\u8d39\u5546\u7528.\u5fae\u4fe1\u652f\u4ed8\u5b9d\u6296\u97f3\u5934\u6761\u767e\u5ea6QQAPP.\u626b\u7801\u70b9\u9910\u5916\u5356?<\/a>","version":"3.0.01","author":"\u83cf\u6cfd\u5fae\u667a\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-72136-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210712\/b62ebe5f69d7f8ee3411826c0b8b3477.png","php":"72","official":"https:\/\/www.wx186.cn\/","enable_functions":"putenv,fsockopen,proc_open","count":1223,"score":"5.0","versions":[{"m_version":"3","version":"0.01","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4fee\u590dsql\u5b89\u88c5\u517c\u5bb9\u6027","download":"other\/20220414\/9a17cc52f2f095cd710dee4c18a2341a.zip","md5":"59e921b709a6f5a43c2b6dac972e34aa","size":19848760}]},{"id":600801675,"type":1,"sort":5,"name":"url_shortener","title":"\u672a\u77e5\u7684\u77ed\u94fe","ps":"\u7531\u4e00\u6761\u54b8\u9c7c\u5f00\u53d1\u7684\u4e00\u6b3e\u7b80\u6d01\u7684\u77ed\u94fe\u63a5\u7a0b\u5e8f?<\/a>","version":"1.1.2","author":"\u5434\u5148\u68ee","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210227\/3b0037cebee28d79f36bbdd13d021bd4.png","php":"53,54,55,56,70,71,72,73,74,80","official":"https:\/\/www.wunote.cn","enable_functions":"","count":1194,"score":"5.0","versions":[{"m_version":"1","version":"1.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u9996\u6b21\u5728\u5b9d\u5854\u63d0\u4ea4","download":"other\/20210228\/381ad3f1c82a710254cc5d7a74463882.zip","md5":"32e0af2b492e88570aeb8f341559ce7e","size":107462}]},{"id":600801515,"type":1,"sort":0,"name":"masterlab","title":"Masterlab\u793e\u533a\u7248","ps":"\u57fa\u4e8e\u4e8b\u9879\u9a71\u52a8\u548c\u654f\u6377\u5f00\u53d1\u7684\u9879\u76ee\u7ba1\u7406\u5de5\u5177?<\/a>","version":"3.1.9","author":"\u6df1\u5733\u5e02\u654f\u6377\u667a\u76db\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=50486&highlight=Masterlab","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201125\/a7b39c8013d2c42f2a5c932f69f0e1c7.png","php":"73,74","official":"http:\/\/www.masterlab.vip\/","enable_functions":"system,exec","count":1175,"score":0,"versions":[{"m_version":"3","version":"1.9","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"Masterlab\u793e\u533a\u72483.1.9\u4e00\u952e\u90e8\u7f72","download":"other\/20220104\/61951703e67244b4f6fa7566dbcbcbf1.zip","md5":"833956b62e600bef359885b42fe08bf6","size":42564271}]},{"id":600801558,"type":1,"sort":5,"name":"thinksaas","title":"ThinkSAAS\u5f00\u6e90\u793e\u533a","ps":"\u7b80\u5355\u53ef\u6269\u5c55\u7684php\u5f00\u6e90\u793e\u533a\u7cfb\u7edf?<\/a>","version":"3.59","author":"ThinkSAAS","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-51785-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200707\/0c34bf083c2969becbc583f08510fc65.png","php":"55,56,70,71,72,73","official":"https:\/\/www.thinksaas.cn","enable_functions":"","count":1112,"score":"5.0","versions":[{"m_version":"3","version":"59","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4f18\u5316\u7cfb\u7edf\u6d88\u606f\uff0c\u5347\u7ea7\u4eba\u673a\u9a8c\u8bc1","download":"other\/20220314\/e0a9e87300e3ae718620444628a74558.zip","md5":"b8c56bf6e1f58c6e0a7e23ed14d7aeba","size":5744991}]},{"id":600801657,"type":1,"sort":5,"name":"wi9theme","title":"\u5fae\u4e5dwp\u8d44\u6e90\u4e0b\u8f7d\u4e3b\u9898","ps":"\u5fae\u4e5d\u4e3b\u9898\u662f\u4e00\u6b3e\u76ee\u524d\u514d\u8d39\u7684wordpress\u8d44\u6e90\u4e0b\u8f7d\u4e3b\u9898?<\/a>","version":"1.9","author":"\u5fae\u4e5d\u751f\u6001","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-63653-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210201\/c16bf742ccd715a8588db21a12b07f3c.png","php":"56,70,71,72,73,74","official":"https:\/\/www.wi9.cc\/","enable_functions":"","count":1078,"score":"5.0","versions":[{"m_version":"1","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u589e\u52a0\u5fae\u4fe1\u5c0f\u7a0b\u5e8f,\u96c6\u6210\u652f\u4ed8,\u5728\u7ebf\u66f4\u65b0,\u81ea\u5e26\u4f1a\u5458\u7cfb\u7edf,\u53cb\u94fe\u81ea\u52a8\u5ba1\u6838\u7cfb\u7edf","download":"other\/20210518\/ea9448227ebca7a27acd33806ed48e68.zip","md5":"73b9a42d28d986d252788078944ee1b4","size":24367758}]},{"id":600801656,"type":1,"sort":4,"name":"wellcms","title":"WellCMS","ps":"\u5f00\u6e90\u3001\u503e\u5411\u79fb\u52a8\u7aef\u3001\u8f7b\u91cf\u7ea7\u3001\u5177\u6709\u8d85\u5feb\u53cd\u5e94\u80fd\u529b\u7684\u4ebf\u7ea7\u9ad8\u8d1f\u8f7dCMS?<\/a>","version":"2.2.0","author":"wellcms","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=63634","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210201\/056863324539723935c8acd411547bf1.png","php":"56,70,71,72,73,74,80","official":"http:\/\/www.wellcms.cn\/","enable_functions":"","count":1024,"score":"4.0","versions":[{"m_version":"2","version":"2.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u514d\u8d39\u5f00\u6e90\uff0c\u81ea\u9002\u5e94\uff0cSEO\u6548\u679c\u597d\uff0c\u627f\u8f7d\u4ebf\u7ea7\u6587\u7ae0\uff0c\u6253\u5f00\u901f\u5ea6\u98de\u5feb","download":"other\/20220107\/e2948fc371297af9f83e815e847d91ab.zip","md5":"0be750596db08b34634e740452748e3c","size":1226805}]},{"id":600801761,"type":1,"sort":5,"name":"modstart","title":"ModStartCMS","ps":"\u57fa\u4e8eLaravel\u7684\u6a21\u5757\u5316\u5efa\u7ad9\u7cfb\u7edf\uff0c\u514d\u8d39\u4e14\u4e0d\u9650\u5236\u5546\u4e1a\u4f7f\u7528?<\/a>","version":"v4.3.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-76287-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220324\/ee7b19647869c0ede79345f723cdfcf1.png","php":"56,70","official":"https:\/\/modstart.com\/","enable_functions":"shell_exec,proc_open,putenv","count":1013,"score":"5.0","versions":[{"m_version":"v4","version":"3.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7528\u6237\u81ea\u4e3b\u6ce8\u9500\uff0c\u6279\u91cf\u7981\u7528\u8d26\u53f7","download":"other\/20220707\/69034d31e0df075a0142a996b5195a2b.zip","md5":"9adccfd1abd1dafd9712fb727898fdcd","size":31608470}]},{"id":600801771,"type":6,"sort":5,"name":"kuerp","title":"\u9177\u67da\u6613\u6c5b\u8fdb\u9500\u5b58\u5f00\u6e90\u514d\u8d39\u7248","ps":"\u9177\u67da\u6613\u6c5b\u8fdb\u9500\u5b58\u5f00\u6e90\u514d\u8d39\u7248\uff0c\u867d\u7136\u662f\u514d\u8d39\u7248\u672c\u4f46\u662f\u529f\u80fd\u5168\u9762\uff01?<\/a>","version":"1.0.4","author":"\u56db\u5ddd\u4f18\u72d7\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=80395","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211212\/1a01f82264ca159d35575a77f5b00ddd.png","php":"56,70,71,72","official":"www.scygkj.com","enable_functions":"","count":1008,"score":"5.0","versions":[{"m_version":"1","version":"0.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"","download":"other\/20211224\/7c2ebcf051fb4c931d73c90d6ac14677.zip","md5":"8fd134030b2fdd4488d116eca885d816","size":46047589}]},{"id":600801541,"type":5,"sort":3,"name":"wxxcx_kf_gjchf_66","title":"\u9002\u7528\u4e8e\u5c0f\u7a0b\u5e8f\u5ba2\u670d\u81ea\u52a8\u56de\u590d\u7684\u7ba1\u7406\u7cfb\u7edf","ps":"\u514d\u8d39\u7684\u8fd0\u7528\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5ba2\u670d\u5173\u952e\u8bcd\u8bbe\u7f6e\u81ea\u52a8\u56de\u590d\u7684\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"1.0.3","author":"\u706b\u7ea2\u6a58\u5b50","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-49704-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200521\/9368533c9cf0d2fce43869b3f04f784a.png","php":"72","official":"https:\/\/download.csdn.net\/download\/hj960511\/18420001","enable_functions":"","count":997,"score":"3.0","versions":[{"m_version":"1","version":"0.3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u66f4\u65b0\u4e86\u83dc\u5355\u548c\u6587\u6863\u4fe1\u606f","download":"other\/20220501\/a62e7f23f38856f910c742d3f73f8862.zip","md5":"5bdce3fbaefc432d14ebf8c8f9b77a45","size":12751550}]},{"id":600801473,"type":1,"sort":5,"name":"lcms","title":"\u76d8\u4f01LCMS PHP\u5f00\u53d1\u6846\u67b6","ps":"\u53efSaaS\u5efa\u7ad9\u3001\u4e00\u952e\u5f00\u901a3000+\u57ce\u5e02\u5206\u7ad9\u7684\u5f00\u6e90\u4f01\u4e1a\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"2022.07021653","author":"\u8fd0\u57ce\u5e02\u76d8\u77f3\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/support.qq.com\/products\/136192","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200307\/86dbe823fdc9acbbef9c014bcbf5d83b.png","php":"72,73,74,80,81","official":"https:\/\/www.panshi18.cn\/","enable_functions":"","count":996,"score":"5.0","versions":[{"m_version":"2022","version":"07021653","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"BUG\u4fee\u590d\u3001\u529f\u80fd\u66f4\u65b0","download":"other\/20220702\/f98f13eabd273dda2b2ae0cc21a7f7ea.zip","md5":"a3b5f38de9245d954fececb73befb062","size":8260033}]},{"id":600801708,"type":1,"sort":5,"name":"wendasns","title":"Wendasns\u5f00\u6e90\u95ee\u7b54\u793e\u533a\u7cfb\u7edf","ps":"\u5f00\u6e90\u5185\u5bb9\u4ed8\u8d39\u95ee\u7b54\u793e\u533a\u3001seo\u3001URL\u76ee\u5f55\u5316\u3001\u5c0f\u7a0b\u5e8f\u7684\u95ee\u7b54\u7cfb\u7edf?<\/a>","version":"V2.0.2","author":"wendasns","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-67643-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210422\/6ca78b3c46bd2d3255b4226ecc8e0727.png","php":"72,73,74,80","official":"https:\/\/www.wendasns.com","enable_functions":"","count":963,"score":"5.0","versions":[{"m_version":"V2","version":"0.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"V2.0.2 \u4fee\u590d\u5df2\u77e5BUG","download":"other\/20210702\/964693bf33b0550ddfdee319da69a40c.zip","md5":"44cf354b23bfec921758d9d75270416a","size":8491338}]},{"id":600801615,"type":2,"sort":0,"name":"dbshopv3","title":"\u5168\u65b0DBShop\u5546\u57ce\u7cfb\u7edf","ps":"\u5320\u5fc3\u4e4b\u4f5c\uff0c\u4e00\u5982\u65e2\u5f80\u4e13\u4e1a\u7684\u4f01\u4e1a\u7ea7\u5546\u57ce\u7cfb\u7edf?<\/a>","version":"V3.1 Release 220623","author":"\u9759\u9759\u7684\u98ce","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;tid=5099","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201029\/21c44bdb207758acc2a470d3bf665e02.png","php":"72,73,74,80","official":"https:\/\/www.dbshop.net\/","enable_functions":"","count":940,"score":0,"versions":[{"m_version":"V3","version":"1 Release 220623","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5e38\u89c4\u66f4\u65b0","download":"other\/20220624\/5ddff36fb6b347502f56bfb1989ee22b.zip","md5":"58c79a8bf70bb0d1431523aff879d0b1","size":48866174}]},{"id":600801756,"type":1,"sort":5,"name":"yqnxt","title":"\u4e00\u8d77\u725b\u77e5\u8bc6\u4ed8\u8d39\u7cfb\u7edf\uff08\u5728\u7ebf\u6559\u80b2\u57f9\u8bad\u5e73\u53f0\uff09","ps":"\u77e5\u8bc6\u4ed8\u8d39\u7cfb\u7edf\uff0c\u5b98\u65b9\u5e94\u8be5\u5e02\u573a\u63d0\u4f9b\u5927\u91cf\u6a21\u677f\u3001\u63d2\u4ef6\uff0c\u62d3\u5c55\u6027\u6781\u9ad8?<\/a>","version":"1.5","author":"\u70df\u53f0\u5e02\u8c6a\u5ba2\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-75718-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210907\/4b73ad42638e601b24ed52d12e8b9107.png","php":"53,54,55,56,70,71,72,73,74,80","official":"https:\/\/www.yqnxt.com\/","enable_functions":"","count":931,"score":"5.0","versions":[{"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u89c6\u9891\u8bfe\u7a0b\u3001\u97f3\u9891\u8bfe\u7a0b\u3001\u56fe\u6587\u8bfe\u7a0b\uff0c\u9898\u5e93\u7cfb\u7edf\uff0c\u6587\u7ae0\u7cfb\u7edf\u7b49\u6a21\u5757","download":"other\/20210914\/c14e99be4b1c543f04f004495c8d5f46.zip","md5":"fb99c99e7e66bc8049cd33a11427fe5c","size":42155224}]},{"id":600801755,"type":2,"sort":3.5,"name":"renren_shop","title":"\u4eba\u4eba\u5546\u57ce","ps":"\u4e13\u4e1a\u5206\u9500\u5546\u57ce\u7cfb\u7edf\uff0c\u4e00\u7ad9\u5f0f\u7535\u5546\u8425\u9500\u751f\u6001\u7cfb\u7edf\uff0c\u5168\u6e20\u9053\u89e3\u51b3\u65b9\u6848?<\/a>","version":"5.4.4","author":"\u6613\u8054\u4e92\u52a8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-75340-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210902\/6a5526a81d451f96e13c4cce274476f1.png","php":"71,72,73","official":"https:\/\/www.rrsc.cn","enable_functions":"proc_open,proc_close,proc_get_status,pcntl_signal,pcntl_signal_dispatch,proc_get_status","count":900,"score":"3.5","versions":[{"m_version":"5","version":"4.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"5.4.4 \u5546\u57ce\u5b89\u88c5\u5305","download":"other\/20210902\/44aee683f6cbeac4d3ad59df668ca536.zip","md5":"dfb68dfe2b99b5e1849050f5cf16988a","size":37102076}]},{"id":600801643,"type":1,"sort":5,"name":"classcms","title":"ClassCMS","ps":"\u4e00\u6b3e\u7b80\u5355\u3001\u7075\u6d3b\u3001\u5b89\u5168\u3001\u6613\u4e8e\u62d3\u5c55\u7684\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"3.2","author":"ClassCMS","price":0,"auth_price":0,"home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201229\/d1737d3b7ff2eeef1ae1018a5be1ca25.png","php":"52,53,54,55,56,70,71,72,73,74,80","official":"https:\/\/classcms.com\/","enable_functions":"","count":895,"score":"5.0","versions":[{"m_version":"3","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u89e3\u51b3\u4e86\u4e00\u4e9b\u5df2\u77e5\u95ee\u9898","download":"other\/20220707\/e37e1f472f69b607eef2a117e2313403.zip","md5":"a780611017b1aeade9dda219a25272e0","size":789736}]},{"id":600801593,"type":1,"sort":0,"name":"wdja_course","title":"WDJA\u6559\u7a0b\u53d1\u5e03\u7cfb\u7edf","ps":"\u5b98\u7f51www.wdja.net QQ\u7fa4:122019913?<\/a>","version":"1.5","author":"shadoweb","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-56237-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210802\/8a88ebf91135fb92055162ee0ffb60b8.png","php":"70,71,72,73,74,80,81","official":"http:\/\/www.wdja.net","enable_functions":"","count":871,"score":0,"versions":[{"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7b2c\u4e00\u7248","download":"other\/20200915\/d388c115ecb99b8217ec9157b514de62.zip","md5":"a0f356a6378b31b2dd60439253d56681","size":4342748}]},{"id":600801667,"type":3,"sort":4,"name":"smsot","title":"\u9b54\u7f07","ps":"\u9b54\u7f07Smsot2.12\uff0c\u77e5\u8bc6\u4ed8\u8d39\u3001\u793e\u7fa4\u7a7a\u95f4\u3001\u4e13\u6ce8\u4e8e\u793e\u7fa4\u8fd0\u8425?<\/a>","version":"2.12","author":"\u9b54\u7f07Smsot","price":0,"auth_price":0,"home":"https:\/\/www.smsot.com","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210219\/86226f651f40c37051e7533ef9c55b16.png","php":"53,54,55,56,70,71,72,73,74","official":"https:\/\/www.smsot.com","enable_functions":"","count":851,"score":"4.0","versions":[{"m_version":"2","version":"12","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u65b0\u589e\u591a\u9879\u793e\u7fa4\u529f\u80fd\uff0c\u4f18\u5316\u7528\u6237\u4f53\u9a8c","download":"other\/20220518\/74362664042251dc4dbabf15555bb83c.zip","md5":"6105fa440255ffeb6585263bdb6b494a","size":11688273}]},{"id":600801725,"type":1,"sort":5,"name":"rpcms","title":"rpcms\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf","ps":"\u4e00\u6b3e\u8f7b\u91cf\u578bphp\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf\uff0c\u5c0f\u578b\u3001\u8f7b\u91cf\uff0c\u529f\u80fd\u4e30\u5bcc\uff0c\u6269\u5c55\u6027\u5f3a?<\/a>","version":"V3.0.1","author":"rpcms","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-68632-1-3.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210521\/d39c0986f1a9e6faf9be2b06106407a0.png","php":"56,70,71,72,73,74,80","official":"http:\/\/www.rpcms.cn","enable_functions":"","count":846,"score":"5.0","versions":[{"m_version":"V3","version":"0.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"","download":"other\/20220712\/a6868e69906c9923e98a3bb7e9a5ab2d.zip","md5":"1b54107bca091b2c6cb76da0de56fb3b","size":3579432}]},{"id":600801737,"type":1,"sort":5,"name":"yunucms","title":"\u4e91\u4f18CMS","ps":"\u4e00\u952e\u5f00\u901a3000+\u57ce\u5e02\u5206\u7ad9\uff0c\u5feb\u901f\u642d\u5efa\u591a\u5408\u4e00\u4f01\u4e1a\u5b98\u7f51?<\/a>","version":"2.2.6","author":"\u9547\u6c5f\u5e02\u4e91\u4f18\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;amp;amp;tid=72177&amp;amp;amp;page=1&amp;amp;amp;extra=#pid275392","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210713\/f03cd2becbb1f9c2b7823b4e1282a1f4.png","php":"56,57,70,71,72,73,74","official":"http:\/\/www.yunucms.com\/","enable_functions":"","count":829,"score":"5.0","versions":[{"m_version":"2","version":"2.6","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e00\u952e\u5f00\u901a3000+\u57ce\u5e02\u5206\u7ad9\uff0c\u5feb\u901f\u642d\u5efa\u591a\u5408\u4e00\u4f01\u4e1a\u5b98\u7f51","download":"other\/20220121\/6c5823c41cb0cb3f4884bb0567fa246e.zip","md5":"85da25d35a721497f9cf4a2d77d142b9","size":40965650}]},{"id":600801525,"type":1,"sort":5,"name":"rageframe2","title":"RageFrame2","ps":"\u4e00\u4e2a\u57fa\u4e8eYii2\u9ad8\u7ea7\u6846\u67b6\u7684\u5feb\u901f\u5f00\u53d1\u5e94\u7528\u5f15\u64ce?<\/a>","version":"2.6.43","author":"RageFrame","price":0,"auth_price":0,"home":"https:\/\/github.com\/jianyan74\/rageframe2\/issues","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200430\/eb324cda96232f4476ee91cb77b52886.png","php":"72,73,74","official":"http:\/\/www.rageframe.com","enable_functions":"","count":822,"score":"5.0","versions":[{"m_version":"2","version":"6.43","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7b80\u5355\u7248\uff0c\u5b8c\u6574\u7248\u9700\u8981\u624b\u52a8\u6267\u884c\u4e0b composer install\uff0c\u9700\u8981 mysql5.7 \u4ee5\u4e0a\u7248\u672c","download":"other\/20200717\/6580f85154afdde70f66ea5235e3d1aa.zip","md5":"80fe0bc694efce86b85d955040e75e76","size":49247154}]},{"id":600801738,"type":1,"sort":5,"name":"vitphp","title":"vitphp","ps":"\u57fa\u4e8ethinkphp6+layui\u5f00\u53d1\u7684\u4e00\u6b3e\u591a\u5e94\u7528\u7ba1\u7406\u7684\u6846\u67b6?<\/a>","version":"1.3.5","author":"\u5f00\u733f\u670d\u52a1","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-72373-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210716\/27fb412072e856892a21d4042c819a9a.png","php":"72,73,74","official":"http:\/\/www.vitphp.cn","enable_functions":"","count":784,"score":"5.0","versions":[{"m_version":"1","version":"3.5","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":2,"version_msg":"\u4fee\u590d\u95ee\u9898","download":"other\/20220413\/b671862370574d55c99b2174a1ccea19.zip","md5":"f026e644b42b68493077f06a7d2f7c53","size":4966234}]},{"id":600801684,"type":1,"sort":5,"name":"public","title":"\u8bfa\u601d\u5ba2\u5168\u80fd\u7b7e\u8f6f\u4ef6\u6e90","ps":"\u8bfa\u601d\u5ba2\u5168\u80fd\u7b7e\u8f6f\u4ef6\u6e90 - \u6781\u901f\u7f51\u7edc\u63d0\u4f9b\u4e00\u952e\u90e8\u7f72?<\/a>","version":"7.1.2","author":"\u5218\u5c11","price":0,"auth_price":0,"home":"https:\/\/www.v-team.cn","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210317\/ad23cdd1dcfd9b6c57eed78ffbbcd698.png","php":"70","official":"https:\/\/www.v-team.cn","enable_functions":"putenv","count":765,"score":"5.0","versions":[{"m_version":"7","version":"1.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u65b0\u589e\uff1a\u7248\u672c\u68c0\u6d4b\u3001\u5728\u7ebf\u66f4\u65b0\u3001\u6e90\u52a0\u5bc6\u7b49\u5b89\u5168\u95ee\u9898\u3002\u4fee\u590d\uff1a\u5df2\u77e5BUG","download":"other\/20220515\/f75ef6b673352fad99c48ea4f3a6caa6.zip","md5":"08c1c99261f77b8194e1a5f370538c6e","size":21457382}]},{"id":600801766,"type":1,"sort":4,"name":"jjyun_bt","title":"\u8282\u8282\u4e91-\u5b9d\u5854\u4e3b\u673a\u9762\u677f\u8d44\u4ea7\u7ba1\u7406\u7cfb\u7edf","ps":"\u6279\u91cf\u5efa\u7ad9\uff0c\u6743\u9650\u5206\u914d\uff0c\u7ad9\u70b9\u7edf\u4e00\u7ba1\u7406\uff0c\u4e00\u952e\u767b\u5f55\u9762\u677f\u540e\u53f0\u7b49\u529f\u80fd?<\/a>","version":"1.0.19","author":"\u5e7f\u4e1c\u5ba2\u6ee1\u591a\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-79418-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211114\/efe97642b087cade5b0016e4f47f9d38.png","php":"71","official":"http:\/\/bbs.jjyun.cc\/thread-11565-1-1.html","enable_functions":"","count":748,"score":"4.0","versions":[{"m_version":"1","version":"0.19","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u589e\u52a0 \u589e\u52a0\u652f\u4ed8\u5b9d-\u4eba\u8138\u5b9e\u540d\u8ba4\u8bc1\u3001\u652f\u4ed8\u5b9d\u5f53\u9762\u4ed8\u3001\u66f4\u65b0\u767b\u5f55\/\u6ce8\u518c\u5e94\u7528\u3001\u4f18\u5316\u90ae\u7bb1\u767b\u5f55\u7b49","download":"other\/20220104\/802f1287ec4d16008a4879a19f91ef82.zip","md5":"b68738bc7ac3faadadebb9ed107adb7d","size":21028411}]},{"id":600801551,"type":1,"sort":4.8,"name":"zhyframe","title":"\u631a\u6167\u4e91","ps":"\u79fb\u52a8\u5e94\u7528\uff08\u591a\u7aef\u5408\u4e00\uff09\u8f6f\u4ef6\u7ba1\u7406\u7cfb\u7edf\uff0c\u7fa4\u53f7\uff1a1127938508?<\/a>","version":"4.4.4","author":"\u631a\u6167\u4e91","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-51390-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200622\/7d36cd83100e87cbbb69cd57411a4093.png","php":"71","official":"https:\/\/s.zhyxm.com\/zhyframe","enable_functions":"","count":733,"score":"4.8","versions":[{"m_version":"4","version":"4.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u591a\u7aef\u5408\u4e00\u5e94\u7528\u7ba1\u7406\u7cfb\u7edf\uff0c\u53ef\u4e0b\u8f7d\u514d\u8d39\u5e94\u7528\u5b89\u88c5\uff0cqq\u7fa4\uff1a1127938508","download":"other\/20220409\/bbeed575cac3b61bb4902322178fc269.zip","md5":"541680c82c119f4236d1df5f1e970ad3","size":49692472}]},{"id":600801762,"type":2,"sort":5,"name":"jiecheng_","title":"\u8282\u7a0b\u5546\u57ce","ps":"saas\u5546\u57ce\u65e0\u9650\u5236\u591a\u5f00,\u5b9a\u5236\u5546\u54c1\uff0c\u5206\u9500\uff0c\u5206\u88f9\u4e00\u7ad9\u5f0f\u8425\u9500\u7cfb\u7edf?<\/a>","version":"2.1.4","author":"\u8282\u7a0b\u5546\u57ce","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-76577-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210923\/dbe3964888604b1f1f65273bdb5841ce.png","php":"73","official":"https:\/\/www.jc362.com\/","enable_functions":"proc_open,exec","count":728,"score":"5.0","versions":[{"m_version":"2","version":"1.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"saas\u5546\u57ce\u65e0\u9650\u5236\u591a\u5f00,\u5b9a\u5236\u5546\u54c1\uff0c\u5206\u9500\uff0c\u5206\u5305\u88f9\u4e00\u7ad9\u5f0f\u8425\u9500\u7cfb\u7edf","download":"other\/20220518\/cc1395a1744eb44b8c3eb05d335e2e7a.zip","md5":"bcc579e67f4a9f139f30d242f37cfafc","size":56790985}]},{"id":600801754,"type":2,"sort":4,"name":"strongshop","title":"StrongShop","ps":"Laravel \u5f00\u53d1\uff0c\u8de8\u5883\u5916\u8d38\u5546\u57ce\uff0c\u591a\u8bed\u8a00\uff0c\u591a\u8d27\u5e01?<\/a>","version":"v1.0","author":"OpenStrong","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-75357-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210901\/be2e51afff91e32d756957ffa42d76ea.png","php":"72,73,74","official":"http:\/\/www.strongshop.cn","enable_functions":"symlink","count":697,"score":"4.0","versions":[{"m_version":"v1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"v1.0 \u4e3b\u8981\u529f\u80fd\uff1a- \u8d2d\u7269\u8f66 - \u6743\u9650\u7ba1\u7406 - \u4ea7\u54c1\u7ba1\u7406 - \u5206\u7c7b\u7ba1\u7406 - \u4f1a\u5458\u7ba1\u7406 - \u8ba2\u5355\u7ba1\u7406 - \u6587\u7ae0\u7ba1\u7406 - \u7f51\u7ad9\u8bbe\u7f6e","download":"other\/20210928\/50234a33ad347c9d46772527979b467f.zip","md5":"7f1a078b1cf5355cb17e27c8cf7c39e0","size":23637018}]},{"id":600801759,"type":5,"sort":4,"name":"sxkj_offline","title":"\u8054\u901aCPS","ps":"\u6700\u65b0\u7a0b\u5e8f\u66f4\u65b0\u548c\u552e\u540e\u4ea4\u6d41QQ\u7fa4\uff1a634511156?<\/a>","version":"1.1","author":"\u968f\u5fc3\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.xqzbk.top\/jishu\/3134.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210913\/a712f82b35be1652bb61f91fe12e9ca3.png","php":"70,71,72,73","official":"http:\/\/www.sxsxjzw.cn","enable_functions":"","count":668,"score":"4.0","versions":[{"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u66f4\u65b0\u5b89\u88c5\u7a0b\u5e8f","download":"other\/20210914\/b2151c2366ea927ca307ad304fff32e2.zip","md5":"30cf814a7168698c1c768b7fc2f0ca21","size":24892798}]},{"id":600801334,"type":1,"sort":5,"name":"laysns","title":"LaySNS","ps":"\u4e00\u6b3e\u96c6\u5185\u5bb9\u7ba1\u7406\u4e0e\u793e\u533a\u4e92\u52a8\u4e3a\u4e00\u4f53\u7684\u7efc\u5408\u7f51\u7ad9\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"3.3","author":"\u7c7b\u68ee\u79d1\u6280","price":0,"auth_price":0,"home":"http:\/\/bbs.laysns.cn\/thread\/3053.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190821\/5fc78ae80f683aed147bd10c0a33ddfb.png","php":"72,73,74,80","official":"http:\/\/www.laysns.cn","enable_functions":"","count":627,"score":"5.0","versions":[{"m_version":"3","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u57fa\u4e8eThinkPHP6\u5f00\u53d1\u7684\u652f\u6301\u5927\u6570\u636e\u3001\u9ad8\u5e76\u53d1\u7684\uff0c\u8f7b\u91cf\u7ea7\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf","download":"other\/20210608\/fd21ddaa055b01d9e9627ae61d6b6a1c.zip","md5":"146e1f417585c6fe8192acf934ea9219","size":15500056}]},{"id":600801421,"type":1,"sort":1,"name":"wooolab_sites","title":"\u5594\u5662\u5b9e\u9a8c\u5ba4\u591a\u7ad9\u70b9\u53d1\u5e03\u5de5\u5177","ps":"\u5594\u5662\u591a\u7ad9\u70b9\u53d1\u5e03\u5de5\u5177\uff0c\u652f\u6301PHPCMS\uff0c WORDPRESS\u7b49?<\/a>","version":"1.0.1","author":"wooolab","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=41372","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191206\/ce09a6f673bac59f5754844d886c2bc3.png","php":"71,71,73","official":"https:\/\/www.wooolab.com\/","enable_functions":"","count":624,"score":"1.0","versions":[{"m_version":"1","version":"0.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"1.0.1","download":"other\/20191211\/744396c181aed9da5a6a9707a5fe55a6.zip","md5":"1707cedf6bf441d1a5bfed0fdb93da1a","size":26211379}]},{"id":600801668,"type":1,"sort":1.9,"name":"rauth","title":"\u5c0f\u67d3\u6388\u6743\u7cfb\u7edf","ps":"\u5df2\u4e0b\u67b6?<\/a>","version":"1.03","author":"\u5929\u7a7a\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210225\/a23c3441afa2fbe600fc145c28dc4b4e.png","php":"\u5df2\u4e0b\u67b6","official":"https:\/\/www.dyewl.com\/","enable_functions":"","count":619,"score":"1.9","versions":[{"m_version":"1","version":"03","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5c0f\u67d3\u6388\u6743\u7cfb\u7edf\u4e3a\u5f00\u53d1\u8005\u7684\u7cfb\u7edf\u63d0\u4f9b\u8fdc\u7a0b\u6388\u6743\uff0cqq\u4ea4\u6d41\u7fa4\uff1a1038558770","download":"other\/20210228\/ffe1f3b96e3a1ea1206282396ec77888.zip","md5":"aae24c28e666e028dff6fabd3013f1a2","size":3578984}]},{"id":600801768,"type":1,"sort":5,"name":"siyucms","title":"SIYUCMS \u5feb\u901f\u5f00\u53d1\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf","ps":"ThinkPHP6.0 + AdminLTE \u5f00\u53d1\u7684\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"6.1.7","author":"SIYUCMS","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=80950","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211207\/abed2f58321ee744d70003a504fed997.png","php":"72,73,74,80","official":"https:\/\/siyucms.com","enable_functions":"","count":591,"score":"5.0","versions":[{"m_version":"6","version":"1.7","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"","download":"other\/20220526\/f6ba6f1a4a167d2f5a4df06008650914.zip","md5":"bc6ed0ef8f95e3dd161c01ac9f6c66ba","size":26520566}]},{"id":600801671,"type":1,"sort":5,"name":"idcadmin","title":"\u670d\u52a1\u5668\u5907\u5fd8\u7ba1\u7406\u7cfb\u7edf","ps":"\u7528\u4e8e\u8bb0\u5f55\u641c\u7d22\u67e5\u8be2\u670d\u52a1\u5668\u4fe1\u606f.?<\/a>","version":"1.0","author":"gacjie","price":0,"auth_price":0,"home":"https:\/\/www.gacjie.cn\/post-5.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210223\/af9a069a1d6c3fd9afcbbb9279a053c7.png","php":"56,70,71,72,73,74","official":"https:\/\/www.gacjie.cn\/post-5.html","enable_functions":"","count":590,"score":"5.0","versions":[{"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7528\u4e8e\u8bb0\u5f55\u641c\u7d22\u67e5\u8be2\u670d\u52a1\u5668\u4fe1\u606f.","download":"other\/20210223\/a468b0a2cf2e65165e2e42447be9d79d.zip","md5":"30461750ce20377458ee47da75594e8f","size":19811538}]},{"id":600801760,"type":1,"sort":5,"name":"funadmin","title":"funadmin","ps":"\u57fa\u4e8eTP6\u548clayui\u7684\u6a21\u5757\u5316\u5f00\u53d1\u7cfb\u7edf?<\/a>","version":"2.5.1","author":"funadmin","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-75870-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210914\/71c03477ff335c2235634c0d21fc753b.png","php":"74,80,81","official":"https:\/\/www.funadmin.com\/","enable_functions":"putenv","count":498,"score":"5.0","versions":[{"m_version":"2","version":"5.1","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"TP6+Layui \u6781\u901f\u5f00\u53d1\u6846\u67b6","download":"other\/20220708\/ba5416db0385257a6c8c506e8a66eae2.zip","md5":"a55c681fd284ee4677121bc6822a801a","size":22732162}]},{"id":600801728,"type":6,"sort":5,"name":"tpflow","title":"PHP\u5f00\u6e90\u5de5\u4f5c\u6d41\u5f15\u64ce-tpflow","ps":"PHP\u5f00\u6e90\u5de5\u4f5c\u6d41\u5f15\u64ce?<\/a>","version":"5.0.7","author":"Guoguo","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-69423-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210526\/4f79f971957c0bebd95d37ffb83e3bc5.png","php":"70,71,72,73,80","official":"http:\/\/tpflow.cojz8.com","enable_functions":"","count":471,"score":"5.0","versions":[{"m_version":"5","version":"0.7","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u591a\u7248\u672c\u4f18\u5316","download":"other\/20210526\/e3097d6a7b477e79b30b7ad8a23bd108.zip","md5":"9e59abad890af7ac9469a6cddc8a3073","size":2809350}]},{"id":600801788,"type":1,"sort":5,"name":"rrzcms","title":"\u4eba\u4eba\u7ad9CMS","ps":"\u4eba\u4eba\u7ad9CMS\u662f\u57fa\u4e8eTP6.0\u5f00\u53d1\u7684\u4f01\u4e1a\u7f51\u7ad9\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"1.3.8","author":"\u4eba\u4eba\u7ad9CMS","price":0,"auth_price":0,"home":"https:\/\/www.rrzcms.com\/newsinfo\/5129.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220308\/2eaf519a50013bc6004e457167bb7399.png","php":"71,72,73,74,80,81","official":"http:\/\/www.rrzcms.com","enable_functions":"","count":469,"score":"5.0","versions":[{"m_version":"1","version":"3.8","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4eba\u4eba\u7ad91.3.8\u7248\u672c","download":"other\/20220308\/17437a0f6709833976b954e55a1b4495.zip","md5":"79f83a572625f2dd2ddac815a437adf8","size":17840995}]},{"id":600801555,"type":1,"sort":3,"name":"pcfcms","title":"pcfcms","ps":"\u57fa\u4e8eTP6.0+\u6846\u67b6\u4e3a\u6838\u5fc3\u5f00\u53d1\u7684\u7b80\u5355+\u901a\u7528\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"v3.0.0","author":"pcfcms","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-51654-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210824\/5deb8846ab0af334addf3f038367f305.png","php":"71,72,73","official":"http:\/\/www.pcfcms.com","enable_functions":"","count":451,"score":"3.0","versions":[{"m_version":"v3","version":"0.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"pcfcms\u5df2\u7ecf\u5347\u7ea7\u52303.0\uff0c\u4e4b\u524d\u7684\u7248\u672c\u4e0d\u518d\u7ef4\u62a4\u3002","download":"other\/20210824\/e6b527407f2f238ef99e0819f499f4e2.zip","md5":"1109f371bd695d9da292b0136f4e35be","size":13577422}]},{"id":600801741,"type":1,"sort":0,"name":"proadm","title":"Proadm\u5f00\u6e90\u8d22\u52a1\u7cfb\u7edf","ps":"\u57fa\u4e8efs\u5f00\u53d1\u7684\u4e1a\u52a1\u8d22\u52a1\u7cfb\u7edf\u652f\u6301\u4e8c\u5f00\u9ed8\u8ba4\u96c6\u6210nokvm?<\/a>","version":"1.0","author":"xmbillion","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=72943","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210724\/97d5cb20745e953d295fcb58ee7b531c.png","php":"71","official":"www.xmbillion.com","enable_functions":"putenv","count":417,"score":0,"versions":[{"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5f00\u6e90\u4e91\u8d22\u52a1\u7cfb\u7edf\u9ed8\u8ba4\u96c6\u6210nokvm\uff0c\u5168\u5f00\u6e90\uff0c\u652f\u6301\u4e8c\u5f00\u548c\u5b9a\u5236","download":"other\/20210726\/0f1819e650a0c1fd7b8849259ee56b90.zip","md5":"94231fc551a61f4381f8eebf66f20c86","size":33961204}]},{"id":600801782,"type":1,"sort":0,"name":"idccms","title":"\u7f51\u949bIDC\u4e91\u7ba1\u7406\u7cfb\u7edf","ps":"\u57df\u540d\u7a7a\u95f4\u670d\u52a1\u5668\u4e3b\u63a7\u7b49\u4ee3\u7406\u6a21\u5757\uff0c\u652f\u6301\u661f\u5916\u3001\u666f\u5b89\u3001\u521b\u68a6\u7b49\u63a5\u53e3?<\/a>","version":"1.15","author":"\u7f51\u949b\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-84635-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220205\/e9b72d81eb8774e745e81b5a1df30143.png","php":"53,54,55,56,70,71,72,73","official":"http:\/\/idccms.com\/","enable_functions":"","count":412,"score":0,"versions":[{"m_version":"1","version":"15","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u57df\u540d\u7a7a\u95f4\u670d\u52a1\u5668\u4e3b\u63a7\u7b49\u4ee3\u7406\u6a21\u5757\uff0c\u652f\u6301\u661f\u5916\u3001\u666f\u5b89\u3001\u521b\u68a6\u7b49\u63a5\u53e3","download":"other\/20220312\/04c475a2d9b6292d8677b9d73d0ca7d2.zip","md5":"4d260820fada1e3aa1464cb7abfce42d","size":8314431}]},{"id":600801791,"type":4,"sort":0,"name":"blog","title":"\u9b54\u4f17\u535a\u5ba2\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u4e00\u4e2a\u6709\u8bbe\u8ba1\u611f\u7684\u535a\u5ba2\u7cfb\u7edf?<\/a>","version":"v4.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-78335-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/be556dbe2b64050d7df9723e18bfc600.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/blog","enable_functions":"shell_exec,proc_open,putenv","count":383,"score":0,"versions":[{"m_version":"v4","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u529f\u80fd\u5347\u7ea7\uff0c\u7cfb\u7edf\u4e8b\u4ef6\u589e\u5f3a","download":"other\/20220325\/54cb362e216c50c50875fb835249e2d5.zip","md5":"ffa0dbc6abd53ca52167f8f9239d2be4","size":17932977}]},{"id":600801783,"type":5,"sort":3,"name":"dt_free","title":"\u968f\u5fc3\u5730\u63a8","ps":"\u968f\u5fc3\u79d1\u6280\u5730\u63a8\u7cfb\u7edf?<\/a>","version":"1.0","author":"\u968f\u5fc3\u79d1\u6280","price":0,"auth_price":0,"home":"http:\/\/www.sxsxjzw.com\/index.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220217\/998e1b1d3b8d5f34c10032315e64e747.png","php":"56,70,71,72,73","official":"http:\/\/www.sxsxjzw.com\/index.html","enable_functions":"","count":334,"score":"3.0","versions":[{"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u968f\u5fc3\u5730\u63a8\u65b0\u7248\u53d1\u5e03\uff01","download":"other\/20220217\/79a1f7932954dc6342da92c7e9126d99.zip","md5":"2e500c21f80522b7149fde83bca277e8","size":25571955}]},{"id":600801780,"type":1,"sort":5,"name":"chalide","title":"\u67e5\u7acb\u5f97\u4e07\u80fd\u641c","ps":"\u7f16\u7a0b\u8fd0\u7ef4\u5fc5\u5907\u901a\u7528\u5df2\u6709\u8868\u4e07\u80fd\u641cMysql\u5e26\u540e\u53f0?<\/a>","version":"V1.0","author":"\u67e5\u7acb\u5f97","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-84040-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220126\/29c7fe8719aa17106ed20a325aebd621.png","php":"54,55,56,70,71,72,73","official":"http:\/\/www.chalide.com","enable_functions":"","count":310,"score":"5.0","versions":[{"m_version":"V1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7f16\u7a0b\u8fd0\u7ef4\u5fc5\u5907\u901a\u7528\u5df2\u6709\u8868\u4e07\u80fd\u641cMysql\u5e26\u540e\u53f0","download":"other\/20220128\/d0755c444abb04c73112a39139a9749c.zip","md5":"6f05d312154e86810d331dc1a85de528","size":23304}]},{"id":600801786,"type":6,"sort":5,"name":"moran_iapp","title":"\u9ed8\u7136iApp\u540e\u53f0\u7ba1\u7406\u7cfb\u7edf","ps":"\u57fa\u4e8ethinkphp5.1, \u5b89\u88c5\u65b9\u4fbf\u6613\u4e0a\u624b.?<\/a>","version":"5.4","author":"\u5c0f\u6ee11221","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=86264","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220228\/43e0cd138ef1abce7ca73bcadd74964c.png","php":"56,70,71,72,73,74","official":"http:\/\/moranblog.cn\/","enable_functions":"","count":305,"score":"5.0","versions":[{"m_version":"5","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"Issue\uff0c\u5410\u69fd\uff0c\u5efa\u8bae\u7b49 \u8bf7\u52a0\u7fa4\uff1a219348005","download":"other\/20220402\/77bec37cf460d310e606085f60a62773.zip","md5":"a5ef366c22b92fb01e6d65b8881f8a33","size":12261425}]},{"id":600801789,"type":1,"sort":5,"name":"modstart_laravel9","title":"ModStartCMS Laravel 9.0\u7248","ps":"\u6a21\u5757\u5316\u5efa\u7ad9\u7cfb\u7edf?<\/a>","version":"v4.3.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-76287-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220324\/75e6c2751f28cb8c33c1a4f3b38c1861.png","php":"80,81","official":"https:\/\/modstart.com\/","enable_functions":"shell_exec,proc_open,putenv","count":297,"score":"5.0","versions":[{"m_version":"v4","version":"3.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u7528\u6237\u81ea\u4e3b\u6ce8\u9500\uff0c\u6279\u91cf\u7981\u7528\u8d26\u53f7","download":"other\/20220707\/5bd41c890c69db8ee859297e8e379f7d.zip","md5":"d1c5a87af8c5ab6c8fc511c60363f621","size":31897601}]},{"id":600801812,"type":4,"sort":3.7,"name":"modstartblog","title":"ModStartBlog\u73b0\u4ee3\u5316\u7684\u535a\u5ba2\u7cfb\u7edf","ps":"\u57fa\u4e8e Apache 2.0 \u5f00\u6e90\u534f\u8bae\uff0c\u514d\u8d39\u4e14\u4e0d\u9650\u5236\u5546\u4e1a\u4f7f\u7528?<\/a>","version":"v5.2.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;tid=93176","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220530\/a67c4a1f6d82124cf66a043a479bde65.png","php":"56,70","official":"https:\/\/blog.demo.tecmz.com\/","enable_functions":"shell_exec,proc_open,putenv","count":285,"score":"3.7","versions":[{"m_version":"v5","version":"2.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u4e3b\u9898\u5f00\u53d1\u589e\u5f3a\uff0c\u65b0\u589e\u8054\u7cfb\u65b9\u5f0f","download":"other\/20220629\/0dfef8d71fab1f41ce3e24ffb314b912.zip","md5":"96a8626f6cd9f8c16dde58173c000a22","size":30288844}]},{"id":600801774,"type":2,"sort":0,"name":"shop","title":"\u82b8\u4f17\u5546\u57ce\u667a\u6167\u5546\u4e1a\u7cfb\u7edf\u4f01\u4e1a\u7248","ps":"\u516c\u4f17\u53f7\/H5\/\u5c0f\u7a0b\u5e8f\u540c\u6b65\u5206\u9500\u5546\u57ce\uff0c100+\u8425\u9500\u6a21\u5757?<\/a>","version":"2.4.2","author":"\u82b8\u4f17\u79d1\u6280","price":6800,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-43962-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220107\/7479733ab3d995bfa832c5dffa486195.png","php":"72","official":"","enable_functions":"putenv","count":283,"score":0,"versions":[{"m_version":"2","version":"4.2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u4e00\u952e\u90e8\u7f72--\u914d\u7f6ehttps--\u66f4\u65b0\u540e\u53f0--\u542f\u52a8\u961f\u5217!","download":"other\/20220622\/ca03d742bfdf5eefcb4786c6fe281928.zip","md5":"7a4ec0cffc4516e64b11b98ee627a378","size":374536787}]},{"id":600801801,"type":6,"sort":5,"name":"openblock","title":"OpenBlock","ps":"\u56fe\u5f62\u5316\u7f16\u7a0b\u8bed\u8a00\uff0c\u53ef\u4ee5\u5236\u4f5c\u6e38\u620f\u3001\u52a8\u753b\u3001\u9e3f\u8499\u5e94\u7528\u7b49\u3002?<\/a>","version":"1.02","author":"\u5510\u5948\u5c18","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&amp;tid=89210&amp;page=1&amp;extra=#pid361633","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220408\/76d527eb464f4295d69630d2b574a15a.png","php":"53,54,55,56,70,71,72,73,74,80,81","official":"https:\/\/gitee.com\/openblock","enable_functions":"","count":282,"score":"5.0","versions":[{"m_version":"1","version":"02","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u53ef\u4ee5\u6253\u5305\u6210exe","download":"other\/20220613\/cb2686f38e3b70fdc3c2973cd01b6289.zip","md5":"14493ad8f07b150c27d80a16e47da827","size":8097604}]},{"id":600801810,"type":1,"sort":5,"name":"hkcms","title":"HkCms\u5f00\u6e90\u5185\u5bb9\u7ba1\u7406\u7cfb\u7edf - \u514d\u6388\u6743\u3001\u6c38\u4e45\u5546\u7528","ps":"\u5f00\u6e90\u514d\u6388\u6743\u3001\u6c38\u4e45\u5546\u7528\u3001\u9ad8\u6027\u80fd\u3001\u7b80\u5355\u6613\u7528\u3001\u65b9\u4fbf\u4e8c\u5f00\u7684CMS\u7cfb\u7edf?<\/a>","version":"v2.1.220504","author":"HkCms","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-92422-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220518\/f883fcb5b7f579f08456dc6373da1678.png","php":"72,73,74,80,81","official":"http:\/\/www.hkcms.cn","enable_functions":"chmod","count":269,"score":"5.0","versions":[{"m_version":"v2","version":"1.220504","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5f00\u6e90\u514d\u6388\u6743\u3001\u6c38\u4e45\u5546\u7528\u3001\u9ad8\u6027\u80fd\u3001\u7b80\u5355\u6613\u7528\u3001\u65b9\u4fbf\u4e8c\u5f00\u7684CMS\u7cfb\u7edf","download":"other\/20220518\/c0229685f67295d125a0bf28709aa622.zip","md5":"0caeddbb87499aac3dc49d577b2a642e","size":9288921}]},{"id":600801775,"type":2,"sort":0,"name":"yd_tc_plus","title":"\u58f9\u5ea6\u540c\u57ce\u65b0\u96f6\u552e\u7cfb\u7edf","ps":"\u58f9\u5ea6\u540c\u57ce\u65b0\u96f6\u552e\u7cfb\u7edf?<\/a>","version":"2.0.71","author":"\u58f9\u5ea6\u540c\u57ce","price":800,"auth_price":0,"home":"https:\/\/tc.fewrrjw.top\/","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220107\/ed311072e7630c0b669e06ea1690f942.png","php":"56,71,72","official":"","enable_functions":"","count":253,"score":0,"versions":[{"m_version":"2","version":"0.71","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u65b0\u7248\u53d1\u5e03","download":"other\/20220107\/975c5a9ddcfe64e62a6ed780f6f306c3.zip","md5":"f7d94c0424acb3eee7ef2743854e36b7","size":47737698}]},{"id":600801797,"type":4,"sort":0,"name":"mzdoc","title":"\u9b54\u4f17\u6587\u6863\u7ba1\u7406\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u652f\u6301Markdown\u3001\u56fe\u8868\u3001\u8111\u56fe\u3001\u5bcc\u6587\u672c\u7684\u6587\u6863\u7ba1\u7406\u7cfb\u7edf?<\/a>","version":"v4.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-78002-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/bda6a435821bb0c6f835827b78b5ee2d.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/doc","enable_functions":"shell_exec,proc_open,putenv","count":252,"score":0,"versions":[{"m_version":"v4","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u754c\u9762\u5927\u5347\u7ea7\uff0c\u7cfb\u7edf\u6027\u80fd\u4f18\u5316","download":"other\/20220325\/75d3d0277015670f7bb5a23b3b1bb403.zip","md5":"11c7dbaf1ee380bcd3cbcaf0bc29803c","size":25013981}]},{"id":600801779,"type":2,"sort":4.3,"name":"hezeweizh_wuye","title":"\u83cf\u6cfd\u5fae\u667a\u667a\u6167\u7269\u4e1a\u7ba1\u7406\u7cfb\u7edf","ps":"\u4e3b\u8981\u5305\u62ec\u5728\u7ebf\u62a5\u4fee,\u7269\u4e1a\u8d39\u7f34\u7eb3,\u5728\u7ebf\u6295\u8bc9,\u624b\u673a\u6284\u8868\u7b49\u529f\u80fd.?<\/a>","version":"1.1.0","author":"\u83cf\u6cfd\u5fae\u667a\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"wy.wx186.cn","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220127\/e31ec60b9d2564a3d519112b2d48dde0.png","php":"72","official":"","enable_functions":"putenv, proc_open,popen","count":219,"score":"4.3","versions":[{"m_version":"1","version":"1.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u589e\u52a0\u667a\u80fd\u8bbe\u5907\u652f\u6301","download":"other\/20220406\/b74774e49b5d2dde495a4f06be918139.zip","md5":"a7602c2eb9a905af5cf75bfa974ff07c","size":13010118}]},{"id":600801800,"type":3,"sort":0,"name":"wenda","title":"\u9b54\u4f17\u95ee\u7b54\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u8f7b\u91cf\u3001\u7b80\u5355\u3001\u9ad8\u53ef\u7528\u7684\u95ee\u7b54\u7cfb\u7edf?<\/a>","version":"v1.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-81310-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220406\/6ed3af00a0f93f07c6be275060f3fc1e.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/wenda","enable_functions":"shell_exec,proc_open,putenv","count":212,"score":0,"versions":[{"m_version":"v1","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u56fe\u7247\u7c98\u8d34\u4e0a\u4f20","download":"other\/20220406\/4583e3c3cdc93b34fa5420b496f39dc8.zip","md5":"417903b07402fb56fc95ee86581668d6","size":18381680}]},{"id":600801785,"type":2,"sort":5,"name":"cxhost","title":"\u6668\u66e6\u4e91Host\u5206\u9500\u7cfb\u7edf","ps":"\u4f18\u79c0\u7684\u4e3b\u673a\u63a5\u53e3\u5206\u9500\u7cfb\u7edf?<\/a>","version":"220205-1.","author":"\u6668\u66e6","price":0,"auth_price":0,"home":"http:\/\/auth.chenxiweb1.cn\/notice.php","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220225\/c2f06555eeefa604d76a2d0dd140ca9a.png","php":"73","official":"","enable_functions":"","count":208,"score":"5.0","versions":[{"m_version":"220205-1","version":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5b89\u5168\u6027\u4fee\u590d","download":"other\/20220226\/1c220e7249d3f432ce1ba6d3d1b06ae3.zip","md5":"d5c35af1de7c574de99aeb112d10a32e","size":2900850}]},{"id":600801792,"type":1,"sort":5,"name":"tiku","title":"\u9b54\u4f17\u9898\u5e93\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u878d\u5408\u5728\u7ebf\u9898\u5e93\u548c\u5728\u7ebf\u8003\u8bd5?<\/a>","version":"v6.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-81986-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/993ee418a617ba0e337f54e92e744f1a.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/tiku","enable_functions":"shell_exec,proc_open,putenv","count":189,"score":"5.0","versions":[{"m_version":"v6","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u8003\u8bd5\u754c\u9762\u4f18\u5316\uff0c\u540e\u53f0\u529f\u80fd\u5347\u7ea7","download":"other\/20220325\/6911bcd7f3ab2295eedd02df1409b0fb.zip","md5":"6bdb43a928e04071dca53f7f42a3ec91","size":21336022}]},{"id":600801721,"type":1,"sort":5,"name":"hlframework_","title":"HLFramework \u54c8\u6797\u6846\u67b6\u7cfb\u7edf","ps":"\u5f00\u6e90SaaS\u5fae\u670d\u52a1\u96c6\u7fa4\u5f0f\u6846\u67b6 \u95e8\u5e97\u6536\u94f6\u4f1a\u5458 \u4f01\u5fae \u805a\u5408\u652f\u4ed8?<\/a>","version":"1.0.4","author":"\u54c8\u6797\u79d1\u6280","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-68834-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211030\/3370aa4a99bf6f34b29b180d06341b05.png","php":"74","official":"https:\/\/www.halin.net","enable_functions":"","count":134,"score":"5.0","versions":[{"m_version":"1","version":"0.4","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":1,"version_msg":"\u5f00\u6e90\u5fae\u670d\u52a1\u96c6\u7fa4\u5f0f\u5e94\u7528,\u4e13\u4e1a\u4f1a\u5458\u7ba1\u7406\u8425\u9500 \u95e8\u5e97\u6536\u94f6 \u4f01\u4e1a\u5fae\u4fe1SCRM \u6570\u5b57\u652f\u4ed8\u7b49","download":"other\/20220404\/9f9fd4e64745175d778ccc1de3608735.zip","md5":"9a3dbb1ae751e6523835ec2b88c83697","size":40666}]},{"id":600801802,"type":1,"sort":0,"name":"corp","title":"\u9b54\u4f17\u4f01\u4e1a\u5b98\u7f51\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u5e2e\u52a9\u4f01\u4e1a\u5b8c\u7f8e\u5c55\u793a\u81ea\u5df1\u7684\u5f62\u8c61?<\/a>","version":"v4.7.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-79171-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220415\/129b771a8d36aee10d94f676f16b2ad3.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/corp","enable_functions":"shell_exec,proc_open,putenv","count":130,"score":0,"versions":[{"m_version":"v4","version":"7.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u5bcc\u6587\u672c\u56fe\u7247\u7c98\u8d34\u4e0a\u4f20","download":"other\/20220415\/1126c9921940276158488ebf229c5d37.zip","md5":"e33f38bbde261b32ebd1a33e333f1973","size":18165973}]},{"id":600801808,"type":1,"sort":5,"name":"sokingcms","title":"\u641c\u5ba2CMS","ps":"\u591a\u57ce\u5e02\u4f01\u4e1a\u5206\u7ad9\u7ba1\u7406\u7cfb\u7edf\uff0c\u4e00\u952e\u751f\u6210300\u591a\u4e2a\u57ce\u5e02?<\/a>","version":"1.2","author":"\u641c\u5ba2CMS","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-90812-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220428\/46a40143460c0ee9091b3eebfaa01f44.png","php":"71,72,73","official":"www.sokingcms.com","enable_functions":"","count":101,"score":"5.0","versions":[{"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u589e\u52a0\u7528\u6237\u4f53\u9a8c\u65f6\u957f\uff0c\u4f18\u5316\u90e8\u5206\u6807\u7b7e\u8c03\u7528","download":"other\/20220524\/b2b24958046ad576b7e269311f90b07f.zip","md5":"53ad8bf2e6bad18b27b79b64b6fd16a8","size":52690855}]},{"id":600801793,"type":2,"sort":0,"name":"mzshop","title":"\u9b54\u4f17\u5546\u57ce\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u7b80\u7ea6\u4e0d\u7b80\u5355\u7684\u5728\u7ebf\u5546\u57ce\u7cfb\u7edf?<\/a>","version":"v5.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-76523-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/a75a8c55b1f5f295d7fb3aab9d058c2a.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/shop","enable_functions":"shell_exec,proc_open,putenv","count":97,"score":0,"versions":[{"m_version":"v5","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u4f18\u5316\u5347\u7ea7\uff0c\u652f\u6301\u65b0\u7248\u652f\u4ed8\u5b9d","download":"other\/20220325\/1743f86371246cb1ddbf85747c6062ae.zip","md5":"61a75489fee0a7013647576364fb2e80","size":23959480}]},{"id":600801790,"type":1,"sort":0,"name":"mzwenku","title":"\u9b54\u4f17\u6587\u5e93\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u4e3a\u60a8\u63d0\u4f9b\u4e13\u4e1a\u7684\u6587\u5e93\u7cfb\u7edf\u89e3\u51b3\u65b9\u6848?<\/a>","version":"v2.7.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-84771-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/dba195c785fdd94136bdd870f79ef5a9.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/mzwenku","enable_functions":"shell_exec,proc_open,putenv","count":86,"score":0,"versions":[{"m_version":"v2","version":"7.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u5c0f\u7a0b\u5e8f\u7aef\u529f\u80fd\u4e0a\u7ebf\uff0c\u6587\u6863\u8f6c\u6362\u4f18\u5316","download":"other\/20220329\/6185bd281b6ba68dbbe5c7788f9d3c61.zip","md5":"80e3246863149b1703ff214e06eb5502","size":21081067}]},{"id":600801794,"type":1,"sort":0,"name":"parttime","title":"\u9b54\u4f17\u4eba\u624d\u62db\u8058\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u591a\u57ce\u5e02\u4e3a\u5546\u5bb6\u548c\u517c\u804c\u8005\u7684\u63d0\u4f9b\u7cbe\u51c6\u5bf9\u63a5\u5e73\u53f0?<\/a>","version":"v4.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-74873-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/734e37cf3d23997d2549fef3522d183f.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/parttime","enable_functions":"shell_exec,proc_open,putenv","count":69,"score":0,"versions":[{"m_version":"v4","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u7f16\u8f91\u5668\u652f\u6301\u56fe\u7247\u7c98\u8d34","download":"other\/20220325\/e4d14124f3c94b12a9db35438a2aeaa2.zip","md5":"b4d0c26539ea29c69e542b28c4999e4b","size":17992096}]},{"id":600801816,"type":6,"sort":0,"name":"dberp","title":"DBERP \u8fdb\u9500\u5b58","ps":"\u521d\u5fc3\u4f9d\u65e7\uff0c\u53ef\u514d\u8d39\u5546\u7528\u7684\u8fdb\u9500\u5b58\u7cfb\u7edf\u3002?<\/a>","version":"V 1.1 RC","author":"\u5317\u4eac\u73d1\u5927\u949c\u5546\u79d1\u6280\u6709\u9650\u516c\u53f8","price":0,"auth_price":0,"home":"https:\/\/bbs.dbshop.net\/","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220706\/32afd833b67a0de6be5d946f9c54590a.png","php":"74,80","official":"https:\/\/www.dberp.com.cn","enable_functions":"","count":62,"score":0,"versions":[{"m_version":"V 1","version":"1 RC","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u8be5\u538b\u7f29\u5305\uff0c\u5728\u672c\u5730linux\u73af\u5883\u5b9d\u5854\u4e2d\u6d4b\u8bd5\u4e00\u952e\u90e8\u7f72\u6b63\u5e38\u90e8\u7f72\u3010CeontOS7.8\u3001\u5b9d\u58547.9.2\u3011","download":"other\/20220706\/a65407d5d4df73a8565ce980d4b23fea.zip","md5":"8c3a9c1d969e000471c1721810c85c4d","size":14742961}]},{"id":600801795,"type":1,"sort":1,"name":"event","title":"\u9b54\u4f17\u6d3b\u52a8\u62a5\u540d\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u7b80\u5355\u6613\u7528\u7684\u6d3b\u52a8\u62a5\u540d\u7cfb\u7edf?<\/a>","version":"v5.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-76359-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/7ebef7ba23e20a242912b95444804e1e.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/event","enable_functions":"shell_exec,proc_open,putenv","count":59,"score":"1.0","versions":[{"m_version":"v5","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u9002\u914d\u652f\u4ed8\u5b9d\u65b0\u63a5\u53e3\uff0c\u540e\u53f0\u754c\u9762\u5347\u7ea7","download":"other\/20220325\/385e23adfa074f0c1b2efabe6961a5be.zip","md5":"874e5e564526917f0b67ec2b29206110","size":18147923}]},{"id":600801796,"type":2,"sort":0,"name":"mzjifen","title":"\u9b54\u4f17\u79ef\u5206\u5546\u57ce\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u5546\u54c1\u5151\u6362\u66f4\u52a0\u5bb9\u6613?<\/a>","version":"v1.5.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-80238-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/b5100dd805e35fc0ff2f9bfa1284485f.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/mzjifen","enable_functions":"shell_exec,proc_open,putenv","count":57,"score":0,"versions":[{"m_version":"v1","version":"5.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u540e\u53f0\u754c\u9762\u5347\u7ea7\uff0c\u4e8b\u4ef6\u9a71\u52a8\u589e\u5f3a","download":"other\/20220325\/8476952823e0390a5bb3f65ff4db8865.zip","md5":"d01cddfb45027758028ddfecd2b8389c","size":18813720}]},{"id":600801798,"type":1,"sort":0,"name":"course","title":"\u9b54\u4f17\u8bfe\u7a0b\u62a5\u540d\u7cfb\u7edf-\u4f53\u9a8c\u7248","ps":"\u642d\u5efa\u66f4\u597d\u7684\u8bfe\u7a0b\u62a5\u540d\u7cfb\u7edf?<\/a>","version":"v5.6.0","author":"\u9b54\u4f17","price":0,"auth_price":0,"home":"https:\/\/www.bt.cn\/bbs\/thread-76524-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220325\/eb35c69c9cd8889295a39e11250c73f2.png","php":"56,70","official":"https:\/\/www.tecmz.com\/product\/course","enable_functions":"shell_exec,proc_open,putenv","count":46,"score":0,"versions":[{"m_version":"v5","version":"6.0","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":0,"version_msg":"\u81ea\u5b9a\u4e49\u62a5\u540d\u5b57\u6bb5\u5f02\u5e38\u4fee\u590d\uff0c\u540e\u53f0\u754c\u9762\u5347\u7ea7","download":"other\/20220325\/b1ee2b71348729ebb8777efabbd7d3e8.zip","md5":"d8c6865017265c0d4668291a854c1911","size":17603534}]}],"type":[{"id":5,"title":"\u8fd0\u884c\u73af\u5883","sort":2,"ps":"\u8fd0\u884c\u73af\u5883","icon":"icon"},{"id":6,"title":"\u7cfb\u7edf\u5de5\u5177","sort":3,"ps":"\u7cfb\u7edf\u5de5\u5177","icon":"icon"},{"id":7,"title":"\u5b9d\u5854\u63d2\u4ef6","sort":4,"ps":"\u5b9d\u5854\u63d2\u4ef6","icon":"icon"},{"id":8,"title":"\u4e13\u4e1a\u7248\u63d2\u4ef6","sort":5,"ps":"\u4e13\u4e1a\u7248\u63d2\u4ef6","icon":"icon"},{"id":12,"title":"\u4f01\u4e1a\u7248\u63d2\u4ef6","sort":6,"ps":"\u4f01\u4e1a\u7248\u63d2\u4ef6","icon":""},{"id":10,"title":"\u7b2c\u4e09\u65b9\u5e94\u7528","sort":7,"ps":"\u7b2c\u4e09\u65b9\u5e94\u7528","icon":"icon"},{"id":11,"title":"\u4e00\u952e\u90e8\u7f72","sort":8,"ps":"\u4e00\u952e\u90e8\u7f72\u7b2c\u4e09\u65b9\u6e90\u7801","icon":""}],"dep_type":[{"tid":1,"title":"\u5efa\u7ad9"},{"tid":2,"title":"\u5546\u57ce"},{"tid":3,"title":"\u8bba\u575b"},{"tid":4,"title":"\u535a\u5ba2"},{"tid":5,"title":"\u5fae\u4fe1"},{"tid":6,"title":"\u6846\u67b6"}]} \ No newline at end of file diff --git a/data/config/plugin_list.json b/data/config/plugin_list.json index b454041..884353b 100644 --- a/data/config/plugin_list.json +++ b/data/config/plugin_list.json @@ -1 +1 @@ -{"type":[{"id":5,"title":"\u8fd0\u884c\u73af\u5883","title_en":"Deployment","sort":2,"ps":"\u8fd0\u884c\u73af\u5883","ps_en":"Deployment environment","icon":"icon","panel_en":1},{"id":6,"title":"\u7cfb\u7edf\u5de5\u5177","title_en":"Tools","sort":3,"ps":"\u7cfb\u7edf\u5de5\u5177","ps_en":"System tools","icon":"icon","panel_en":1},{"id":7,"title":"\u5b9d\u5854\u63d2\u4ef6","title_en":"Plug-ins","sort":4,"ps":"\u5b9d\u5854\u63d2\u4ef6","ps_en":"aaPanel plug-ins","icon":"icon","panel_en":1},{"id":8,"title":"\u4e13\u4e1a\u7248\u63d2\u4ef6","title_en":"","sort":5,"ps":"\u4e13\u4e1a\u7248\u63d2\u4ef6","ps_en":"","icon":"icon","panel_en":0},{"id":12,"title":"\u4f01\u4e1a\u7248\u63d2\u4ef6","title_en":"","sort":6,"ps":"\u4f01\u4e1a\u7248\u63d2\u4ef6","ps_en":"","icon":"","panel_en":0},{"id":10,"title":"\u7b2c\u4e09\u65b9\u5e94\u7528","title_en":"Third-party Plug-ins","sort":7,"ps":"\u7b2c\u4e09\u65b9\u5e94\u7528","ps_en":"Third-party Plug-ins","icon":"icon","panel_en":1},{"id":11,"title":"\u4e00\u952e\u90e8\u7f72","title_en":"","sort":8,"ps":"\u4e00\u952e\u90e8\u7f72\u7b2c\u4e09\u65b9\u6e90\u7801","ps_en":"","icon":"","panel_en":0}],"list":[{"id":36,"os":"Linux","pid":100000010,"type":8,"sort":1,"price":39.8,"name":"btwaf","title":"Nginx\u9632\u706b\u5899","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6709\u6548\u9632\u6b62sql\u6ce8\u5165\/xss\/\u4e00\u53e5\u8bdd\u6728\u9a6c\/\u9632\u91c7\u96c6\u7b49\u5e38\u89c1\u6e17\u900f\u653b\u51fb\uff0c\u7b26\u5408GB\/T 32917-2016\u6807\u51c6\uff0c\u516c\u5b89\u4e09\u6240\u5b89\u5168\u8ba4\u8bc1\u3002 >\u6559\u7a0b<\/a> >\u7533\u8bf7\u5546\u4e1a\u6388\u6743<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"nginx","mutex":"btwaf_httpd","install_checks":"\/www\/server\/panel\/plugin\/btwaf","uninsatll_checks":"\/www\/server\/panel\/plugin\/btwaf","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product_nginx_firewall.html","ex1":"","ex2":"","ex3":"","versions":[{"id":227,"soft_id":36,"m_version":"9","version":"0.2","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022\u5e745-24 16:40 \u66f4\u65b0\n1.\u4f18\u5316\u6027\u80fd\u63d0\u5347100%\n2.\u4f18\u5316\u5f02\u5e38\u5904\u7406\n3.\u4f18\u5316CC \u5904\u7406\u903b\u8f91","os_limit":0,"beta":0,"update_time":1653273599},{"id":226,"soft_id":36,"m_version":"9","version":"0.1","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022-5-12\n1.\u4f18\u5316\u5b89\u88c5\u6210\u529f\u7387\n2.\u4fee\u590d\u5df2\u77e5\u9519\u8bef","os_limit":0,"beta":0,"update_time":1652323826},{"id":199,"soft_id":36,"m_version":"9","version":"0","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022-1-21 \u66f4\u65b0\n1.\u66f4\u65b0\u8718\u86db\u6c60\u5728\u7ebf\u66f4\u65b0\n2.\u4f18\u5316\u8718\u86db\u6c60\n3.\u589e\u52a0\u8718\u86db\u62e6\u622a","os_limit":0,"beta":0,"update_time":1642477281},{"id":173,"soft_id":36,"m_version":"8","version":"9.9","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1634981478}],"endtime":0},{"id":34,"os":"Linux","pid":100000014,"type":8,"sort":1,"price":19.8,"name":"total","title":"\u7f51\u7ad9\u76d1\u63a7\u62a5\u8868","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b9e\u65f6\u5206\u6790\u7f51\u7ad9\u8fd0\u884c\u3001\u7528\u6237\u8bbf\u95ee\u72b6\u51b5\uff0c\u7cbe\u786e\u7edf\u8ba1\u7f51\u7ad9\u6d41\u91cf\u3001IP\u3001UV\u3001PV\u3001\u8bf7\u6c42\u3001\u8718\u86db\u7b49\u6570\u636e\uff0c\u7f51\u7ad9SEO\u4f18\u5316\u5229\u5668 >\u56fe\u6587\u8bf4\u660e<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/total","uninsatll_checks":"\/www\/server\/panel\/plugin\/total","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product_website_total.html","ex1":"","ex2":"","ex3":"","versions":[{"id":225,"soft_id":34,"m_version":"6","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u65b0\u589e\u771f\u5047\u8718\u86db\u8bf7\u6c42\u533a\u5206\u3002\n2. \u4fee\u590d\u548c\u8c03\u6574\u5386\u53f2\u65e5\u5fd7\u8fc1\u79fb\u51fa\u73b0\u7684\u95ee\u9898\u3002","os_limit":0,"beta":0,"update_time":1652322170},{"id":201,"soft_id":34,"m_version":"6","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u65b0\u589e\u5386\u53f2\u7f51\u7ad9\u65e5\u5fd7\u66f4\u6362\u76ee\u5f55\uff0c\u4e3a\/www\/server\/total\/logs\u76ee\u5f55\u5360\u7528\u8fc7\u5927\u95ee\u9898\u63d0\u4f9b\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\u3002\n2. \u8c03\u6574\u5b9a\u65f6\u4efb\u52a1\u8c03\u7528\u63d2\u4ef6\u673a\u5236\uff0c\u4fee\u590d\u63d0\u793a\u63d2\u4ef6\u672a\u6388\u6743\u95ee\u9898\u3002\n3. IP\u7edf\u8ba1\u7f16\u53f7\u4e71\u5e8f\u3002\n4. \u7f51\u7ad9\u65e5\u5fd7\u65b0\u589eIPv6\u5730\u5740\u3001\u5ba2\u6237\u7aef\u8bf7\u6c42\u7aef\u53e3\uff08\u7b49\u4fdd\u5fc5\u5907\uff09\u663e\u793a\u3002\n5. \u91cd\u6784\u7edf\u8ba1\u62a5\u544a\u751f\u6210\u903b\u8f91\uff0c\u89e3\u51b3\u7edf\u8ba1\u62a5\u544a\u751f\u6210\u9057\u6f0f\u95ee\u9898\u3002\n6. \u91cd\u6784\u6392\u9664IP\u9a8c\u8bc1\u65b9\u5f0f\uff0c\u89e3\u51b3\u90e8\u5206\u7ad9\u70b9\u6392\u9664IP\u65e0\u6548\u95ee\u9898\u3002\n7. \u4fee\u590d\u65e5\u5fd7\u6e05\u7406\u76f8\u5173bug\u3002","os_limit":0,"beta":0,"update_time":1644811619},{"id":14,"soft_id":34,"m_version":"6","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u96c6\u6210IP\u7cbe\u51c6\u6570\u636e\u5305\u3002\n2. \u4fee\u590dIP\u7edf\u8ba1\u5386\u53f2\u6570\u636e\u62a5\u9519\u3002\n3. \u7edf\u8ba1\u62a5\u544a\u65b0\u589e\u4e0a\u5e74\u5ea6\u67e5\u8be2\u3002\n4. \u4fee\u590d\u672a\u7ed1\u5b9a\u57df\u540d\u8bbf\u95ee\u7edf\u8ba1\u3002\n5. \u5176\u4ed6\u5df2\u77e5bug\u3002","os_limit":0,"beta":0,"update_time":1625046023}],"endtime":0},{"id":121,"os":"Linux","pid":100000044,"type":12,"sort":2,"price":99,"name":"php_filter","title":"\u5821\u5854PHP\u5b89\u5168\u9632\u62a4","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"PHP\u5185\u6838\u7ea7\u9632\u5fa1\u6a21\u5757\uff0c\u53ef\u9488\u5bf9\u9879\u76ee\u8fdb\u884c\u5e95\u5c42\u8fc7\u6ee4\uff0c\u5f7b\u5e95\u675c\u7edd\u8de8\u7ad9\/\u7cbe\u51c6\u9632\u6e17\u900f\/\u7cbe\u51c6\u9632\u63d0\u6743\uff0c\u6ce8\u610f\uff1a\u4e0d\u652f\u630132\u4f4d\u7cfb\u7edf\u548carm\u5e73\u53f0\u548cPHP5.2<\/span> > \u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/php_filter","uninsatll_checks":"\/www\/server\/panel\/plugin\/php_filter","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/php_filter.html","ex1":"","ex2":"","ex3":"","versions":[{"id":17,"soft_id":121,"m_version":"1","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u7f51\u7ad9\u5217\u8868\u540c\u6b65\u95ee\u9898\n2\u3001\u4fee\u590d\u7f51\u7ad9\u6570\u91cf\u8fc7\u591a\u65f6\u6279\u91cf\u6307\u6d3e\u5361\u6b7b\u7684\u95ee\u9898\n3\u3001\u4fee\u590d\u5bf9Pythin2.7\u73af\u5883\u7684\u517c\u5bb9","os_limit":0,"beta":0,"update_time":1625277777}],"endtime":0},{"id":107,"os":"Linux","pid":0,"type":7,"sort":2,"price":0,"name":"site_speed","title":"\u5821\u5854\u7f51\u7ad9\u52a0\u901f","title_en":"WebSite Speed","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u91cd\u6784\u7248\uff0c\u57fa\u4e8e\u9875\u9762\u7f13\u5b58\u7684\u7f51\u7ad9\u52a0\u901f\u63d2\u4ef6\uff0c\u5b89\u88c5\u6216\u5347\u7ea7\u5230\u6b64\u7248\u672c\uff0c\u5c06\u4f1a\u5378\u8f7d\u65e7\u7248\u672c\uff0c\u5982\u679c\u662fApache\u9700\u8981\u5148\u5b89\u88c5Memcached >\u6559\u7a0b<\/a>","ps_en":"Website acceleration, supporting dynamic acceleration of mainstream website projects","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/site_speed","uninsatll_checks":"\/www\/server\/panel\/plugin\/site_speed","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/site_speed.html","ex1":"","ex2":"","ex3":"","versions":[{"id":206,"soft_id":107,"m_version":"4","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u56e0\u7f51\u7ad9\u540d\u79f0\u8fc7\u957f\u5bfc\u81f4\u9519\u8bef\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1645083683},{"id":131,"soft_id":107,"m_version":"4","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u9ed8\u8ba4\u4e0d\u7f13\u5b58\u54cd\u5e94\u5934\u4e2d\u5305\u542bCache-Control:no-cache\u7684\u54cd\u5e94","os_limit":0,"beta":0,"update_time":1628911186},{"id":113,"soft_id":107,"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u5b89\u88c5nginx\u9632\u706b\u5899\u540e\u7f51\u7ad9\u52a0\u901f\u65e0\u6548\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1627354351},{"id":80,"soft_id":107,"m_version":"3","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u4e0enginx\u9632\u706b\u5899\u540c\u65f6\u5b89\u88c5\u65f6\u5bfc\u81f4\u7684500\u9519\u8bef","os_limit":0,"beta":0,"update_time":1626227162}],"endtime":0},{"id":35,"os":"Linux","pid":100000012,"type":8,"sort":2,"price":19.8,"name":"btwaf_httpd","title":"Apache\u9632\u706b\u5899","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6709\u6548\u9632\u6b62sql\u6ce8\u5165\/xss\/\u4e00\u53e5\u8bdd\u6728\u9a6c\u7b49\u5e38\u89c1\u6e17\u900f\u653b\u51fb,\u5f53\u524d\u4ec5\u652f\u6301Apache2.4 >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"apache","mutex":"btwaf","install_checks":"\/www\/server\/panel\/plugin\/btwaf_httpd\/info.json","uninsatll_checks":"\/www\/server\/panel\/plugin\/btwaf_httpd","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/btwaf_httpd.html","ex1":"","ex2":"","ex3":"","versions":[{"id":223,"soft_id":35,"m_version":"9","version":"0","dependnet":"apache","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1650870911},{"id":214,"soft_id":35,"m_version":"8","version":"9","dependnet":"memcached","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1647591032},{"id":184,"soft_id":35,"m_version":"8","version":"8","dependnet":"memcached","mem_limit":32,"cpu_limit":1,"update_msg":"1.\u4f18\u5316POST\u5904\u7406\u903b\u8f91\n2.\u4f18\u5316from-data\u5904\u7406\u903b\u8f91\n3.\u4f18\u5316\u4e8c\u8fdb\u5236\u6d41\u7a0b\u5904\u7406\n4.\u4f18\u5316\u9519\u8bef\u62a5\u9519\u673a\u5236\n5.\u4f18\u5316\u8bed\u4e49\u5206\u6790\u6d41\u7a0b","os_limit":0,"beta":0,"update_time":1640765099},{"id":20,"soft_id":35,"m_version":"8","version":"7","dependnet":"memcached","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625282317}],"endtime":0},{"id":99,"os":"Linux","pid":0,"type":7,"sort":4,"price":0,"name":"coll_admin","title":"\u5821\u5854\u4e91\u63a7\u5e73\u53f0","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u53ef\u514d\u8d39\u9ad8\u6548\u7ba1\u7406\u591a\u53f0\u670d\u52a1\u5668\u9762\u677f\uff0c\u5b98\u65b9\u81ea\u7528\u63a8\u8350\uff0c\u4ee5\u53ca\u5176\u4ed6\u591a\u673a\u7ba1\u7406\u529f\u80fd [\u4e86\u89e3\u8be6\u60c5]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"memcached","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/coll_admin","uninsatll_checks":"\/www\/server\/panel\/plugin\/coll_admin","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":70,"soft_id":99,"m_version":"2","version":"5.6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u65b0\u589e\u670d\u52a1\u5668\u5217\u8868\u5206\u7ec4\u663e\u793a\u3002\n2. \u4fee\u590d\u5fae\u88ab\u63a7\u548cSSH\u5173\u8054\u3002\n3. \u8c03\u6574\u670d\u52a1\u5668\u4fe1\u606f\u9762\u677f\u663e\u793a\u6837\u5f0f\uff0c\u7a81\u51fa\u957f\u6587\u5b57\u5907\u6ce8\u670d\u52a1\u5668\u6807\u9898\uff0c\u65b0\u589e\u7f51\u7ad9\u6570\u91cf\u3001\u64cd\u4f5c\u7cfb\u7edf\u3001CPU\u6838\u6570\u3001\u5185\u5b58\u6570\u663e\u793a\u3002","os_limit":0,"beta":0,"update_time":1625556713}],"endtime":0},{"id":39,"os":"Linux","pid":100000007,"type":8,"sort":6,"price":19.8,"name":"task_manager","title":"\u5b9d\u5854\u4efb\u52a1\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u8f7b\u677e\u7ba1\u7406\u8fdb\u7a0b\u3001\u6d41\u91cf\u76d1\u63a7\u3001\u542f\u52a8\u9879\u3001\u7528\u6237\u3001\u670d\u52a1\u3001\u8ba1\u5212\u4efb\u52a1\u3001\u4f1a\u8bdd >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/task_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/task_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/task_manager.html","ex1":"","ex2":"","ex3":"","versions":[{"id":156,"soft_id":39,"m_version":"2","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4f18\u5316\u8fdb\u7a0b\u5217\u8868\u8f6e\u8be2\u673a\u5236\n2\u3001\u4fee\u590d\u90e8\u5206\u673a\u5668\u4e0a\u884c\u3001\u4e0b\u884c\u6d41\u91cf\u663e\u793a\u4e0d\u6b63\u786e\u7684\u95ee\u9898\n3\u3001\u4fee\u590d\u670d\u52a1\u6587\u4ef6\u8f6f\u94fe\u5931\u6548\u5bfc\u81f4\u7684\u9519\u8bef","os_limit":0,"beta":0,"update_time":1631669922},{"id":155,"soft_id":39,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u8fdb\u7a0b\u6d41\u91cf\u663e\u793a\n2\u3001\u589e\u52a0\u8fdb\u7a0b\u5217\u8868\u81ea\u52a8\u5237\u65b0\u6570\u636e\n3\u3001\u4f18\u5316\u8fdb\u7a0b\u5217\u8868\u6392\u5e8f\u529f\u80fd\n4\u3001\u4f18\u5316\u8fdb\u7a0b\u5217\u8868\u83b7\u53d6\u5f00\u9500\n5\u3001\u5bf9\u5927\u90e8\u5206\u8fdb\u7a0b\u540d\u79f0\u663e\u793a\u4e2d\u6587\u63cf\u8ff0","os_limit":0,"beta":0,"update_time":1631602586},{"id":33,"soft_id":39,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u6b63\u5bf9\u9762\u677f7.0.3\u7684\u517c\u5bb9","os_limit":0,"beta":0,"update_time":1625470033}],"endtime":0},{"id":118,"os":"Linux","pid":100000043,"type":8,"sort":7,"price":39.8,"name":"btapp","title":"\u5821\u5854APP","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u4f7f\u7528\u624b\u673a\u968f\u65f6\u968f\u5730\u7ba1\u7406\u60a8\u7684\u670d\u52a1\u5668\uff0c\u652f\u6301\u82f9\u679c\u548c\u5b89\u5353 > \u7ec4\u961f\u514d\u8d39\u9886\u53d6<\/a> > \u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/btapp","uninsatll_checks":"\/www\/server\/panel\/plugin\/btapp","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/btapp.html","ex1":"","ex2":"","ex3":"","versions":[{"id":35,"soft_id":118,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u5220\u9664\u548c\u7ed1\u5b9a\u65f6\u4f1a\u5173\u95ed\u7a97\u53e3\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1625477361}],"endtime":0},{"id":41,"os":"Linux","pid":100000005,"type":8,"sort":8,"price":9.8,"name":"rsync","title":"\u5b9d\u5854\u6570\u636e\u540c\u6b65\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u57fa\u4e8ersync\u5f00\u53d1\u7684\u6570\u636e\u540c\u6b65\u5de5\u5177\uff0c\u53ef\u7528\u4e8e\u5f02\u5730\u5907\u4efd\u3001\u591a\u53f0\u4e3b\u673a\u4e4b\u95f4\u7684\u6587\u4ef6\u5b9e\u65f6\u6216\u589e\u91cf\u540c\u6b65 >>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/rsync","uninsatll_checks":"\/www\/server\/panel\/plugin\/rsync","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":218,"soft_id":41,"m_version":"3","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1648604760},{"id":36,"soft_id":41,"m_version":"2","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u538b\u7f29\u4f20\u8f93\u9009\u9879\n2\u3001\u79fb\u9664rsync\u5168\u5c40\u914d\u7f6e\u4e2d\u7aef\u53e3\u4fee\u6539\u53ea\u8bfb\u9009\u9879","os_limit":0,"beta":0,"update_time":1625480057}],"endtime":0},{"id":131,"os":"Linux","pid":100000054,"type":12,"sort":101,"price":99,"name":"bt_security","title":"\u5821\u5854\u9632\u5165\u4fb5","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u539f\u9632\u63d0\u6743, \u9632\u5fa1\u5927\u591a\u6570\u7684\u5165\u4fb5\u63d0\u6743\u653b\u51fb\u9020\u6210\u7684\u6302\u9a6c\u548c\u88ab\u6316\u77ff,\u6709\u6548\u62e6\u622awebshell\u6267\u884c\u63d0\u6743,\u5e76\u53ca\u65f6\u544a\u8b66\u901a\u77e5 >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bt_security","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_security","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/bt_security.html","ex1":"","ex2":"","ex3":"","versions":[{"id":203,"soft_id":131,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-2-17\u66f4\u65b0\n\u4fee\u590d\u5df2\u77e5bug","os_limit":0,"beta":0,"update_time":1645080944},{"id":198,"soft_id":131,"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-1-17\u66f4\u65b0\n1.\u4fee\u590d\u767d\u540d\u5355\u8fdb\u7a0b\u95ee\u9898","os_limit":0,"beta":0,"update_time":1642400309},{"id":23,"soft_id":131,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625294200}],"endtime":0},{"id":8,"os":"Linux","pid":0,"type":5,"sort":101,"price":0,"name":"nginx","title":"Nginx","title_en":"Nginx","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u8f7b\u91cf\u7ea7\uff0c\u5360\u6709\u5185\u5b58\u5c11\uff0c\u5e76\u53d1\u80fd\u529b\u5f3a","ps_en":"Lightweight, less memory, concurrent ability","version":"\/www\/server\/nginx\/sbin\/nginx -v 2>&1|grep version|awk '{print $3}'|cut -f2 -d'\/'","s_version":"nginx","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"apache,openlitespeed","install_checks":"\/www\/server\/nginx\/sbin\/nginx","uninsatll_checks":"\/www\/server\/nginx","compile_args":1,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":8,"m_version":"1.22","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.20","version":"3","dependnet":"","mem_limit":32,"cpu_limit":0,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.21","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.19","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.18","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.14","version":"4","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.15","version":"10","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.16","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.17","version":"10","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"-Tengine2.2","version":"4","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.12","version":"2","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.18.gmssl","version":"0","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"openresty","version":"1.19","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.8","version":"1","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":157,"os":"Linux","pid":100000058,"type":8,"sort":101,"price":29.9,"name":"bt_ssh_auth","title":"\u5821\u5854SSH\u4e8c\u6b21\u8ba4\u8bc1","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u901a\u8fc7SSH\u767b\u5f55\u4e8c\u6b21\u8ba4\u8bc1\u4fdd\u8bc1SSH\u767b\u5f55\u5b89\u5168 >\u4f7f\u7528\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bt_ssh_auth","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_ssh_auth","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":143,"soft_id":157,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1630377259},{"id":132,"soft_id":157,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1629183605}],"endtime":0},{"id":173,"os":"Linux","pid":0,"type":6,"sort":101,"price":0,"name":"ip_configuration","title":"IP\u914d\u7f6e\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u7f51\u5361\u7ed1\u5b9aIP\u3001SSH\u6388\u6743IP\u3001FTP\u914d\u7f6eIP\u7b49IP\u4e00\u952e\u914d\u7f6e\u5de5\u5177,\u652f\u6301centos7\u3001debian10\u3001ubuntu18\u3001ubuntu20","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/ip_configuration","uninsatll_checks":"\/www\/server\/panel\/plugin\/ip_configuration","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":180,"soft_id":173,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u589e\u52a0\u591a\u7f51\u5361\u652f\u6301\n\u517c\u5bb9python3.10.x\u73af\u5883","os_limit":0,"beta":0,"update_time":1638166836}],"endtime":0},{"id":174,"os":"Linux","pid":100000063,"type":12,"sort":101,"price":88,"name":"btiplibrary","title":"IP\u7cbe\u51c6\u6570\u636e\u5305","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u94fe\u63a5\u5546\u4e1aIP\u6570\u636e\u5e93\uff0c\u7cbe\u51c6\u663e\u793a\u7f51\u7ad9\u7528\u6237\u5f52\u5c5e\u5730\u4fe1\u606f\u3002\u6682\u65f6\u53ea\u96c6\u6210\u7f51\u7ad9\u76d1\u63a7\u62a5\u8868\u63d2\u4ef6(v6.7\u4ee5\u4e0a)\uff0c\u4f01\u4e1a\u7248\u7528\u6237\u514d\u8d39\u3002","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"0","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/btiplibrary","uninsatll_checks":"\/www\/server\/panel\/plugin\/btiplibrary","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":186,"soft_id":174,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":1,"update_time":1640937193}],"endtime":0},{"id":9,"os":"Linux","pid":0,"type":5,"sort":102,"price":0,"name":"apache","title":"Apache","title_en":"Apache","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u4e16\u754c\u6392\u540d\u7b2c\u4e00\uff0c\u5feb\u901f\u3001\u53ef\u9760\u5e76\u4e14\u53ef\u901a\u8fc7\u7b80\u5355\u7684API\u6269\u5145","ps_en":"World No. 1, fast, reliable and scalable through simple APIs","version":"\/www\/server\/apache\/bin\/httpd -v|grep version|awk '{print $3}'|cut -f2 -d'\/'","s_version":"httpd","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"nginx,openlitespeed","install_checks":"\/www\/server\/apache\/bin\/httpd","uninsatll_checks":"\/www\/server\/apache","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":9,"m_version":"2.4","version":"52","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":9,"m_version":"2.2","version":"34","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":10,"os":"Linux","pid":0,"type":5,"sort":103,"price":0,"name":"mysql","title":"MySQL","title_en":"MySQL","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"MySQL\u662f\u4e00\u79cd\u5173\u7cfb\u6570\u636e\u5e93\u7ba1\u7406\u7cfb\u7edf!","ps_en":"MySQL is a relational database management system!","version":"\/www\/server\/mysql\/bin\/mysql -V|grep Ver|awk '{print $5}'|cut -f1 -d','","s_version":"mysqld","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/mysql\/bin\/mysql","uninsatll_checks":"\/www\/server\/mysql","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":10,"m_version":"5.5","version":"62","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"5.6","version":"50","dependnet":"","mem_limit":768,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"5.7","version":"37","dependnet":"","mem_limit":1560,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"5.1","version":"73","dependnet":"","mem_limit":128,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"8.0","version":"24","dependnet":"","mem_limit":3700,"cpu_limit":2,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"AliSQL","version":"5.6.32","dependnet":"","mem_limit":768,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.0","version":"38","dependnet":"","mem_limit":768,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.1","version":"44","dependnet":"","mem_limit":1024,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.2","version":"31","dependnet":"","mem_limit":1024,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.3","version":"22","dependnet":"","mem_limit":1500,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.4","version":"12","dependnet":"","mem_limit":2048,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.5","version":"6","dependnet":"","mem_limit":2000,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.6","version":"7","dependnet":"","mem_limit":3700,"cpu_limit":2,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.7","version":"3","dependnet":"","mem_limit":3700,"cpu_limit":2,"update_msg":"","os_limit":0}],"endtime":0},{"id":11,"os":"Linux","pid":0,"type":5,"sort":104,"price":0,"name":"php","title":"PHP","title_en":"PHP","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"PHP\u662f\u4e16\u754c\u4e0a\u6700\u597d\u7684\u7f16\u7a0b\u8bed\u8a00","ps_en":"PHP is the best programming language in the world","version":"\/www\/server\/php\/{VERSION}\/bin\/php -v|grep cli|awk '{print $2}'","s_version":"php-fpm","manager_version":"\/www\/server\/php\/{VERSION}\/sbin\/php-fpm","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/php\/{VERSION}\/bin\/php","uninsatll_checks":"\/www\/server\/php\/{VERSION}","compile_args":0,"version_coexist":1,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":11,"m_version":"8.1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"8.0","version":"18","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.4","version":"28","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.3","version":"32","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.2","version":"33","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.1","version":"33","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.0","version":"33","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.6","version":"40","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.5","version":"38","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.4","version":"45","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.3","version":"29","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.2","version":"17","dependnet":"mysql","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":156,"os":"Linux","pid":0,"type":7,"sort":105,"price":0,"name":"nodejs","title":"Node.js\u7248\u672c\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b89\u88c5\u3001\u5378\u8f7d\u3001\u914d\u7f6enode.js\u7248\u672c\uff0c\u4e0ePM2\u7ba1\u7406\u5668\u4e92\u65a5","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/nodejs","uninsatll_checks":"\/www\/server\/panel\/plugin\/nodejs","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":139,"soft_id":156,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u6b63\u4e0b\u8f7d\u8fc7\u7a0b\u4e2d\u65ad\u5bfc\u81f4\u7684\u62a5\u9519\n2\u3001\u8bbe\u7f6e\u547d\u4ee4\u884c\u7248\u672c\u65f6\u81ea\u52a8\u6dfb\u52a0node\/bin\u5230PATH","os_limit":0,"beta":0,"update_time":1630313952},{"id":138,"soft_id":156,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u8c03\u6574\u6a21\u5757\u5b89\u88c5\u987a\u5e8f\uff0c\u589e\u52a0\u6210\u529f\u7387\n2\u3001\u6709yarn\u65f6\u9ed8\u8ba4\u4f7f\u7528yarn\u5b89\u88c5\u6a21\u5757","os_limit":0,"beta":0,"update_time":1630133543},{"id":135,"soft_id":156,"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u9ed8\u8ba4\u5b89\u88c5PM2\/YARN\u6a21\u5757\n2\u3001\u4fee\u590d\u672a\u8bbe\u7f6e\u547d\u4ee4\u884c\u7248\u672c\u65f6\u65e0\u6cd5\u5b89\u88c5\u6a21\u5757\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1629861516},{"id":134,"soft_id":156,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u9ed8\u8ba4\u5b89\u88c5PM2\u6a21\u5757\n2\u3001\u4fee\u590d\u5728\u6ca1\u6709\u8bbe\u7f6e\u547d\u4ee4\u884c\u7248\u672c\u65f6\u65e0\u6cd5\u5b89\u88c5\u6a21\u5757\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1629859008}],"endtime":0},{"id":12,"os":"Linux","pid":0,"type":5,"sort":105,"price":0,"name":"pureftpd","title":"Pure-Ftpd","title_en":"Pure-Ftpd","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"PureFTPd\u662f\u4e00\u6b3e\u4e13\u6ce8\u4e8e\u7a0b\u5e8f\u5065\u58ee\u548c\u8f6f\u4ef6\u5b89\u5168\u7684\u514d\u8d39FTP\u670d\u52a1\u5668\u8f6f\u4ef6","ps_en":"PureFTPd is a free FTP server software focused on program robustness and software security.","version":"cat \/www\/server\/pure-ftpd\/version.pl","s_version":"pure-ftpd","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/pure-ftpd\/bin\/pure-pw","uninsatll_checks":"\/www\/server\/pure-ftpd","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":12,"m_version":"1.0","version":"49","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":13,"os":"Linux","pid":0,"type":5,"sort":106,"price":0,"name":"phpmyadmin","title":"phpMyAdmin","title_en":"phpMyAdmin","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u8457\u540dWeb\u7aefMySQL\u7ba1\u7406\u5de5\u5177","ps_en":"Famous Web-side MySQL Management Tool","version":"cat \/www\/server\/phpmyadmin\/version.pl","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"mysql,nginx|apache|openlitespeed","mutex":"","install_checks":"\/www\/server\/phpmyadmin\/version.pl","uninsatll_checks":"\/www\/server\/phpmyadmin","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":13,"m_version":"5.0","version":"0","dependnet":"php-7.1|php-7.2|php-7.3|php-7.4|php-8.0|php-8.1","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"4.9","version":"","dependnet":"php-7.0|php-7.1|php-7.2|php-7.3|php-7.4","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"4.4","version":"0","dependnet":"php-5.3|php-5.4|php-5.5|php-5.6|php-7.0|php-7.1|php-7.2","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"4.0","version":"0","dependnet":"php-5.4|php-5.2|php-5.3","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"5.1","version":"0","dependnet":"php-7.1|php-7.2|php-7.3|php-7.4|php-8.0|php-8.1","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":140,"os":"Linux","pid":0,"type":7,"sort":107,"price":0,"name":"java_manager","title":"Java\u9879\u76ee\u4e00\u952e\u90e8\u7f72","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"Java\u9879\u76ee\u4e00\u952e\u90e8\u7f72\uff0c\u5305\u62ectomcat\uff0cspring boot","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/java_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/java_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":21,"soft_id":140,"m_version":"3","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625283967}],"endtime":0},{"id":14,"os":"Linux","pid":0,"type":5,"sort":107,"price":0,"name":"tomcat","title":"Tomcat","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5f00\u53d1\u548c\u8c03\u8bd5JSP\u7a0b\u5e8f\u7684\u9996\u9009","ps_en":"","version":"\/www\/server\/tomcat\/bin\/version.sh|grep version|awk '{print $4}'|cut -f2 -d'\/'","s_version":"jsvc,java","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/tomcat\/bin\/catalina.sh","uninsatll_checks":"\/www\/server\/tomcat","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":14,"m_version":"7","version":"0.76","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":14,"m_version":"8","version":"5.69","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":14,"m_version":"9","version":"0.0.M18","dependnet":"","mem_limit":512,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":65,"os":"Linux","pid":0,"type":7,"sort":108,"price":0,"name":"tomcat2","title":"Java\u9879\u76ee\u7ba1\u7406\u5668","title_en":"Java Project Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5f00\u53d1\u548c\u8c03\u8bd5JSP\u7a0b\u5e8f\u7684\u9996\u9009","ps_en":"The first choice for developing and debugging JSP programs","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/tomcat2","uninsatll_checks":"\/www\/server\/panel\/plugin\/tomcat2","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":22,"soft_id":65,"m_version":"2","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625284075}],"endtime":0},{"id":15,"os":"Linux","pid":0,"type":5,"sort":108,"price":0,"name":"pm2","title":"PM2\u7ba1\u7406\u5668","title_en":"PM2 Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"node.js\u7ba1\u7406\u5668\uff0c\u5185\u7f6e node.js + npm + nvm + pm2.!","ps_en":"Node.js Manager\uff0cBuilt-in node.js + npm + nvm + pm2.","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/pm2\/pm2_main.py","uninsatll_checks":"\/www\/server\/panel\/plugin\/pm2","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":46,"soft_id":15,"m_version":"5","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625537866}],"endtime":0},{"id":16,"os":"Linux","pid":0,"type":5,"sort":109,"price":0,"name":"docker","title":"Docker\u7ba1\u7406\u5668","title_en":"Docker Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Docker \u662f\u4e00\u4e2a\u5f00\u6e90\u7684\u5e94\u7528\u5bb9\u5668\u5f15\u64ce","ps_en":"Docker Is an open source application container engine","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/docker","uninsatll_checks":"\/www\/server\/panel\/plugin\/docker","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":228,"soft_id":16,"m_version":"3","version":"9.1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u4e86\u5df2\u77e5\u7684BUG","os_limit":0,"beta":0,"update_time":1653621374},{"id":190,"soft_id":16,"m_version":"3","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1641885133},{"id":182,"soft_id":16,"m_version":"3","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1638952248}],"endtime":0},{"id":17,"os":"Linux","pid":0,"type":5,"sort":110,"price":0,"name":"mongodb","title":"MongoDB","title_en":"MongoDB","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u57fa\u4e8e\u5206\u5e03\u5f0f\u6587\u4ef6\u5b58\u50a8\u7684\u6570\u636e\u5e93\uff0c\u65e8\u5728\u4e3aWEB\u5e94\u7528\u63d0\u4f9b\u53ef\u6269\u5c55\u7684\u9ad8\u6027\u80fd\u6570\u636e\u5b58\u50a8\u89e3\u51b3\u65b9\u6848!","ps_en":"Database Based on Distributed File Storage","version":"0","s_version":"mongod","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/mongodb","uninsatll_checks":"\/www\/server\/panel\/plugin\/mongodb","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":17,"m_version":"4.4","version":"6","dependnet":"","mem_limit":384,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":110,"os":"Linux","pid":0,"type":7,"sort":111,"price":0,"name":"static_cdn","title":"\u5821\u5854\u9762\u677f\u9759\u6001\u6587\u4ef6\u52a0\u901f","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5bf9\u9762\u677f\u9759\u6001\u6587\u4ef6\u8fdb\u884cCDN\u52a0\u901f\uff0c\u52a0\u5feb\u9762\u677f\u52a0\u8f7d\u901f\u5ea6\uff0c\u63d0\u5347\u5bf9\u5c0f\u5e26\u5bbd\u548c\u6d77\u5916\u670d\u52a1\u5668\u7684\u9762\u677f\u4f7f\u7528\u4f53\u9a8c!","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/static_cdn","uninsatll_checks":"\/www\/server\/panel\/plugin\/static_cdn","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":47,"soft_id":110,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625538175}],"endtime":0},{"id":18,"os":"Linux","pid":0,"type":5,"sort":111,"price":0,"name":"memcached","title":"Memcached","title_en":"Memcached","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Memcached \u662f\u4e00\u4e2a\u9ad8\u6027\u80fd\u7684\u5206\u5e03\u5f0f\u5185\u5b58\u5bf9\u8c61\u7f13\u5b58\u7cfb\u7edf","ps_en":"Memcached is a high performance distributed memory object caching system","version":"\/usr\/local\/memcached\/bin\/memcached -V|awk '{print $2}'","s_version":"memcached","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/usr\/local\/memcached\/bin\/memcached","uninsatll_checks":"\/usr\/local\/memcached","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":18,"m_version":"1.6","version":"9","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":19,"os":"Linux","pid":0,"type":5,"sort":112,"price":0,"name":"redis","title":"Redis","title_en":"Redis","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Redis\u662f\u4e00\u4e2a\u9ad8\u6027\u80fd\u7684key-value\u6570\u636e\u5e93(PHP\u8fde\u63a5redis\uff0c\u9700PHP\u8bbe\u7f6e\u4e2d\u5b89\u88c5redis\u6269\u5c55) \u90e8\u5206Centos7\u7cfb\u7edf\u4ec5\u652f\u6301\u5b89\u88c55.x\u7248\u672c","ps_en":"Redis is a high performance key-value database","version":"\/www\/server\/redis\/src\/redis-server -v|awk '{print $3}'|cut -f2 -d'='","s_version":"redis-server","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/redis\/runtest","uninsatll_checks":"\/www\/server\/redis","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":19,"m_version":"6.2","version":"6","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":144,"os":"Linux","pid":0,"type":7,"sort":112,"price":0,"name":"btappmanager","title":"\u5821\u5854\u5e94\u7528\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"PHP\u3001Python\u3001Java\u3001Go\u5e94\u7528\u6301\u4e45\u5316\u8fd0\u884c\u548c\u7ba1\u7406\u3002\u53ef\u66ff\u4ee3Supervisor\u3002\u6559\u7a0b\u548c\u53cd\u9988>><\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/btappmanager","uninsatll_checks":"\/www\/server\/panel\/plugin\/btappmanager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":48,"soft_id":144,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u4fee\u590d\u542f\u52a8\u65f6\u5e94\u7528\u5217\u8868\u4e22\u5931\u95ee\u9898\u3002\n2. \u4fee\u590d\u5e94\u7528\u65e5\u5fd7\u65e0\u9650\u589e\u957f\u95ee\u9898\u3002","os_limit":0,"beta":0,"update_time":1625538407}],"endtime":0},{"id":20,"os":"Linux","pid":0,"type":5,"sort":113,"price":0,"name":"gitlab","title":"GitLab\u4e2d\u6587\u793e\u533a\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5f53\u524d\u4ec5\u652f\u6301Centos6\/7 64\u4f4d\u7cfb\u7edf\uff0c\u5185\u5b58\u5c0f\u4e8e2GB\u7684\u673a\u5668\u8bf7\u52ff\u5b89\u88c5!","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/gitlab","uninsatll_checks":"\/www\/server\/panel\/plugin\/gitlab","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":20,"m_version":"8.8","version":"5","dependnet":"","mem_limit":1560,"cpu_limit":1,"update_msg":"","os_limit":1}],"endtime":0},{"id":108,"os":"Linux","pid":0,"type":5,"sort":113,"price":0,"name":"new_gitlab","title":"GitLab\u6700\u65b0\u793e\u533a\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u652f\u6301Centos6-8\/ubuntu TLS\/debian 64\u4f4d\u7cfb\u7edf,\u5185\u5b58\u5c0f\u4e8e4GB\u7684\u673a\u5668\u8bf7\u52ff\u5b89\u88c5!","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/new_gitlab","uninsatll_checks":"\/www\/server\/panel\/plugin\/new_gitlab","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":108,"m_version":"12.8","version":"1","dependnet":"","mem_limit":3560,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":136,"os":"Linux","pid":0,"type":5,"sort":113,"price":0,"name":"openlitespeed","title":"OpenLiteSpeed","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"OpenLiteSpeed\u662fLiteSpeed Web Server Enterprise\u7684\u5f00\u6e90\u7248\u672c\u3002","ps_en":"","version":"cat \/usr\/local\/lsws\/VERSION","s_version":"openlitespeed","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"nginx,apache","install_checks":"\/usr\/local\/lsws\/bin\/lswsctrl","uninsatll_checks":"\/usr\/local\/lsws\/bin\/lswsctrl","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":136,"m_version":"1.7","version":"14","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":85,"os":"Linux","pid":0,"type":7,"sort":114,"price":0,"name":"dns_manager","title":"DNS\u7ba1\u7406\u5668","title_en":"Dns Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u7ba1\u7406\u591a\u4e2a\u57df\u540d\u89e3\u6790\uff0c\u6682\u65f6\u53ea\u652f\u6301\u6b63\u5411\u89e3\u6790\u548clinux centos7.x\u7248\u672c\u7cfb\u7edf","ps_en":"Temporarily only supports centos7 and above","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/dns_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/dns_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":72,"soft_id":85,"m_version":"3","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625560650}],"endtime":0},{"id":82,"os":"Linux","pid":0,"type":7,"sort":114,"price":0,"name":"mail_sys","title":"\u5b9d\u5854\u90ae\u5c40\u7ba1\u7406\u5668","title_en":"Mail Server","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u591a\u57df\uff0c\u591a\u7528\u6237\u90ae\u5c40\uff0c\u652f\u6301SMTP\/IMAP\/POP3\/HTTP\u63a5\u53e3\uff0c\u9700\u898125\u7aef\u53e3 [\u4f7f\u7528\u5e2e\u52a9]<\/a>","ps_en":"Build Mail Server for yourself, Supports centos7+ and ubuntu 16+","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/mail_sys","uninsatll_checks":"\/www\/server\/panel\/plugin\/mail_sys","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":211,"soft_id":82,"m_version":"4","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1645668192},{"id":185,"soft_id":82,"m_version":"4","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6dfb\u52a0\u521d\u59cb\u5316\u65e5\u5fd7","os_limit":0,"beta":0,"update_time":1640765616},{"id":130,"soft_id":82,"m_version":"4","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u6dfb\u52a0rspamd\u53cd\u5783\u573e\u670d\u52a1\n2\u3001\u4f18\u5316\u90ae\u7bb1\u5217\u8868\u663e\u793a\n3\u3001\u4f18\u5316\u90ae\u4ef6\u5217\u8868\u663e\u793a\n4\u3001\u5176\u4ed6bug\u4fee\u590d","os_limit":0,"beta":0,"update_time":1628758546},{"id":57,"soft_id":82,"m_version":"4","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625552785}],"endtime":0},{"id":101,"os":"Linux","pid":0,"type":7,"sort":114,"price":0,"name":"fail2ban","title":"Fail2ban\u9632\u7206\u7834","title_en":"Fail2ban Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u9632\u6b62\u6076\u610f\u4e3b\u673a\u7206\u7834\u670d\u52a1\u3001\u7ad9\u70b9\uff0c\u7981\u6b62\u5bfc\u81f4\u591a\u4e2a\u8eab\u4efd\u9a8c\u8bc1\u9519\u8bef\u7684\u4e3b\u673a","ps_en":"ban hosts that cause multiple authentication errors","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/fail2ban","uninsatll_checks":"\/www\/server\/panel\/plugin\/fail2ban","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":68,"soft_id":101,"m_version":"1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625556029}],"endtime":0},{"id":147,"os":"Linux","pid":100000056,"type":12,"sort":115,"price":99,"name":"node_admin","title":"\u8282\u70b9\u540c\u6b65\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u540c\u6b65\u7f51\u7ad9\u914d\u7f6e\uff0cSSL\u8bc1\u4e66\uff0c\u7f51\u7ad9\u6587\u4ef6\uff0cRewrite\u7b49\u529f\u80fd>>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/node_admin","uninsatll_checks":"\/www\/server\/panel\/plugin\/node_admin","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":51,"soft_id":147,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625542445}],"endtime":0},{"id":69,"os":"Linux","pid":0,"type":7,"sort":115,"price":0,"name":"pythonmamager","title":"Python\u9879\u76ee\u7ba1\u7406\u5668","title_en":"Python Mamager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5feb\u901f\u90e8\u7f72Python\u9879\u76ee\uff0c\u5f53\u524d\u4ec5\u652f\u6301Centos7.x\uff0c\u53ef\u90e8\u7f72\u6846\u67b6\u6709flask,django,sanic","ps_en":"Manage multi-version Python and projects","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/pythonmamager","uninsatll_checks":"\/www\/server\/panel\/plugin\/pythonmamager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":176,"soft_id":69,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1635322268},{"id":45,"soft_id":69,"m_version":"1","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625537129}],"endtime":0},{"id":21,"os":"Linux","pid":0,"type":7,"sort":115,"price":0,"name":"deployment","title":"\u5b9d\u5854\u4e00\u952e\u90e8\u7f72\u6e90\u7801","title_en":"one-click deployment","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5feb\u901f\u90e8\u7f72\u5e38\u7528\u7a0b\u5e8f!","ps_en":"Quickly deploy common programs","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/deployment","uninsatll_checks":"\/www\/server\/panel\/plugin\/deployment","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":49,"soft_id":21,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625540595}],"endtime":0},{"id":83,"os":"Linux","pid":0,"type":7,"sort":115,"price":0,"name":"psync_api","title":"\u5b9d\u5854\u4e00\u952e\u8fc1\u79fbAPI\u7248\u672c","title_en":"One-click migration beta","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5feb\u901f\u8fc1\u79fb\u9762\u677f\u6570\u636e\uff0c\u6b64\u7248\u672c\u4ec5\u5728\u8fc1\u51fa\u673a\u5668\uff08\u53d1\u9001\u6570\u636e\u7aef\uff09\u5b89\u88c5\u5373\u53ef>>\u6559\u7a0b<\/a>","ps_en":"Quickly migrate panel data!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/psync_api","uninsatll_checks":"\/www\/server\/panel\/plugin\/psync_api","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":50,"soft_id":83,"m_version":"3","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625541764}],"endtime":0},{"id":75,"os":"Linux","pid":0,"type":7,"sort":116,"price":0,"name":"pgsql_manager","title":"PostgreSQL\u7ba1\u7406\u5668","title_en":"PostgreSQL Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u7528\u4e8e\u5b89\u88c5\u5e76\u7ba1\u7406 PostgreSQL\u6570\u636e\u5e93","ps_en":"Used to install and manage PostgreSQL databases","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/pgsql_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/pgsql_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":212,"soft_id":75,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"*\u4fee\u590d\u4e86\u505c\u6b62\u670d\u52a1\u5931\u8d25\u8bb0\u5f55\u4e0d\u5230\u5931\u8d25\u539f\u56e0\u7684bug\n*\u65b0\u589e\u9f99\u82af\u67b6\u6784\u517c\u5bb9\uff0810+\u7248\u672c\uff09","os_limit":0,"beta":0,"update_time":1646120470},{"id":210,"soft_id":75,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u6dfb\u52a0PostgreSql 14\n2. \u4f18\u5316\u5b89\u88c5\u811a\u672c","os_limit":0,"beta":0,"update_time":1645518132},{"id":52,"soft_id":75,"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u5df2\u77e5bug","os_limit":0,"beta":0,"update_time":1625543637}],"endtime":0},{"id":23,"os":"Linux","pid":0,"type":7,"sort":117,"price":0,"name":"upyun","title":"\u53c8\u62cd\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u53c8\u62cd\u4e91\u5bf9\u8c61\u5b58\u50a8\uff0c\u5b9d\u5854\u7528\u6237\u9996\u6708\u514d\u8d39200G\u6d41\u91cf+\u9996\u6b21\u5145\u503c9\u6298\u4f18\u60e0 [\u70b9\u51fb\u7533\u8bf7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/upyun","uninsatll_checks":"\/www\/server\/panel\/plugin\/upyun","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":41,"soft_id":23,"m_version":"4","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535258}],"endtime":0},{"id":24,"os":"Linux","pid":0,"type":7,"sort":118,"price":0,"name":"ftp","title":"FTP\u5b58\u50a8\u7a7a\u95f4","title_en":"FTP Storage","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230FTP\u5b58\u50a8\u7a7a\u95f4","ps_en":"Package the website or database back to the FTP storage space.","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/ftp","uninsatll_checks":"\/www\/server\/panel\/plugin\/ftp","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":39,"soft_id":24,"m_version":"5","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535117}],"endtime":0},{"id":25,"os":"Linux","pid":0,"type":7,"sort":119,"price":0,"name":"alioss","title":"\u963f\u91cc\u4e91OSS","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u963f\u91cc\u4e91OSS\u5bf9\u8c61\u5b58\u50a8\u7a7a\u95f4, [\u70b9\u51fb\u7533\u8bf7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/alioss","uninsatll_checks":"\/www\/server\/panel\/plugin\/alioss","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":38,"soft_id":25,"m_version":"5","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625534537}],"endtime":0},{"id":97,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"gdrive","title":"\u8c37\u6b4c\u4e91\u7f51\u76d8","title_en":"Google Drive","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6216\u6307\u5b9a\u76ee\u5f55\u6570\u636e\u6253\u5305\u5907\u4efd\u5230\u8c37\u6b4c\u4e91\u7f51\u76d8","ps_en":"Help you back up your site data to Google Drive","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/gdrive","uninsatll_checks":"\/www\/server\/panel\/plugin\/gdrive","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":217,"soft_id":97,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u91cd\u6784\u7248\u672c\n1 \u89e3\u51b3\u8c37\u6b4c\u8ba4\u8bc1\u66f4\u6539\u540e\u65e0\u6cd5\u4f7f\u7528\u7684\u95ee\u9898\n2 \u5904\u7406\u4e86\u8ba1\u5212\u4efb\u52a1\u52fe\u9009\u540c\u65f6\u4fdd\u7559\u672c\u5730\u5907\u4efd\u4e0d\u751f\u6548\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1648523383}],"endtime":0},{"id":151,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"dnspod","title":"\u817e\u8baf\u4e91DNS\u89e3\u6790","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u817e\u8baf\u4e91DNS\u89e3\u6790\u662f\u56fd\u5185\u6700\u5927\u7684\u514d\u8d39DNS\u89e3\u6790\u4ea7\u54c1\u63d0\u4f9b\u5546->\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/dnspod","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":58,"soft_id":151,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625553268}],"endtime":0},{"id":154,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"txcdn","title":"\u817e\u8baf\u4e91CDN","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u817e\u8baf\u4e91 CDN \u7d2f\u8ba1\u5f00\u653e\u4e86\u817e\u8baf\u5341\u591a\u5e74\u7684\u8282\u70b9\uff0c\u63d0\u4f9b\u4e861000+\u4e2a\u5883\u5916\u8282\u70b9\uff0c\u8986\u76d6\u5168\u740350+\u4e2a\u56fd\u5bb6\u548c\u5730\u533a\uff0c\u652f\u6301\u60a8\u7684\u4e1a\u52a1\u65e0\u7f1d\u51fa\u6d77\u3002->\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/txcdn","uninsatll_checks":"\/www\/server\/panel\/plugin\/txcdn","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":59,"soft_id":154,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625553722}],"endtime":0},{"id":128,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"aws_s3","title":"\u4e9a\u9a6c\u900aS3\u4e91\u5b58\u50a8","title_en":"AWS S3","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u8ba9\u4f60\u7684\u6570\u636e\u5907\u4efd\u5230\u4e9a\u9a6c\u900a\u5bf9\u8c61\u5b58\u50a8","ps_en":"Package and backup website or database to AWS S3","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/aws_s3","uninsatll_checks":"\/www\/server\/panel\/plugin\/aws_s3","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":56,"soft_id":128,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625552732}],"endtime":0},{"id":26,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"qiniu","title":"\u4e03\u725b\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u4e03\u725b\u5bf9\u8c61\u5b58\u50a8\u7a7a\u95f4,\u4e03\u725b\u63d0\u4f9b10GB\u514d\u8d39\u5b58\u50a8\u7a7a\u95f4, \u70b9\u51fb\u7533\u8bf7<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/qiniu","uninsatll_checks":"\/www\/server\/panel\/plugin\/qiniu","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":40,"soft_id":26,"m_version":"5","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u66f4\u65b0\u5206\u7247\u4e0a\u4f20\u65b9\u5f0f\u3002","os_limit":0,"beta":0,"update_time":1625535194}],"endtime":0},{"id":90,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"gcloud_storage","title":"\u8c37\u6b4c\u4e91\u5b58\u50a8","title_en":"Google Cloud Storage","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230Google Cloud Storage","ps_en":"Back up your website or database to a package Google Cloud Storage","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/gcloud_storage","uninsatll_checks":"\/www\/server\/panel\/plugin\/gcloud_storage","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":53,"soft_id":90,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625543829}],"endtime":0},{"id":115,"os":"Linux","pid":100000041,"type":12,"sort":120,"price":99,"name":"oos","title":"\u5821\u5854\u8fd0\u7ef4\u5e73\u53f0","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u8fd0\u7ef4\u4efb\u52a1\u7f16\u6392\u3001\u811a\u672c\u5e93\u3001\u591a\u53f0\u670d\u52a1\u5668\u6279\u91cf\u8fd0\u7ef4\u3001\u547d\u4ee4\u7fa4\u53d1\u7b49\uff0c\u9002\u7528\u4e8e\u6709\u591a\u53f0\u670d\u52a1\u5668\u7684\u7528\u6237","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/oos","uninsatll_checks":"\/www\/server\/panel\/plugin\/oos","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/oos.html","ex1":"","ex2":"","ex3":"","versions":[{"id":55,"soft_id":115,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625552253}],"endtime":0},{"id":127,"os":"Linux","pid":0,"type":6,"sort":121,"price":0,"name":"firewall","title":"\u7cfb\u7edf\u9632\u706b\u5899","title_en":"SYS Firewall","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u63d0\u4f9b\u7cfb\u7edf\u9632\u706b\u5899(iptables\/firewall\/ufw)\u7684\u53ef\u89c6\u5316\u7ba1\u7406\u529f\u80fd","ps_en":"Provide GUI management function of system firewall (iptables \/ firewall \/ ufw)","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/firewall","uninsatll_checks":"\/www\/server\/panel\/plugin\/firewall","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":168,"soft_id":127,"m_version":"3","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"Debian\/Ubuntu\u7684\u4f18\u5316\u7aef\u53e3\u8f6c\u53d1","os_limit":0,"beta":0,"update_time":1634714268},{"id":44,"soft_id":127,"m_version":"3","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535921}],"endtime":0},{"id":153,"os":"Linux","pid":0,"type":7,"sort":121,"price":0,"name":"cosfs","title":"\u817e\u8baf\u4e91COSFS","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"COSFS \u5de5\u5177\u652f\u6301\u5c06 COS \u5b58\u50a8\u6876\u6302\u8f7d\u5230\u672c\u5730\uff0c\u50cf\u4f7f\u7528\u672c\u5730\u6587\u4ef6\u7cfb\u7edf\u4e00\u6837\u76f4\u63a5\u64cd\u4f5c\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8->\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"2","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/cosfs","uninsatll_checks":"\/www\/server\/panel\/plugin\/cosfs","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":110,"soft_id":153,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u5378\u8f7d\u540e\u672a\u6e05\u7406\u81ea\u52a8\u6302\u8f7d\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1627268394},{"id":60,"soft_id":153,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554040}],"endtime":0},{"id":105,"os":"Linux","pid":100000035,"type":12,"sort":122,"price":99,"name":"san_security","title":"\u670d\u52a1\u5668\u5b89\u5168\u626b\u63cf","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u626b\u63cf\u670d\u52a1\u5668\u7cfb\u7edf\u7684\u6f0f\u6d1e\uff0c\u5f02\u5e38\u7528\u6237\uff0c\u5df2\u5b89\u88c5\u8f6f\u4ef6\u7684\u5b89\u5168\u95ee\u9898\u5e76\u63d0\u4f9b\u4fee\u590d\u65b9\u6848.","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/san_security","uninsatll_checks":"\/www\/server\/panel\/plugin\/san_security","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":160,"soft_id":105,"m_version":"2","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1 \u4f18\u5316\u4e86redis\u68c0\u6d4b\u90e8\u5206\n2 ftp\u68c0\u6d4b\u589e\u52a0\u8fd4\u56de\u663e\u793a\u5177\u4f53\u8d26\u6237\u95ee\u9898\n3 \u4f18\u5316\u4e86NGINX\u7248\u672c\u68c0\u6d4b\n4 \u4f18\u5316\u52a0\u56fa\u5efa\u8bae\u91cd\u590d\u663e\u793a\u95ee\u9898\n5 \u589e\u52a0apche2.4.49 2.4.50\u6f0f\u6d1e\u7248\u672c\u68c0\u6d4b\n6 \u589e\u52a0\u91cd\u590d\u626b\u63cf\u6309\u94ae\n7 \u4f18\u5316\u4e86mysql\u68c0\u6d4b\n8 \u4f18\u5316\u4fee\u590d\u68c0\u6d4b\u663e\u793a\n9 \u4f18\u5316ftp\u68c0\u6d4b","os_limit":0,"beta":0,"update_time":1632735078},{"id":24,"soft_id":105,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625294864}],"endtime":0},{"id":28,"os":"Linux","pid":0,"type":7,"sort":122,"price":0,"name":"webhook","title":"\u5b9d\u5854WebHook","title_en":"WebHook","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"WebHook\uff0c\u53ef\u8bbe\u7f6e\u56de\u8c03\u811a\u672c\uff0c\u901a\u5e38\u7528\u4e8e\u7b2c\u4e09\u65b9\u56de\u8c03\u901a\u77e5!","ps_en":"WebHook, which can set callback scripts, is usually used for third-party callback notifications!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/webhook","uninsatll_checks":"\/www\/server\/panel\/plugin\/webhook","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":224,"soft_id":28,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1651028305},{"id":61,"soft_id":28,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554279}],"endtime":0},{"id":135,"os":"Linux","pid":0,"type":6,"sort":122,"price":0,"name":"boot","title":"\u7cfb\u7edf\u542f\u52a8\u9879","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u7cfb\u7edf\u542f\u52a8\u9879\u7684\u53ef\u89c6\u5316\u7ba1\u7406\u529f\u80fd","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/boot","uninsatll_checks":"\/www\/server\/panel\/plugin\/boot","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":178,"soft_id":135,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1636447321},{"id":62,"soft_id":135,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554402}],"endtime":0},{"id":32,"os":"Linux","pid":0,"type":6,"sort":126,"price":0,"name":"linuxsys","title":"Linux\u5de5\u5177\u7bb1","title_en":"Linux Tools","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Linux\u7cfb\u7edf\u5de5\u5177\uff0c\u914d\u7f6eDNS\u3001Swap\u3001\u65f6\u533a\u3001\u5185\u5b58\u76d8!","ps_en":"Linux system tools, configuration DNS, Swap, time zone, IP configuration, memory disk!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/linuxsys","uninsatll_checks":"\/www\/server\/panel\/plugin\/linuxsys","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":13,"soft_id":32,"m_version":"1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u517c\u5bb9\u65b0\u67b6\u6784","os_limit":0,"beta":0,"update_time":1625046023}],"endtime":0},{"id":33,"os":"Linux","pid":0,"type":7,"sort":127,"price":0,"name":"phpguard","title":"PHP\u5b88\u62a4","title_en":" PHP Guardian","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u76d1\u63a7PHP-FPM\u8fd0\u884c\u72b6\u6001\uff0c\u9632\u6b62\u5927\u6279\u91cf\u51fa\u73b0502\u9519\u8bef!","ps_en":"Monitor the running status of PHP-FPM to prevent a large number of 502 errors!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/phpguard","uninsatll_checks":"\/www\/server\/panel\/plugin\/phpguard","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":79,"soft_id":33,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u521d\u59cb\u7248\u672c","os_limit":0,"beta":0,"update_time":1626169668}],"endtime":0},{"id":42,"os":"Linux","pid":0,"type":6,"sort":127,"price":0,"name":"score","title":"\u5b9d\u5854\u8dd1\u5206","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6d4b\u8bd5\u670d\u52a1\u5668\u57fa\u7840\u6027\u80fd","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/score","uninsatll_checks":"\/www\/server\/panel\/plugin\/score","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":63,"soft_id":42,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554634}],"endtime":0},{"id":91,"os":"Linux","pid":0,"type":6,"sort":128,"price":0,"name":"supervisor","title":"Supervisor\u7ba1\u7406\u5668","title_en":"Supervisor","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u4e00\u4e2aPython\u5f00\u53d1\u7684\u901a\u7528\u7684\u8fdb\u7a0b\u7ba1\u7406\u7a0b\u5e8f","ps_en":"A general process management program developed by Python","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/supervisor","uninsatll_checks":"\/www\/server\/panel\/plugin\/supervisor","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":25,"soft_id":91,"m_version":"2","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625295451}],"endtime":0},{"id":167,"os":"Linux","pid":0,"type":6,"sort":128,"price":0,"name":"webshell_check","title":"\u6728\u9a6c\u67e5\u6740\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b9d\u5854\u96c6\u6210\u957f\u4ead\u7267\u4e91\u7684\u6728\u9a6c\u67e5\u6740\u80fd\u529b\u3002\u6709\u6548\u7684\u67e5\u6740webshell \u3002\u6740\u6bd2\u5fc5\u5907\u3002\u626b\u63cf\u6728\u9a6c\u7684\u9996\u9009","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/webshell_check","uninsatll_checks":"\/www\/server\/panel\/plugin\/webshell_check","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":221,"soft_id":167,"m_version":"3","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-4-18\u66f4\u65b0\n1.\u4f18\u5316\u8bef\u62a5\u548c\u4f18\u5316\u767d\u540d\u5355\u903b\u8f91","os_limit":0,"beta":0,"update_time":1650264705},{"id":219,"soft_id":167,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-4.11 \u4f18\u5316\u626b\u63cf\u903b\u8f91","os_limit":0,"beta":0,"update_time":1649668170},{"id":170,"soft_id":167,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2021-10-17 \n1.\u4e0a\u7ebfwebshell\u626b\u63cf","os_limit":0,"beta":0,"update_time":1634788846}],"endtime":0},{"id":148,"os":"Linux","pid":100000009,"type":8,"sort":128,"price":29.8,"name":"load_balance","title":"\u5b9d\u5854\u8d1f\u8f7d\u5747\u8861-\u91cd\u6784\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u57fa\u4e8enginx\u7684\u8d1f\u8f7d\u5747\u8861, \u4f7f\u7528\u4e4b\u524d\u8bf7\u5148\u5b89\u88c5nginx >>\u4f7f\u7528\u5e2e\u52a9<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"nginx","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/load_balance","uninsatll_checks":"\/www\/server\/panel\/plugin\/load_balance","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/load_balance.html","ex1":"","ex2":"","ex3":"","versions":[{"id":140,"soft_id":148,"m_version":"2","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u521b\u5efa\u8d1f\u8f7d\u5747\u8861\u65f6\u672a\u6dfb\u52a0\u8282\u70b9\u76f4\u63a5\u62a5\u9519\u7684\u95ee\u9898\n2\u3001\u4fee\u590d\u521b\u5efa\u8d1f\u8f7d\u5747\u8861\u65f6\u672a\u6dfb\u52a0\u666e\u901a\u8282\u70b9\u4e5f\u80fd\u6210\u529f\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1630373566},{"id":15,"soft_id":148,"m_version":"2","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u8d1f\u8f7d\u72b6\u6001\u76d1\u63a7\n2\u3001\u589e\u52a0TCP\u8d1f\u8f7d\u5747\u8861\u529f\u80fd\n3\u3001\u4fee\u590d\u5df2\u77e5Bug","os_limit":0,"beta":0,"update_time":1625275779}],"endtime":0},{"id":70,"os":"Linux","pid":100000017,"type":8,"sort":129,"price":9.8,"name":"msg_push","title":"\u5f02\u5e38\u76d1\u63a7\u63a8\u9001","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u53ef\u5bf9\u670d\u52a1\u5668\u3001\u7ad9\u70b9\u72b6\u6001\u8fdb\u884c\u76d1\u63a7\u63a8\u9001\uff0c\u5f53\u524d\u4ec5\u652f\u6301Centos7.x>>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/msg_push","uninsatll_checks":"\/www\/server\/panel\/plugin\/msg_push","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/msg_push.html","ex1":"","ex2":"","ex3":"","versions":[{"id":222,"soft_id":70,"m_version":"3","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6dfb\u52a0\u77ed\u4fe1\u901a\u77e5\u529f\u80fd","os_limit":0,"beta":0,"update_time":1650794640},{"id":208,"soft_id":70,"m_version":"3","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6dfb\u52a0PHP8.1\u76d1\u63a7\n\u4f18\u5316\u53d1\u4ef6\u9519\u8bef\u65e5\u5fd7","os_limit":0,"beta":0,"update_time":1645424808},{"id":197,"soft_id":70,"m_version":"3","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u4f18\u5316\u4e3b\u68c0\u67e5\u7a0b\u5e8f\n2. \u4fee\u590ddocker\u68c0\u67e5\u5931\u8d25","os_limit":0,"beta":0,"update_time":1642218880},{"id":179,"soft_id":70,"m_version":"3","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4f18\u5316\u63a8\u9001\u903b\u8f91\n\u4fee\u590d\u5df2\u77e5BUG","os_limit":0,"beta":0,"update_time":1637812129}],"endtime":0},{"id":44,"os":"Linux","pid":0,"type":7,"sort":129,"price":0,"name":"txcos","title":"\u817e\u8baf\u4e91COS","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u817e\u8baf\u4e91COS\u5bf9\u8c61\u5b58\u50a8\u7a7a\u95f4 [\u7533\u8bf7\u8d26\u53f7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/txcos","uninsatll_checks":"\/www\/server\/panel\/plugin\/txcos","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":42,"soft_id":44,"m_version":"4","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535336}],"endtime":0},{"id":161,"os":"Linux","pid":0,"type":7,"sort":130,"price":0,"name":"bos","title":"\u767e\u5ea6\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u767e\u5ea6\u4e91\u5bf9\u8c61\u5b58\u50a8,\u4f01\u4e1a\u514d\u8d39\u4f53\u9a8c6\u4e2a\u6708500G\/\u4e2a\u4eba\u514d\u8d39\u4f53\u9a8c\u4e00\u4e2a\u6708100GB\u5b58\u50a8\u7a7a\u95f4! \u70b9\u51fb\u7533\u8bf7<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bos","uninsatll_checks":"\/www\/server\/panel\/plugin\/bos","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":154,"soft_id":161,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1631517935}],"endtime":0},{"id":159,"os":"Linux","pid":100000059,"type":8,"sort":130,"price":29.8,"name":"mysql_replicate","title":"MySQL\u4e3b\u4ece\u590d\u5236(\u91cd\u6784\u7248)","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u4f7f\u7528GTID\u65b9\u5f0f\u8f7b\u677e\u5b9e\u73b0MySQL\u4e3b\u4ece\u590d\u5236(\u4ec5\u652f\u6301Mysql5.7\/8.0)","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/mysql_replicate","uninsatll_checks":"\/www\/server\/panel\/plugin\/mysql_replicate","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/mysql_replicate.html","ex1":"","ex2":"","ex3":"","versions":[{"id":209,"soft_id":159,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4f18\u5316\u5168\u9009\u6570\u636e\u5e93\u65f6\u7684\u540c\u6b65\u903b\u8f91","os_limit":0,"beta":0,"update_time":1645500785},{"id":137,"soft_id":159,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u5220\u9664\u4e3b\u4ece\u7684\u540c\u65f6\u4e3b\u5e93\u5220\u9664\u5bf9\u5e94\u4ece\u5e93\u653e\u884c\u7684\u7aef\u53e3\u3002\n2\u3001\u4fee\u590d\u4e86\u5df2\u77e5BUG\u3002","os_limit":0,"beta":0,"update_time":1630047672},{"id":136,"soft_id":159,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1629875333}],"endtime":0},{"id":45,"os":"Linux","pid":0,"type":7,"sort":130,"price":0,"name":"webssh","title":"\u5b9d\u5854SSH\u7ec8\u7aef","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b8c\u6574\u529f\u80fd\u7684SSH\u5ba2\u6237\u7aef\uff0c\u4ec5\u7528\u4e8e\u8fde\u63a5\u672c\u670d\u52a1\u5668","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/webssh","uninsatll_checks":"\/www\/server\/panel\/plugin\/webssh","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":64,"soft_id":45,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554777}],"endtime":0},{"id":163,"os":"Linux","pid":0,"type":7,"sort":131,"price":0,"name":"obs","title":"\u534e\u4e3a\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8 2020\/05\/14\u524d\u4e70\u4e13\u4e1a\u7248\u6216\u9632\u7be1\u6539\u53ef\u5bf9\u5e94\u514d\u8d39\u7528<\/span> >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"tamper_proof","install_checks":"\/www\/server\/panel\/plugin\/tamper_drive","uninsatll_checks":"\/www\/server\/panel\/plugin\/tamper_drive","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/tamper_drive.html","ex1":"","ex2":"","ex3":"","versions":[{"id":192,"soft_id":122,"m_version":"2","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2021-1-11\u66f4\u65b0\n1.\u4fee\u590d\u65e5\u5fd7\u95ee\u9898\n2.\u4f18\u5316\u6d4b\u8bd5\u6a21\u5f0f","os_limit":0,"beta":0,"update_time":1641896296},{"id":71,"soft_id":122,"m_version":"2","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625558947}],"endtime":0},{"id":106,"os":"Linux","pid":100000036,"type":12,"sort":153,"price":99,"name":"bt_boce","title":"\u5821\u5854\u7f51\u7ad9\u6d4b\u901f","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6d4b\u8bd5\u7f51\u7ad9\u5728\u5168\u7403\u5404\u5730\u7684\u6253\u5f00\u901f\u5ea6\u5e76\u53ca\u65f6\u544a\u8b66 >\u8282\u70b9\u8d5e\u52a9<\/a> ","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bt_boce","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_boce","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":215,"soft_id":106,"m_version":"2","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1647594676},{"id":29,"soft_id":106,"m_version":"2","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625297586}],"endtime":0},{"id":155,"os":"Linux","pid":100000057,"type":8,"sort":155,"price":19.8,"name":"nfs_tools","title":"NFS\u6587\u4ef6\u5171\u4eab\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u57fa\u4e8eNFS\u7684\u6587\u4ef6\u5171\u4eab\uff0c\u5305\u542b\u521b\u5efa\u5171\u4eab\u548c\u6302\u8f7d\u8fdc\u7a0bNFS","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/nfs_tools","uninsatll_checks":"\/www\/server\/panel\/plugin\/nfs_tools","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":88,"soft_id":155,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u653e\u884c\u7aef\u53e3\u63d0\u793a\u4e0d\u5b8c\u6574\u7684\u95ee\u9898\n2\u3001\u8c03\u6574\u9ed8\u8ba4\u8bfb\u5199\u6a21\u5f0f\u4e3a\u3010\u8bfb\u5199\u3011","os_limit":0,"beta":0,"update_time":1626851070},{"id":8,"soft_id":155,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6b63\u5f0f\u72482","os_limit":0,"beta":0,"update_time":1625046023}],"endtime":0},{"id":111,"os":"Linux","pid":100000038,"type":12,"sort":155,"price":99,"name":"jumpserver","title":"\u5821\u5792\u673a","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u76ee\u524d\u53ea\u5b9e\u73b0\u4e86\u8df3\u677f\u673a\u529f\u80fd\uff0c\u901a\u8fc7\u4ee3\u7406\u65b9\u5f0f\u8fde\u63a5\u5185\u7f51\u670d\u52a1\u5668 >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/jumpserver","uninsatll_checks":"\/www\/server\/panel\/plugin\/jumpserver","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":67,"soft_id":111,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625555645}],"endtime":0},{"id":143,"os":"Linux","pid":0,"type":7,"sort":156,"price":0,"name":"msonedrive","title":"\u5fae\u8f6fOneDrive","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5fae\u8f6f\u5bb6\u7684\u4e91\u7f51\u76d8\u670d\u52a1\u3002\u652f\u6301\u5546\u4e1a\u7248<\/a>\u548c\u4e2a\u4eba\/\u5bb6\u5ead\u7248<\/a>\u3002\u56fe\u6587\u6559\u7a0b\u548c\u53cd\u9988<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/msonedrive","uninsatll_checks":"\/www\/server\/panel\/plugin\/msonedrive","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":43,"soft_id":143,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u8ba1\u5212\u4efb\u52a1\u5907\u4efd\u901a\u77e5\u548c\u4fdd\u7559\u672c\u5730\u5907\u4efd\u3002","os_limit":0,"beta":0,"update_time":1625535434}],"endtime":0},{"id":112,"os":"Linux","pid":100000039,"type":12,"sort":156,"price":99,"name":"database_mater","title":"\u6570\u636e\u5e93\u8fd0\u7ef4\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6570\u636e\u5e93\u8fd0\u7ef4\u7ba1\u7406\u5de5\u5177,\u4e00\u952e\u4f18\u5316\u6570\u636e\u5e93","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/database_mater","uninsatll_checks":"\/www\/server\/panel\/plugin\/database_mater","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/database_mater.html","ex1":"","ex2":"","ex3":"","versions":[{"id":28,"soft_id":112,"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625296071}],"endtime":0},{"id":113,"os":"Linux","pid":100000040,"type":12,"sort":157,"price":99,"name":"site_optimization","title":"\u5821\u5854\u7ad9\u70b9\u4f18\u5316","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6309\u7167\u7ad9\u70b9\u7c7b\u578b\u4f18\u5316\u7ad9\u70b9\u4ee5\u83b7\u53d6\u66f4\u9ad8\u7684\u6027\u80fd\u3010\u76ee\u524d\u4ec5\u652f\u6301\u5fae\u64ce\u3011","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/site_optimization","uninsatll_checks":"\/www\/server\/panel\/plugin\/site_optimization","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/site_optimization.html","ex1":"","ex2":"","ex3":"","versions":[{"id":75,"soft_id":113,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625563601}],"endtime":0},{"id":130,"os":"Linux","pid":100000053,"type":12,"sort":158,"price":99,"name":"resource_manager","title":"\u5821\u5854\u8d44\u6e90\u76d1\u89c6\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5bf9\u7f51\u7ad9\u6bcf\u79d2\u8bf7\u6c42\u6570\u548c\u8fdb\u7a0b\u5360\u7528\u7684\u8d44\u6e90\u8fdb\u884c\u76d1\u89c6","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/resource_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/resource_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/resource_manager.html","ex1":"","ex2":"","ex3":"","versions":[{"id":69,"soft_id":130,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625556097}],"endtime":0},{"id":165,"os":"Linux","pid":100000062,"type":12,"sort":200,"price":99,"name":"ssl_verify","title":"\u5821\u5854\u9650\u5236\u8bbf\u95ee\u578b\u8bc1\u4e66-Linux\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u53cc\u5411\u8ba4\u8bc1\u8bc1\u4e66\uff0c\u53ef\u7528\u4e8e\u9650\u5236\u6307\u5b9a\u4eba\u5458\u8bbf\u95ee\uff08\u91cd\u8981\u4e1a\u52a1\u63a8\u8350\u4f7f\u7528\uff09\uff0c\u63d0\u4f9b\u8f83\u9ad8\u5b89\u5168\u7684\u8bbf\u95ee\u73af\u5883\uff0c\u4e5f\u53ef\u7528\u4e8e\u81ea\u7b7eSSL\u3002 > \u4f7f\u7528\u8bf4\u660e<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/ssl_verify","uninsatll_checks":"\/www\/server\/panel\/plugin\/ssl_verify","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":207,"soft_id":165,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1645416569},{"id":202,"soft_id":165,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1644887730},{"id":167,"soft_id":165,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u65b0\u589e\u81ea\u52a8\u540c\u6b65\u5230\u9762\u677fSSL","os_limit":0,"beta":0,"update_time":1634695266},{"id":164,"soft_id":165,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1634109398}],"endtime":0},{"id":117,"os":"Linux","pid":100000042,"type":12,"sort":200,"price":99,"name":"enterprise_backup","title":"\u4f01\u4e1a\u7ea7\u5907\u4efd","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5bf9Mysql\u6570\u636e\u5e93\u4ee5\u53ca\u76ee\u5f55\u8fdb\u884c\u5168\u91cf\u548c\u589e\u91cf\u5907\u4efd,\u5907\u4efd\u52a0\u5bc6\u538b\u7f29\u5e76\u53ef\u9009\u4e0a\u4f20\u5230ftp,\u963f\u91cc\u4e91\u548c\u817e\u8baf\u4e91(\u4ec5innodb\u652f\u6301\u589e\u91cf\u5907\u4efd)<\/font> >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/enterprise_backup","uninsatll_checks":"\/www\/server\/panel\/plugin\/enterprise_backup","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/enterprise_backup.html","ex1":"","ex2":"","ex3":"","versions":[{"id":73,"soft_id":117,"m_version":"5","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u5728\u65b0\u7248\u672c\u65e0\u6cd5\u5907\u4efd\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1625561544}],"endtime":0},{"num":"4.8","id":600801398,"uid":228015,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Nginx\u514d\u8d39\u9632\u706b\u5899","p_index":"free_waf","ps":"Nginx\u514d\u8d39\u9632\u706b\u5899\uff0c\u548c\u73b0\u6709\u7684Nginx\u7684\u9632\u706b\u5899\u53ea\u80fd\u5b89\u88c5\u4e00\u4e2a?<\/a>","author":"\u660e\u56fd\u4e09\u5e74\u4e00\u573a\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-39649-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191107\/065808e927f4c37052049b56561fe1cd.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573107241,"state":0,"sort":4.8,"os":"Linux","win":0,"a_ps":"","pid":600801398,"version":"6.6","version_msg":"Nginx\u514d\u8d39\u9632\u706b\u5899","f_path":"other\/20220428\/1fd15c3fd7d1511158ceff9717ee5a49.zip","f_md5":"e4e5029a9728fa01c4d9522f23d5f38d","f_size":264580,"type":10,"endtime":0,"score":"4.8","name":"free_waf","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/free_waf","uninsatll_checks":"\/www\/server\/panel\/plugin\/free_waf","compile_args":0,"version_coexist":0,"manager_version":"6","c_manager_version":"6","versions":[{"m_version":"6","version":"6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"Nginx\u514d\u8d39\u9632\u706b\u5899","download":"other\/20220428\/1fd15c3fd7d1511158ceff9717ee5a49.zip","md5":"e4e5029a9728fa01c4d9522f23d5f38d","size":264580}],"count":169437},{"num":"4.6","id":600801254,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"\u6587\u4ef6\u641c\u7d22\u53ca\u6279\u91cf\u4fee\u6539","p_index":"mfsearch","ps":"\u6587\u4ef6\u5185\u5bb9\u641c\u7d22\u53ca\u6279\u91cf\u4fee\u6539(\u53ef\u6574\u7ad9\u4fee\u6539\u53ca\u81ea\u52a8\u5907\u4efd)?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-33237-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190615\/e7372086b3e573497e612e1003bbe5b3.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1560579139,"state":0,"sort":4.6,"os":"Linux","win":1,"a_ps":"","pid":600801254,"version":"1.1.2","version_msg":"1)\u4fee\u590dwin\u7cfb\u7edf\u5b89\u88c5Bug,2)\u4fee\u590d\u90e8\u5206\u7f16\u7801Bug","f_path":"other\/20200118\/db7aaf79ccb5b4d71a40b90a53879953.zip","f_md5":"f40125b5b8c3b0836e6459639a8c96f5","f_size":225019,"type":10,"endtime":0,"score":"4.6","name":"mfsearch","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfsearch","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfsearch","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1.2","versions":[{"m_version":"1","version":"1.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1)\u4fee\u590dwin\u7cfb\u7edf\u5b89\u88c5Bug,2)\u4fee\u590d\u90e8\u5206\u7f16\u7801Bug","download":"other\/20200118\/db7aaf79ccb5b4d71a40b90a53879953.zip","md5":"f40125b5b8c3b0836e6459639a8c96f5","size":225019}],"count":96347},{"num":"4.7","id":600801212,"uid":30069,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6cb3\u9a6cwebshell\u67e5\u6740","p_index":"hm_shell_san","ps":"\u6cb3\u9a6cwebshell\u67e5\u6740?<\/a>","author":"print("")","home":"https:\/\/www.bt.cn\/bbs\/thread-39381-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191101\/ffb9085b6c30168308e289be27f11486.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1551346414,"state":0,"sort":4.7,"os":"Linux","win":0,"a_ps":"","pid":600801212,"version":"2.0","version_msg":"\u6cb3\u9a6cwebshell\u67e5\u6740\u5de5\u5177","f_path":"other\/20220117\/287fe84a9cc0b463ff0458079a0b813a.zip","f_md5":"4d223a9b0caad5226212a526c516b873","f_size":8796,"type":10,"endtime":0,"score":"4.7","name":"hm_shell_san","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/hm_shell_san","uninsatll_checks":"\/www\/server\/panel\/plugin\/hm_shell_san","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u6cb3\u9a6cwebshell\u67e5\u6740\u5de5\u5177","download":"other\/20220117\/287fe84a9cc0b463ff0458079a0b813a.zip","md5":"4d223a9b0caad5226212a526c516b873","size":8796}],"count":33502},{"num":"3.9","id":600801267,"uid":16402,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"404\u516c\u76ca","p_index":"publicwelfare404","ps":"\u54cd\u5e94\u5f0f404\u516c\u76ca\u4ee3\u7801\uff0c\u7f8e\u5316\u4f60\u7684404\u9875\u9762\u540c\u65f6\u53c2\u4e0e\u516c\u76ca\u3002?<\/a>","author":"\u57df\u540d\u516c\u76ca\u7f51","home":"https:\/\/www.bt.cn\/bbs\/thread-33666-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190624\/c6bfbb27b99058e14e9e424a4b66104b.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1561346414,"state":0,"sort":3.9,"os":"Linux","win":0,"a_ps":"","pid":600801267,"version":"1.2","version_msg":"\u5b8c\u5584\u9519\u8bef\u53cb\u597d\u63d0\u793a\uff1b","f_path":"other\/20191216\/e3949a53c6832ad5f75cdbac65b34d54.zip","f_md5":"51a301c6ce3f28bcbd5e89c586196a7e","f_size":14470,"type":10,"endtime":0,"score":"3.9","name":"publicwelfare404","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/publicwelfare404","uninsatll_checks":"\/www\/server\/panel\/plugin\/publicwelfare404","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5b8c\u5584\u9519\u8bef\u53cb\u597d\u63d0\u793a\uff1b","download":"other\/20191216\/e3949a53c6832ad5f75cdbac65b34d54.zip","md5":"51a301c6ce3f28bcbd5e89c586196a7e","size":14470}],"count":27947},{"num":"3.6","id":600801443,"uid":24102,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u63a8\u9001","p_index":"baidu_push","ps":"\u652f\u6301\u767e\u5ea6\u666e\u901a\u6536\u5f55\u8ddf\u5feb\u901f\u6536\u5f55\u4e24\u4e2a\u63a8\u9001\u63a5\u53e3\uff01?<\/a>","author":"\u5929\u4e00\u6570\u636e","home":"https:\/\/www.bt.cn\/bbs\/thread-42287-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200106\/d67109fd986b85ae6291515a7d6b0a61.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1578320699,"state":0,"sort":3.6,"os":"Linux","win":-1,"a_ps":"","pid":600801443,"version":"v1.8","version_msg":"\u767e\u5ea6\u63a5\u53e3\u8c03\u6574","f_path":"other\/20200602\/ff57e2db9e3b3c1c8ef2141d52e1e942.zip","f_md5":"ec9cbe636a1ee0bf9d07ab54719a3884","f_size":11445,"type":10,"endtime":0,"score":"3.6","name":"baidu_push","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/baidu_push","uninsatll_checks":"\/www\/server\/panel\/plugin\/baidu_push","compile_args":0,"version_coexist":0,"manager_version":"v1","c_manager_version":"8","versions":[{"m_version":"v1","version":"8","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u767e\u5ea6\u63a5\u53e3\u8c03\u6574","download":"other\/20200602\/ff57e2db9e3b3c1c8ef2141d52e1e942.zip","md5":"ec9cbe636a1ee0bf9d07ab54719a3884","size":11445}],"count":26893},{"num":"4.3","id":600801213,"uid":31398,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SSH\u79d8\u94a5\u7ba1\u7406\u5668","p_index":"sshkey","ps":"\u4e3a\u89e3\u51b3ssh\u79d8\u94a5\u767b\u9646\u800c\u9ebb\u70e6\u914d\u7f6e?<\/a>","author":"\u5e26\u5934\u5927\u54e5","home":"https:\/\/www.bt.cn\/bbs\/thread-20943-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190401\/169f9ef390f68c134c4b8b003ec1a412.png","price":0,"auth_price":0,"discount":0,"commission":0.8,"p_cycle":1,"addtime":1554082722,"state":0,"sort":4.3,"os":"Linux","win":0,"a_ps":"","pid":600801213,"version":"1.1","version_msg":"\u4e3a\u89e3\u51b3ssh\u79d8\u94a5\u767b\u9646\u800c\u9ebb\u70e6\u914d\u7f6e","f_path":"other\/20190419\/080c4f8b6a00055c4510c6b305365deb.zip","f_md5":"e6baacff85a33be40c32bb526b5fdb03","f_size":8679,"type":10,"endtime":0,"score":"4.3","name":"sshkey","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/sshkey","uninsatll_checks":"\/www\/server\/panel\/plugin\/sshkey","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4e3a\u89e3\u51b3ssh\u79d8\u94a5\u767b\u9646\u800c\u9ebb\u70e6\u914d\u7f6e","download":"other\/20190419\/080c4f8b6a00055c4510c6b305365deb.zip","md5":"e6baacff85a33be40c32bb526b5fdb03","size":8679}],"count":17747},{"num":"3.3","id":600801599,"uid":51989,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u4e91\u52a0\u901f","p_index":"su_baidu","ps":"\u514d\u8d39\u63d0\u4f9b\u9ad8\u9632CDN\u52a0\u901f\/DDoS\u9632\u62a4\/CC\u4e91\u9632\u62a4\u7684CDN\u670d\u52a1?<\/a>","author":"\u8da3\u57df\u7f51","home":"https:\/\/www.bt.cn\/bbs\/thread-56551-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200921\/f2010eeb06bcb63f44a82af418c3f0a5.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1600682141,"state":0,"sort":3.3,"os":"Linux","win":-1,"a_ps":"","pid":600801599,"version":"1.10","version_msg":"\u589e\u52a0\u8bbf\u95ee\u56de\u6e90\/\u5b89\u5168\u52a0\u901f\u5207\u6362\u529f\u80fd\uff0c\u5efa\u8bae\u5347\u7ea7","f_path":"other\/20210824\/6961b80cedc326c8470ed4d4140fe006.zip","f_md5":"b518e2b6ded63d2e2e191602bc039d83","f_size":56415,"type":10,"endtime":0,"score":"3.3","name":"su_baidu","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/su_baidu","uninsatll_checks":"\/www\/server\/panel\/plugin\/su_baidu","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"10","versions":[{"m_version":"1","version":"10","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u589e\u52a0\u8bbf\u95ee\u56de\u6e90\/\u5b89\u5168\u52a0\u901f\u5207\u6362\u529f\u80fd\uff0c\u5efa\u8bae\u5347\u7ea7","download":"other\/20210824\/6961b80cedc326c8470ed4d4140fe006.zip","md5":"b518e2b6ded63d2e2e191602bc039d83","size":56415}],"count":15451},{"num":"2.3","id":600801320,"uid":3671,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7aef\u53e3\u626b\u63cf\u5668","p_index":"portblast","ps":"\u7279\u70b9\uff1a\u626b\u63cf\u901f\u5ea6\u5feb\uff0c\u6548\u7387\u9ad8\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u591a\u7aef\u53e3\u626b\u63cf\u3002?<\/a>","author":"Youngxj","home":"https:\/\/www.bt.cn\/bbs\/thread-35824-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190808\/17e9b99a0a3649deb219968a9172688a.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1565257023,"state":0,"sort":2.3,"os":"Linux","win":0,"a_ps":"","pid":600801320,"version":"1.0","version_msg":"\u7279\u70b9\uff1a\u626b\u63cf\u901f\u5ea6\u5feb\uff0c\u6548\u7387\u9ad8\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u591a\u7aef\u53e3\u626b\u63cf\u3002","f_path":"other\/20190808\/e1b844b74eabd979bed57ec4ae9be634.zip","f_md5":"38431d55fa40ef9609eaa05bc735df89","f_size":11736,"type":10,"endtime":0,"score":"2.3","name":"portblast","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/portblast","uninsatll_checks":"\/www\/server\/panel\/plugin\/portblast","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u7279\u70b9\uff1a\u626b\u63cf\u901f\u5ea6\u5feb\uff0c\u6548\u7387\u9ad8\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u591a\u7aef\u53e3\u626b\u63cf\u3002","download":"other\/20190808\/e1b844b74eabd979bed57ec4ae9be634.zip","md5":"38431d55fa40ef9609eaa05bc735df89","size":11736}],"count":15274},{"num":"5.0","id":600801565,"uid":361711,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u82b1\u751f\u58f3","p_index":"Phddns","ps":"\u91c7\u7528PHTunnel\u6838\u5fc3\u7ec4\u4ef6\uff0c\u5b9e\u73b0\u9ad8\u6027\u80fd\u53cd\u5411\u4ee3\u7406?<\/a>","author":"\u8d1d\u9510\u79d1\u6280","home":"https:\/\/www.bt.cn\/bbs\/thread-63799-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210126\/d5c0c0e6f75a932bd33b999df1b02744.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1595383490,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801565,"version":"5.0.7","version_msg":"\u4fee\u590dUbuntu\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\u82b1\u751f\u58f3\u95ee\u9898","f_path":"other\/20210319\/04d265cd446a0e2cad4a8ebaf42ad00f.zip","f_md5":"9393c353bb66402a0d79ad1f502eac8a","f_size":739992,"type":10,"endtime":0,"score":"5.0","name":"Phddns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/Phddns","uninsatll_checks":"\/www\/server\/panel\/plugin\/Phddns","compile_args":0,"version_coexist":0,"manager_version":"5","c_manager_version":"0.7","versions":[{"m_version":"5","version":"0.7","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dUbuntu\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\u82b1\u751f\u58f3\u95ee\u9898","download":"other\/20210319\/04d265cd446a0e2cad4a8ebaf42ad00f.zip","md5":"9393c353bb66402a0d79ad1f502eac8a","size":739992}],"count":14563},{"num":"2.6","id":600801550,"uid":301187,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SEO\u6536\u5f55\u76d1\u63a7","p_index":"616seo","ps":"SEO\u76d1\u63a7,\u6536\u5f55\u589e\u52a0\u5fae\u4fe1\u5b9e\u65f6\u63a8\u9001?<\/a>","author":"\u91cd\u5e86\u6838\u679c\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=48297&highlight=seo","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200619\/8292b2d55445856f3531648825f13be5.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1592556462,"state":0,"sort":2.6,"os":"Linux","win":-1,"a_ps":"","pid":600801550,"version":"3.0","version_msg":"SEO\u76d1\u63a7,\u6536\u5f55\u589e\u52a0\u5fae\u4fe1\u5b9e\u65f6\u63a8\u9001","f_path":"other\/20200716\/be21725262a40a995c5108dbb8215357.zip","f_md5":"00a3e760ce7b1c5dc6235fee5cec8d29","f_size":11362,"type":10,"endtime":0,"score":"2.6","name":"616seo","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/616seo","uninsatll_checks":"\/www\/server\/panel\/plugin\/616seo","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"0","versions":[{"m_version":"3","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"SEO\u76d1\u63a7,\u6536\u5f55\u589e\u52a0\u5fae\u4fe1\u5b9e\u65f6\u63a8\u9001","download":"other\/20200716\/be21725262a40a995c5108dbb8215357.zip","md5":"00a3e760ce7b1c5dc6235fee5cec8d29","size":11362}],"count":14553},{"num":"5.0","id":600801564,"uid":303537,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6211\u7684\u5de5\u5177\u7bb1","p_index":"my_toolbox","ps":"\u96c6\u5408\u7aef\u53e3\u626b\u63cf\u3001HOSTS\u7f16\u8f91\u3001\u7f51\u7ad9\u5730\u56fe\u751f\u6210\u3001\u78c1\u76d8\u5de5\u5177\u7b49\u529f\u80fd?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-52772-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200720\/036bfca9c81b272d09c32984ba3b7aea.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1595148982,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801564,"version":"1.9.1","version_msg":"\u5305\u542b\u591a\u9879\u529f\u80fd\u66f4\u65b0\uff0c\u5efa\u8bae\u5347\u7ea7","f_path":"other\/20220319\/7dc2c0acd5f87f6f2d80c15f6dfea849.zip","f_md5":"17eba15028a24536fcf1791bbb901fa3","f_size":590715,"type":10,"endtime":0,"score":"5.0","name":"my_toolbox","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/my_toolbox","uninsatll_checks":"\/www\/server\/panel\/plugin\/my_toolbox","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"9.1","versions":[{"m_version":"1","version":"9.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5305\u542b\u591a\u9879\u529f\u80fd\u66f4\u65b0\uff0c\u5efa\u8bae\u5347\u7ea7","download":"other\/20220319\/7dc2c0acd5f87f6f2d80c15f6dfea849.zip","md5":"17eba15028a24536fcf1791bbb901fa3","size":590715}],"count":13930},{"num":"4.4","id":600801232,"uid":18074,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5fae\u64ce\u52a9\u624b","p_index":"w7assistant","ps":"\u9488\u5bf9\u5fae\u64ce\u7cfb\u7edf\u63d0\u4f9b\u5b89\u5168\u52a0\u56fa\u3001\u91cd\u7f6e\u7ba1\u7406\u5458\u5bc6\u7801\u7b49\u5e38\u7528\u64cd\u4f5c\u3002?<\/a>","author":"\u8d85\u4eba","home":"https:\/\/www.bt.cn\/bbs\/thread-31865-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190529\/b7e5b51c52bc2ead12b338197456916e.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1557538700,"state":0,"sort":4.4,"os":"Linux","win":0,"a_ps":"","pid":600801232,"version":"3.7","version_msg":"\u4fee\u590d\u5b9d\u5854\u65b0\u7248\u672c\u517c\u5bb9\u95ee\u9898\uff1b\u4f18\u5316\u9009\u62e9\u7ad9\u70b9\u4e0b\u62c9\u6846\u6837\u5f0f\uff1b","f_path":"other\/20210618\/3a42d45b9245fcf596ad5a14ba589e47.zip","f_md5":"76b509764fef48efe9709460191b3724","f_size":13765,"type":10,"endtime":0,"score":"4.4","name":"w7assistant","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/w7assistant","uninsatll_checks":"\/www\/server\/panel\/plugin\/w7assistant","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"7","versions":[{"m_version":"3","version":"7","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u5b9d\u5854\u65b0\u7248\u672c\u517c\u5bb9\u95ee\u9898\uff1b\u4f18\u5316\u9009\u62e9\u7ad9\u70b9\u4e0b\u62c9\u6846\u6837\u5f0f\uff1b","download":"other\/20210618\/3a42d45b9245fcf596ad5a14ba589e47.zip","md5":"76b509764fef48efe9709460191b3724","size":13765}],"count":13781},{"num":"4.9","id":600801441,"uid":30069,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"openrasp\u7ba1\u7406\u5668","p_index":"openrasp","ps":"\u5f00\u6e90\u5e94\u7528\u8fd0\u884c\u65f6\u81ea\u6211\u4fdd\u62a4\u89e3\u51b3\u65b9\u6848 - OpenRASP?<\/a>","author":"print("")","home":"https:\/\/www.bt.cn\/bbs\/thread-42487-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200106\/00e5f4d74d5e8acb10a5b4b279c0bad0.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1578282364,"state":0,"sort":4.9,"os":"Linux","win":0,"a_ps":"","pid":600801441,"version":"6.0","version_msg":"\u5f00\u6e90\u5e94\u7528\u8fd0\u884c\u65f6\u81ea\u6211\u4fdd\u62a4\u89e3\u51b3\u65b9\u6848 - OpenRASP","f_path":"other\/20220312\/9495302092e8aa962fb10690137267a7.zip","f_md5":"5470167602a14479b66f5b38c298bc3a","f_size":37677,"type":10,"endtime":0,"score":"4.9","name":"openrasp","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/openrasp","uninsatll_checks":"\/www\/server\/panel\/plugin\/openrasp","compile_args":0,"version_coexist":0,"manager_version":"6","c_manager_version":"0","versions":[{"m_version":"6","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5f00\u6e90\u5e94\u7528\u8fd0\u884c\u65f6\u81ea\u6211\u4fdd\u62a4\u89e3\u51b3\u65b9\u6848 - OpenRASP","download":"other\/20220312\/9495302092e8aa962fb10690137267a7.zip","md5":"5470167602a14479b66f5b38c298bc3a","size":37677}],"count":13065},{"num":"4.5","id":600801340,"uid":13379,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"53,54,55,56,70,71,72,73","official":"http:\/\/dbcha.com","enable_functions":"","title":"\u57df\u540d\u89e3\u6790\u751f\u6548\u67e5\u8be2","p_index":"yichaxin","ps":"\u5b9d\u5854\u63d2\u4ef6\u7248\uff1a\u57df\u540dA\u3001CNAME\u3001MX\u7b49\u89e3\u6790\u8bb0\u5f55\u751f\u6548\u60c5\u51b5\u3002?<\/a>","author":"\u6613\u67e5\u85aa","home":"https:\/\/www.bt.cn\/bbs\/thread-36652-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190829\/36a4514dda9ebfde9b6fa1c7277c67e8.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1567045591,"state":0,"sort":4.5,"os":"Linux","win":0,"a_ps":"","pid":600801340,"version":"V2.2","version_msg":"\u517c\u5bb9php8.1,\u89e3\u51b3\u67e5\u8be2\u9ed8\u8ba4\u503c\u83b7\u53d6\u51fa\u9519\u53ca\u67e5\u8be2\u62a5\u9519\u9000\u51fa\u95ee\u9898","f_path":"other\/20220207\/8937401226d0da12327ff6702926c429.zip","f_md5":"8299fa484191834a17503849ca6421d4","f_size":10315,"type":10,"endtime":0,"score":"4.5","name":"yichaxin","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/yichaxin","uninsatll_checks":"\/www\/server\/panel\/plugin\/yichaxin","compile_args":0,"version_coexist":0,"manager_version":"V2","c_manager_version":"2","versions":[{"m_version":"V2","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9php8.1,\u89e3\u51b3\u67e5\u8be2\u9ed8\u8ba4\u503c\u83b7\u53d6\u51fa\u9519\u53ca\u67e5\u8be2\u62a5\u9519\u9000\u51fa\u95ee\u9898","download":"other\/20220207\/8937401226d0da12327ff6702926c429.zip","md5":"8299fa484191834a17503849ca6421d4","size":10315}],"count":12861},{"num":"2.7","id":600801365,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4e8c\u7ef4\u7801\u751f\u6210\u5668","p_index":"qrcode","ps":"(\u5df2\u66f4\u65b0\u53ef\u6b63\u5e38\u4f7f\u7528)\u65e0\u9700\u6253\u5f00\u7b2c\u4e09\u65b9\u7f51\u7ad9,\u4e00\u952e\u751f\u6210\u4e8c\u7ef4\u7801?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-38178-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191005\/2366e9d746b8e52bfb7f00498dd88d41.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1570209057,"state":0,"sort":2.7,"os":"Linux","win":-1,"a_ps":"","pid":600801365,"version":"1.1","version_msg":"\u517c\u5bb9\u65b0\u7248,bug\u4fee\u590d","f_path":"other\/20210217\/2e64759776ce5c7ce9a54a301257923e.zip","f_md5":"d266b6d95cb29115481a938aca008340","f_size":100927,"type":10,"endtime":0,"score":"2.7","name":"qrcode","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/qrcode","uninsatll_checks":"\/www\/server\/panel\/plugin\/qrcode","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9\u65b0\u7248,bug\u4fee\u590d","download":"other\/20210217\/2e64759776ce5c7ce9a54a301257923e.zip","md5":"d266b6d95cb29115481a938aca008340","size":100927}],"count":11973},{"num":"1.0","id":600801740,"uid":697771,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"FAST OS DOCKER","p_index":"fastosdocker","ps":"FASTOSDOCKER\u662fDocker\u7684\u56fe\u5f62\u5316\u7ba1\u7406\u5de5\u5177?<\/a>","author":"\u738b\u658c","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=72848","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210723\/e77e884a991dfee022cc95e15c0d831e.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1627020665,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801740,"version":"1.0.2","version_msg":"\u589e\u52a0\u4e86\u7aef\u53e3\u663e\u793a","f_path":"other\/20210727\/040ed37dac1a0b070751688ab8c2536e.zip","f_md5":"1d4213059574d550ac572974ecf14ca5","f_size":285293,"type":10,"endtime":0,"score":"1.0","name":"fastosdocker","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/fastosdocker","uninsatll_checks":"\/www\/server\/panel\/plugin\/fastosdocker","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0.2","versions":[{"m_version":"1","version":"0.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u589e\u52a0\u4e86\u7aef\u53e3\u663e\u793a","download":"other\/20210727\/040ed37dac1a0b070751688ab8c2536e.zip","md5":"1d4213059574d550ac572974ecf14ca5","size":285293}],"count":10217},{"num":"3.0","id":600801522,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5f00\u542f\u542f\u52a8\u7ba1\u7406","p_index":"mfboot","ps":"\u5f00\u673a\u542f\u52a8\u7ba1\u7406?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-48660-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200427\/c053de465ca87c22cb8b4518d5a0425c.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1587971366,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801522,"version":"1.0","version_msg":"\u81ea\u6d4bcentos7\u901a\u8fc7","f_path":"other\/20200428\/407a57e75869a68ef9add68c419e9f6d.zip","f_md5":"66f56713059d2041740b8f6a57fa1651","f_size":224708,"type":10,"endtime":0,"score":"3.0","name":"mfboot","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfboot","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfboot","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u81ea\u6d4bcentos7\u901a\u8fc7","download":"other\/20200428\/407a57e75869a68ef9add68c419e9f6d.zip","md5":"66f56713059d2041740b8f6a57fa1651","size":224708}],"count":6835},{"num":"4.0","id":600801221,"uid":65067,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u78c1\u76d8\u6302\u8f7d\u5de5\u5177","p_index":"disk","ps":"\u4e00\u952e\u6302\u8f7d\u78c1\u76d8\uff0c\u8fc1\u79fb\u6570\u636e?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-21204-1-2.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190420\/0237badbc85457149fc8772e11c39070.png","price":4.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1555742795,"state":0,"sort":4,"os":"Linux","win":0,"a_ps":"","pid":600801221,"version":"3.1","version_msg":"\u6dfb\u52a0\u8fc1\u79fb\u63d0\u793a","f_path":"other\/20210203\/37594792252ad39eec078d389b8bba46.zip","f_md5":"e170986fc36d2e13200155af013583fd","f_size":2521058,"type":10,"endtime":0,"score":"4.0","name":"disk","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/disk","uninsatll_checks":"\/www\/server\/panel\/plugin\/disk","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"1","versions":[{"m_version":"3","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u6dfb\u52a0\u8fc1\u79fb\u63d0\u793a","download":"other\/20210203\/37594792252ad39eec078d389b8bba46.zip","md5":"e170986fc36d2e13200155af013583fd","size":2521058}],"count":6100},{"num":"3.7","id":600801709,"uid":351620,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u514d\u8d39\u7f51\u7ad9\u5916\u94fe\u63a8\u5e7f","p_index":"free_promotion","ps":"\u63d0\u4f9b\u514d\u8d39\u63d0\u4f9b\u7f51\u7ad9\u6536\u5f55,\u7f51\u7ad9\u5206\u7c7b\u76ee\u5f55\u63d0\u4ea4,?<\/a>","author":"\u65e0\u4f9d","home":"\u514d\u8d39\u7f51\u7ad9\u5916\u94fe\u63a8\u5e7f","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210430\/b6c3c33c90b8cbc80b6142a0231dac98.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1619355914,"state":0,"sort":3.7,"os":"Linux","win":1,"a_ps":"","pid":600801709,"version":"1.1","version_msg":"\u4fee\u590d\u63d0\u4ea4\u529f\u80fd\u5f02\u5e38","f_path":"other\/20210510\/7dbd1b41850ed50ad7614247286a798a.zip","f_md5":"323eab1ac72a5d58c0ac545efe65264d","f_size":11411,"type":10,"endtime":0,"score":"3.7","name":"free_promotion","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/free_promotion","uninsatll_checks":"\/www\/server\/panel\/plugin\/free_promotion","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u63d0\u4ea4\u529f\u80fd\u5f02\u5e38","download":"other\/20210510\/7dbd1b41850ed50ad7614247286a798a.zip","md5":"323eab1ac72a5d58c0ac545efe65264d","size":11411}],"count":6004},{"num":"4.4","id":600801452,"uid":147599,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"fecmall","p_index":"fecmall","ps":"\u57fa\u4e8ephp Yii2\u6846\u67b6\u4e4b\u4e0a\u5f00\u53d1\u7684\u4e00\u6b3e\u4f18\u79c0\u7684\u5f00\u6e90\u7535\u5546\u7cfb\u7edf?<\/a>","author":"Terry","home":"http:\/\/www.fecmall.com\/topic","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200120\/b388d6ebc2fe5dc1b568663db38b2d49.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1579509894,"state":0,"sort":4.4,"os":"Linux","win":0,"a_ps":"","pid":600801452,"version":"2.5.2","version_msg":"fecmall.domain_appserver\uff0c\u9519\u8bef\u7ea0\u6b63","f_path":"other\/20210406\/34ca15837a26fec5cdc767d8bfdf9d48.zip","f_md5":"6156e3db345aba5c63628aad0d156131","f_size":7069,"type":10,"endtime":0,"score":"4.4","name":"fecmall","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/fecmall","uninsatll_checks":"\/www\/server\/panel\/plugin\/fecmall","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"5.2","versions":[{"m_version":"2","version":"5.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"fecmall.domain_appserver\uff0c\u9519\u8bef\u7ea0\u6b63","download":"other\/20210406\/34ca15837a26fec5cdc767d8bfdf9d48.zip","md5":"6156e3db345aba5c63628aad0d156131","size":7069}],"count":5481},{"num":"5.0","id":600801744,"uid":705558,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u9632\u7ea2\u77ed\u7f51\u5740\u751f\u6210\u5de5\u5177","p_index":"lzfhdwz","ps":"\u652f\u6301t.cn\/suo.nz\/\u7eff\u6807\u7b49\u5341\u591a\u79cd\u57df\u540d\uff0c\u9632\u5fae\u4fe1QQ\u62e6\u622a?<\/a>","author":"\u94f6\u6148\u79d1\u6280","home":"https:\/\/www.bt.cn\/bbs\/thread-73359-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210802\/f5e8fe928a70e6c2ef6aca56c7bf5689.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1627880646,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801744,"version":"1.2","version_msg":"\u66f4\u65b04xl.cn\/t.cn\/\u7eff\u6807\u7b49\u591a\u79cd\u57df\u540d\uff0c\u9632\u5fae\u4fe1QQ\u62e6\u622a","f_path":"other\/20211225\/aa630d84cdfdc96618bcefe9c525444d.zip","f_md5":"64d4b4a482f2c585a3b22e6932d29172","f_size":9910,"type":10,"endtime":0,"score":"5.0","name":"lzfhdwz","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/lzfhdwz","uninsatll_checks":"\/www\/server\/panel\/plugin\/lzfhdwz","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b04xl.cn\/t.cn\/\u7eff\u6807\u7b49\u591a\u79cd\u57df\u540d\uff0c\u9632\u5fae\u4fe1QQ\u62e6\u622a","download":"other\/20211225\/aa630d84cdfdc96618bcefe9c525444d.zip","md5":"64d4b4a482f2c585a3b22e6932d29172","size":9910}],"count":4151},{"num":"4.2","id":600801358,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u7f51\u76d8","p_index":"baidu_netdisk","ps":"\u5907\u4efd\u4f60\u7684\u6570\u636e\u5230\u767e\u5ea6\u7f51\u76d8\uff0c\u6ce8\uff1a\u670d\u52a1\u5668\u5e26\u5bbd\u9700\u4e0d\u5c0f\u4e8e2M?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-37544-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190921\/1b28d8321def8455207b6482d78d6534.png","price":6.66,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1569000024,"state":0,"sort":4.2,"os":"Linux","win":1,"a_ps":"","pid":600801358,"version":"3.9.1","version_msg":"\u4fee\u590d\u767b\u9646\u6388\u6743\u5931\u8d25\u7684\u95ee\u9898","f_path":"other\/20220409\/95c5607a76367fb68707530320021db5.zip","f_md5":"ccd56d149acc940a5316af86fd1657e4","f_size":45034,"type":10,"endtime":0,"score":"4.2","name":"baidu_netdisk","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/baidu_netdisk","uninsatll_checks":"\/www\/server\/panel\/plugin\/baidu_netdisk","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"9.1","versions":[{"m_version":"3","version":"9.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u767b\u9646\u6388\u6743\u5931\u8d25\u7684\u95ee\u9898","download":"other\/20220409\/95c5607a76367fb68707530320021db5.zip","md5":"ccd56d149acc940a5316af86fd1657e4","size":45034}],"count":3511},{"num":"4.0","id":600801427,"uid":13379,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7a7a\u95f4\u57df\u540d\u72b6\u6001\u67e5\u8be2","p_index":"chafenba","ps":"\u67e5\u8be2\u7ad9\u70b9\u4e0b\u5404\u57df\u540d\u662f\u5426\u89e3\u6790\u5230\u5bf9\u5e94\u7a7a\u95f4\u7b49?<\/a>","author":"\u6613\u67e5\u85aa","home":"https:\/\/www.bt.cn\/bbs\/thread-41655-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191217\/e651e53602b61836185802ba6ea261ab.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1576513534,"state":0,"sort":4,"os":"Linux","win":0,"a_ps":"","pid":600801427,"version":"V2.0","version_msg":"\u67e5\u8be2\u7ad9\u70b9\u4e0b\u7ed1\u5b9a\u57df\u540d\u662f\u5426\u89e3\u6790\u5230\u5bf9\u5e94\u7a7a\u95f4\u7b49","f_path":"other\/20191225\/732c8ad0c9299ae430f389384afd526a.zip","f_md5":"7cbdb7057790fd1cf403e5d35746f758","f_size":9535,"type":10,"endtime":0,"score":"4.0","name":"chafenba","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/chafenba","uninsatll_checks":"\/www\/server\/panel\/plugin\/chafenba","compile_args":0,"version_coexist":0,"manager_version":"V2","c_manager_version":"0","versions":[{"m_version":"V2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u67e5\u8be2\u7ad9\u70b9\u4e0b\u7ed1\u5b9a\u57df\u540d\u662f\u5426\u89e3\u6790\u5230\u5bf9\u5e94\u7a7a\u95f4\u7b49","download":"other\/20191225\/732c8ad0c9299ae430f389384afd526a.zip","md5":"7cbdb7057790fd1cf403e5d35746f758","size":9535}],"count":3264},{"num":"3.0","id":600801360,"uid":27006,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b89\u5168\u793e\u533a\u62a5\u8b66\u5de5\u5177","p_index":"swn","ps":"\u5b9a\u671f\u722c\u53d6\u963f\u91cc\u4e91\u5b89\u5168\u793e\u533a\u7684\u4fe1\u606f,\u901a\u8fc7STMP\u90ae\u4ef6\u53d1\u9001\u9884\u8b66\u4fe1\u606f?<\/a>","author":"IW3C","home":"https:\/\/www.bt.cn\/bbs\/thread-37738-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190925\/797ff13c9157f656c08a27a1674cbb86.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1569175892,"state":0,"sort":3,"os":"Linux","win":0,"a_ps":"","pid":600801360,"version":"2.3","version_msg":"\u517c\u5bb9\u5b9d\u58547.2\u65b0\u67b6\u6784\uff0c\u4f18\u5316\u517c\u5bb9IW3C \u4e09\u4ee3\u901a\u8baf\u6807\u51c6","f_path":"other\/20200411\/3f9cbb683ee599582582939276f20afc.zip","f_md5":"7e4ee606ec65839397f4e2714f122ddd","f_size":77244,"type":10,"endtime":0,"score":"3.0","name":"swn","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/swn","uninsatll_checks":"\/www\/server\/panel\/plugin\/swn","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"3","versions":[{"m_version":"2","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9\u5b9d\u58547.2\u65b0\u67b6\u6784\uff0c\u4f18\u5316\u517c\u5bb9IW3C \u4e09\u4ee3\u901a\u8baf\u6807\u51c6","download":"other\/20200411\/3f9cbb683ee599582582939276f20afc.zip","md5":"7e4ee606ec65839397f4e2714f122ddd","size":77244}],"count":3026},{"num":"1.2","id":600801313,"uid":167448,"app_type":1,"p_type":2,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"\u7f51\u901f\u6d4b\u8bd5","p_index":"y6w_speedtest","ps":"\u56fd\u5185\u670d\u52a1\u5668\u95f4\u6b47\u6027\u597d\u4f7f\uff0c\u95ee\u9898\u5f85\u4fee\u590d?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-35477-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190802\/cd56d03b758b930a85e127ae24a467ca.png","price":1,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1564723782,"state":0,"sort":1.2,"os":"Linux","win":0,"a_ps":"","pid":600801313,"version":"1.4","version_msg":"\u4fee\u590d\u4eea\u8868\u76d8","f_path":"other\/20210413\/d31102e577f9351f2fc4ee9f3e8cc8e5.zip","f_md5":"9e9249480f9672faf6675dcd1fae4bcd","f_size":137586,"type":10,"endtime":0,"score":"1.2","name":"y6w_speedtest","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/y6w_speedtest","uninsatll_checks":"\/www\/server\/panel\/plugin\/y6w_speedtest","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4","versions":[{"m_version":"1","version":"4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u4eea\u8868\u76d8","download":"other\/20210413\/d31102e577f9351f2fc4ee9f3e8cc8e5.zip","md5":"9e9249480f9672faf6675dcd1fae4bcd","size":137586}],"count":2987},{"num":"2.1","id":600801372,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"sitemap\u751f\u6210\u5668","p_index":"sitemap","ps":"\u5b9a\u65f6\u6279\u91cf\u751f\u6210\u7f51\u7ad9\u5730\u56fe+\u63a8\u9001\u767e\u5ea6\u3001\u795e\u9a6c\u3010v5.0\u52a0\u5165\u5206\u9875\u6293\u53d6\u3011?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-39780-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191010\/12ae100cb6da09c45ebb64c383f17daa.png","price":9.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1570672961,"state":0,"sort":2.1,"os":"Linux","win":1,"a_ps":"","pid":600801372,"version":"5.0","version_msg":"\u52a0\u5165\u6279\u91cf\u4efb\u52a1\u3001\u5206\u9875\u63a8\u9001\uff0c\u63d0\u5347\u4f53\u9a8c\uff0c\u5f3a\u70c8\u5efa\u8bae\u66f4\u65b0","f_path":"other\/20220507\/8ed73264a438d96de548a06a5c25498d.zip","f_md5":"9df334ed63e309eef9560979f482386b","f_size":3256729,"type":10,"endtime":0,"score":"2.1","name":"sitemap","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/sitemap","uninsatll_checks":"\/www\/server\/panel\/plugin\/sitemap","compile_args":0,"version_coexist":0,"manager_version":"5","c_manager_version":"0","versions":[{"m_version":"5","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u52a0\u5165\u6279\u91cf\u4efb\u52a1\u3001\u5206\u9875\u63a8\u9001\uff0c\u63d0\u5347\u4f53\u9a8c\uff0c\u5f3a\u70c8\u5efa\u8bae\u66f4\u65b0","download":"other\/20220507\/8ed73264a438d96de548a06a5c25498d.zip","md5":"9df334ed63e309eef9560979f482386b","size":3256729}],"count":2655},{"num":null,"id":600801698,"uid":144133,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5fae\u4fe1\u57df\u540d\u88ab\u5c01\u68c0\u6d4b","p_index":"wxapijnoocom","ps":"\u68c0\u6d4b\u670d\u52a1\u5668\u4e0a\u6240\u6709\u57df\u540d\u5728\u5fae\u4fe1\u73af\u5883\u4e0b\u662f\u5426\u5b58\u5728\u88ab\u5c01\u6740\u3002?<\/a>","author":"\u666f\u8bfa\u79d1\u6280","home":"https:\/\/www.bt.cn\/bbs\/thread-66765-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210408\/83c3fa5c1626ec7c649cb6ddf73c2aa0.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1617843717,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801698,"version":"1.1","version_msg":"\u66f4\u65b0\u63a5\u53e3","f_path":"other\/20220130\/1ce6234d1d83e361582471eb82a3428b.zip","f_md5":"7b3ba60b3d656982195d1c7934ad58da","f_size":72305,"type":10,"endtime":0,"score":null,"name":"wxapijnoocom","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/wxapijnoocom","uninsatll_checks":"\/www\/server\/panel\/plugin\/wxapijnoocom","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b0\u63a5\u53e3","download":"other\/20220130\/1ce6234d1d83e361582471eb82a3428b.zip","md5":"7b3ba60b3d656982195d1c7934ad58da","size":72305}],"count":2216},{"num":"3.0","id":600801436,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7f51\u5740\u63a8\u9001","p_index":"urlpush","ps":"\u5b9a\u65f6\u63a8\u9001\/\u7ad9\u70b9\u62a5\u8868,\u767e\u5ea6\/\u795e\u9a6c\/\u5fc5\u5e94\/\u5730\u56fe\u63a8\u9001-\u65b0\u589e\u5fc5\u5e94\u63a8\u9001?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-47424-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210722\/717d299cc12586b1ceddc0f26591fdb2.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1577637443,"state":0,"sort":3,"os":"Linux","win":1,"a_ps":"","pid":600801436,"version":"3.9","version_msg":"\u4fee\u590d\u7f51\u7ad9\u65e5\u5fd7\u5f02\u5e38","f_path":"other\/20220108\/b91627fad335a8a21c914dcb3a4df864.zip","f_md5":"cdbc22edab13142dc9a23d3c1f7f3330","f_size":2595376,"type":10,"endtime":0,"score":"3.0","name":"urlpush","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/urlpush","uninsatll_checks":"\/www\/server\/panel\/plugin\/urlpush","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"9","versions":[{"m_version":"3","version":"9","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u7f51\u7ad9\u65e5\u5fd7\u5f02\u5e38","download":"other\/20220108\/b91627fad335a8a21c914dcb3a4df864.zip","md5":"cdbc22edab13142dc9a23d3c1f7f3330","size":2595376}],"count":2109},{"num":"3.4","id":600801459,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u78c1\u76d8\u5b89\u5168\u6302\u8f7d","p_index":"disktool","ps":"\u4e00\u952e\u78c1\u76d8\u6302\u8f7d\uff0c\u66f4\u4e13\u4e1a\u66f4\u5b89\u5168\uff0c\u652f\u6301\u5f00\u673a\u6302\u8f7d?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-43836-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200210\/50e8a3b77777038f72a3b1467ddca264.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1581311083,"state":0,"sort":3.4,"os":"Linux","win":-1,"a_ps":"","pid":600801459,"version":"1.9","version_msg":"\u4fee\u590d\u5728\u67d0\u4e9b\u8bbe\u5907\u4e0b\u7684\u517c\u5bb9\u6027","f_path":"other\/20220524\/a28da7f846454e3564c175db56defbfb.zip","f_md5":"5ed31a5874435b9382b4a1f9b20fbdde","f_size":17367,"type":10,"endtime":0,"score":"3.4","name":"disktool","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/disktool","uninsatll_checks":"\/www\/server\/panel\/plugin\/disktool","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"9","versions":[{"m_version":"1","version":"9","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u5728\u67d0\u4e9b\u8bbe\u5907\u4e0b\u7684\u517c\u5bb9\u6027","download":"other\/20220524\/a28da7f846454e3564c175db56defbfb.zip","md5":"5ed31a5874435b9382b4a1f9b20fbdde","size":17367}],"count":1760},{"num":"4.3","id":600801433,"uid":14729,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"GiteaForBt","p_index":"btgitea","ps":"\u4e00\u6b3e\u975e\u5e38\u8f7b\u91cf\u5e76\u4e14\u529f\u80fd\u5f3a\u5927\u7684GIT\u793e\u533a\u8f6f\u4ef6\u3002?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/blog.liushuai.cq.cn\/article\/detail\/2","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201013\/58a8eb4d0c850534ed00e5a2123d53d7.png","price":0.68,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1576840932,"state":0,"sort":4.3,"os":"Linux","win":-1,"a_ps":"","pid":600801433,"version":"0.4.2","version_msg":"1\u3001\u7d27\u6025\u4fee\u590d\u5347\u7ea70.4.1\u7248\u672c\u540e\u7531\u4e8e\u76ee\u5f55\u6743\u9650\u65e0\u6cd5\u6b63\u5e38\u542f\u52a8gitea\u95ee\u9898bug 2\u3001\u6dfb\u52a0\u540e\u53f0\u914d\u7f6e\u662f\u5426\u5141\u8bb8\u6ce8\u518c\u529f\u80fd","f_path":"other\/20210407\/296fe67302a559485dad164232f9db3e.zip","f_md5":"ddc0d7fae7417be42635315beaed2e5b","f_size":2087566,"type":10,"endtime":0,"score":"4.3","name":"btgitea","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/btgitea","uninsatll_checks":"\/www\/server\/panel\/plugin\/btgitea","compile_args":0,"version_coexist":0,"manager_version":"0","c_manager_version":"4.2","versions":[{"m_version":"0","version":"4.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1\u3001\u7d27\u6025\u4fee\u590d\u5347\u7ea70.4.1\u7248\u672c\u540e\u7531\u4e8e\u76ee\u5f55\u6743\u9650\u65e0\u6cd5\u6b63\u5e38\u542f\u52a8gitea\u95ee\u9898bug 2\u3001\u6dfb\u52a0\u540e\u53f0\u914d\u7f6e\u662f\u5426\u5141\u8bb8\u6ce8\u518c\u529f\u80fd","download":"other\/20210407\/296fe67302a559485dad164232f9db3e.zip","md5":"ddc0d7fae7417be42635315beaed2e5b","size":2087566}],"count":1576},{"num":"1.0","id":600801492,"uid":112472,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u9762\u677fJSBridge\u5b89\u88c5\u5668","p_index":"panel_jsbridge_installer","ps":"\u672c\u5b89\u88c5\u5668\u63d2\u4ef6\u4e3a\u67d0\u4e9b\u63d2\u4ef6\u7684\u524d\u7f6e\u63d2\u4ef6?<\/a>","author":"xieyi1393","home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200326\/6f437e4f013b783cac17842f2b79478b.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585186048,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801492,"version":"1.1","version_msg":"\u5bf9Py3\u652f\u6301(Tab\u7f29\u8fdb\u4fee\u590d)","f_path":"other\/20200330\/a38f5b9771ce321be9703a98e2e53909.zip","f_md5":"eabed272d4af6547f1d059527ad51771","f_size":9896,"type":10,"endtime":0,"score":"1.0","name":"panel_jsbridge_installer","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/panel_jsbridge_installer","uninsatll_checks":"\/www\/server\/panel\/plugin\/panel_jsbridge_installer","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5bf9Py3\u652f\u6301(Tab\u7f29\u8fdb\u4fee\u590d)","download":"other\/20200330\/a38f5b9771ce321be9703a98e2e53909.zip","md5":"eabed272d4af6547f1d059527ad51771","size":9896}],"count":1329},{"num":"5.0","id":600801658,"uid":351620,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b9d\u5854west_fss","p_index":"west_fss","ps":"\u6302\u8f7d\u897f\u90e8\u6570\u7801fss,\u652f\u6301davfs2\u6302\u8f7d\u7684\u5bf9\u8c61\u5b58\u50a8\u53ef\u4ee5\u4f7f\u7528?<\/a>","author":"\u65e0\u4f9d","home":"#","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210203\/553219c79074bc827f5011b1faa2189b.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1612323165,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801658,"version":"1.1","version_msg":"\u4f18\u5316\u4e86\u754c\u9762\uff0c\u8c03\u6574\u4e86\u53cb\u597d\u62a5\u9519\uff0c\u4fee\u590d\u4e86\u5378\u8f7d\u4e0d\u4f1a\u5220\u9664\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20210203\/c286e7562a567b6b5ea5f695926ee9d7.zip","f_md5":"06124d90d35d0ba6da22292e36625315","f_size":10062,"type":10,"endtime":0,"score":"5.0","name":"west_fss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/west_fss","uninsatll_checks":"\/www\/server\/panel\/plugin\/west_fss","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4f18\u5316\u4e86\u754c\u9762\uff0c\u8c03\u6574\u4e86\u53cb\u597d\u62a5\u9519\uff0c\u4fee\u590d\u4e86\u5378\u8f7d\u4e0d\u4f1a\u5220\u9664\u81ea\u52a8\u6302\u8f7d","download":"other\/20210203\/c286e7562a567b6b5ea5f695926ee9d7.zip","md5":"06124d90d35d0ba6da22292e36625315","size":10062}],"count":1062},{"num":null,"id":600801438,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Git\u8fdc\u7a0b\u4ed3\u5e93\u90e8\u7f72\u5de5\u5177","p_index":"git_repository_deploy","ps":"\u81ea\u52a8\u90e8\u7f72\u8fdc\u7a0bGit\u4ed3\u5e93\uff08github\u7b49\uff09\u4ee3\u7801\u81f3\u670d\u52a1\u5668\u7f51\u7ad9\u76ee\u5f55?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-42294-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191230\/0596328af186e6272f09889cfcca5843.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1577718627,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801438,"version":"2.7","version_msg":"\u4fee\u590d\u63d2\u4ef6\u5b89\u88c5\u95ee\u9898","f_path":"other\/20210804\/9ec9483f760f50883d8ba54ff2ef6703.zip","f_md5":"9760c137f4872bc610732285f1a712fe","f_size":43507,"type":10,"endtime":0,"score":null,"name":"git_repository_deploy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/git_repository_deploy","uninsatll_checks":"\/www\/server\/panel\/plugin\/git_repository_deploy","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"7","versions":[{"m_version":"2","version":"7","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u63d2\u4ef6\u5b89\u88c5\u95ee\u9898","download":"other\/20210804\/9ec9483f760f50883d8ba54ff2ef6703.zip","md5":"9760c137f4872bc610732285f1a712fe","size":43507}],"count":981},{"num":null,"id":600801730,"uid":466205,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u57df\u540dwhois\u67e5\u8be2","p_index":"whois","ps":"\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f?<\/a>","author":"\u7231\u540d\u7f51","home":"https:\/\/www.bt.cn\/bbs\/thread-70133-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210609\/bcca34b16e61b603e04b3c64039b1f5e.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1623060833,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801730,"version":"1.0.1","version_msg":"\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f1.0.1\u7248\u672c","f_path":"other\/20210609\/e2699581be38d4042832dff24e8f6c70.zip","f_md5":"5a934dcb8af895a85ecc904e4431cbdb","f_size":27038,"type":10,"endtime":0,"score":null,"name":"whois","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/whois","uninsatll_checks":"\/www\/server\/panel\/plugin\/whois","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0.1","versions":[{"m_version":"1","version":"0.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f1.0.1\u7248\u672c","download":"other\/20210609\/e2699581be38d4042832dff24e8f6c70.zip","md5":"5a934dcb8af895a85ecc904e4431cbdb","size":27038}],"count":965},{"num":"5.0","id":600801369,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SVN\u9879\u76ee\u90e8\u7f72\u5de5\u5177","p_index":"svn_deploy","ps":"\u81ea\u52a8\u90e8\u7f72\u672c\u5730SVN\u4ed3\u5e93\u4ee3\u7801\u81f3\u670d\u52a1\u5668\u7f51\u7ad9\u76ee\u5f55?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-38166-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191008\/2c48dbb3f2e21fc2eb19d68e0826d162.png","price":6.66,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1570500992,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801369,"version":"2.1","version_msg":"\u66f4\u65b0\u8054\u7cfb\u65b9\u5f0f","f_path":"other\/20210623\/26066436035150f00e11378a9ade50b5.zip","f_md5":"e6a9d89d7045c21ff3b7621fe86a5f87","f_size":28774,"type":10,"endtime":0,"score":"5.0","name":"svn_deploy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/svn_deploy","uninsatll_checks":"\/www\/server\/panel\/plugin\/svn_deploy","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1","versions":[{"m_version":"2","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b0\u8054\u7cfb\u65b9\u5f0f","download":"other\/20210623\/26066436035150f00e11378a9ade50b5.zip","md5":"e6a9d89d7045c21ff3b7621fe86a5f87","size":28774}],"count":876},{"num":null,"id":600801381,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SVN\u7ba1\u7406\u5668","p_index":"svn","ps":"\u672c\u5730SVN\u4ed3\u5e93\u3001\u8d26\u53f7\u3001\u6743\u9650\u3001\u94a9\u5b50\u7ba1\u7406\u5de5\u5177\uff0c\u53ef\u81ea\u5b9a\u4e49\u94a9\u5b50?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-38535-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191014\/a5a91d5b7503ac6fc40b587c18f884cb.png","price":6.66,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1571048327,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801381,"version":"2.1","version_msg":"\u66f4\u65b0\u8054\u7cfb\u65b9\u5f0f","f_path":"other\/20210623\/b58efcfc84e50a701532847490ee28ac.zip","f_md5":"a171a5a794cff55c8a676dfd4c682485","f_size":29613,"type":10,"endtime":0,"score":null,"name":"svn","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/svn","uninsatll_checks":"\/www\/server\/panel\/plugin\/svn","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1","versions":[{"m_version":"2","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b0\u8054\u7cfb\u65b9\u5f0f","download":"other\/20210623\/b58efcfc84e50a701532847490ee28ac.zip","md5":"a171a5a794cff55c8a676dfd4c682485","size":29613}],"count":797},{"num":"4.9","id":600801404,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4e03\u725b\u4e91\u5b58\u50a8\u5bf9\u8c61\u591a\u70b9\u6302\u8f7d\u5de5\u5177\u517c\u5bb9\u963f\u91cc\u4e91\u3001\u4eac\u4e1c\u4e91","p_index":"qnoss","ps":"\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u517c\u5bb9\u4e03\u725b\u3001\u963f\u91cc\u3001\u4eac\u4e1c\u3001\u817e\u8baf\u3001\u767e\u5ea6\u4e91\u3002?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-40067-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191115\/a6f31569f41a4a331d0a7d778b3972ab.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573788032,"state":0,"sort":4.9,"os":"Linux","win":0,"a_ps":"","pid":600801404,"version":"2.10","version_msg":"\u4e03\u725b\u4e91\u7b49\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u76ee\u524d\u517c\u5bb9\u963f\u91cc\u4e91\u3001\u767e\u5ea6\u4e91\u3001\u4eac\u4e1c\u4e91\u3001\u817e\u8baf\u4e91\uff0c\u5b58\u50a8\u5bf9\u8c61\u5f53\u4f5c\u672c\u5730\u76d8\u4f7f\u7528","f_path":"other\/20200216\/47bd29243bc2ae1dd0c20cc74ff9cd30.zip","f_md5":"276efa84c20aff9ae1d98099be6a257d","f_size":8202,"type":10,"endtime":0,"score":"4.9","name":"qnoss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/qnoss","uninsatll_checks":"\/www\/server\/panel\/plugin\/qnoss","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"10","versions":[{"m_version":"2","version":"10","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4e03\u725b\u4e91\u7b49\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u76ee\u524d\u517c\u5bb9\u963f\u91cc\u4e91\u3001\u767e\u5ea6\u4e91\u3001\u4eac\u4e1c\u4e91\u3001\u817e\u8baf\u4e91\uff0c\u5b58\u50a8\u5bf9\u8c61\u5f53\u4f5c\u672c\u5730\u76d8\u4f7f\u7528","download":"other\/20200216\/47bd29243bc2ae1dd0c20cc74ff9cd30.zip","md5":"276efa84c20aff9ae1d98099be6a257d","size":8202}],"count":750},{"num":"3.0","id":600801384,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5927\u65e5\u5fd7\u6587\u4ef6\u67e5\u770b\u5668","p_index":"mflogview","ps":"\u5927\u65e5\u5fd7\u6587\u4ef6\u67e5\u770b\u5668\uff0c\u542bnginx\u65e5\u5fd7\u5206\u6790?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-38777-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191019\/57f47dfa77ad9b958fdb0682c44dd2dd.png","price":6,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1571491200,"state":0,"sort":3,"os":"Linux","win":0,"a_ps":"","pid":600801384,"version":"1.1.4","version_msg":"\u4fee\u6539\u9ed8\u8ba4\u641c\u7d22\u8def\u5f84","f_path":"other\/20200110\/91e414426a580e4ef83fd3087c5b7a49.zip","f_md5":"8cd2522773a6120271705b3cc596a8a6","f_size":226952,"type":10,"endtime":0,"score":"3.0","name":"mflogview","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mflogview","uninsatll_checks":"\/www\/server\/panel\/plugin\/mflogview","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1.4","versions":[{"m_version":"1","version":"1.4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u6539\u9ed8\u8ba4\u641c\u7d22\u8def\u5f84","download":"other\/20200110\/91e414426a580e4ef83fd3087c5b7a49.zip","md5":"8cd2522773a6120271705b3cc596a8a6","size":226952}],"count":737},{"num":"2.0","id":600801302,"uid":4048,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SEO\u5de5\u5177\u7bb1","p_index":"seos","ps":"robots\/\u767e\u5ea6\u63a8\u9001\u7b49\u3010\u6682\u505c\u66f4\u65b0\uff0c\u65e7\u529f\u80fd\u6b63\u5e38\u53ef\u7528\u3011?<\/a>","author":"Licoy","home":"https:\/\/www.bt.cn\/bbs\/thread-34772-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200315\/d92c6611e3678db4bf3f85e0cc9d37cf.png","price":4.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1563521356,"state":0,"sort":2,"os":"Linux","win":-1,"a_ps":"","pid":600801302,"version":"2.1","version_msg":"\u79fb\u9664\u8fc7\u671f\u63a5\u53e3\u529f\u80fd\uff0c\u5b8c\u5584\u7a33\u5b9a\u6027\uff01","f_path":"other\/20200329\/012f3686f87767d37b50853868530769.zip","f_md5":"ff03833a448b38d4e06a1639d7e0cc75","f_size":11788,"type":10,"endtime":0,"score":"2.0","name":"seos","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/seos","uninsatll_checks":"\/www\/server\/panel\/plugin\/seos","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1","versions":[{"m_version":"2","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u79fb\u9664\u8fc7\u671f\u63a5\u53e3\u529f\u80fd\uff0c\u5b8c\u5584\u7a33\u5b9a\u6027\uff01","download":"other\/20200329\/012f3686f87767d37b50853868530769.zip","md5":"ff03833a448b38d4e06a1639d7e0cc75","size":11788}],"count":716},{"num":"4.9","id":600801527,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"aloss","ps":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-48829-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200502\/e23e5d4fef12606e3ce935f00eaf3dbe.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1588393567,"state":0,"sort":4.9,"os":"Linux","win":-1,"a_ps":"","pid":600801527,"version":"1.0","version_msg":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20200502\/dc8e4cf2c3228022843f77264a91feaa.zip","f_md5":"9281cb434229e53f48b58549f41e76b2","f_size":29813,"type":10,"endtime":0,"score":"4.9","name":"aloss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/aloss","uninsatll_checks":"\/www\/server\/panel\/plugin\/aloss","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","download":"other\/20200502\/dc8e4cf2c3228022843f77264a91feaa.zip","md5":"9281cb434229e53f48b58549f41e76b2","size":29813}],"count":618},{"num":"5.0","id":600801321,"uid":167448,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6279\u91cf\u5efa\u7ad9","p_index":"y6w_createwebs","ps":"\u518d\u65e0\u66f4\u65b0\uff0c\u5982\u9700\u8981QQ:1057916173?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-35844-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190809\/3f8f90fde77213080143e63b668d8c77.png","price":1,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1565286060,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801321,"version":"1.0","version_msg":"\u521d\u59cb\u7248\u672c","f_path":"other\/20190809\/896a75a8f551c4ef5a135ae84ee767ff.zip","f_md5":"fe4a78f5822e0229803366e714ee8333","f_size":9792,"type":10,"endtime":0,"score":"5.0","name":"y6w_createwebs","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/y6w_createwebs","uninsatll_checks":"\/www\/server\/panel\/plugin\/y6w_createwebs","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u521d\u59cb\u7248\u672c","download":"other\/20190809\/896a75a8f551c4ef5a135ae84ee767ff.zip","md5":"fe4a78f5822e0229803366e714ee8333","size":9792}],"count":612},{"num":"5.0","id":600801805,"uid":904054,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SRS\u97f3\u89c6\u9891\u670d\u52a1\u5668","p_index":"srs_cloud","ps":"SRS\u662f\u5f00\u6e90\u7684\u97f3\u89c6\u9891\u670d\u52a1\u5668\uff0c\u4e3b\u8981\u5e94\u7528\u5728\u76f4\u64ad\u548cWebRTC\u3002?<\/a>","author":"Winlin","home":"https:\/\/www.bt.cn\/bbs\/thread-90890-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220424\/dff76f8daeb6dec5c8294f7702e7f079.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1650800538,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801805,"version":"4.4","version_msg":"\u652f\u6301RTMP\u3001WebRTC\u3001HLS\u3001HTTP- FLV\u548cSRT\u7b49\u5e38\u7528\u534f\u8bae","f_path":"other\/20220426\/6f12f4a340e8de2406cdc4f40e969512.zip","f_md5":"d055d83149420833034955d06659b3b0","f_size":4327104,"type":10,"endtime":0,"score":"5.0","name":"srs_cloud","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/srs_cloud","uninsatll_checks":"\/www\/server\/panel\/plugin\/srs_cloud","compile_args":0,"version_coexist":0,"manager_version":"4","c_manager_version":"4","versions":[{"m_version":"4","version":"4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u652f\u6301RTMP\u3001WebRTC\u3001HLS\u3001HTTP- FLV\u548cSRT\u7b49\u5e38\u7528\u534f\u8bae","download":"other\/20220426\/6f12f4a340e8de2406cdc4f40e969512.zip","md5":"d055d83149420833034955d06659b3b0","size":4327104}],"count":557},{"num":"5.0","id":600801489,"uid":48984,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6570\u636e\u7ed3\u6784\u6bd4\u5bf9\u5de5\u5177","p_index":"cloud_db_diff","ps":"\u4f7f\u7528\u6b64\u5de5\u5177\u53ef\u5c06Mysql\u6570\u636e\u5e93AB\u4e24\u8868\u7684\u6570\u636e\u7ed3\u6784\u8fdb\u884c\u4e00\u952e\u540c\u6b65?<\/a>","author":"\u725b\u90fd\u6559\u9192\u4e86","home":"https:\/\/www.bt.cn\/bbs\/thread-46480-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200325\/4f20682fd226e85ea0e7e8618a4697f6.png","price":8.88,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585072830,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801489,"version":"1.2","version_msg":"\u4fee\u590d\u81ea\u52a8\u62c9\u53d6\u6570\u636e\u5e93\u5217\u8868\u65f6\uff0c\u8d85\u8fc720\u4e2a\u4e0d\u663e\u793a\u7684\u95ee\u9898","f_path":"other\/20201020\/af76a7f1d09a993a4256637aafc0b693.zip","f_md5":"b500f622be896913908a41f1a1eba032","f_size":10215,"type":10,"endtime":0,"score":"5.0","name":"cloud_db_diff","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cloud_db_diff","uninsatll_checks":"\/www\/server\/panel\/plugin\/cloud_db_diff","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u81ea\u52a8\u62c9\u53d6\u6570\u636e\u5e93\u5217\u8868\u65f6\uff0c\u8d85\u8fc720\u4e2a\u4e0d\u663e\u793a\u7684\u95ee\u9898","download":"other\/20201020\/af76a7f1d09a993a4256637aafc0b693.zip","md5":"b500f622be896913908a41f1a1eba032","size":10215}],"count":529},{"num":null,"id":600801363,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Git\u9879\u76ee\u90e8\u7f72\u5de5\u5177","p_index":"git_deploy","ps":"\u81ea\u52a8\u90e8\u7f72\u672c\u5730Git\u4ed3\u5e93\u6307\u5b9a\u5206\u652f\u7684\u4ee3\u7801\u81f3\u670d\u52a1\u5668\u7f51\u7ad9\u76ee\u5f55?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-37793-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190925\/987b50979ba8c2781c62d1ddbe773cef.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1569427610,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801363,"version":"2.1","version_msg":"\u4fee\u590dSSH\u6307\u7eb9\u83b7\u53d6\u95ee\u9898","f_path":"other\/20210912\/abfe988e121f0a1a1cba51af12d39d29.zip","f_md5":"18a68c81642bf69173d189420e616ff7","f_size":38831,"type":10,"endtime":0,"score":null,"name":"git_deploy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/git_deploy","uninsatll_checks":"\/www\/server\/panel\/plugin\/git_deploy","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1","versions":[{"m_version":"2","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dSSH\u6307\u7eb9\u83b7\u53d6\u95ee\u9898","download":"other\/20210912\/abfe988e121f0a1a1cba51af12d39d29.zip","md5":"18a68c81642bf69173d189420e616ff7","size":38831}],"count":516},{"num":null,"id":600801463,"uid":27006,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"vsftpd \u7ba1\u7406\u5668","p_index":"bt_vsftpd","ps":"\u57fa\u4e8evsftpd\u5f00\u53d1\u7684\u63d2\u4ef6,\u652f\u6301\u591a\u7528\u6237\u3001\u9650\u901f\u3001\u9650\u5bb9\u91cf\u7b49\u64cd\u4f5c?<\/a>","author":"IW3C","home":"https:\/\/www.bt.cn\/bbs\/thread-44233-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200218\/ba006d057f070951a7b1cbe75e50ec65.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1581994931,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801463,"version":"1.4.1","version_msg":"\u4fee\u590d\u56fe\u6807\u4e0d\u663e\u793a\u7684\u95ee\u9898\uff0c\u4fee\u590d\u67d0\u4e9b\u8bbe\u5907\u4e0a\u4e0d\u80fd\u4f7f\u7528\u7684\u95ee\u9898","f_path":"other\/20220120\/4035598120c035325937f3b1a927a4e6.zip","f_md5":"1bea517077aafe85a55f3812a5968f50","f_size":35102,"type":10,"endtime":0,"score":null,"name":"bt_vsftpd","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/bt_vsftpd","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_vsftpd","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4.1","versions":[{"m_version":"1","version":"4.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u56fe\u6807\u4e0d\u663e\u793a\u7684\u95ee\u9898\uff0c\u4fee\u590d\u67d0\u4e9b\u8bbe\u5907\u4e0a\u4e0d\u80fd\u4f7f\u7528\u7684\u95ee\u9898","download":"other\/20220120\/4035598120c035325937f3b1a927a4e6.zip","md5":"1bea517077aafe85a55f3812a5968f50","size":35102}],"count":453},{"num":"3.0","id":600801383,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"\u56fe\u7247\u6279\u91cf\u6c34\u5370","p_index":"mfwatermark","ps":"\u56fe\u7247\u6279\u91cf\u6c34\u5370\u53ca\u5404\u79cd\u538b\u7f29?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-38586-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191015\/3739007955dbad246abd1bc51a3ce9cc.png","price":10,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1571131328,"state":0,"sort":3,"os":"Linux","win":0,"a_ps":"","pid":600801383,"version":"1.4.3","version_msg":"1)\u4f18\u5316png,gif\u538b\u7f29 2)\u589e\u52a0\u5904\u7406\u65e5\u5fd7","f_path":"other\/20210716\/2a9dd5936148dfbb1b290c249f4a5a1b.zip","f_md5":"b11ebef41844f378a2001aee49a0b18b","f_size":15712692,"type":10,"endtime":0,"score":"3.0","name":"mfwatermark","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfwatermark","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfwatermark","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4.3","versions":[{"m_version":"1","version":"4.3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1)\u4f18\u5316png,gif\u538b\u7f29 2)\u589e\u52a0\u5904\u7406\u65e5\u5fd7","download":"other\/20210716\/2a9dd5936148dfbb1b290c249f4a5a1b.zip","md5":"b11ebef41844f378a2001aee49a0b18b","size":15712692}],"count":397},{"num":null,"id":600801352,"uid":3671,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5c0f\u6770\u5de5\u5177\u7bb1","p_index":"xjTools","ps":"\u96c6\u6210\u7aef\u53e3\u626b\u63cf\u3001\u7f51\u7ad9\u72b6\u6001\u7801\u68c0\u6d4b\u2026\u2026\u2026\u2026\u4e00\u4e2a\u5c0f\u5de5\u5177?<\/a>","author":"Youngxj","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=37427","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190918\/85b94a174957d8c2d078f6e58fef02b8.png","price":0.5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1568782508,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801352,"version":"1.0","version_msg":"\u96c6\u6210\u7aef\u53e3\u626b\u63cf\u3001\u7f51\u7ad9\u72b6\u6001\u7801\u68c0\u6d4b\u3001\u7f51\u7ad9\u6e90\u7801\u83b7\u53d6\u3001\u7f51\u7ad9\u6536\u5f55\u6570\u3001\u5173\u952e\u8bcd\u6392\u884c\u3001\u6536\u5f55\u67e5\u8be2\u7684\u4e00\u4e2a\u5c0f\u5de5\u5177","f_path":"other\/20190918\/8d9d72042fbb7a3d64c2b81379620b94.zip","f_md5":"4dda39539dc9074ec3266d411afb0fc3","f_size":658581,"type":10,"endtime":0,"score":null,"name":"xjTools","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/xjTools","uninsatll_checks":"\/www\/server\/panel\/plugin\/xjTools","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u96c6\u6210\u7aef\u53e3\u626b\u63cf\u3001\u7f51\u7ad9\u72b6\u6001\u7801\u68c0\u6d4b\u3001\u7f51\u7ad9\u6e90\u7801\u83b7\u53d6\u3001\u7f51\u7ad9\u6536\u5f55\u6570\u3001\u5173\u952e\u8bcd\u6392\u884c\u3001\u6536\u5f55\u67e5\u8be2\u7684\u4e00\u4e2a\u5c0f\u5de5\u5177","download":"other\/20190918\/8d9d72042fbb7a3d64c2b81379620b94.zip","md5":"4dda39539dc9074ec3266d411afb0fc3","size":658581}],"count":339},{"num":"5.0","id":600801453,"uid":79972,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u963f\u91cc\u57df\u540d\u52a8\u6001\u89e3\u6790","p_index":"aliddns","ps":"\u963f\u91cc\u4e91\u57df\u540d\u52a8\u6001\u89e3\u6790\uff0c\u9002\u5408\u6709\u516c\u7f51\u4f46IP\u4e0d\u56fa\u5b9a\u7684\u7528\u6237?<\/a>","author":"\u609f\u7a7a\u6570\u7801","home":"https:\/\/www.bt.cn\/bbs\/thread-43367-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200129\/2588534a9f75e23127bd0e882ae1690f.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1580266851,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801453,"version":"3.1","version_msg":"\u4fee\u590d\u63d2\u4ef6\u4e0d\u80fd\u6253\u5f00\u7684\u95ee\u9898","f_path":"other\/20200806\/0359a00c4c43f07b5868b7929268e5be.zip","f_md5":"821cda42bdc9083f1a5c1ea7ecfbd554","f_size":929252,"type":10,"endtime":0,"score":"5.0","name":"aliddns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/aliddns","uninsatll_checks":"\/www\/server\/panel\/plugin\/aliddns","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"1","versions":[{"m_version":"3","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u63d2\u4ef6\u4e0d\u80fd\u6253\u5f00\u7684\u95ee\u9898","download":"other\/20200806\/0359a00c4c43f07b5868b7929268e5be.zip","md5":"821cda42bdc9083f1a5c1ea7ecfbd554","size":929252}],"count":321},{"num":"4.0","id":600801496,"uid":51225,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"cloudflare\u81ea\u52a8\u5f00\u76fe","p_index":"autoshield","ps":"\u670d\u52a1\u5668\u906d\u53d7\u653b\u51fb\u65f6\uff0c\u81ea\u52a8\u5f00\u76fe\uff0c\u9632\u6b62\u670d\u52a1\u4e2d\u65ad?<\/a>","author":"xcsoft","home":"https:\/\/www.bt.cn\/bbs\/thread-46825-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200330\/a558018b235958e380eb27385d296672.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585536391,"state":0,"sort":4,"os":"Linux","win":-1,"a_ps":"","pid":600801496,"version":"2.0.1","version_msg":"\u4fee\u590d \u8d1f\u8f7d\u83b7\u53d6 \u5b58\u5728\u7684\u95ee\u9898","f_path":"other\/20220128\/6e3cd5c3f95aeeb21298d71d7e2ea93c.zip","f_md5":"027bd50bb3f338acfae4f394bcfb2372","f_size":12666,"type":10,"endtime":0,"score":"4.0","name":"autoshield","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/autoshield","uninsatll_checks":"\/www\/server\/panel\/plugin\/autoshield","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0.1","versions":[{"m_version":"2","version":"0.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d \u8d1f\u8f7d\u83b7\u53d6 \u5b58\u5728\u7684\u95ee\u9898","download":"other\/20220128\/6e3cd5c3f95aeeb21298d71d7e2ea93c.zip","md5":"027bd50bb3f338acfae4f394bcfb2372","size":12666}],"count":295},{"num":"5.0","id":600801528,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"txoss","ps":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-48857-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200502\/b5f71be748935aedb7d2211ead1da3d6.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1588406630,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801528,"version":"1.0","version_msg":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20200502\/2ce65a5eef3ca67e9be8192c3d1aabd5.zip","f_md5":"2dc80b7844fedd62c8c75727faf11dff","f_size":11645,"type":10,"endtime":0,"score":"5.0","name":"txoss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/txoss","uninsatll_checks":"\/www\/server\/panel\/plugin\/txoss","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","download":"other\/20200502\/2ce65a5eef3ca67e9be8192c3d1aabd5.zip","md5":"2dc80b7844fedd62c8c75727faf11dff","size":11645}],"count":271},{"num":"5.0","id":600801625,"uid":14729,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u8ba1\u5212\u4efb\u52a1\u5907\u4efd\u63d2\u4ef6","p_index":"btrenwubeifen","ps":"\u5b9d\u5854\u8ba1\u5212\u4efb\u52a1\u5907\u4efd\u8fd8\u539f\u63d2\u4ef6?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/www.bt.cn\/bbs\/thread-61341-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201122\/c7678bdcfde93b622befb7c089465ae3.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1606037870,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801625,"version":"0.2.1","version_msg":"1\u3001\u589e\u52a0\u5907\u4efd\u8fd8\u539f\u8fdb\u5ea6\u663e\u793a\u3002 2\u3001\u589e\u52a0\u8fd8\u539f\u6587\u4ef6\u5927\u5c0f\u7ec6\u81f42M\uff0c\u9632\u6b62\u6076\u610f\u4e0a\u4f20\u3002 3\u3001\u89e3\u51b3\u90e8\u5206\u8fd8\u539f\u6587\u4ef6\u4e0a\u4f20\u540e\u65e0\u6cd5\u89e3\u6790\u8fd8\u539f\u5305\u95ee\u9898 4\u3001\u89e3\u51b3\u4efb\u52a1\u592a\u591a\u65f6\u65e0\u6cd5\u5b8c\u5168\u5bfc\u5165bug\u4fee\u590d","f_path":"other\/20211216\/e525f27aa5667aad99d6beb7b730bd27.zip","f_md5":"1e3e49e0784f93f427582f4d1e911775","f_size":560280,"type":10,"endtime":0,"score":"5.0","name":"btrenwubeifen","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/btrenwubeifen","uninsatll_checks":"\/www\/server\/panel\/plugin\/btrenwubeifen","compile_args":0,"version_coexist":0,"manager_version":"0","c_manager_version":"2.1","versions":[{"m_version":"0","version":"2.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1\u3001\u589e\u52a0\u5907\u4efd\u8fd8\u539f\u8fdb\u5ea6\u663e\u793a\u3002 2\u3001\u589e\u52a0\u8fd8\u539f\u6587\u4ef6\u5927\u5c0f\u7ec6\u81f42M\uff0c\u9632\u6b62\u6076\u610f\u4e0a\u4f20\u3002 3\u3001\u89e3\u51b3\u90e8\u5206\u8fd8\u539f\u6587\u4ef6\u4e0a\u4f20\u540e\u65e0\u6cd5\u89e3\u6790\u8fd8\u539f\u5305\u95ee\u9898 4\u3001\u89e3\u51b3\u4efb\u52a1\u592a\u591a\u65f6\u65e0\u6cd5\u5b8c\u5168\u5bfc\u5165bug\u4fee\u590d","download":"other\/20211216\/e525f27aa5667aad99d6beb7b730bd27.zip","md5":"1e3e49e0784f93f427582f4d1e911775","size":560280}],"count":256},{"num":"5.0","id":600801406,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4e91\u6587\u4ef6\u5b58\u50a8\uff08NFS\/CFS\/NAS\uff09\u6302\u8f7d\u5de5\u5177","p_index":"nfsgo","ps":"\u628a\u4e91\u6587\u4ef6\u670d\u52a1\uff08NFS\/CFS\/NAS\uff09\uff0c\u6302\u8f7d\u5230\u670d\u52a1\u5668\u4f7f\u7528?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-40186-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191118\/331aa690f39edc9f15f64045294e853e.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1574063383,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801406,"version":"2.0","version_msg":"\u628a\u4e91\u6587\u4ef6\u670d\u52a1\uff08NFS\/CFS\/NAS\uff09\uff0c\u6302\u8f7d\u5230\u670d\u52a1\u5668\u4f7f\u7528,\u589e\u52a0\u4e86\u517c\u5bb9\u6027","f_path":"other\/20200502\/6227d4af43e9d63eebafae555673e212.zip","f_md5":"8c9c192011bbf5ad090cf0957e3668bb","f_size":28546,"type":10,"endtime":0,"score":"5.0","name":"nfsgo","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/nfsgo","uninsatll_checks":"\/www\/server\/panel\/plugin\/nfsgo","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u628a\u4e91\u6587\u4ef6\u670d\u52a1\uff08NFS\/CFS\/NAS\uff09\uff0c\u6302\u8f7d\u5230\u670d\u52a1\u5668\u4f7f\u7528,\u589e\u52a0\u4e86\u517c\u5bb9\u6027","download":"other\/20200502\/6227d4af43e9d63eebafae555673e212.zip","md5":"8c9c192011bbf5ad090cf0957e3668bb","size":28546}],"count":227},{"num":"5.0","id":600801659,"uid":65067,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"HA\u8d1f\u8f7d\u5747\u8861","p_index":"myhaproxy","ps":"\u4e13\u4e1a\u8d1f\u8f7d\u5747\u8861\u5668,\u7b80\u5355\u597d\u7528\uff0c\u4e00\u952e\u8bbe\u7f6e?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-63801-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210204\/aff2c76fff3dd2fa0e1e3ba6368639d6.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1612415308,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801659,"version":"1.0","version_msg":"\u521d\u59cb\u7248\u672c","f_path":"other\/20210207\/18d4bb660f3f2bf480859e1c867508b6.zip","f_md5":"ec7d45c12c746513470d0764162d56ec","f_size":35673,"type":10,"endtime":0,"score":"5.0","name":"myhaproxy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/myhaproxy","uninsatll_checks":"\/www\/server\/panel\/plugin\/myhaproxy","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u521d\u59cb\u7248\u672c","download":"other\/20210207\/18d4bb660f3f2bf480859e1c867508b6.zip","md5":"ec7d45c12c746513470d0764162d56ec","size":35673}],"count":213},{"num":null,"id":600801641,"uid":109295,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"PHP\u6e90\u7801\u52a0\u5bc6","p_index":"jimjiami","ps":"PHP\u6e90\u7801\u52a0\u5bc6\uff0cPHP\u4ee3\u7801\u52a0\u5bc6\uff0cphp\u52a0\u5bc6?<\/a>","author":"\u8001\u4fca","home":"https:\/\/www.bt.cn\/bbs\/thread-61598-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201225\/282592b4fafdfad2d6725fab79741a01.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1608909915,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801641,"version":"2.0.0","version_msg":"\u65b0\u589e\u8fd8\u539f\u5bc6\u7801\uff0c\u65b0\u589e\u4e91\u7aef\u529f\u80fd\uff0c\u675c\u7edd\u52a0\u5bc6\u524d\u7684\u6e90\u4ee3\u7801\u88ab\u4ed6\u4eba\u627e\u5230\u5e76\u6062\u590d","f_path":"other\/20210920\/6c1f09d3c456459526a349c363af04cf.zip","f_md5":"4cd5a3a53e8df28e6689ee24c3683316","f_size":687598,"type":10,"endtime":0,"score":null,"name":"jimjiami","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/jimjiami","uninsatll_checks":"\/www\/server\/panel\/plugin\/jimjiami","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0.0","versions":[{"m_version":"2","version":"0.0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b0\u589e\u8fd8\u539f\u5bc6\u7801\uff0c\u65b0\u589e\u4e91\u7aef\u529f\u80fd\uff0c\u675c\u7edd\u52a0\u5bc6\u524d\u7684\u6e90\u4ee3\u7801\u88ab\u4ed6\u4eba\u627e\u5230\u5e76\u6062\u590d","download":"other\/20210920\/6c1f09d3c456459526a349c363af04cf.zip","md5":"4cd5a3a53e8df28e6689ee24c3683316","size":687598}],"count":212},{"num":"1.0","id":600801478,"uid":65067,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7ad9\u957f\u7ba1\u7406\u5de5\u5177","p_index":"a_site_click","ps":"\u4e00\u952e\u7ba1\u7406\u7f51\u7ad9\uff0c\u591a\u6e90seo\u4f18\u5316\uff0c?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-46919-1-2.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200315\/eea7e9c23a22857b685ac7a0302a542e.png","price":19.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1584275909,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801478,"version":"1.6","version_msg":"\u5220\u9664\u4e2a\u4eba\u6570\u636e","f_path":"other\/20210518\/71b5d5e53eee1b28e0afdc7a67df5716.zip","f_md5":"141696fa664a39069a27e0e7a34105aa","f_size":125394,"type":10,"endtime":0,"score":"1.0","name":"a_site_click","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/a_site_click","uninsatll_checks":"\/www\/server\/panel\/plugin\/a_site_click","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"6","versions":[{"m_version":"1","version":"6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5220\u9664\u4e2a\u4eba\u6570\u636e","download":"other\/20210518\/71b5d5e53eee1b28e0afdc7a67df5716.zip","md5":"141696fa664a39069a27e0e7a34105aa","size":125394}],"count":212},{"num":null,"id":600801218,"uid":146379,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u7ba1\u7406","p_index":"diskquota","ps":"\u53ef\u5bf9\u7ad9\u70b9\u76ee\u5f55\u6216\u81ea\u5b9a\u4e49\u76ee\u5f55\u505a\u4f7f\u7528\u91cf\u914d\u989d,\u5f53\u524d\u4ec5\u652f\u6301XFS\u6587\u4ef6\u7cfb\u7edf?<\/a>","author":"\u5c71\u6c34\u6709\u76f8\u9022","home":"https:\/\/www.bt.cn\/bbs\/thread-30486-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190416\/ac0d8aa620c481be425ea5a008e33480.png","price":4.88,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1555395703,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801218,"version":"1.0","version_msg":"\u53ef\u5bf9\u7ad9\u70b9\u76ee\u5f55\u6216\u81ea\u5b9a\u4e49\u76ee\u5f55\u505a\u4f7f\u7528\u91cf\u914d\u989d,\u5f53\u524d\u4ec5\u652f\u6301XFS\u6587\u4ef6\u7cfb\u7edf","f_path":"other\/20190416\/08003afd16e878db94dce73586b57af1.zip","f_md5":"96a6d7d41f3cf4770cdfd47e6e3ed400","f_size":13988,"type":10,"endtime":0,"score":null,"name":"diskquota","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/diskquota","uninsatll_checks":"\/www\/server\/panel\/plugin\/diskquota","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u53ef\u5bf9\u7ad9\u70b9\u76ee\u5f55\u6216\u81ea\u5b9a\u4e49\u76ee\u5f55\u505a\u4f7f\u7528\u91cf\u914d\u989d,\u5f53\u524d\u4ec5\u652f\u6301XFS\u6587\u4ef6\u7cfb\u7edf","download":"other\/20190416\/08003afd16e878db94dce73586b57af1.zip","md5":"96a6d7d41f3cf4770cdfd47e6e3ed400","size":13988}],"count":200},{"num":"5.0","id":600801729,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b9a\u65f6\u6587\u4ef6\u6e05\u7406","p_index":"autoclear","ps":"\u5b9a\u65f6\u81ea\u52a8\u6e05\u7406\u6587\u4ef6,\u5c0f\u78c1\u76d8\u7684\u798f\u97f3,\u652f\u6301\u591a\u5c42\u6587\u4ef6\u5939\u3001\u81ea\u5b9a\u683c\u5f0f?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-70189-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210603\/4cc55911f65dab0d146352dabbb59053.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1622707120,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801729,"version":"1.8","version_msg":"\u4fee\u590d\u82e5\u5e72bug\uff0c\u53bb\u6389\u5197\u4f59\u4ee3\u7801\uff0c\u63d0\u5347\u7a33\u5b9a\u6027","f_path":"other\/20220213\/cb0ea1a6196737384774f316bc6297dd.zip","f_md5":"7cc7ecd6df53454645eab60b13054ddd","f_size":399213,"type":10,"endtime":0,"score":"5.0","name":"autoclear","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/autoclear","uninsatll_checks":"\/www\/server\/panel\/plugin\/autoclear","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"8","versions":[{"m_version":"1","version":"8","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u82e5\u5e72bug\uff0c\u53bb\u6389\u5197\u4f59\u4ee3\u7801\uff0c\u63d0\u5347\u7a33\u5b9a\u6027","download":"other\/20220213\/cb0ea1a6196737384774f316bc6297dd.zip","md5":"7cc7ecd6df53454645eab60b13054ddd","size":399213}],"count":198},{"num":"2.3","id":600801735,"uid":219184,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u56fe\u7247\u6279\u91cf\u5904\u7406\u5de5\u5177","p_index":"imgtools","ps":"\u53ef\u7075\u6d3b\u5904\u7406\u5404\u9879\u590d\u6742\u7684\u56fe\u7247\u538b\u7f29\u4efb\u52a1\uff0c\u4efb\u52a1\u5f0f\u7ba1\u7406?<\/a>","author":"\u98de\u68a6\u4fe1\u606f","home":"https:\/\/www.bt.cn\/bbs\/thread-71558-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210702\/c451a7ba3c2431f4a699614585bbafe2.png","price":16,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1625207738,"state":0,"sort":2.3,"os":"Linux","win":-1,"a_ps":"","pid":600801735,"version":"2.3","version_msg":"\u4fee\u590d\u51fa\u9519\u540e\u505c\u6b62\u7684BUG;\u964d\u4f4ephp\u7248\u672c\u8981\u6c42\uff0c\u76ee\u524d\u53ea\u9700\u8981php7.1\u4ee5\u4e0a\u7248\u672c\u5373\u53ef","f_path":"other\/20211003\/5e0293a26e2b014c38c14f95ece57ed4.zip","f_md5":"18cea91bec7a008c980cf62255759b66","f_size":1399092,"type":10,"endtime":0,"score":"2.3","name":"imgtools","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/imgtools","uninsatll_checks":"\/www\/server\/panel\/plugin\/imgtools","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"3","versions":[{"m_version":"2","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u51fa\u9519\u540e\u505c\u6b62\u7684BUG;\u964d\u4f4ephp\u7248\u672c\u8981\u6c42\uff0c\u76ee\u524d\u53ea\u9700\u8981php7.1\u4ee5\u4e0a\u7248\u672c\u5373\u53ef","download":"other\/20211003\/5e0293a26e2b014c38c14f95ece57ed4.zip","md5":"18cea91bec7a008c980cf62255759b66","size":1399092}],"count":184},{"num":"1.0","id":600801389,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"SSH\/FTP\u78c1\u76d8\u6302\u8f7d","p_index":"mfftpdev","ps":"SSH\/FTP\u78c1\u76d8\u6302\u8f7d(\u6587\u4ef6\u5939\u53ef\u4ee5\u589e\u91cf\u5907\u4efd)?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-39350-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191031\/3044f0e8898553b27a3f8e3f39b49829.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1572532464,"state":0,"sort":1,"os":"Linux","win":0,"a_ps":"","pid":600801389,"version":"1.0","version_msg":"\u517c\u5bb9python27+, centos\u7b49","f_path":"other\/20191031\/688860809fb686e0a7bf1885dba2aaf3.zip","f_md5":"0a0ec426e75ae567ac4428bf0a0b7312","f_size":18255,"type":10,"endtime":0,"score":"1.0","name":"mfftpdev","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfftpdev","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfftpdev","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9python27+, centos\u7b49","download":"other\/20191031\/688860809fb686e0a7bf1885dba2aaf3.zip","md5":"0a0ec426e75ae567ac4428bf0a0b7312","size":18255}],"count":157},{"num":"4.0","id":600801510,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u817e\u8baf\u4e91CDN\u81ea\u52a8\u4e0a\u7ebf","p_index":"tencent_cdn","ps":"\u81ea\u52a8\u4e0b\u7ebf\u8d85\u6d41IP\/\u94fe\u63a5\uff0c\u51cf\u5c11CDN\u88abCC\/DDoS\u653b\u51fb\u7684\u635f\u5931?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-47625-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211124\/d64410f1d4f44a0696056c099d504eb3.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1586691784,"state":0,"sort":4,"os":"Linux","win":-1,"a_ps":"","pid":600801510,"version":"1.7.0","version_msg":"\u91cd\u5199\u63d2\u4ef6\uff0c\u65b0\u589e\u66f4\u591a\u529f\u80fd\u3002\u5982\u4e0d\u9700\u8981\u65b0\u7248\u529f\u80fd\u53ef\u4e0d\u7528\u5347\u7ea7\uff01","f_path":"other\/20211124\/ad3b3e82a5e60592cad4fd78589b8230.zip","f_md5":"cc1292f33cc012071d1ad14a71d535b4","f_size":1596863,"type":10,"endtime":0,"score":"4.0","name":"tencent_cdn","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/tencent_cdn","uninsatll_checks":"\/www\/server\/panel\/plugin\/tencent_cdn","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"7.0","versions":[{"m_version":"1","version":"7.0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u91cd\u5199\u63d2\u4ef6\uff0c\u65b0\u589e\u66f4\u591a\u529f\u80fd\u3002\u5982\u4e0d\u9700\u8981\u65b0\u7248\u529f\u80fd\u53ef\u4e0d\u7528\u5347\u7ea7\uff01","download":"other\/20211124\/ad3b3e82a5e60592cad4fd78589b8230.zip","md5":"cc1292f33cc012071d1ad14a71d535b4","size":1596863}],"count":157},{"num":"5.0","id":600801401,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u4e91\u5b58\u50a8\u5bf9\u8c61BOS\u6302\u8f7d\u5de5\u5177","p_index":"bdbos","ps":"\u628a\u767e\u5ea6\u4e91BOS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f53\u4f5c\u672c\u5730\u76d8\u4f7f\u7528\u3002?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-39953-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191113\/087f6342714ae5d298e8a75b87a9cd1f.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573633058,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801401,"version":"2.0","version_msg":"\u628a\u767e\u5ea6\u4e91BOS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u53ef\u6302\u8f7d\u591a\u4e2aBOS\uff0c\u5f00\u673a\u81ea\u52a8\u542f\u52a8\uff0c\u52a0\u5f3a\u4e86py3\u7684\u517c\u5bb9\u6027","f_path":"other\/20200503\/0253851756619ad8fc141f0786c57e05.zip","f_md5":"93e4f51e15e2d8e84b21fb54bf5e3851","f_size":28884,"type":10,"endtime":0,"score":"5.0","name":"bdbos","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/bdbos","uninsatll_checks":"\/www\/server\/panel\/plugin\/bdbos","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u628a\u767e\u5ea6\u4e91BOS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u53ef\u6302\u8f7d\u591a\u4e2aBOS\uff0c\u5f00\u673a\u81ea\u52a8\u542f\u52a8\uff0c\u52a0\u5f3a\u4e86py3\u7684\u517c\u5bb9\u6027","download":"other\/20200503\/0253851756619ad8fc141f0786c57e05.zip","md5":"93e4f51e15e2d8e84b21fb54bf5e3851","size":28884}],"count":140},{"num":"5.0","id":600801583,"uid":27006,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5929\u7ffc\u7f51\u76d8\u52a9\u624b","p_index":"cloud189","ps":"\u57fa\u4e8e\u5929\u7ffc\u7f51\u76d8\u7684API\u6784\u5efa\u7684\u81ea\u52a8\u5316\u7ba1\u7406\uff0c\u89e3\u6790\u63d2\u4ef6?<\/a>","author":"IW3C","home":"https:\/\/www.bt.cn\/bbs\/thread-53988-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200820\/97f49f5b4f2f21a03b01ec2eb0599ec5.png","price":19.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1597935864,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801583,"version":"1.2.i","version_msg":"\u8c03\u6574\u90e8\u5206\u63a5\u53e3\u7528\u4ee5\u9002\u914d\u6700\u65b0\u5929\u7ffc\u4e91\uff08\u89c1update.txt\uff09","f_path":"other\/20220307\/15a323c8e0eba0f71abcfe708b22c771.zip","f_md5":"1480adb34f8757b20725143bc9349787","f_size":78941,"type":10,"endtime":0,"score":"5.0","name":"cloud189","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cloud189","uninsatll_checks":"\/www\/server\/panel\/plugin\/cloud189","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2.i","versions":[{"m_version":"1","version":"2.i","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u8c03\u6574\u90e8\u5206\u63a5\u53e3\u7528\u4ee5\u9002\u914d\u6700\u65b0\u5929\u7ffc\u4e91\uff08\u89c1update.txt\uff09","download":"other\/20220307\/15a323c8e0eba0f71abcfe708b22c771.zip","md5":"1480adb34f8757b20725143bc9349787","size":78941}],"count":133},{"num":"3.0","id":600801562,"uid":65067,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7ad9\u7fa4\u7ba1\u7406\u5de5\u5177","p_index":"site_cluster","ps":"\u4e00\u952e\u7ba1\u7406\u591a\u4e2a\u7f51\u7ad9seo\u4f18\u5316?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-52655-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200717\/41ab963f3179ebc75d81b158c4ca4433.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1594990515,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801562,"version":"1.2","version_msg":"\u7ec6\u8282\u4f18\u5316","f_path":"other\/20210329\/16ed0e4adbff77ea13b25ee2baadf080.zip","f_md5":"5300de59093cd681a5499c80d3b4220b","f_size":39799,"type":10,"endtime":0,"score":"3.0","name":"site_cluster","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/site_cluster","uninsatll_checks":"\/www\/server\/panel\/plugin\/site_cluster","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u7ec6\u8282\u4f18\u5316","download":"other\/20210329\/16ed0e4adbff77ea13b25ee2baadf080.zip","md5":"5300de59093cd681a5499c80d3b4220b","size":39799}],"count":122},{"num":"5.0","id":600801495,"uid":186911,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Cloudflare\u89e3\u6790","p_index":"cloudflare","ps":"\u8fde\u63a5cloudflare\u6dfb\u52a0\u3001\u5220\u9664\u3001\u67e5\u770bDNS\u89e3\u6790?<\/a>","author":"cxbsoft","home":"https:\/\/www.bt.cn\/bbs\/thread-46727-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200329\/40d01d19b0c2bff6acd5b2c02931d39a.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585443528,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801495,"version":"2.1.2","version_msg":"Cloudflare\u89e3\u6790\u3001\u8d1f\u8f7d\u9632\u706b\u5899\u3001CC\\DDOS\u76fe\u3001\u8fdc\u7a0b\u7ba1\u7406,\u4f18\u5316\u4e86UI\uff0c\u4fee\u590d\u4e86Bug","f_path":"other\/20200723\/9bfd902bdfe0250bfb98c97899a010d4.zip","f_md5":"05a08a1ff898f2883430b433c0bfae83","f_size":23747,"type":10,"endtime":0,"score":"5.0","name":"cloudflare","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cloudflare","uninsatll_checks":"\/www\/server\/panel\/plugin\/cloudflare","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1.2","versions":[{"m_version":"2","version":"1.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"Cloudflare\u89e3\u6790\u3001\u8d1f\u8f7d\u9632\u706b\u5899\u3001CC\\DDOS\u76fe\u3001\u8fdc\u7a0b\u7ba1\u7406,\u4f18\u5316\u4e86UI\uff0c\u4fee\u590d\u4e86Bug","download":"other\/20200723\/9bfd902bdfe0250bfb98c97899a010d4.zip","md5":"05a08a1ff898f2883430b433c0bfae83","size":23747}],"count":116},{"num":"5.0","id":600801742,"uid":697521,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"PHP Encoder","p_index":"php_encoder","ps":"php\u4ee3\u7801\u52a0\u5bc6\u4fdd\u62a4,\u9632\u6b62\u6728\u9a6c\u6ce8\u5165?<\/a>","author":"\u9ea6\u4e50","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=73149","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210807\/49ee4171a20de74dfd69a7728b20b12d.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1627441931,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801742,"version":"1.3.9","version_msg":"-\u66f4\u65b0\uff1a\u52a0\u5f3a\u52a0\u5bc6\u7b97\u6cd5\uff0c\u754c\u9762\u63d0\u793a\u4f18\u5316\uff1b","f_path":"other\/20220524\/4832482fee093afd2001d9490637f893.zip","f_md5":"e0b2c2ec0b6ece346a428d93898f49b1","f_size":5774093,"type":10,"endtime":0,"score":"5.0","name":"php_encoder","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/php_encoder","uninsatll_checks":"\/www\/server\/panel\/plugin\/php_encoder","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3.9","versions":[{"m_version":"1","version":"3.9","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"-\u66f4\u65b0\uff1a\u52a0\u5f3a\u52a0\u5bc6\u7b97\u6cd5\uff0c\u754c\u9762\u63d0\u793a\u4f18\u5316\uff1b","download":"other\/20220524\/4832482fee093afd2001d9490637f893.zip","md5":"e0b2c2ec0b6ece346a428d93898f49b1","size":5774093}],"count":113},{"num":"1.0","id":600801491,"uid":167448,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b9d\u5854\u540e\u53f0\u76ae\u80a4-\u900f\u660e","p_index":"tpl_hyaline","ps":"\u540e\u53f0\u76ae\u80a4?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-46527-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200325\/06a8123060338addc6804259a2de83cf.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585120465,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801491,"version":"1.5","version_msg":"\u6dfb\u52a0\u4e8c\u6b21\u5143\u770b\u677f\u5a18","f_path":"other\/20210505\/4b8a834922d9ac915bdd86bde6818a0f.zip","f_md5":"762ed7ae0252bb081b835007a7618c14","f_size":3655247,"type":10,"endtime":0,"score":"1.0","name":"tpl_hyaline","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/tpl_hyaline","uninsatll_checks":"\/www\/server\/panel\/plugin\/tpl_hyaline","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"5","versions":[{"m_version":"1","version":"5","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u6dfb\u52a0\u4e8c\u6b21\u5143\u770b\u677f\u5a18","download":"other\/20210505\/4b8a834922d9ac915bdd86bde6818a0f.zip","md5":"762ed7ae0252bb081b835007a7618c14","size":3655247}],"count":88},{"num":"1.0","id":600801622,"uid":153914,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"MySQL\u5185\u5bb9\u5168\u5c40\u641c\u7d22","p_index":"mysqlfind","ps":"\u5728mysql\u6570\u636e\u5e93\u4e2d\u5168\u5c40\u67e5\u627e\u5185\u5bb9\uff0c\u5305\u542b\u3001\u7b49\u4e8e\u3001\u524d\u7f003\u79cd\u6a21\u5f0f?<\/a>","author":"\u82af\u6e56","home":"https:\/\/www.bt.cn\/bbs\/thread-58675-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201103\/4958efe935147ae5933c8da5a84f63ab.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1604387576,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801622,"version":"1.1","version_msg":"mysql\u6570\u636e\u5e93\u4e2d\u5168\u5c40\u67e5\u627e\u5185\u5bb9\uff0c\u5305\u542b\u3001\u7b49\u4e8e\u3001\u524d\u7f003\u79cd\u6a21\u5f0f\uff0c\u6027\u80fd\u4f18\u5316","f_path":"other\/20210316\/939e1779f3f3a7036adea85194827893.zip","f_md5":"d13b5236d78bd7a24c28f3482e71359e","f_size":850591,"type":10,"endtime":0,"score":"1.0","name":"mysqlfind","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mysqlfind","uninsatll_checks":"\/www\/server\/panel\/plugin\/mysqlfind","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"mysql\u6570\u636e\u5e93\u4e2d\u5168\u5c40\u67e5\u627e\u5185\u5bb9\uff0c\u5305\u542b\u3001\u7b49\u4e8e\u3001\u524d\u7f003\u79cd\u6a21\u5f0f\uff0c\u6027\u80fd\u4f18\u5316","download":"other\/20210316\/939e1779f3f3a7036adea85194827893.zip","md5":"d13b5236d78bd7a24c28f3482e71359e","size":850591}],"count":87},{"num":"5.0","id":600801803,"uid":222800,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u718a\u732b\u7f51\u7ad9\u65e5\u5fd7\u5206\u6790","p_index":"lotusweblog","ps":"\u66f4\u4e13\u4e1a\u7684\u7f51\u7ad9\u65e5\u5fd7\u5206\u6790\u63d2\u4ef6\uff0c\u652f\u6301apache\/nginx?<\/a>","author":"\u65e7\u96e8\u697c","home":"https:\/\/www.bt.cn\/bbs\/thread-90125-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220416\/3201116e1083d36b2d433d1530913731.png","price":9.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1650088893,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801803,"version":"1.4","version_msg":"\u65b0\u589eIP\u5206\u6790\u4e0e\u5730\u533a\u5206\u6790\uff0c\u5efa\u8bae\u6240\u6709\u7528\u6237\u66f4\u65b0","f_path":"other\/20220523\/794985abf6c1291409b8345910eb70fc.zip","f_md5":"b0fd38a4c810e5b3a4f20410c703d55c","f_size":7616879,"type":10,"endtime":0,"score":"5.0","name":"lotusweblog","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/lotusweblog","uninsatll_checks":"\/www\/server\/panel\/plugin\/lotusweblog","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4","versions":[{"m_version":"1","version":"4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b0\u589eIP\u5206\u6790\u4e0e\u5730\u533a\u5206\u6790\uff0c\u5efa\u8bae\u6240\u6709\u7528\u6237\u66f4\u65b0","download":"other\/20220523\/794985abf6c1291409b8345910eb70fc.zip","md5":"b0fd38a4c810e5b3a4f20410c703d55c","size":7616879}],"count":86},{"num":null,"id":600801543,"uid":218594,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"CloudFlare \u6279\u91cf\u8bbe\u7f6eip","p_index":"cf_ipchange","ps":"\u9488\u5bf9\u540c\u4e00\u8d26\u53f7\u4e0b\u7684\u591a\u4e2a\u57df\u540d\uff0c\u6279\u91cf\u8bbe\u7f6e\u89e3\u6790ip\u3002?<\/a>","author":"\u6fee\u9633\u5e02\u5e38\u4ead\u7535\u5b50\u79d1\u6280\u6709\u9650\u516c\u53f8","home":"https:\/\/www.bt.cn\/bbs\/thread-50337-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200523\/4681b7928072a567b7dfabf162d4108a.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1590197059,"state":0,"sort":0,"os":"Linux","win":1,"a_ps":"","pid":600801543,"version":"v1.0.0","version_msg":"\u4e0a\u7ebf\u7a33\u5b9a\u7248\u672c","f_path":"other\/20200605\/6037d53b3831bbf078f67b5fb00e248a.zip","f_md5":"981e881adda7d1cadda4904ec535147b","f_size":36299,"type":10,"endtime":0,"score":null,"name":"cf_ipchange","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cf_ipchange","uninsatll_checks":"\/www\/server\/panel\/plugin\/cf_ipchange","compile_args":0,"version_coexist":0,"manager_version":"v1","c_manager_version":"0.0","versions":[{"m_version":"v1","version":"0.0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4e0a\u7ebf\u7a33\u5b9a\u7248\u672c","download":"other\/20200605\/6037d53b3831bbf078f67b5fb00e248a.zip","md5":"981e881adda7d1cadda4904ec535147b","size":36299}],"count":85},{"num":"4.0","id":600801520,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7f51\u7ad9\u91c7\u96c6\u5668","p_index":"colscript","ps":"\u7f51\u7ad9\u91c7\u96c6,\u76ee\u524d\u652f\u6301typecho\u7a0b\u5e8f\u91c7\u96c6?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.waytomilky.com\/archives\/2084.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200427\/44047cab050e6d1a4df7ee1c935cd8a2.png","price":19.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1587665495,"state":0,"sort":4,"os":"Linux","win":-1,"a_ps":"","pid":600801520,"version":"1.1","version_msg":"\u4f18\u5316UI\u548c\u4fee\u6539\u63d2\u4ef6\u4f5c\u8005\uff0c\u8fdb\u4e00\u6b65\u4f18\u5316\u7ec6\u8282","f_path":"other\/20200427\/5ebd8f6f7169e57343b4ecc45f82cdaf.zip","f_md5":"ea5ee9ce0f514892d583b7ddf2df568d","f_size":595867,"type":10,"endtime":0,"score":"4.0","name":"colscript","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/colscript","uninsatll_checks":"\/www\/server\/panel\/plugin\/colscript","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4f18\u5316UI\u548c\u4fee\u6539\u63d2\u4ef6\u4f5c\u8005\uff0c\u8fdb\u4e00\u6b65\u4f18\u5316\u7ec6\u8282","download":"other\/20200427\/5ebd8f6f7169e57343b4ecc45f82cdaf.zip","md5":"ea5ee9ce0f514892d583b7ddf2df568d","size":595867}],"count":85},{"num":null,"id":600801395,"uid":167448,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SSH\u7ba1\u7406\u5668","p_index":"ssh_manager","ps":"\u9ed1\u767d\u540d\u5355\u3001\u767b\u9646\u90ae\u4ef6\u63d0\u9192\u3001\u767b\u9646\u65e5\u5fd7\u7b49\u7ba1\u7406?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191106\/1989b486726cdea6a62954fe3b345e3d.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573027441,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801395,"version":"1.3","version_msg":"\u4fee\u590dssh\u6587\u4ef6\u4e0d\u80fd\u4fdd\u5b58","f_path":"other\/20200221\/6800f457ef99aa17caae9085f058659e.zip","f_md5":"e4f83629e9c86251ee75ffd7b2510075","f_size":23372,"type":10,"endtime":0,"score":null,"name":"ssh_manager","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/ssh_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/ssh_manager","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3","versions":[{"m_version":"1","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dssh\u6587\u4ef6\u4e0d\u80fd\u4fdd\u5b58","download":"other\/20200221\/6800f457ef99aa17caae9085f058659e.zip","md5":"e4f83629e9c86251ee75ffd7b2510075","size":23372}],"count":75},{"num":"5.0","id":600801508,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u817e\u8baf\u4e91\u57df\u540d\u52a8\u6001\u89e3\u6790","p_index":"dnspod_ddns","ps":"\u817e\u8baf\u4e91\u57df\u540d\u52a8\u6001\u89e3\u6790\uff0c\u8bf7\u5148\u70b9\u51fb\u95ee\u53f7\u770b\u8bf4\u660e?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-47587-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200410\/891111b223fb30cb065d6a29410c6d70.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1586480150,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801508,"version":"1.7.6","version_msg":"1.\u652f\u6301Tencent API 3.0\u63a5\u53e3 2.\u65b0\u589e\u68c0\u6d4b\u5230IP\u53d1\u9001\u53d8\u66f4\u65f6\uff0c\u53d1\u9001WebHook\u8bf7\u6c42\u7684\u529f\u80fd","f_path":"other\/20220205\/6e7a4673d1aeb56647c8fdedaa350025.zip","f_md5":"4af2df141b9788cca423f2fe2938e93c","f_size":289364,"type":10,"endtime":0,"score":"5.0","name":"dnspod_ddns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/dnspod_ddns","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod_ddns","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"7.6","versions":[{"m_version":"1","version":"7.6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u652f\u6301Tencent API 3.0\u63a5\u53e3 2.\u65b0\u589e\u68c0\u6d4b\u5230IP\u53d1\u9001\u53d8\u66f4\u65f6\uff0c\u53d1\u9001WebHook\u8bf7\u6c42\u7684\u529f\u80fd","download":"other\/20220205\/6e7a4673d1aeb56647c8fdedaa350025.zip","md5":"4af2df141b9788cca423f2fe2938e93c","size":289364}],"count":75},{"num":"5.0","id":600801399,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4eac\u4e1c\u4e91\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5de5\u5177","p_index":"jdoss","ps":"\u628a\u4eac\u4e1c\u4e91OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5b8c\u5168\u5ab2\u7f8e\u672c\u5730\u76d8\u3002?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-39670-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191108\/d74b2c5e165c729f76ca94923835350c.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573175600,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801399,"version":"2.0","version_msg":"\u628a\u4eac\u4e1c\u4e91OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u89e3\u51b3\u4e86\u5bf9\u8c61\u5b58\u50a8\u53ef\u89c6\u5316\u64cd\u4f5c\u7684\u5404\u79cd\u95ee\u9898,\u5b8c\u5168\u5ab2\u7f8e\u672c\u5730\u76d8\uff0c\u517c\u5bb9py3","f_path":"other\/20200503\/540dc47bb91e9d95934d6875d8424712.zip","f_md5":"e56ade54e5d96e6cc7afa77a707de63f","f_size":33564,"type":10,"endtime":0,"score":"5.0","name":"jdoss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/jdoss","uninsatll_checks":"\/www\/server\/panel\/plugin\/jdoss","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u628a\u4eac\u4e1c\u4e91OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u89e3\u51b3\u4e86\u5bf9\u8c61\u5b58\u50a8\u53ef\u89c6\u5316\u64cd\u4f5c\u7684\u5404\u79cd\u95ee\u9898,\u5b8c\u5168\u5ab2\u7f8e\u672c\u5730\u76d8\uff0c\u517c\u5bb9py3","download":"other\/20200503\/540dc47bb91e9d95934d6875d8424712.zip","md5":"e56ade54e5d96e6cc7afa77a707de63f","size":33564}],"count":61},{"num":"1.0","id":600801499,"uid":186911,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"S3\u76d8\u78c1\u76d8\u6302\u8f7d\u5668","p_index":"mounter","ps":"\u65b9\u4fbf\u5730\u6302\u8f7dS3\u6876\u4e0e\u78c1\u76d8?<\/a>","author":"cxbsoft","home":"https:\/\/www.bt.cn\/bbs\/thread-46890-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200401\/5ab52b348d46d2fd21fd6af5bd987955.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585686902,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801499,"version":"1.0","version_msg":"\u65b9\u4fbf\u5730\u6302\u8f7d\u5bf9\u8c61\u50a8\u5b58\u4e0e\u78c1\u76d8,\u5e76\u5b9e\u73b0\u6587\u4ef6\u7ba1\u7406(\u5305\u62ec\u4e0a\u4f20\uff08\u6587\u4ef6\u5939\uff09\u3001\u4e0b\u8f7d)","f_path":"other\/20200407\/f0c9a6f6f70080ea497662ae862b2565.zip","f_md5":"f972a0b316cee23aa6abced1cf4a4397","f_size":56540,"type":10,"endtime":0,"score":"1.0","name":"mounter","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mounter","uninsatll_checks":"\/www\/server\/panel\/plugin\/mounter","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b9\u4fbf\u5730\u6302\u8f7d\u5bf9\u8c61\u50a8\u5b58\u4e0e\u78c1\u76d8,\u5e76\u5b9e\u73b0\u6587\u4ef6\u7ba1\u7406(\u5305\u62ec\u4e0a\u4f20\uff08\u6587\u4ef6\u5939\uff09\u3001\u4e0b\u8f7d)","download":"other\/20200407\/f0c9a6f6f70080ea497662ae862b2565.zip","md5":"f972a0b316cee23aa6abced1cf4a4397","size":56540}],"count":60},{"num":null,"id":600801539,"uid":186911,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Typecho\u7ba1\u7406","p_index":"typechomg","ps":"\u65b9\u4fbf\u7684typecho\u7ba1\u7406\uff0c\u4e00\u952e\u5b89\u88c5\u63d2\u4ef6?<\/a>","author":"cxbsoft","home":"http:\/\/blog.bsot.cn\/index.php\/archives\/116\/","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200520\/7667104cd890b06a74bc0d336d4f7dbd.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1589904137,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801539,"version":"v1.0","version_msg":"\u5b9e\u73b0\u4e00\u952e\u5b89\u88c5\u63d2\u4ef6\u3001\u63d2\u4ef6\u7ba1\u7406\u3001\u8bc4\u8bba\u5b89\u5168\u68c0\u6d4b\u3001\u8bc4\u8bba\u7ba1\u7406\u3001\u53cb\u94fe\u7ba1\u7406\u4e0e\u53cb\u94fe\u65e0\u6548url\u5220\u9664","f_path":"other\/20200527\/8155b53a9f5e9e2d55aff02776d4146f.zip","f_md5":"d08e076b7a371115f41b5686afeb8a83","f_size":18238,"type":10,"endtime":0,"score":null,"name":"typechomg","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/typechomg","uninsatll_checks":"\/www\/server\/panel\/plugin\/typechomg","compile_args":0,"version_coexist":0,"manager_version":"v1","c_manager_version":"0","versions":[{"m_version":"v1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5b9e\u73b0\u4e00\u952e\u5b89\u88c5\u63d2\u4ef6\u3001\u63d2\u4ef6\u7ba1\u7406\u3001\u8bc4\u8bba\u5b89\u5168\u68c0\u6d4b\u3001\u8bc4\u8bba\u7ba1\u7406\u3001\u53cb\u94fe\u7ba1\u7406\u4e0e\u53cb\u94fe\u65e0\u6548url\u5220\u9664","download":"other\/20200527\/8155b53a9f5e9e2d55aff02776d4146f.zip","md5":"d08e076b7a371115f41b5686afeb8a83","size":18238}],"count":53},{"num":"3.0","id":600801576,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Dnspod\u89e3\u6790\u81ea\u52a8\u5207\u6362","p_index":"dnspod_parsing_switch","ps":"\u5f53\u4e00\u4e2a\u89e3\u6790\u51fa\u73b0\u5f02\u5e38\u65f6\u81ea\u52a8\u5207\u6362\u5230\u53e6\u4e00\u4e2a\u89e3\u6790?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-53672-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200809\/e0972606bba6b951b3e3abaf02bee292.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1596964302,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801576,"version":"1.8.6","version_msg":"\u65b0\u589eWebHook\u8bf7\u6c42\u53d1\u9001\u4ee5\u53caTencentAPI3.0\u652f\u6301\uff0c\u5982\u4e0d\u9700\u8981\u53ef\u4e0d\u5347\u7ea7","f_path":"other\/20220205\/3da3bb0578193a8099843bcfdc4bf196.zip","f_md5":"5a545351efee9dd5339d8777af06476a","f_size":202659,"type":10,"endtime":0,"score":"3.0","name":"dnspod_parsing_switch","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/dnspod_parsing_switch","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod_parsing_switch","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"8.6","versions":[{"m_version":"1","version":"8.6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b0\u589eWebHook\u8bf7\u6c42\u53d1\u9001\u4ee5\u53caTencentAPI3.0\u652f\u6301\uff0c\u5982\u4e0d\u9700\u8981\u53ef\u4e0d\u5347\u7ea7","download":"other\/20220205\/3da3bb0578193a8099843bcfdc4bf196.zip","md5":"5a545351efee9dd5339d8777af06476a","size":202659}],"count":52},{"num":"1.0","id":600801445,"uid":14729,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"php\u6d4b\u8bd5\u865a\u62df\u65f6\u95f4","p_index":"customtime","ps":"\u4f1a\u6539\u53d8\u8f6f\u4ef6\u7cfb\u7edf\u65f6\u95f4\uff0c\u751f\u4ea7\u73af\u5883\u8bf7\u8c28\u614e\u4f7f\u7528\uff0c\u4ee5\u514d\u9020\u6210\u4e0d\u5fc5\u8981\u7684\u9ebb\u70e6?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/blog.csdn.net\/qq_38883889\/article\/details\/106731520","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200108\/fcfe197c6ddf9cc3f36629f72c1285d7.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1578451670,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801445,"version":"1.3.4","version_msg":"1.\u4fee\u590d\u67d0\u4e9b\u7279\u5b9a\u60c5\u51b5\u4e0b\u4e0d\u8d70\u65f6\u95ee\u9898\uff08\u6bd4\u5982docker\u4e2d\u8fd0\u884c\u5b9d\u5854\u65f6\uff09","f_path":"other\/20220329\/3dd78eb8ca41e6c60e0121eb044cbdfd.zip","f_md5":"955734e445f1c525ebda74b5818d210f","f_size":364886,"type":10,"endtime":0,"score":"1.0","name":"customtime","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/customtime","uninsatll_checks":"\/www\/server\/panel\/plugin\/customtime","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3.4","versions":[{"m_version":"1","version":"3.4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u4fee\u590d\u67d0\u4e9b\u7279\u5b9a\u60c5\u51b5\u4e0b\u4e0d\u8d70\u65f6\u95ee\u9898\uff08\u6bd4\u5982docker\u4e2d\u8fd0\u884c\u5b9d\u5854\u65f6\uff09","download":"other\/20220329\/3dd78eb8ca41e6c60e0121eb044cbdfd.zip","md5":"955734e445f1c525ebda74b5818d210f","size":364886}],"count":45},{"num":"5.0","id":600801746,"uid":697521,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u670d\u52a1\u5668\u7aef\u53e3\u76d1\u6d4b","p_index":"server_port_watcher","ps":"\u76d1\u6d4b\u670d\u52a1\u5668\u7aef\u53e3\uff0c\u5f02\u5e38\u90ae\u4ef6\u901a\u77e5?<\/a>","author":"\u9ea6\u4e50","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=74227","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210809\/72011b5393b2458cf0ea4cce65b49d97.png","price":2.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1628498573,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801746,"version":"1.2","version_msg":"* \u589e\u52a0\u76d1\u542c\u9891\u7387\u53ef\u914d\u7f6e * \u589e\u52a0\u76d1\u542c\u51fa\u73b0\u9519\u8bef\u5bb9\u9519\u6b21\u6570\u914d\u7f6e\uff0c\u4ee5\u514d\u8bef\u62a5,\u76d1\u542c\u5916\u7f51\u6709\u7f51\u7edc\u6ce2\u52a8\u65f6\u53ef\u9002\u5f53\u589e\u52a0\u5bb9\u9519\u9891\u6b21 * \u589e\u52a0\u51fa\u73b0\u9519\u8bef\u540e\u53ef\u6267\u884c\u547d\u4ee4\uff0c\u8bbf\u95eeURL\uff0c\u5b9e\u73b0\u4e1a\u52a1\u81ea\u6062\u590d","f_path":"other\/20211128\/5d78816b8ea08777644013e1b2534b6d.zip","f_md5":"69e66c6a5d5914ec35f962a5dbd0f839","f_size":29358623,"type":10,"endtime":0,"score":"5.0","name":"server_port_watcher","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/server_port_watcher","uninsatll_checks":"\/www\/server\/panel\/plugin\/server_port_watcher","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"* \u589e\u52a0\u76d1\u542c\u9891\u7387\u53ef\u914d\u7f6e * \u589e\u52a0\u76d1\u542c\u51fa\u73b0\u9519\u8bef\u5bb9\u9519\u6b21\u6570\u914d\u7f6e\uff0c\u4ee5\u514d\u8bef\u62a5,\u76d1\u542c\u5916\u7f51\u6709\u7f51\u7edc\u6ce2\u52a8\u65f6\u53ef\u9002\u5f53\u589e\u52a0\u5bb9\u9519\u9891\u6b21 * \u589e\u52a0\u51fa\u73b0\u9519\u8bef\u540e\u53ef\u6267\u884c\u547d\u4ee4\uff0c\u8bbf\u95eeURL\uff0c\u5b9e\u73b0\u4e1a\u52a1\u81ea\u6062\u590d","download":"other\/20211128\/5d78816b8ea08777644013e1b2534b6d.zip","md5":"69e66c6a5d5914ec35f962a5dbd0f839","size":29358623}],"count":45},{"num":null,"id":600801604,"uid":153914,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u538b\u7f29\u5907\u4efd\u5230\u90ae\u7bb1","p_index":"baktomail","ps":"\u538b\u7f29\u6587\u4ef6\u5939\u53d1\u9644\u4ef6\u5230\u90ae\u7bb1\uff0c\u53ef\u8d85\u5927\u9644\u4ef6\u591a\u6587\u4ef6\u5939?<\/a>","author":"\u82af\u6e56","home":"https:\/\/www.bt.cn\/bbs\/thread-57404-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201010\/8e7ed2907eec45d8928201c43a94b119.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1602313276,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801604,"version":"1.2","version_msg":"\u538b\u7f29\u6587\u4ef6\u5939\u6216\u6587\u4ef6\u53d1\u9001\u9644\u4ef6\u5907\u4efd\u5230\u90ae\u7bb1\uff0c\u652f\u6301\u8d85\u5927\u9644\u4ef6\u548c\u591a\u6587\u4ef6\u5939","f_path":"other\/20201026\/fde326bccf9e7da990d1e77f6a78c919.zip","f_md5":"56f2eeef281a9b0b018a1d77066934db","f_size":939622,"type":10,"endtime":0,"score":null,"name":"baktomail","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/baktomail","uninsatll_checks":"\/www\/server\/panel\/plugin\/baktomail","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u538b\u7f29\u6587\u4ef6\u5939\u6216\u6587\u4ef6\u53d1\u9001\u9644\u4ef6\u5907\u4efd\u5230\u90ae\u7bb1\uff0c\u652f\u6301\u8d85\u5927\u9644\u4ef6\u548c\u591a\u6587\u4ef6\u5939","download":"other\/20201026\/fde326bccf9e7da990d1e77f6a78c919.zip","md5":"56f2eeef281a9b0b018a1d77066934db","size":939622}],"count":44},{"num":"5.0","id":600801764,"uid":761752,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u78c1\u76d8\u914d\u989d","p_index":"hxsquota","ps":"\u5bf9\u6302\u8f7d\u7684xfs\u78c1\u76d8\u6587\u4ef6\u5939\u9650\u5b9a\u4f7f\u7528\u5927\u5c0f\u3010\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u3011\u7684\u6539\u8fdb\u7248?<\/a>","author":"\u8def\u9014\u6709\u5751","home":"https:\/\/www.bt.cn\/bbs\/thread-76829-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210928\/e054ee81a23bf594c9ba48c9c40b11d9.png","price":4,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1632818438,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801764,"version":"1.0","version_msg":"\u5bf9\u6302\u8f7d\u7684xfs\u78c1\u76d8\u6587\u4ef6\u5939\u9650\u5b9a\u4f7f\u7528\u5927\u5c0f\u3010\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u3011\u7684\u6539\u8fdb\u7248","f_path":"other\/20210928\/3742ec1c436387307ac3689c76fcb6ae.zip","f_md5":"bc05e8cc52cb9d7a7344cc714919f8dd","f_size":19349,"type":10,"endtime":0,"score":"5.0","name":"hxsquota","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/hxsquota","uninsatll_checks":"\/www\/server\/panel\/plugin\/hxsquota","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5bf9\u6302\u8f7d\u7684xfs\u78c1\u76d8\u6587\u4ef6\u5939\u9650\u5b9a\u4f7f\u7528\u5927\u5c0f\u3010\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u3011\u7684\u6539\u8fdb\u7248","download":"other\/20210928\/3742ec1c436387307ac3689c76fcb6ae.zip","md5":"bc05e8cc52cb9d7a7344cc714919f8dd","size":19349}],"count":35},{"num":null,"id":600801765,"uid":222800,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SEO\u6536\u5f55\u901a\u77e5","p_index":"seotip","ps":"SEO\u6536\u5f55\u65b0\u6761\u76ee\u90ae\u4ef6\u901a\u77e5,\u9002\u5408\u65b0\u7ad9\u524d\u671fSEO\u7528,\u8bf7\u77e5\u6653.?<\/a>","author":"\u65e7\u96e8\u697c","home":"https:\/\/www.bt.cn\/bbs","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211101\/e4c27dc88f376da272cc3529880d4eeb.png","price":5.98,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1635745000,"state":0,"sort":0,"os":"Linux","win":1,"a_ps":"","pid":600801765,"version":"1.0","version_msg":"SEO\u6536\u5f55\u901a\u77e5,\u5b9e\u65f6\u67e5\u8be2\u6536\u5f55\u6570\u636e\uff0c\u90ae\u4ef6\u81ea\u52a8\u901a\u77e5\u65b0\u589e\u6536\u5f55\u3002","f_path":"other\/20211101\/3445f4559fbf4dd27f23e3ab83053c14.zip","f_md5":"e45ecdb5acac6aa1296f647ac5ec8384","f_size":891693,"type":10,"endtime":0,"score":null,"name":"seotip","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/seotip","uninsatll_checks":"\/www\/server\/panel\/plugin\/seotip","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"SEO\u6536\u5f55\u901a\u77e5,\u5b9e\u65f6\u67e5\u8be2\u6536\u5f55\u6570\u636e\uff0c\u90ae\u4ef6\u81ea\u52a8\u901a\u77e5\u65b0\u589e\u6536\u5f55\u3002","download":"other\/20211101\/3445f4559fbf4dd27f23e3ab83053c14.zip","md5":"e45ecdb5acac6aa1296f647ac5ec8384","size":891693}],"count":34},{"num":null,"id":600801594,"uid":180217,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"FTP\u76ee\u5f55\u63a7\u5236","p_index":"ftplimit","ps":"\u57fa\u4e8e\u5b98\u65b9pureftp\u5b9e\u73b0\u7684\u76ee\u5f55\u5bb9\u91cf\u63a7\u5236\u63d2\u4ef6?<\/a>","author":"\u5fae\u95ea\u95ea","home":"https:\/\/www.bt.cn\/bbs\/thread-56245-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200915\/28ff3da91aefe2ddf22962094c3180ab.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1600141759,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801594,"version":"1.1","version_msg":"\u4fee\u590dpython3\u90e8\u5206\u4ee3\u7801\u4e0d\u517c\u5bb9\u95ee\u9898","f_path":"other\/20200921\/5bc6671562865689f60c289fd1d93178.zip","f_md5":"e07740e718fa6d70da8577ccdeea911f","f_size":10578,"type":10,"endtime":0,"score":null,"name":"ftplimit","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/ftplimit","uninsatll_checks":"\/www\/server\/panel\/plugin\/ftplimit","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dpython3\u90e8\u5206\u4ee3\u7801\u4e0d\u517c\u5bb9\u95ee\u9898","download":"other\/20200921\/5bc6671562865689f60c289fd1d93178.zip","md5":"e07740e718fa6d70da8577ccdeea911f","size":10578}],"count":28},{"num":null,"id":600801666,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"hwobs","ps":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-64317-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210219\/32fccecd49f18c4f5154a6d33766a93d.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1613715480,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801666,"version":"1.1","version_msg":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20210221\/46768e0f7ec1e86f14f031d292de097d.zip","f_md5":"783f4f026ba646a8733fc785065c6eb2","f_size":35319,"type":10,"endtime":0,"score":null,"name":"hwobs","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/hwobs","uninsatll_checks":"\/www\/server\/panel\/plugin\/hwobs","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","download":"other\/20210221\/46768e0f7ec1e86f14f031d292de097d.zip","md5":"783f4f026ba646a8733fc785065c6eb2","size":35319}],"count":22},{"num":"5.0","id":600801506,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"DnsPod\u89e3\u6790\u8bbe\u7f6e","p_index":"dnspod_record","ps":"\u901a\u8fc7\u672c\u63d2\u4ef6\uff0c\u60a8\u53ef\u4ee5\u5728\u5b9d\u5854\u9762\u677f\u4e2d\u7ba1\u7406\u817e\u8baf\u4e91\u7684\u57df\u540d\u89e3\u6790?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-47377-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200407\/fea4f518a447cde5cbc5c6df1e1f434d.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1586240430,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801506,"version":"1.2.1","version_msg":"\u4fee\u590d\u4e86\u672a\u9009\u62e9\u57df\u540d\u5bfc\u81f4\u62a5\u9519","f_path":"other\/20200411\/3c0dfc945a429653ce6414006c929a2c.zip","f_md5":"03954a3ed556069d82a67e9bfa5996eb","f_size":51308,"type":10,"endtime":0,"score":"5.0","name":"dnspod_record","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/dnspod_record","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod_record","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2.1","versions":[{"m_version":"1","version":"2.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u4e86\u672a\u9009\u62e9\u57df\u540d\u5bfc\u81f4\u62a5\u9519","download":"other\/20200411\/3c0dfc945a429653ce6414006c929a2c.zip","md5":"03954a3ed556069d82a67e9bfa5996eb","size":51308}],"count":22},{"num":null,"id":600801629,"uid":14729,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"gogs\u5b9d\u5854\u63d2\u4ef6","p_index":"btgogs","ps":"\u57fa\u4e8egogs\u7684\u5b9d\u5854\u7b2c\u4e09\u65b9\u63d2\u4ef6?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/blog.liushuai.cq.cn\/article\/detail\/29","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201213\/ada0d5433c4d484f22e4811dfddd1f94.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1607842465,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801629,"version":"0.4.1","version_msg":"1.\u4ecegiteaforBt\u4e2d\u5206\u79bb\u51fa\u6765\uff0c2.\u4e3a\u540e\u671f\u517c\u5bb9\u4f7f\u7528\u6307\u5b9a\u7528\u6237\u8fd0\u884c\u6253\u4e0b\u57fa\u7840\uff0c3.\u4e3awindows\u5e73\u53f0\u8fd0\u884c\u6253\u4e0b\u57fa\u7840","f_path":"other\/20210116\/f9f92107b94376bbb72a966297f2a537.zip","f_md5":"745ed27e370e06fa763fbfe79f4cb40c","f_size":382075,"type":10,"endtime":0,"score":null,"name":"btgogs","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/btgogs","uninsatll_checks":"\/www\/server\/panel\/plugin\/btgogs","compile_args":0,"version_coexist":0,"manager_version":"0","c_manager_version":"4.1","versions":[{"m_version":"0","version":"4.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u4ecegiteaforBt\u4e2d\u5206\u79bb\u51fa\u6765\uff0c2.\u4e3a\u540e\u671f\u517c\u5bb9\u4f7f\u7528\u6307\u5b9a\u7528\u6237\u8fd0\u884c\u6253\u4e0b\u57fa\u7840\uff0c3.\u4e3awindows\u5e73\u53f0\u8fd0\u884c\u6253\u4e0b\u57fa\u7840","download":"other\/20210116\/f9f92107b94376bbb72a966297f2a537.zip","md5":"745ed27e370e06fa763fbfe79f4cb40c","size":382075}],"count":17},{"num":null,"id":600801651,"uid":190652,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"us3","ps":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5230\u7cfb\u7edf,\u5f53\u4f5c\u672c\u5730\u78c1\u76d8\u4f7f\u7528?<\/a>","author":"\u7ffc\u4e0b\u4e4b\u98ce","home":"https:\/\/www.bt.cn\/bbs\/thread-63016-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210121\/9f106b6e8aed899e01f1c056a4b13a8f.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1611243738,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801651,"version":"1.0","version_msg":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5230\u7cfb\u7edf,\u5f53\u4f5c\u672c\u5730\u78c1\u76d8\u4f7f\u7528","f_path":"other\/20210121\/494382fc7b85264f8ef4ffbd839329fa.zip","f_md5":"507aefb64f4303a58dd2b087582be239","f_size":17189,"type":10,"endtime":0,"score":null,"name":"us3","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/us3","uninsatll_checks":"\/www\/server\/panel\/plugin\/us3","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5230\u7cfb\u7edf,\u5f53\u4f5c\u672c\u5730\u78c1\u76d8\u4f7f\u7528","download":"other\/20210121\/494382fc7b85264f8ef4ffbd839329fa.zip","md5":"507aefb64f4303a58dd2b087582be239","size":17189}],"count":6},{"num":"5.0","id":600801750,"uid":697521,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\u670d\u52a1","p_index":"server_proxy_res","ps":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\uff0c\u652f\u6301\u8de8\u57df\u3001\u9632\u76d7\u94fe\u9650\u5236?<\/a>","author":"\u9ea6\u4e50","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=74355","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210817\/1bbc79b0173702705a1138ae2a0c04ad.png","price":19.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1629166284,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801750,"version":"1.0","version_msg":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\uff0c\u652f\u6301\u8de8\u57df\u3001\u9632\u76d7\u94fe\u9650\u5236","f_path":"other\/20210826\/b4b958690a19863b87b24800914d1e9f.zip","f_md5":"a13e4b89ecebfcf65cf0cd8a4f806eab","f_size":14611625,"type":10,"endtime":0,"score":"5.0","name":"server_proxy_res","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/server_proxy_res","uninsatll_checks":"\/www\/server\/panel\/plugin\/server_proxy_res","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\uff0c\u652f\u6301\u8de8\u57df\u3001\u9632\u76d7\u94fe\u9650\u5236","download":"other\/20210826\/b4b958690a19863b87b24800914d1e9f.zip","md5":"a13e4b89ecebfcf65cf0cd8a4f806eab","size":14611625}],"count":5}],"ip":"127.0.0.1","serverid":"","beta":0,"uid":1,"skey":"","is_user_status":false,"pro":-1,"ltd":-1,"remarks":{"list":["\u4f01\u4e1a\u7248\u3001\u4e13\u4e1a\u7248\u63d2\u4ef6","15\u5929\u65e0\u7406\u7531\u9000\u6b3e","\u53ef\u66f4\u6362IP","\u8d60\u90012\u5f20\u5546\u7528\u8bc1\u4e66","\u8d60\u90011000\u6761\u77ed\u4fe1","\u4f4e\u81f32.43\u5143\/\u5929","\u5546\u7528\u9632\u706b\u5899\u6388\u6743","\u5e74\u4ed8\u4f01\u4e1a\u7248\u670d\u52a1\u7fa4","\u4ea7\u54c1\u6388\u6743\u8bc1\u4e66"],"pro_list":["\u4e13\u4e1a\u7248\u63d2\u4ef6","15\u5929\u65e0\u7406\u7531\u9000\u6b3e","\u53ef\u66f4\u6362IP","\u4f4e\u81f31.18\u5143\/\u5929","\u5546\u7528\u9632\u706b\u5899\u6388\u6743","\u4ea7\u54c1\u6388\u6743\u8bc1\u4e66"],"kfqq":"3007255432","kf":"http:\/\/q.url.cn\/CDfQPS?_type=wpa&qidian=true","qun":"","kf_list":[{"qq":"3007255432","kf":"http:\/\/q.url.cn\/CDfQPS?_type=wpa&qidian=true"},{"qq":"2927440070","kf":"http:\/\/wpa.qq.com\/msgrd?v=3&uin=2927440070&site=qq&menu=yes&from=message&isappinstalled=0"}],"wx_list":[{"ps":"\u552e\u524d\u54a8\u8be2","kf":"https:\/\/work.weixin.qq.com\/kfid\/kfc72fcbde93e26a6f3"}]},"recommend":[{"title":"\u5821\u5854\u8fd0\u7ef4\u76f4\u64ad\u7b54\u7591","image":"\/static\/img\/recom_icon\/1.png","type":"link","sort":2,"data":"https:\/\/live.bilibili.com\/22312524"},{"title":"\u4f01\u4e1a\u7248999\u5143\/\u5e74","image":"\/static\/img\/recom_icon\/2.png","type":"link","sort":1,"data":"https:\/\/www.bt.cn\/download\/linuxent.html"},{"title":"\u7cbe\u54c1\u8f6f\u4ef6\u63a8\u8350","image":"\/static\/img\/recom_icon\/3.png","type":"soft","sort":0,"data":[{"name":"static_cdn","pid":0,"title":"\u5821\u5854\u9762\u677f\u9759\u6001\u6587\u4ef6\u52a0\u901f","ps":"\u5bf9\u9762\u677f\u9759\u6001\u6587\u4ef6\u8fdb\u884cCDN\u52a0\u901f\uff0c\u52a0\u5feb\u9762\u677f\u52a0\u8f7d\u901f\u5ea6\uff0c\u63d0\u5347\u5bf9\u5c0f\u5e26\u5bbd\u548c\u6d77\u5916\u670d\u52a1\u5668\u7684\u9762\u677f\u4f7f\u7528\u4f53\u9a8c!","price":0,"version":"1.2","endtime":-1,"sort":1,"setup":false},{"name":"fail2ban","pid":0,"title":"Fail2ban\u9632\u7206\u7834","ps":"\u9632\u6b62\u6076\u610f\u4e3b\u673a\u7206\u7834\u670d\u52a1\u3001\u7ad9\u70b9\uff0c\u7981\u6b62\u5bfc\u81f4\u591a\u4e2a\u8eab\u4efd\u9a8c\u8bc1\u9519\u8bef\u7684\u4e3b\u673a","price":0,"version":"1.7","endtime":-1,"sort":2,"setup":false},{"name":"mail_sys","pid":0,"title":"\u5b9d\u5854\u90ae\u5c40\u7ba1\u7406\u5668","ps":"\u591a\u57df\uff0c\u591a\u7528\u6237\u90ae\u5c40\uff0c\u652f\u6301SMTP\/IMAP\/POP3\/HTTP\u63a5\u53e3\uff0c\u9700\u898125\u7aef\u53e3 [\u4f7f\u7528\u5e2e\u52a9]<\/a>","price":0,"version":"4.6","endtime":-1,"sort":3,"setup":false},{"name":"psync_api","pid":0,"title":"\u5b9d\u5854\u4e00\u952e\u8fc1\u79fbAPI\u7248\u672c","ps":"\u5feb\u901f\u8fc1\u79fb\u9762\u677f\u6570\u636e\uff0c\u6b64\u7248\u672c\u4ec5\u5728\u8fc1\u51fa\u673a\u5668\uff08\u53d1\u9001\u6570\u636e\u7aef\uff09\u5b89\u88c5\u5373\u53ef>>\u6559\u7a0b<\/a>","price":0,"version":"3.2","endtime":-1,"sort":4,"setup":false},{"name":"firewall","pid":0,"title":"\u7cfb\u7edf\u9632\u706b\u5899","ps":"\u63d0\u4f9b\u7cfb\u7edf\u9632\u706b\u5899(iptables\/firewall\/ufw)\u7684\u53ef\u89c6\u5316\u7ba1\u7406\u529f\u80fd","price":0,"version":"3.1","endtime":-1,"sort":5,"setup":false},{"name":"coll_admin","pid":0,"title":"\u5821\u5854\u4e91\u63a7\u5e73\u53f0","ps":"\u53ef\u514d\u8d39\u9ad8\u6548\u7ba1\u7406\u591a\u53f0\u670d\u52a1\u5668\u9762\u677f\uff0c\u5b98\u65b9\u81ea\u7528\u63a8\u8350\uff0c\u4ee5\u53ca\u5176\u4ed6\u591a\u673a\u7ba1\u7406\u529f\u80fd [\u4e86\u89e3\u8be6\u60c5]<\/a>","price":0,"version":"2.5.6","endtime":-1,"sort":6,"setup":false}]}]} \ No newline at end of file +{"type":[{"id":5,"title":"\u8fd0\u884c\u73af\u5883","title_en":"Deployment","sort":2,"ps":"\u8fd0\u884c\u73af\u5883","ps_en":"Deployment environment","icon":"icon","panel_en":1},{"id":6,"title":"\u7cfb\u7edf\u5de5\u5177","title_en":"Tools","sort":3,"ps":"\u7cfb\u7edf\u5de5\u5177","ps_en":"System tools","icon":"icon","panel_en":1},{"id":7,"title":"\u5b9d\u5854\u63d2\u4ef6","title_en":"Plug-ins","sort":4,"ps":"\u5b9d\u5854\u63d2\u4ef6","ps_en":"aaPanel plug-ins","icon":"icon","panel_en":1},{"id":8,"title":"\u4e13\u4e1a\u7248\u63d2\u4ef6","title_en":"","sort":5,"ps":"\u4e13\u4e1a\u7248\u63d2\u4ef6","ps_en":"","icon":"icon","panel_en":0},{"id":12,"title":"\u4f01\u4e1a\u7248\u63d2\u4ef6","title_en":"","sort":6,"ps":"\u4f01\u4e1a\u7248\u63d2\u4ef6","ps_en":"","icon":"","panel_en":0},{"id":10,"title":"\u7b2c\u4e09\u65b9\u5e94\u7528","title_en":"Third-party Plug-ins","sort":7,"ps":"\u7b2c\u4e09\u65b9\u5e94\u7528","ps_en":"Third-party Plug-ins","icon":"icon","panel_en":1},{"id":11,"title":"\u4e00\u952e\u90e8\u7f72","title_en":"","sort":8,"ps":"\u4e00\u952e\u90e8\u7f72\u7b2c\u4e09\u65b9\u6e90\u7801","ps_en":"","icon":"","panel_en":0}],"list":[{"id":36,"os":"Linux","pid":100000010,"type":8,"sort":1,"price":39.8,"name":"btwaf","title":"Nginx\u9632\u706b\u5899","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6709\u6548\u9632\u6b62sql\u6ce8\u5165\/xss\/\u4e00\u53e5\u8bdd\u6728\u9a6c\/\u9632\u91c7\u96c6\u7b49\u5e38\u89c1\u6e17\u900f\u653b\u51fb\uff0c\u7b26\u5408GB\/T 32917-2016\u6807\u51c6\uff0c\u516c\u5b89\u4e09\u6240\u5b89\u5168\u8ba4\u8bc1\u3002 >\u6559\u7a0b<\/a> >\u7533\u8bf7\u5546\u4e1a\u6388\u6743<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"nginx","mutex":"btwaf_httpd","install_checks":"\/www\/server\/panel\/plugin\/btwaf","uninsatll_checks":"\/www\/server\/panel\/plugin\/btwaf","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product_nginx_firewall.html","ex1":"","ex2":"","ex3":"","versions":[{"id":240,"soft_id":36,"m_version":"9","version":"0.4","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022-7-13 16:10\n1.\u4fee\u590d\u5730\u533a\u9650\u5236\u7684\u83b7\u53d6\u5730\u533a\u9519\u8bef\u95ee\u9898\u3002","os_limit":0,"beta":0,"update_time":1657699866},{"id":238,"soft_id":36,"m_version":"9","version":"0.3","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022-7-13 11:05\u66f4\u65b0\n1.\u589e\u52a0URL\u767d\u540d\u5355\u5e26\u53c2\u6570\n2.\u589e\u52a0URL \u8bf7\u6c42\u7c7b\u578b\u8fc7\u6ee4\n3.\u589e\u5f3aCC \u5730\u533a\u589e\u5f3a\u6a21\u5f0f\n4.\u589e\u52a0 \u5730\u533a\u62e6\u622a\n5.\u4f18\u5316CC \u62e6\u622a\u6548\u7387\n6.\u4f18\u5316\u6587\u4ef6\u4e0a\u4f20\u5904\u7406\u903b\u8f91","os_limit":0,"beta":0,"update_time":1657681596},{"id":227,"soft_id":36,"m_version":"9","version":"0.2","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022\u5e745-24 16:40 \u66f4\u65b0\n1.\u4f18\u5316\u6027\u80fd\u63d0\u5347100%\n2.\u4f18\u5316\u5f02\u5e38\u5904\u7406\n3.\u4f18\u5316CC \u5904\u7406\u903b\u8f91","os_limit":0,"beta":0,"update_time":1653273599},{"id":226,"soft_id":36,"m_version":"9","version":"0.1","dependnet":"nginx","mem_limit":32,"cpu_limit":1,"update_msg":"2022-5-12\n1.\u4f18\u5316\u5b89\u88c5\u6210\u529f\u7387\n2.\u4fee\u590d\u5df2\u77e5\u9519\u8bef","os_limit":0,"beta":0,"update_time":1652323826}],"endtime":0},{"id":34,"os":"Linux","pid":100000014,"type":8,"sort":1,"price":19.8,"name":"total","title":"\u7f51\u7ad9\u76d1\u63a7\u62a5\u8868","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b9e\u65f6\u5206\u6790\u7f51\u7ad9\u8fd0\u884c\u3001\u7528\u6237\u8bbf\u95ee\u72b6\u51b5\uff0c\u7cbe\u786e\u7edf\u8ba1\u7f51\u7ad9\u6d41\u91cf\u3001IP\u3001UV\u3001PV\u3001\u8bf7\u6c42\u3001\u8718\u86db\u7b49\u6570\u636e\uff0c\u7f51\u7ad9SEO\u4f18\u5316\u5229\u5668 >\u56fe\u6587\u8bf4\u660e<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/total","uninsatll_checks":"\/www\/server\/panel\/plugin\/total","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product_website_total.html","ex1":"","ex2":"","ex3":"","versions":[{"id":225,"soft_id":34,"m_version":"6","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u65b0\u589e\u771f\u5047\u8718\u86db\u8bf7\u6c42\u533a\u5206\u3002\n2. \u4fee\u590d\u548c\u8c03\u6574\u5386\u53f2\u65e5\u5fd7\u8fc1\u79fb\u51fa\u73b0\u7684\u95ee\u9898\u3002","os_limit":0,"beta":0,"update_time":1652322170}],"endtime":0},{"id":121,"os":"Linux","pid":100000044,"type":12,"sort":2,"price":99,"name":"php_filter","title":"\u5821\u5854PHP\u5b89\u5168\u9632\u62a4","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"PHP\u5185\u6838\u7ea7\u9632\u5fa1\u6a21\u5757\uff0c\u53ef\u9488\u5bf9\u9879\u76ee\u8fdb\u884c\u5e95\u5c42\u8fc7\u6ee4\uff0c\u5f7b\u5e95\u675c\u7edd\u8de8\u7ad9\/\u7cbe\u51c6\u9632\u6e17\u900f\/\u7cbe\u51c6\u9632\u63d0\u6743\uff0c\u6ce8\u610f\uff1a\u4e0d\u652f\u630132\u4f4d\u7cfb\u7edf\u548carm\u5e73\u53f0\u548cPHP5.2<\/span> > \u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/php_filter","uninsatll_checks":"\/www\/server\/panel\/plugin\/php_filter","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/php_filter.html","ex1":"","ex2":"","ex3":"","versions":[{"id":17,"soft_id":121,"m_version":"1","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u7f51\u7ad9\u5217\u8868\u540c\u6b65\u95ee\u9898\n2\u3001\u4fee\u590d\u7f51\u7ad9\u6570\u91cf\u8fc7\u591a\u65f6\u6279\u91cf\u6307\u6d3e\u5361\u6b7b\u7684\u95ee\u9898\n3\u3001\u4fee\u590d\u5bf9Pythin2.7\u73af\u5883\u7684\u517c\u5bb9","os_limit":0,"beta":0,"update_time":1625277777}],"endtime":0},{"id":107,"os":"Linux","pid":0,"type":7,"sort":2,"price":0,"name":"site_speed","title":"\u5821\u5854\u7f51\u7ad9\u52a0\u901f","title_en":"WebSite Speed","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u91cd\u6784\u7248\uff0c\u57fa\u4e8e\u9875\u9762\u7f13\u5b58\u7684\u7f51\u7ad9\u52a0\u901f\u63d2\u4ef6\uff0c\u5b89\u88c5\u6216\u5347\u7ea7\u5230\u6b64\u7248\u672c\uff0c\u5c06\u4f1a\u5378\u8f7d\u65e7\u7248\u672c\uff0c\u5982\u679c\u662fApache\u9700\u8981\u5148\u5b89\u88c5Memcached >\u6559\u7a0b<\/a>","ps_en":"Website acceleration, supporting dynamic acceleration of mainstream website projects","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/site_speed","uninsatll_checks":"\/www\/server\/panel\/plugin\/site_speed","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/site_speed.html","ex1":"","ex2":"","ex3":"","versions":[{"id":206,"soft_id":107,"m_version":"4","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u56e0\u7f51\u7ad9\u540d\u79f0\u8fc7\u957f\u5bfc\u81f4\u9519\u8bef\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1645083683},{"id":131,"soft_id":107,"m_version":"4","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u9ed8\u8ba4\u4e0d\u7f13\u5b58\u54cd\u5e94\u5934\u4e2d\u5305\u542bCache-Control:no-cache\u7684\u54cd\u5e94","os_limit":0,"beta":0,"update_time":1628911186},{"id":113,"soft_id":107,"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u5b89\u88c5nginx\u9632\u706b\u5899\u540e\u7f51\u7ad9\u52a0\u901f\u65e0\u6548\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1627354351},{"id":80,"soft_id":107,"m_version":"3","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u4e0enginx\u9632\u706b\u5899\u540c\u65f6\u5b89\u88c5\u65f6\u5bfc\u81f4\u7684500\u9519\u8bef","os_limit":0,"beta":0,"update_time":1626227162}],"endtime":0},{"id":35,"os":"Linux","pid":100000012,"type":8,"sort":2,"price":19.8,"name":"btwaf_httpd","title":"Apache\u9632\u706b\u5899","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6709\u6548\u9632\u6b62sql\u6ce8\u5165\/xss\/\u4e00\u53e5\u8bdd\u6728\u9a6c\u7b49\u5e38\u89c1\u6e17\u900f\u653b\u51fb,\u5f53\u524d\u4ec5\u652f\u6301Apache2.4 >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"apache","mutex":"btwaf","install_checks":"\/www\/server\/panel\/plugin\/btwaf_httpd\/info.json","uninsatll_checks":"\/www\/server\/panel\/plugin\/btwaf_httpd","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/btwaf_httpd.html","ex1":"","ex2":"","ex3":"","versions":[{"id":223,"soft_id":35,"m_version":"9","version":"0","dependnet":"apache","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1650870911},{"id":214,"soft_id":35,"m_version":"8","version":"9","dependnet":"memcached","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1647591032},{"id":184,"soft_id":35,"m_version":"8","version":"8","dependnet":"memcached","mem_limit":32,"cpu_limit":1,"update_msg":"1.\u4f18\u5316POST\u5904\u7406\u903b\u8f91\n2.\u4f18\u5316from-data\u5904\u7406\u903b\u8f91\n3.\u4f18\u5316\u4e8c\u8fdb\u5236\u6d41\u7a0b\u5904\u7406\n4.\u4f18\u5316\u9519\u8bef\u62a5\u9519\u673a\u5236\n5.\u4f18\u5316\u8bed\u4e49\u5206\u6790\u6d41\u7a0b","os_limit":0,"beta":0,"update_time":1640765099},{"id":20,"soft_id":35,"m_version":"8","version":"7","dependnet":"memcached","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625282317}],"endtime":0},{"id":99,"os":"Linux","pid":0,"type":7,"sort":4,"price":0,"name":"coll_admin","title":"\u5821\u5854\u4e91\u63a7\u5e73\u53f0","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u53ef\u514d\u8d39\u9ad8\u6548\u7ba1\u7406\u591a\u53f0\u670d\u52a1\u5668\u9762\u677f\uff0c\u5b98\u65b9\u81ea\u7528\u63a8\u8350\uff0c\u4ee5\u53ca\u5176\u4ed6\u591a\u673a\u7ba1\u7406\u529f\u80fd [\u4e86\u89e3\u8be6\u60c5]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"memcached","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/coll_admin","uninsatll_checks":"\/www\/server\/panel\/plugin\/coll_admin","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":70,"soft_id":99,"m_version":"2","version":"5.6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u65b0\u589e\u670d\u52a1\u5668\u5217\u8868\u5206\u7ec4\u663e\u793a\u3002\n2. \u4fee\u590d\u5fae\u88ab\u63a7\u548cSSH\u5173\u8054\u3002\n3. \u8c03\u6574\u670d\u52a1\u5668\u4fe1\u606f\u9762\u677f\u663e\u793a\u6837\u5f0f\uff0c\u7a81\u51fa\u957f\u6587\u5b57\u5907\u6ce8\u670d\u52a1\u5668\u6807\u9898\uff0c\u65b0\u589e\u7f51\u7ad9\u6570\u91cf\u3001\u64cd\u4f5c\u7cfb\u7edf\u3001CPU\u6838\u6570\u3001\u5185\u5b58\u6570\u663e\u793a\u3002","os_limit":0,"beta":0,"update_time":1625556713}],"endtime":0},{"id":39,"os":"Linux","pid":100000007,"type":8,"sort":6,"price":19.8,"name":"task_manager","title":"\u5b9d\u5854\u4efb\u52a1\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u8f7b\u677e\u7ba1\u7406\u8fdb\u7a0b\u3001\u6d41\u91cf\u76d1\u63a7\u3001\u542f\u52a8\u9879\u3001\u7528\u6237\u3001\u670d\u52a1\u3001\u8ba1\u5212\u4efb\u52a1\u3001\u4f1a\u8bdd >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/task_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/task_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/task_manager.html","ex1":"","ex2":"","ex3":"","versions":[{"id":156,"soft_id":39,"m_version":"2","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4f18\u5316\u8fdb\u7a0b\u5217\u8868\u8f6e\u8be2\u673a\u5236\n2\u3001\u4fee\u590d\u90e8\u5206\u673a\u5668\u4e0a\u884c\u3001\u4e0b\u884c\u6d41\u91cf\u663e\u793a\u4e0d\u6b63\u786e\u7684\u95ee\u9898\n3\u3001\u4fee\u590d\u670d\u52a1\u6587\u4ef6\u8f6f\u94fe\u5931\u6548\u5bfc\u81f4\u7684\u9519\u8bef","os_limit":0,"beta":0,"update_time":1631669922},{"id":155,"soft_id":39,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u8fdb\u7a0b\u6d41\u91cf\u663e\u793a\n2\u3001\u589e\u52a0\u8fdb\u7a0b\u5217\u8868\u81ea\u52a8\u5237\u65b0\u6570\u636e\n3\u3001\u4f18\u5316\u8fdb\u7a0b\u5217\u8868\u6392\u5e8f\u529f\u80fd\n4\u3001\u4f18\u5316\u8fdb\u7a0b\u5217\u8868\u83b7\u53d6\u5f00\u9500\n5\u3001\u5bf9\u5927\u90e8\u5206\u8fdb\u7a0b\u540d\u79f0\u663e\u793a\u4e2d\u6587\u63cf\u8ff0","os_limit":0,"beta":0,"update_time":1631602586},{"id":33,"soft_id":39,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u6b63\u5bf9\u9762\u677f7.0.3\u7684\u517c\u5bb9","os_limit":0,"beta":0,"update_time":1625470033}],"endtime":0},{"id":118,"os":"Linux","pid":100000043,"type":8,"sort":7,"price":39.8,"name":"btapp","title":"\u5821\u5854APP","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u4f7f\u7528\u624b\u673a\u968f\u65f6\u968f\u5730\u7ba1\u7406\u60a8\u7684\u670d\u52a1\u5668\uff0c\u652f\u6301\u82f9\u679c\u548c\u5b89\u5353 > \u7ec4\u961f\u514d\u8d39\u9886\u53d6<\/a> > \u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/btapp","uninsatll_checks":"\/www\/server\/panel\/plugin\/btapp","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/btapp.html","ex1":"","ex2":"","ex3":"","versions":[{"id":35,"soft_id":118,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u5220\u9664\u548c\u7ed1\u5b9a\u65f6\u4f1a\u5173\u95ed\u7a97\u53e3\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1625477361}],"endtime":0},{"id":41,"os":"Linux","pid":100000005,"type":8,"sort":8,"price":9.8,"name":"rsync","title":"\u5b9d\u5854\u6570\u636e\u540c\u6b65\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u57fa\u4e8ersync\u5f00\u53d1\u7684\u6570\u636e\u540c\u6b65\u5de5\u5177\uff0c\u53ef\u7528\u4e8e\u5f02\u5730\u5907\u4efd\u3001\u591a\u53f0\u4e3b\u673a\u4e4b\u95f4\u7684\u6587\u4ef6\u5b9e\u65f6\u6216\u589e\u91cf\u540c\u6b65 >>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/rsync","uninsatll_checks":"\/www\/server\/panel\/plugin\/rsync","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":218,"soft_id":41,"m_version":"3","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1648604760},{"id":36,"soft_id":41,"m_version":"2","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u538b\u7f29\u4f20\u8f93\u9009\u9879\n2\u3001\u79fb\u9664rsync\u5168\u5c40\u914d\u7f6e\u4e2d\u7aef\u53e3\u4fee\u6539\u53ea\u8bfb\u9009\u9879","os_limit":0,"beta":0,"update_time":1625480057}],"endtime":0},{"id":8,"os":"Linux","pid":0,"type":5,"sort":101,"price":0,"name":"nginx","title":"Nginx","title_en":"Nginx","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u8f7b\u91cf\u7ea7\uff0c\u5360\u6709\u5185\u5b58\u5c11\uff0c\u5e76\u53d1\u80fd\u529b\u5f3a","ps_en":"Lightweight, less memory, concurrent ability","version":"\/www\/server\/nginx\/sbin\/nginx -v 2>&1|grep version|awk '{print $3}'|cut -f2 -d'\/'","s_version":"nginx","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"apache,openlitespeed","install_checks":"\/www\/server\/nginx\/sbin\/nginx","uninsatll_checks":"\/www\/server\/nginx","compile_args":1,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":8,"m_version":"1.22","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.20","version":"2","dependnet":"","mem_limit":32,"cpu_limit":0,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.21","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.19","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.18","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.14","version":"4","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.15","version":"10","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.16","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.17","version":"10","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"-Tengine2.2","version":"4","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.12","version":"2","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.18.gmssl","version":"0","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"openresty","version":"1.19","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":8,"m_version":"1.8","version":"1","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":174,"os":"Linux","pid":100000063,"type":12,"sort":101,"price":88,"name":"btiplibrary","title":"IP\u7cbe\u51c6\u6570\u636e\u5305","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u94fe\u63a5\u5546\u4e1aIP\u6570\u636e\u5e93\uff0c\u7cbe\u51c6\u663e\u793a\u7f51\u7ad9\u7528\u6237\u5f52\u5c5e\u5730\u4fe1\u606f\u3002\u6682\u65f6\u53ea\u96c6\u6210\u7f51\u7ad9\u76d1\u63a7\u62a5\u8868\u63d2\u4ef6(v6.7\u4ee5\u4e0a)\uff0c\u4f01\u4e1a\u7248\u7528\u6237\u514d\u8d39\u3002","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"0","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/btiplibrary","uninsatll_checks":"\/www\/server\/panel\/plugin\/btiplibrary","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":186,"soft_id":174,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":1,"update_time":1640937193}],"endtime":0},{"id":173,"os":"Linux","pid":0,"type":6,"sort":101,"price":0,"name":"ip_configuration","title":"IP\u914d\u7f6e\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u7f51\u5361\u7ed1\u5b9aIP\u3001SSH\u6388\u6743IP\u3001FTP\u914d\u7f6eIP\u7b49IP\u4e00\u952e\u914d\u7f6e\u5de5\u5177,\u652f\u6301centos7\u3001debian10\u3001ubuntu18\u3001ubuntu20","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/ip_configuration","uninsatll_checks":"\/www\/server\/panel\/plugin\/ip_configuration","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":180,"soft_id":173,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u589e\u52a0\u591a\u7f51\u5361\u652f\u6301\n\u517c\u5bb9python3.10.x\u73af\u5883","os_limit":0,"beta":0,"update_time":1638166836}],"endtime":0},{"id":157,"os":"Linux","pid":100000058,"type":8,"sort":101,"price":29.9,"name":"bt_ssh_auth","title":"\u5821\u5854SSH\u4e8c\u6b21\u8ba4\u8bc1","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u901a\u8fc7SSH\u767b\u5f55\u4e8c\u6b21\u8ba4\u8bc1\u4fdd\u8bc1SSH\u767b\u5f55\u5b89\u5168 >\u4f7f\u7528\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bt_ssh_auth","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_ssh_auth","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":143,"soft_id":157,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1630377259},{"id":132,"soft_id":157,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1629183605}],"endtime":0},{"id":131,"os":"Linux","pid":100000054,"type":12,"sort":101,"price":99,"name":"bt_security","title":"\u5821\u5854\u9632\u5165\u4fb5","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u539f\u9632\u63d0\u6743, \u9632\u5fa1\u5927\u591a\u6570\u7684\u5165\u4fb5\u63d0\u6743\u653b\u51fb\u9020\u6210\u7684\u6302\u9a6c\u548c\u88ab\u6316\u77ff,\u6709\u6548\u62e6\u622awebshell\u6267\u884c\u63d0\u6743,\u5e76\u53ca\u65f6\u544a\u8b66\u901a\u77e5 >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bt_security","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_security","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/bt_security.html","ex1":"","ex2":"","ex3":"","versions":[{"id":203,"soft_id":131,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-2-17\u66f4\u65b0\n\u4fee\u590d\u5df2\u77e5bug","os_limit":0,"beta":0,"update_time":1645080944},{"id":198,"soft_id":131,"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-1-17\u66f4\u65b0\n1.\u4fee\u590d\u767d\u540d\u5355\u8fdb\u7a0b\u95ee\u9898","os_limit":0,"beta":0,"update_time":1642400309},{"id":23,"soft_id":131,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625294200}],"endtime":0},{"id":9,"os":"Linux","pid":0,"type":5,"sort":102,"price":0,"name":"apache","title":"Apache","title_en":"Apache","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u4e16\u754c\u6392\u540d\u7b2c\u4e00\uff0c\u5feb\u901f\u3001\u53ef\u9760\u5e76\u4e14\u53ef\u901a\u8fc7\u7b80\u5355\u7684API\u6269\u5145","ps_en":"World No. 1, fast, reliable and scalable through simple APIs","version":"\/www\/server\/apache\/bin\/httpd -v|grep version|awk '{print $3}'|cut -f2 -d'\/'","s_version":"httpd","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"nginx,openlitespeed","install_checks":"\/www\/server\/apache\/bin\/httpd","uninsatll_checks":"\/www\/server\/apache","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":9,"m_version":"2.4","version":"54","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":9,"m_version":"2.2","version":"34","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":10,"os":"Linux","pid":0,"type":5,"sort":103,"price":0,"name":"mysql","title":"MySQL","title_en":"MySQL","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"MySQL\u662f\u4e00\u79cd\u5173\u7cfb\u6570\u636e\u5e93\u7ba1\u7406\u7cfb\u7edf!","ps_en":"MySQL is a relational database management system!","version":"\/www\/server\/mysql\/bin\/mysql -V|grep Ver|awk '{print $5}'|cut -f1 -d','","s_version":"mysqld","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/mysql\/bin\/mysql","uninsatll_checks":"\/www\/server\/mysql","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":10,"m_version":"5.5","version":"62","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"5.6","version":"50","dependnet":"","mem_limit":768,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"5.7","version":"38","dependnet":"","mem_limit":1560,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"5.1","version":"73","dependnet":"","mem_limit":128,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"8.0","version":"24","dependnet":"","mem_limit":3700,"cpu_limit":2,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"AliSQL","version":"5.6.32","dependnet":"","mem_limit":768,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.0","version":"38","dependnet":"","mem_limit":768,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.1","version":"44","dependnet":"","mem_limit":1024,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.2","version":"31","dependnet":"","mem_limit":1024,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.3","version":"22","dependnet":"","mem_limit":1500,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.4","version":"12","dependnet":"","mem_limit":2048,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.5","version":"6","dependnet":"","mem_limit":2000,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.6","version":"7","dependnet":"","mem_limit":3700,"cpu_limit":2,"update_msg":"","os_limit":0},{"soft_id":10,"m_version":"mariadb_10.7","version":"3","dependnet":"","mem_limit":3700,"cpu_limit":2,"update_msg":"","os_limit":0}],"endtime":0},{"id":11,"os":"Linux","pid":0,"type":5,"sort":104,"price":0,"name":"php","title":"PHP","title_en":"PHP","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"PHP\u662f\u4e16\u754c\u4e0a\u6700\u597d\u7684\u7f16\u7a0b\u8bed\u8a00","ps_en":"PHP is the best programming language in the world","version":"\/www\/server\/php\/{VERSION}\/bin\/php -v|grep cli|awk '{print $2}'","s_version":"php-fpm","manager_version":"\/www\/server\/php\/{VERSION}\/sbin\/php-fpm","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/php\/{VERSION}\/bin\/php","uninsatll_checks":"\/www\/server\/php\/{VERSION}","compile_args":0,"version_coexist":1,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":11,"m_version":"8.1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"8.0","version":"20","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.4","version":"30","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.3","version":"32","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.2","version":"33","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.1","version":"33","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"7.0","version":"33","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.6","version":"40","dependnet":"","mem_limit":64,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.5","version":"38","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.4","version":"45","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.3","version":"29","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":11,"m_version":"5.2","version":"17","dependnet":"mysql","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":12,"os":"Linux","pid":0,"type":5,"sort":105,"price":0,"name":"pureftpd","title":"Pure-Ftpd","title_en":"Pure-Ftpd","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"PureFTPd\u662f\u4e00\u6b3e\u4e13\u6ce8\u4e8e\u7a0b\u5e8f\u5065\u58ee\u548c\u8f6f\u4ef6\u5b89\u5168\u7684\u514d\u8d39FTP\u670d\u52a1\u5668\u8f6f\u4ef6","ps_en":"PureFTPd is a free FTP server software focused on program robustness and software security.","version":"cat \/www\/server\/pure-ftpd\/version.pl","s_version":"pure-ftpd","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/pure-ftpd\/bin\/pure-pw","uninsatll_checks":"\/www\/server\/pure-ftpd","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":12,"m_version":"1.0","version":"49","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":156,"os":"Linux","pid":0,"type":7,"sort":105,"price":0,"name":"nodejs","title":"Node.js\u7248\u672c\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b89\u88c5\u3001\u5378\u8f7d\u3001\u914d\u7f6enode.js\u7248\u672c\uff0c\u4e0ePM2\u7ba1\u7406\u5668\u4e92\u65a5","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/nodejs","uninsatll_checks":"\/www\/server\/panel\/plugin\/nodejs","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":234,"soft_id":156,"m_version":"1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u66f4\u65b0\u6dd8\u5b9d\u6e90","os_limit":0,"beta":0,"update_time":1656472139},{"id":139,"soft_id":156,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u6b63\u4e0b\u8f7d\u8fc7\u7a0b\u4e2d\u65ad\u5bfc\u81f4\u7684\u62a5\u9519\n2\u3001\u8bbe\u7f6e\u547d\u4ee4\u884c\u7248\u672c\u65f6\u81ea\u52a8\u6dfb\u52a0node\/bin\u5230PATH","os_limit":0,"beta":0,"update_time":1630313952},{"id":138,"soft_id":156,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u8c03\u6574\u6a21\u5757\u5b89\u88c5\u987a\u5e8f\uff0c\u589e\u52a0\u6210\u529f\u7387\n2\u3001\u6709yarn\u65f6\u9ed8\u8ba4\u4f7f\u7528yarn\u5b89\u88c5\u6a21\u5757","os_limit":0,"beta":0,"update_time":1630133543},{"id":135,"soft_id":156,"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u9ed8\u8ba4\u5b89\u88c5PM2\/YARN\u6a21\u5757\n2\u3001\u4fee\u590d\u672a\u8bbe\u7f6e\u547d\u4ee4\u884c\u7248\u672c\u65f6\u65e0\u6cd5\u5b89\u88c5\u6a21\u5757\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1629861516}],"endtime":0},{"id":13,"os":"Linux","pid":0,"type":5,"sort":106,"price":0,"name":"phpmyadmin","title":"phpMyAdmin","title_en":"phpMyAdmin","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u8457\u540dWeb\u7aefMySQL\u7ba1\u7406\u5de5\u5177","ps_en":"Famous Web-side MySQL Management Tool","version":"cat \/www\/server\/phpmyadmin\/version.pl","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"mysql,nginx|apache|openlitespeed","mutex":"","install_checks":"\/www\/server\/phpmyadmin\/version.pl","uninsatll_checks":"\/www\/server\/phpmyadmin","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":13,"m_version":"5.0","version":"0","dependnet":"php-7.1|php-7.2|php-7.3|php-7.4|php-8.0|php-8.1","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"4.9","version":"","dependnet":"php-7.0|php-7.1|php-7.2|php-7.3|php-7.4","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"4.4","version":"0","dependnet":"php-5.3|php-5.4|php-5.5|php-5.6|php-7.0|php-7.1|php-7.2","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"4.0","version":"0","dependnet":"php-5.4|php-5.2|php-5.3","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":13,"m_version":"5.1","version":"0","dependnet":"php-7.1|php-7.2|php-7.3|php-7.4|php-8.0|php-8.1","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":14,"os":"Linux","pid":0,"type":5,"sort":107,"price":0,"name":"tomcat","title":"Tomcat","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5f00\u53d1\u548c\u8c03\u8bd5JSP\u7a0b\u5e8f\u7684\u9996\u9009","ps_en":"","version":"\/www\/server\/tomcat\/bin\/version.sh|grep version|awk '{print $4}'|cut -f2 -d'\/'","s_version":"jsvc,java","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/tomcat\/bin\/catalina.sh","uninsatll_checks":"\/www\/server\/tomcat","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":14,"m_version":"7","version":"0.76","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":14,"m_version":"8","version":"5.69","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0},{"soft_id":14,"m_version":"9","version":"0.0.M18","dependnet":"","mem_limit":512,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":140,"os":"Linux","pid":0,"type":7,"sort":107,"price":0,"name":"java_manager","title":"Java\u9879\u76ee\u4e00\u952e\u90e8\u7f72","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"Java\u9879\u76ee\u4e00\u952e\u90e8\u7f72\uff0c\u5305\u62ectomcat\uff0cspring boot","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/java_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/java_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":21,"soft_id":140,"m_version":"3","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625283967}],"endtime":0},{"id":15,"os":"Linux","pid":0,"type":5,"sort":108,"price":0,"name":"pm2","title":"PM2\u7ba1\u7406\u5668","title_en":"PM2 Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"node.js\u7ba1\u7406\u5668\uff0c\u5185\u7f6e node.js + npm + nvm + pm2.!","ps_en":"Node.js Manager\uff0cBuilt-in node.js + npm + nvm + pm2.","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/pm2\/pm2_main.py","uninsatll_checks":"\/www\/server\/panel\/plugin\/pm2","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":46,"soft_id":15,"m_version":"5","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625537866}],"endtime":0},{"id":65,"os":"Linux","pid":0,"type":7,"sort":108,"price":0,"name":"tomcat2","title":"Java\u9879\u76ee\u7ba1\u7406\u5668","title_en":"Java Project Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5f00\u53d1\u548c\u8c03\u8bd5JSP\u7a0b\u5e8f\u7684\u9996\u9009","ps_en":"The first choice for developing and debugging JSP programs","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/tomcat2","uninsatll_checks":"\/www\/server\/panel\/plugin\/tomcat2","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":22,"soft_id":65,"m_version":"2","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625284075}],"endtime":0},{"id":16,"os":"Linux","pid":0,"type":5,"sort":109,"price":0,"name":"docker","title":"Docker\u7ba1\u7406\u5668","title_en":"Docker Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Docker \u662f\u4e00\u4e2a\u5f00\u6e90\u7684\u5e94\u7528\u5bb9\u5668\u5f15\u64ce","ps_en":"Docker Is an open source application container engine","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/docker","uninsatll_checks":"\/www\/server\/panel\/plugin\/docker","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":228,"soft_id":16,"m_version":"3","version":"9.1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u4e86\u5df2\u77e5\u7684BUG","os_limit":0,"beta":0,"update_time":1653621374},{"id":190,"soft_id":16,"m_version":"3","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1641885133},{"id":182,"soft_id":16,"m_version":"3","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1638952248}],"endtime":0},{"id":17,"os":"Linux","pid":0,"type":5,"sort":110,"price":0,"name":"mongodb","title":"MongoDB","title_en":"MongoDB","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u57fa\u4e8e\u5206\u5e03\u5f0f\u6587\u4ef6\u5b58\u50a8\u7684\u6570\u636e\u5e93\uff0c\u65e8\u5728\u4e3aWEB\u5e94\u7528\u63d0\u4f9b\u53ef\u6269\u5c55\u7684\u9ad8\u6027\u80fd\u6570\u636e\u5b58\u50a8\u89e3\u51b3\u65b9\u6848!","ps_en":"Database Based on Distributed File Storage","version":"0","s_version":"mongod","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/mongodb","uninsatll_checks":"\/www\/server\/panel\/plugin\/mongodb","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":17,"m_version":"4.4","version":"6","dependnet":"","mem_limit":384,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":18,"os":"Linux","pid":0,"type":5,"sort":111,"price":0,"name":"memcached","title":"Memcached","title_en":"Memcached","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Memcached \u662f\u4e00\u4e2a\u9ad8\u6027\u80fd\u7684\u5206\u5e03\u5f0f\u5185\u5b58\u5bf9\u8c61\u7f13\u5b58\u7cfb\u7edf","ps_en":"Memcached is a high performance distributed memory object caching system","version":"\/usr\/local\/memcached\/bin\/memcached -V|awk '{print $2}'","s_version":"memcached","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/usr\/local\/memcached\/bin\/memcached","uninsatll_checks":"\/usr\/local\/memcached","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":18,"m_version":"1.6","version":"9","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":110,"os":"Linux","pid":0,"type":7,"sort":111,"price":0,"name":"static_cdn","title":"\u5821\u5854\u9762\u677f\u9759\u6001\u6587\u4ef6\u52a0\u901f","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5bf9\u9762\u677f\u9759\u6001\u6587\u4ef6\u8fdb\u884cCDN\u52a0\u901f\uff0c\u52a0\u5feb\u9762\u677f\u52a0\u8f7d\u901f\u5ea6\uff0c\u63d0\u5347\u5bf9\u5c0f\u5e26\u5bbd\u548c\u6d77\u5916\u670d\u52a1\u5668\u7684\u9762\u677f\u4f7f\u7528\u4f53\u9a8c!","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/static_cdn","uninsatll_checks":"\/www\/server\/panel\/plugin\/static_cdn","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":47,"soft_id":110,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625538175}],"endtime":0},{"id":144,"os":"Linux","pid":0,"type":7,"sort":112,"price":0,"name":"btappmanager","title":"\u5821\u5854\u5e94\u7528\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"PHP\u3001Python\u3001Java\u3001Go\u5e94\u7528\u6301\u4e45\u5316\u8fd0\u884c\u548c\u7ba1\u7406\u3002\u53ef\u66ff\u4ee3Supervisor\u3002\u6559\u7a0b\u548c\u53cd\u9988>><\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/btappmanager","uninsatll_checks":"\/www\/server\/panel\/plugin\/btappmanager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":48,"soft_id":144,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u4fee\u590d\u6dfb\u52a0\u5e94\u7528\u73af\u5883\u5217\u8868\u663e\u793a\u4e0d\u5168\u95ee\u9898\u3002","os_limit":0,"beta":0,"update_time":1625538407}],"endtime":0},{"id":19,"os":"Linux","pid":0,"type":5,"sort":112,"price":0,"name":"redis","title":"Redis","title_en":"Redis","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Redis\u662f\u4e00\u4e2a\u9ad8\u6027\u80fd\u7684key-value\u6570\u636e\u5e93(PHP\u8fde\u63a5redis\uff0c\u9700PHP\u8bbe\u7f6e\u4e2d\u5b89\u88c5redis\u6269\u5c55) \u90e8\u5206Centos7\u7cfb\u7edf\u4ec5\u652f\u6301\u5b89\u88c55.x\u7248\u672c","ps_en":"Redis is a high performance key-value database","version":"\/www\/server\/redis\/src\/redis-server -v|awk '{print $3}'|cut -f2 -d'='","s_version":"redis-server","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/redis\/runtest","uninsatll_checks":"\/www\/server\/redis","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":19,"m_version":"7.0","version":"0","dependnet":"","mem_limit":256,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":108,"os":"Linux","pid":0,"type":5,"sort":113,"price":0,"name":"new_gitlab","title":"GitLab\u6700\u65b0\u793e\u533a\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u652f\u6301Centos6-8\/ubuntu TLS\/debian 64\u4f4d\u7cfb\u7edf,\u5185\u5b58\u5c0f\u4e8e4GB\u7684\u673a\u5668\u8bf7\u52ff\u5b89\u88c5!","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/new_gitlab","uninsatll_checks":"\/www\/server\/panel\/plugin\/new_gitlab","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":108,"m_version":"12.8","version":"1","dependnet":"","mem_limit":3560,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":20,"os":"Linux","pid":0,"type":5,"sort":113,"price":0,"name":"gitlab","title":"GitLab\u4e2d\u6587\u793e\u533a\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5f53\u524d\u4ec5\u652f\u6301Centos6\/7 64\u4f4d\u7cfb\u7edf\uff0c\u5185\u5b58\u5c0f\u4e8e2GB\u7684\u673a\u5668\u8bf7\u52ff\u5b89\u88c5!","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/gitlab","uninsatll_checks":"\/www\/server\/panel\/plugin\/gitlab","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":20,"m_version":"8.8","version":"5","dependnet":"","mem_limit":1560,"cpu_limit":1,"update_msg":"","os_limit":1}],"endtime":0},{"id":136,"os":"Linux","pid":0,"type":5,"sort":113,"price":0,"name":"openlitespeed","title":"OpenLiteSpeed","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"OpenLiteSpeed\u662fLiteSpeed Web Server Enterprise\u7684\u5f00\u6e90\u7248\u672c\u3002","ps_en":"","version":"cat \/usr\/local\/lsws\/VERSION","s_version":"openlitespeed","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"nginx,apache","install_checks":"\/usr\/local\/lsws\/bin\/lswsctrl","uninsatll_checks":"\/usr\/local\/lsws\/bin\/lswsctrl","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"soft_id":136,"m_version":"1.7","version":"14","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0}],"endtime":0},{"id":85,"os":"Linux","pid":0,"type":7,"sort":114,"price":0,"name":"dns_manager","title":"DNS\u7ba1\u7406\u5668","title_en":"Dns Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u7ba1\u7406\u591a\u4e2a\u57df\u540d\u89e3\u6790\uff0c\u6682\u65f6\u53ea\u652f\u6301\u6b63\u5411\u89e3\u6790\u548clinux centos7.x\u7248\u672c\u7cfb\u7edf","ps_en":"Temporarily only supports centos7 and above","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/dns_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/dns_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":72,"soft_id":85,"m_version":"3","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625560650}],"endtime":0},{"id":82,"os":"Linux","pid":0,"type":7,"sort":114,"price":0,"name":"mail_sys","title":"\u5b9d\u5854\u90ae\u5c40\u7ba1\u7406\u5668","title_en":"Mail Server","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u591a\u57df\uff0c\u591a\u7528\u6237\u90ae\u5c40\uff0c\u652f\u6301SMTP\/IMAP\/POP3\/HTTP\u63a5\u53e3\uff0c\u9700\u898125\u7aef\u53e3 [\u4f7f\u7528\u5e2e\u52a9]<\/a>","ps_en":"Build Mail Server for yourself, Supports centos7+ and ubuntu 16+","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/mail_sys","uninsatll_checks":"\/www\/server\/panel\/plugin\/mail_sys","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":235,"soft_id":82,"m_version":"4","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u4f18\u5316\u672c\u5730IP\u83b7\u53d6\u65b9\u6cd5\n2. \u4f18\u5316\u524d\u7aef\u5c55\u793a","os_limit":0,"beta":0,"update_time":1656488666},{"id":211,"soft_id":82,"m_version":"4","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1645668192},{"id":185,"soft_id":82,"m_version":"4","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6dfb\u52a0\u521d\u59cb\u5316\u65e5\u5fd7","os_limit":0,"beta":0,"update_time":1640765616},{"id":130,"soft_id":82,"m_version":"4","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u6dfb\u52a0rspamd\u53cd\u5783\u573e\u670d\u52a1\n2\u3001\u4f18\u5316\u90ae\u7bb1\u5217\u8868\u663e\u793a\n3\u3001\u4f18\u5316\u90ae\u4ef6\u5217\u8868\u663e\u793a\n4\u3001\u5176\u4ed6bug\u4fee\u590d","os_limit":0,"beta":0,"update_time":1628758546}],"endtime":0},{"id":101,"os":"Linux","pid":0,"type":7,"sort":114,"price":0,"name":"fail2ban","title":"Fail2ban\u9632\u7206\u7834","title_en":"Fail2ban Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u9632\u6b62\u6076\u610f\u4e3b\u673a\u7206\u7834\u670d\u52a1\u3001\u7ad9\u70b9\uff0c\u7981\u6b62\u5bfc\u81f4\u591a\u4e2a\u8eab\u4efd\u9a8c\u8bc1\u9519\u8bef\u7684\u4e3b\u673a","ps_en":"ban hosts that cause multiple authentication errors","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/fail2ban","uninsatll_checks":"\/www\/server\/panel\/plugin\/fail2ban","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":68,"soft_id":101,"m_version":"1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625556029}],"endtime":0},{"id":21,"os":"Linux","pid":0,"type":7,"sort":115,"price":0,"name":"deployment","title":"\u5b9d\u5854\u4e00\u952e\u90e8\u7f72\u6e90\u7801","title_en":"one-click deployment","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5feb\u901f\u90e8\u7f72\u5e38\u7528\u7a0b\u5e8f!","ps_en":"Quickly deploy common programs","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/deployment","uninsatll_checks":"\/www\/server\/panel\/plugin\/deployment","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":49,"soft_id":21,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625540595}],"endtime":0},{"id":69,"os":"Linux","pid":0,"type":7,"sort":115,"price":0,"name":"pythonmamager","title":"Python\u9879\u76ee\u7ba1\u7406\u5668","title_en":"Python Mamager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5feb\u901f\u90e8\u7f72Python\u9879\u76ee\uff0c\u5f53\u524d\u4ec5\u652f\u6301Centos7.x\uff0c\u53ef\u90e8\u7f72\u6846\u67b6\u6709flask,django,sanic","ps_en":"Manage multi-version Python and projects","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/pythonmamager","uninsatll_checks":"\/www\/server\/panel\/plugin\/pythonmamager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":176,"soft_id":69,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1635322268},{"id":45,"soft_id":69,"m_version":"1","version":"9","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625537129}],"endtime":0},{"id":147,"os":"Linux","pid":100000056,"type":12,"sort":115,"price":99,"name":"node_admin","title":"\u8282\u70b9\u540c\u6b65\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u540c\u6b65\u7f51\u7ad9\u914d\u7f6e\uff0cSSL\u8bc1\u4e66\uff0c\u7f51\u7ad9\u6587\u4ef6\uff0cRewrite\u7b49\u529f\u80fd>>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/node_admin","uninsatll_checks":"\/www\/server\/panel\/plugin\/node_admin","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":51,"soft_id":147,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625542445}],"endtime":0},{"id":83,"os":"Linux","pid":0,"type":7,"sort":115,"price":0,"name":"psync_api","title":"\u5b9d\u5854\u4e00\u952e\u8fc1\u79fbAPI\u7248\u672c","title_en":"One-click migration beta","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5feb\u901f\u8fc1\u79fb\u9762\u677f\u6570\u636e\uff0c\u6b64\u7248\u672c\u4ec5\u5728\u8fc1\u51fa\u673a\u5668\uff08\u53d1\u9001\u6570\u636e\u7aef\uff09\u5b89\u88c5\u5373\u53ef>>\u6559\u7a0b<\/a>","ps_en":"Quickly migrate panel data!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/psync_api","uninsatll_checks":"\/www\/server\/panel\/plugin\/psync_api","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":50,"soft_id":83,"m_version":"3","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625541764}],"endtime":0},{"id":75,"os":"Linux","pid":0,"type":7,"sort":116,"price":0,"name":"pgsql_manager","title":"PostgreSQL\u7ba1\u7406\u5668","title_en":"PostgreSQL Manager","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u7528\u4e8e\u5b89\u88c5\u5e76\u7ba1\u7406 PostgreSQL\u6570\u636e\u5e93","ps_en":"Used to install and manage PostgreSQL databases","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/pgsql_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/pgsql_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":212,"soft_id":75,"m_version":"1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"*\u4fee\u590d\u4e86\u505c\u6b62\u670d\u52a1\u5931\u8d25\u8bb0\u5f55\u4e0d\u5230\u5931\u8d25\u539f\u56e0\u7684bug\n*\u65b0\u589e\u9f99\u82af\u67b6\u6784\u517c\u5bb9\uff0810+\u7248\u672c\uff09\n*\u4fee\u590d\u4e0a\u4f20\u5bfc\u5165\u6587\u4ef6\u62a5\u9519\u95ee\u9898","os_limit":0,"beta":0,"update_time":1646120470},{"id":210,"soft_id":75,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u6dfb\u52a0PostgreSql 14\n2. \u4f18\u5316\u5b89\u88c5\u811a\u672c","os_limit":0,"beta":0,"update_time":1645518132},{"id":52,"soft_id":75,"m_version":"1","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u5df2\u77e5bug","os_limit":0,"beta":0,"update_time":1625543637}],"endtime":0},{"id":23,"os":"Linux","pid":0,"type":7,"sort":117,"price":0,"name":"upyun","title":"\u53c8\u62cd\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u53c8\u62cd\u4e91\u5bf9\u8c61\u5b58\u50a8\uff0c\u5b9d\u5854\u7528\u6237\u9996\u6708\u514d\u8d39200G\u6d41\u91cf+\u9996\u6b21\u5145\u503c9\u6298\u4f18\u60e0 [\u70b9\u51fb\u7533\u8bf7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/upyun","uninsatll_checks":"\/www\/server\/panel\/plugin\/upyun","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":41,"soft_id":23,"m_version":"4","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535258}],"endtime":0},{"id":24,"os":"Linux","pid":0,"type":7,"sort":118,"price":0,"name":"ftp","title":"FTP\u5b58\u50a8\u7a7a\u95f4","title_en":"FTP Storage","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230FTP\u5b58\u50a8\u7a7a\u95f4","ps_en":"Package the website or database back to the FTP storage space.","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/ftp","uninsatll_checks":"\/www\/server\/panel\/plugin\/ftp","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":39,"soft_id":24,"m_version":"5","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535117}],"endtime":0},{"id":25,"os":"Linux","pid":0,"type":7,"sort":119,"price":0,"name":"alioss","title":"\u963f\u91cc\u4e91OSS","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u963f\u91cc\u4e91OSS\u5bf9\u8c61\u5b58\u50a8\u7a7a\u95f4, [\u70b9\u51fb\u7533\u8bf7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/alioss","uninsatll_checks":"\/www\/server\/panel\/plugin\/alioss","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":38,"soft_id":25,"m_version":"5","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625534537}],"endtime":0},{"id":90,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"gcloud_storage","title":"\u8c37\u6b4c\u4e91\u5b58\u50a8","title_en":"Google Cloud Storage","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230Google Cloud Storage","ps_en":"Back up your website or database to a package Google Cloud Storage","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/gcloud_storage","uninsatll_checks":"\/www\/server\/panel\/plugin\/gcloud_storage","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":53,"soft_id":90,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625543829}],"endtime":0},{"id":97,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"gdrive","title":"\u8c37\u6b4c\u4e91\u7f51\u76d8","title_en":"Google Drive","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6216\u6307\u5b9a\u76ee\u5f55\u6570\u636e\u6253\u5305\u5907\u4efd\u5230\u8c37\u6b4c\u4e91\u7f51\u76d8","ps_en":"Help you back up your site data to Google Drive","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/gdrive","uninsatll_checks":"\/www\/server\/panel\/plugin\/gdrive","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":217,"soft_id":97,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u91cd\u6784\u7248\u672c\n1 \u89e3\u51b3\u8c37\u6b4c\u8ba4\u8bc1\u66f4\u6539\u540e\u65e0\u6cd5\u4f7f\u7528\u7684\u95ee\u9898\n2 \u5904\u7406\u4e86\u8ba1\u5212\u4efb\u52a1\u52fe\u9009\u540c\u65f6\u4fdd\u7559\u672c\u5730\u5907\u4efd\u4e0d\u751f\u6548\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1648523383}],"endtime":0},{"id":26,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"qiniu","title":"\u4e03\u725b\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u4e03\u725b\u5bf9\u8c61\u5b58\u50a8\u7a7a\u95f4,\u4e03\u725b\u63d0\u4f9b10GB\u514d\u8d39\u5b58\u50a8\u7a7a\u95f4, \u70b9\u51fb\u7533\u8bf7<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/qiniu","uninsatll_checks":"\/www\/server\/panel\/plugin\/qiniu","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":40,"soft_id":26,"m_version":"5","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u66f4\u65b0\u5206\u7247\u4e0a\u4f20\u65b9\u5f0f\u3002","os_limit":0,"beta":0,"update_time":1625535194}],"endtime":0},{"id":128,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"aws_s3","title":"\u4e9a\u9a6c\u900aS3\u4e91\u5b58\u50a8","title_en":"AWS S3","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u8ba9\u4f60\u7684\u6570\u636e\u5907\u4efd\u5230\u4e9a\u9a6c\u900a\u5bf9\u8c61\u5b58\u50a8","ps_en":"Package and backup website or database to AWS S3","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/aws_s3","uninsatll_checks":"\/www\/server\/panel\/plugin\/aws_s3","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":56,"soft_id":128,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u3010\u4fee\u590d\u3011\u540c\u65f6\u52fe\u9009\u672c\u5730\u5907\u4efd\u4e0d\u751f\u6548\u95ee\u9898","os_limit":0,"beta":0,"update_time":1625552732}],"endtime":0},{"id":115,"os":"Linux","pid":100000041,"type":12,"sort":120,"price":99,"name":"oos","title":"\u5821\u5854\u8fd0\u7ef4\u5e73\u53f0","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u8fd0\u7ef4\u4efb\u52a1\u7f16\u6392\u3001\u811a\u672c\u5e93\u3001\u591a\u53f0\u670d\u52a1\u5668\u6279\u91cf\u8fd0\u7ef4\u3001\u547d\u4ee4\u7fa4\u53d1\u7b49\uff0c\u9002\u7528\u4e8e\u6709\u591a\u53f0\u670d\u52a1\u5668\u7684\u7528\u6237","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/oos","uninsatll_checks":"\/www\/server\/panel\/plugin\/oos","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/oos.html","ex1":"","ex2":"","ex3":"","versions":[{"id":55,"soft_id":115,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625552253}],"endtime":0},{"id":151,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"dnspod","title":"\u817e\u8baf\u4e91DNS\u89e3\u6790","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u817e\u8baf\u4e91DNS\u89e3\u6790\u662f\u56fd\u5185\u6700\u5927\u7684\u514d\u8d39DNS\u89e3\u6790\u4ea7\u54c1\u63d0\u4f9b\u5546->\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/dnspod","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":58,"soft_id":151,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625553268}],"endtime":0},{"id":154,"os":"Linux","pid":0,"type":7,"sort":120,"price":0,"name":"txcdn","title":"\u817e\u8baf\u4e91CDN","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u817e\u8baf\u4e91 CDN \u7d2f\u8ba1\u5f00\u653e\u4e86\u817e\u8baf\u5341\u591a\u5e74\u7684\u8282\u70b9\uff0c\u63d0\u4f9b\u4e861000+\u4e2a\u5883\u5916\u8282\u70b9\uff0c\u8986\u76d6\u5168\u740350+\u4e2a\u56fd\u5bb6\u548c\u5730\u533a\uff0c\u652f\u6301\u60a8\u7684\u4e1a\u52a1\u65e0\u7f1d\u51fa\u6d77\u3002->\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/txcdn","uninsatll_checks":"\/www\/server\/panel\/plugin\/txcdn","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":59,"soft_id":154,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625553722}],"endtime":0},{"id":127,"os":"Linux","pid":0,"type":6,"sort":121,"price":0,"name":"firewall","title":"\u7cfb\u7edf\u9632\u706b\u5899","title_en":"SYS Firewall","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u63d0\u4f9b\u7cfb\u7edf\u9632\u706b\u5899(iptables\/firewall\/ufw)\u7684\u53ef\u89c6\u5316\u7ba1\u7406\u529f\u80fd","ps_en":"Provide GUI management function of system firewall (iptables \/ firewall \/ ufw)","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/firewall","uninsatll_checks":"\/www\/server\/panel\/plugin\/firewall","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":168,"soft_id":127,"m_version":"3","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"Debian\/Ubuntu\u7684\u4f18\u5316\u7aef\u53e3\u8f6c\u53d1","os_limit":0,"beta":0,"update_time":1634714268},{"id":44,"soft_id":127,"m_version":"3","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535921}],"endtime":0},{"id":153,"os":"Linux","pid":0,"type":7,"sort":121,"price":0,"name":"cosfs","title":"\u817e\u8baf\u4e91COSFS","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"COSFS \u5de5\u5177\u652f\u6301\u5c06 COS \u5b58\u50a8\u6876\u6302\u8f7d\u5230\u672c\u5730\uff0c\u50cf\u4f7f\u7528\u672c\u5730\u6587\u4ef6\u7cfb\u7edf\u4e00\u6837\u76f4\u63a5\u64cd\u4f5c\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8->\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"2","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/cosfs","uninsatll_checks":"\/www\/server\/panel\/plugin\/cosfs","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":110,"soft_id":153,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u5378\u8f7d\u540e\u672a\u6e05\u7406\u81ea\u52a8\u6302\u8f7d\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1627268394},{"id":60,"soft_id":153,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554040}],"endtime":0},{"id":28,"os":"Linux","pid":0,"type":7,"sort":122,"price":0,"name":"webhook","title":"\u5b9d\u5854WebHook","title_en":"WebHook","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"WebHook\uff0c\u53ef\u8bbe\u7f6e\u56de\u8c03\u811a\u672c\uff0c\u901a\u5e38\u7528\u4e8e\u7b2c\u4e09\u65b9\u56de\u8c03\u901a\u77e5!","ps_en":"WebHook, which can set callback scripts, is usually used for third-party callback notifications!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/webhook","uninsatll_checks":"\/www\/server\/panel\/plugin\/webhook","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":224,"soft_id":28,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1651028305},{"id":61,"soft_id":28,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554279}],"endtime":0},{"id":105,"os":"Linux","pid":100000035,"type":12,"sort":122,"price":99,"name":"san_security","title":"\u670d\u52a1\u5668\u5b89\u5168\u626b\u63cf","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u626b\u63cf\u670d\u52a1\u5668\u7cfb\u7edf\u7684\u6f0f\u6d1e\uff0c\u5f02\u5e38\u7528\u6237\uff0c\u5df2\u5b89\u88c5\u8f6f\u4ef6\u7684\u5b89\u5168\u95ee\u9898\u5e76\u63d0\u4f9b\u4fee\u590d\u65b9\u6848.","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/san_security","uninsatll_checks":"\/www\/server\/panel\/plugin\/san_security","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":239,"soft_id":105,"m_version":"2","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u3010\u589e\u52a0\u3011\u7cfb\u7edf\u7528\u6237\u5bc6\u7801\u8fc7\u671f\u98ce\u9669\u68c0\u6d4b","os_limit":0,"beta":0,"update_time":1657694237},{"id":24,"soft_id":105,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625294864}],"endtime":0},{"id":135,"os":"Linux","pid":0,"type":6,"sort":122,"price":0,"name":"boot","title":"\u7cfb\u7edf\u542f\u52a8\u9879","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u7cfb\u7edf\u542f\u52a8\u9879\u7684\u53ef\u89c6\u5316\u7ba1\u7406\u529f\u80fd","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/boot","uninsatll_checks":"\/www\/server\/panel\/plugin\/boot","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":178,"soft_id":135,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1636447321},{"id":62,"soft_id":135,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554402}],"endtime":0},{"id":32,"os":"Linux","pid":0,"type":6,"sort":126,"price":0,"name":"linuxsys","title":"Linux\u5de5\u5177\u7bb1","title_en":"Linux Tools","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"Linux\u7cfb\u7edf\u5de5\u5177\uff0c\u914d\u7f6eDNS\u3001Swap\u3001\u65f6\u533a\u3001\u5185\u5b58\u76d8!","ps_en":"Linux system tools, configuration DNS, Swap, time zone, IP configuration, memory disk!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/linuxsys","uninsatll_checks":"\/www\/server\/panel\/plugin\/linuxsys","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":13,"soft_id":32,"m_version":"1","version":"7","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u517c\u5bb9\u65b0\u67b6\u6784","os_limit":0,"beta":0,"update_time":1625046023}],"endtime":0},{"id":33,"os":"Linux","pid":0,"type":7,"sort":127,"price":0,"name":"phpguard","title":"PHP\u5b88\u62a4","title_en":" PHP Guardian","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u76d1\u63a7PHP-FPM\u8fd0\u884c\u72b6\u6001\uff0c\u9632\u6b62\u5927\u6279\u91cf\u51fa\u73b0502\u9519\u8bef!","ps_en":"Monitor the running status of PHP-FPM to prevent a large number of 502 errors!","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/phpguard","uninsatll_checks":"\/www\/server\/panel\/plugin\/phpguard","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":79,"soft_id":33,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u521d\u59cb\u7248\u672c","os_limit":0,"beta":0,"update_time":1626169668}],"endtime":0},{"id":42,"os":"Linux","pid":0,"type":6,"sort":127,"price":0,"name":"score","title":"\u5b9d\u5854\u8dd1\u5206","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6d4b\u8bd5\u670d\u52a1\u5668\u57fa\u7840\u6027\u80fd","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/score","uninsatll_checks":"\/www\/server\/panel\/plugin\/score","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":63,"soft_id":42,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554634}],"endtime":0},{"id":148,"os":"Linux","pid":100000009,"type":8,"sort":128,"price":29.8,"name":"load_balance","title":"\u5b9d\u5854\u8d1f\u8f7d\u5747\u8861-\u91cd\u6784\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u57fa\u4e8enginx\u7684\u8d1f\u8f7d\u5747\u8861, \u4f7f\u7528\u4e4b\u524d\u8bf7\u5148\u5b89\u88c5nginx >>\u4f7f\u7528\u5e2e\u52a9<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"nginx","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/load_balance","uninsatll_checks":"\/www\/server\/panel\/plugin\/load_balance","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/load_balance.html","ex1":"","ex2":"","ex3":"","versions":[{"id":140,"soft_id":148,"m_version":"2","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u521b\u5efa\u8d1f\u8f7d\u5747\u8861\u65f6\u672a\u6dfb\u52a0\u8282\u70b9\u76f4\u63a5\u62a5\u9519\u7684\u95ee\u9898\n2\u3001\u4fee\u590d\u521b\u5efa\u8d1f\u8f7d\u5747\u8861\u65f6\u672a\u6dfb\u52a0\u666e\u901a\u8282\u70b9\u4e5f\u80fd\u6210\u529f\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1630373566},{"id":15,"soft_id":148,"m_version":"2","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u589e\u52a0\u8d1f\u8f7d\u72b6\u6001\u76d1\u63a7\n2\u3001\u589e\u52a0TCP\u8d1f\u8f7d\u5747\u8861\u529f\u80fd\n3\u3001\u4fee\u590d\u5df2\u77e5Bug","os_limit":0,"beta":0,"update_time":1625275779}],"endtime":0},{"id":167,"os":"Linux","pid":0,"type":6,"sort":128,"price":0,"name":"webshell_check","title":"\u6728\u9a6c\u67e5\u6740\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b9d\u5854\u96c6\u6210\u957f\u4ead\u7267\u4e91\u7684\u6728\u9a6c\u67e5\u6740\u80fd\u529b\u3002\u6709\u6548\u7684\u67e5\u6740webshell \u3002\u6740\u6bd2\u5fc5\u5907\u3002\u626b\u63cf\u6728\u9a6c\u7684\u9996\u9009","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/webshell_check","uninsatll_checks":"\/www\/server\/panel\/plugin\/webshell_check","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":241,"soft_id":167,"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1657708266},{"id":221,"soft_id":167,"m_version":"3","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-4-18\u66f4\u65b0\n1.\u4f18\u5316\u8bef\u62a5\u548c\u4f18\u5316\u767d\u540d\u5355\u903b\u8f91","os_limit":0,"beta":0,"update_time":1650264705},{"id":219,"soft_id":167,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2022-4.11 \u4f18\u5316\u626b\u63cf\u903b\u8f91","os_limit":0,"beta":0,"update_time":1649668170},{"id":170,"soft_id":167,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2021-10-17 \n1.\u4e0a\u7ebfwebshell\u626b\u63cf","os_limit":0,"beta":0,"update_time":1634788846}],"endtime":0},{"id":91,"os":"Linux","pid":0,"type":6,"sort":128,"price":0,"name":"supervisor","title":"Supervisor\u7ba1\u7406\u5668","title_en":"Supervisor","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u4e00\u4e2aPython\u5f00\u53d1\u7684\u901a\u7528\u7684\u8fdb\u7a0b\u7ba1\u7406\u7a0b\u5e8f","ps_en":"A general process management program developed by Python","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/supervisor","uninsatll_checks":"\/www\/server\/panel\/plugin\/supervisor","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":25,"soft_id":91,"m_version":"2","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625295451}],"endtime":0},{"id":44,"os":"Linux","pid":0,"type":7,"sort":129,"price":0,"name":"txcos","title":"\u817e\u8baf\u4e91COS","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u817e\u8baf\u4e91COS\u5bf9\u8c61\u5b58\u50a8\u7a7a\u95f4 [\u7533\u8bf7\u8d26\u53f7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/txcos","uninsatll_checks":"\/www\/server\/panel\/plugin\/txcos","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":42,"soft_id":44,"m_version":"4","version":"8","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625535336}],"endtime":0},{"id":70,"os":"Linux","pid":100000017,"type":8,"sort":129,"price":9.8,"name":"msg_push","title":"\u5f02\u5e38\u76d1\u63a7\u63a8\u9001","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u76d1\u63a7\u670d\u52a1\u5668\u3001\u7f51\u7ad9\u3001SSL\u8bc1\u4e66\u3001\u5e38\u7528\u670d\u52a1\u7b49\u8d44\u6e90\u5f02\u5e38\u5e76\u53d1\u9001\u544a\u8b66>>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/msg_push","uninsatll_checks":"\/www\/server\/panel\/plugin\/msg_push","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/msg_push.html","ex1":"","ex2":"","ex3":"","versions":[{"id":231,"soft_id":70,"m_version":"3","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4f18\u5316SSL\u76d1\u63a7\u3010\u6682\u505c\u7684\u7f51\u7ad9\u4e0d\u76d1\u63a7SSL\u5230\u671f\u65f6\u95f4\u3011","os_limit":0,"beta":0,"update_time":1656139085},{"id":222,"soft_id":70,"m_version":"3","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6dfb\u52a0\u77ed\u4fe1\u901a\u77e5\u529f\u80fd","os_limit":0,"beta":0,"update_time":1650794640},{"id":208,"soft_id":70,"m_version":"3","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6dfb\u52a0PHP8.1\u76d1\u63a7\n\u4f18\u5316\u53d1\u4ef6\u9519\u8bef\u65e5\u5fd7","os_limit":0,"beta":0,"update_time":1645424808},{"id":197,"soft_id":70,"m_version":"3","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1. \u4f18\u5316\u4e3b\u68c0\u67e5\u7a0b\u5e8f\n2. \u4fee\u590ddocker\u68c0\u67e5\u5931\u8d25","os_limit":0,"beta":0,"update_time":1642218880}],"endtime":0},{"id":161,"os":"Linux","pid":0,"type":7,"sort":130,"price":0,"name":"bos","title":"\u767e\u5ea6\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u767e\u5ea6\u4e91\u5bf9\u8c61\u5b58\u50a8,\u4f01\u4e1a\u514d\u8d39\u4f53\u9a8c6\u4e2a\u6708500G\/\u4e2a\u4eba\u514d\u8d39\u4f53\u9a8c\u4e00\u4e2a\u6708100GB\u5b58\u50a8\u7a7a\u95f4! \u70b9\u51fb\u7533\u8bf7<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bos","uninsatll_checks":"\/www\/server\/panel\/plugin\/bos","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":154,"soft_id":161,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1631517935}],"endtime":0},{"id":159,"os":"Linux","pid":100000059,"type":8,"sort":130,"price":29.8,"name":"mysql_replicate","title":"MySQL\u4e3b\u4ece\u590d\u5236(\u91cd\u6784\u7248)","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u4f7f\u7528GTID\u65b9\u5f0f\u8f7b\u677e\u5b9e\u73b0MySQL\u4e3b\u4ece\u590d\u5236(\u4ec5\u652f\u6301Mysql5.7\/8.0)","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/mysql_replicate","uninsatll_checks":"\/www\/server\/panel\/plugin\/mysql_replicate","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/mysql_replicate.html","ex1":"","ex2":"","ex3":"","versions":[{"id":209,"soft_id":159,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4f18\u5316\u5168\u9009\u6570\u636e\u5e93\u65f6\u7684\u540c\u6b65\u903b\u8f91","os_limit":0,"beta":0,"update_time":1645500785},{"id":137,"soft_id":159,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u5220\u9664\u4e3b\u4ece\u7684\u540c\u65f6\u4e3b\u5e93\u5220\u9664\u5bf9\u5e94\u4ece\u5e93\u653e\u884c\u7684\u7aef\u53e3\u3002\n2\u3001\u4fee\u590d\u4e86\u5df2\u77e5BUG\u3002","os_limit":0,"beta":0,"update_time":1630047672},{"id":136,"soft_id":159,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1629875333}],"endtime":0},{"id":45,"os":"Linux","pid":0,"type":7,"sort":130,"price":0,"name":"webssh","title":"\u5b9d\u5854SSH\u7ec8\u7aef","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5b8c\u6574\u529f\u80fd\u7684SSH\u5ba2\u6237\u7aef\uff0c\u4ec5\u7528\u4e8e\u8fde\u63a5\u672c\u670d\u52a1\u5668","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/webssh","uninsatll_checks":"\/www\/server\/panel\/plugin\/webssh","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":64,"soft_id":45,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625554777}],"endtime":0},{"id":63,"os":"Linux","pid":100000008,"type":8,"sort":131,"price":9.8,"name":"masterslave","title":"MySQL\u4e3b\u4ece\u590d\u5236","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u8f7b\u677e\u5b9e\u73b0MySQL\u4e00\u4e3b\u591a\u4ece\u590d\u5236\uff0c\u9700\u8981MySQL5.5\u53ca\u4ee5\u4e0a\u7248\u672c>>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"mysql","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/masterslave","uninsatll_checks":"\/www\/server\/panel\/plugin\/masterslave","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/mysql_replicate.html","ex1":"","ex2":"","ex3":"","versions":[{"id":32,"soft_id":63,"m_version":"2","version":"4","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625467425}],"endtime":0},{"id":47,"os":"Linux","pid":0,"type":6,"sort":131,"price":0,"name":"clear","title":"\u65e5\u5fd7\u6e05\u7406\u5de5\u5177","title_en":"Log cleanup","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":1,"ps":"\u4e00\u952e\u6e05\u7406\u6307\u5b9a\u65e5\u5fd7\u548c\u7cfb\u7edf\u5783\u573e","ps_en":"One click to clear logs and system trash","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/clear","uninsatll_checks":"\/www\/server\/panel\/plugin\/clear","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":237,"soft_id":47,"m_version":"2","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1.\u65b0\u589e\u9650\u5236\u90e8\u5206\u5173\u952e\u76ee\u5f55\u4e0d\u5141\u8bb8\u9009\u62e9\u5220\u9664\n2.\u4f18\u5316\u5904\u7406\u54cd\u5e94\u901f\u5ea6","os_limit":0,"beta":0,"update_time":1657371424},{"id":205,"soft_id":47,"m_version":"2","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1645081239},{"id":27,"soft_id":47,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625295765}],"endtime":0},{"id":163,"os":"Linux","pid":0,"type":7,"sort":131,"price":0,"name":"obs","title":"\u534e\u4e3a\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8 2020\/05\/14\u524d\u4e70\u4e13\u4e1a\u7248\u6216\u9632\u7be1\u6539\u53ef\u5bf9\u5e94\u514d\u8d39\u7528<\/span> >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"tamper_proof","install_checks":"\/www\/server\/panel\/plugin\/tamper_drive","uninsatll_checks":"\/www\/server\/panel\/plugin\/tamper_drive","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/tamper_drive.html","ex1":"","ex2":"","ex3":"","versions":[{"id":192,"soft_id":122,"m_version":"2","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"2021-1-11\u66f4\u65b0\n1.\u4fee\u590d\u65e5\u5fd7\u95ee\u9898\n2.\u4f18\u5316\u6d4b\u8bd5\u6a21\u5f0f","os_limit":0,"beta":0,"update_time":1641896296},{"id":71,"soft_id":122,"m_version":"2","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625558947}],"endtime":0},{"id":106,"os":"Linux","pid":100000036,"type":12,"sort":153,"price":99,"name":"bt_boce","title":"\u5821\u5854\u7f51\u7ad9\u6d4b\u901f","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6d4b\u8bd5\u7f51\u7ad9\u5728\u5168\u7403\u5404\u5730\u7684\u6253\u5f00\u901f\u5ea6\u5e76\u53ca\u65f6\u544a\u8b66 >\u8282\u70b9\u8d5e\u52a9<\/a> ","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/bt_boce","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_boce","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":215,"soft_id":106,"m_version":"2","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1647594676},{"id":29,"soft_id":106,"m_version":"2","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625297586}],"endtime":0},{"id":178,"os":"Linux","pid":100000067,"type":12,"sort":155,"price":99,"name":"tamper_core","title":"\u5821\u5854\u4f01\u4e1a\u7ea7\u9632\u7be1\u6539 - \u91cd\u6784\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5185\u6838\u7248\u9632\u7be1\u6539,\u7528\u4e8e\u4fdd\u62a4\u7ad9\u70b9\u5185\u5bb9\u5b89\u5168\uff0c\u9632\u6b62\u9ed1\u5ba2\u975e\u6cd5\u4fee\u6539\u7f51\u9875\u3001\u7f51\u7ad9\u6302\u9a6c\u7b49\u5165\u4fb5\u884c\u4e3a\uff0c\u652f\u6301Centos\/Debian\/Ubuntu\uff0c\u6ce8\u610f\uff1a\u4e0d\u80fd\u4e0e\u5176\u5b83\u9632\u7be1\u6539\u8f6f\u4ef6\u540c\u65f6\u4f7f\u7528 >>\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"tamper_drive|tamper_proof","install_checks":"\/www\/server\/panel\/plugin\/tamper_core","uninsatll_checks":"\/www\/server\/panel\/plugin\/tamper_core","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":230,"soft_id":178,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u57fa\u4e8e\u5168\u7248\u672c\u5185\u6838\u91cd\u6784\n2\u3001\u89e3\u51b3Centos8\/9,Debian9\/10\/11,Ubuntu16\/18\/20\/22\u517c\u5bb9\u6027\u95ee\u9898\n3\u3001\u89e3\u51b3\u90e8\u5206\u673a\u5668\u6b7b\u673a\u3001\u5185\u5b58\u8dd1\u9ad8\u3001CPU\u8dd1\u9ad8\u7684\u95ee\u9898\n4\u3001\u589e\u52a0\u8fdb\u7a0b\u767d\u540d\u5355\n5\u3001\u589e\u52a0UID\u3001GID\u767d\u540d\u5355\n","os_limit":0,"beta":0,"update_time":1655698305}],"endtime":0},{"id":155,"os":"Linux","pid":100000057,"type":8,"sort":155,"price":19.8,"name":"nfs_tools","title":"NFS\u6587\u4ef6\u5171\u4eab\u7ba1\u7406\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u57fa\u4e8eNFS\u7684\u6587\u4ef6\u5171\u4eab\uff0c\u5305\u542b\u521b\u5efa\u5171\u4eab\u548c\u6302\u8f7d\u8fdc\u7a0bNFS","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/nfs_tools","uninsatll_checks":"\/www\/server\/panel\/plugin\/nfs_tools","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":88,"soft_id":155,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u4fee\u590d\u653e\u884c\u7aef\u53e3\u63d0\u793a\u4e0d\u5b8c\u6574\u7684\u95ee\u9898\n2\u3001\u8c03\u6574\u9ed8\u8ba4\u8bfb\u5199\u6a21\u5f0f\u4e3a\u3010\u8bfb\u5199\u3011","os_limit":0,"beta":0,"update_time":1626851070},{"id":8,"soft_id":155,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u6b63\u5f0f\u72482","os_limit":0,"beta":0,"update_time":1625046023}],"endtime":0},{"id":111,"os":"Linux","pid":100000038,"type":12,"sort":155,"price":99,"name":"jumpserver","title":"\u5821\u5792\u673a","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u76ee\u524d\u53ea\u5b9e\u73b0\u4e86\u8df3\u677f\u673a\u529f\u80fd\uff0c\u901a\u8fc7\u4ee3\u7406\u65b9\u5f0f\u8fde\u63a5\u5185\u7f51\u670d\u52a1\u5668 >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/jumpserver","uninsatll_checks":"\/www\/server\/panel\/plugin\/jumpserver","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":67,"soft_id":111,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625555645}],"endtime":0},{"id":112,"os":"Linux","pid":100000039,"type":12,"sort":156,"price":99,"name":"database_mater","title":"\u6570\u636e\u5e93\u8fd0\u7ef4\u5de5\u5177","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6570\u636e\u5e93\u8fd0\u7ef4\u7ba1\u7406\u5de5\u5177,\u4e00\u952e\u4f18\u5316\u6570\u636e\u5e93","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/database_mater","uninsatll_checks":"\/www\/server\/panel\/plugin\/database_mater","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/database_mater.html","ex1":"","ex2":"","ex3":"","versions":[{"id":28,"soft_id":112,"m_version":"4","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625296071}],"endtime":0},{"id":143,"os":"Linux","pid":0,"type":7,"sort":156,"price":0,"name":"msonedrive","title":"\u5fae\u8f6fOneDrive","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5fae\u8f6f\u5bb6\u7684\u4e91\u7f51\u76d8\u670d\u52a1\u3002\u652f\u6301\u5546\u4e1a\u7248<\/a>\u548c\u4e2a\u4eba\/\u5bb6\u5ead\u7248<\/a>\u3002\u56fe\u6587\u6559\u7a0b\u548c\u53cd\u9988<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/msonedrive","uninsatll_checks":"\/www\/server\/panel\/plugin\/msonedrive","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":43,"soft_id":143,"m_version":"1","version":"6","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u8ba1\u5212\u4efb\u52a1\u5907\u4efd\u901a\u77e5\u548c\u4fdd\u7559\u672c\u5730\u5907\u4efd\u3002","os_limit":0,"beta":0,"update_time":1625535434}],"endtime":0},{"id":113,"os":"Linux","pid":100000040,"type":12,"sort":157,"price":99,"name":"site_optimization","title":"\u5821\u5854\u7ad9\u70b9\u4f18\u5316","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u6309\u7167\u7ad9\u70b9\u7c7b\u578b\u4f18\u5316\u7ad9\u70b9\u4ee5\u83b7\u53d6\u66f4\u9ad8\u7684\u6027\u80fd\u3010\u76ee\u524d\u4ec5\u652f\u6301\u5fae\u64ce\u3011","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/site_optimization","uninsatll_checks":"\/www\/server\/panel\/plugin\/site_optimization","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/site_optimization.html","ex1":"","ex2":"","ex3":"","versions":[{"id":75,"soft_id":113,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625563601}],"endtime":0},{"id":130,"os":"Linux","pid":100000053,"type":12,"sort":158,"price":99,"name":"resource_manager","title":"\u5821\u5854\u8d44\u6e90\u76d1\u89c6\u5668","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5bf9\u7f51\u7ad9\u6bcf\u79d2\u8bf7\u6c42\u6570\u548c\u8fdb\u7a0b\u5360\u7528\u7684\u8d44\u6e90\u8fdb\u884c\u76d1\u89c6","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/resource_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/resource_manager","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/resource_manager.html","ex1":"","ex2":"","ex3":"","versions":[{"id":69,"soft_id":130,"m_version":"1","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1625556097}],"endtime":0},{"id":179,"os":"Linux","pid":0,"type":7,"sort":180,"price":0,"name":"jdcloud","title":"\u4eac\u4e1c\u4e91\u5b58\u50a8","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5c06\u7f51\u7ad9\u6216\u6570\u636e\u5e93\u6253\u5305\u5907\u4efd\u5230\u4eac\u4e1c\u4e91\u5bf9\u8c61\u5b58\u50a8 [\u7533\u8bf7\u8d26\u53f7]<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/jdcloud","uninsatll_checks":"\/www\/server\/panel\/plugin\/jdcloud","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":233,"soft_id":179,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1656320669}],"endtime":0},{"id":165,"os":"Linux","pid":100000062,"type":12,"sort":200,"price":99,"name":"ssl_verify","title":"\u5821\u5854\u9650\u5236\u8bbf\u95ee\u578b\u8bc1\u4e66-Linux\u7248","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u63d0\u4f9b\u53cc\u5411\u8ba4\u8bc1\u8bc1\u4e66\uff0c\u53ef\u7528\u4e8e\u9650\u5236\u6307\u5b9a\u4eba\u5458\u8bbf\u95ee\uff08\u91cd\u8981\u4e1a\u52a1\u63a8\u8350\u4f7f\u7528\uff09\uff0c\u63d0\u4f9b\u8f83\u9ad8\u5b89\u5168\u7684\u8bbf\u95ee\u73af\u5883\uff0c\u4e5f\u53ef\u7528\u4e8e\u81ea\u7b7eSSL\u3002 > \u4f7f\u7528\u8bf4\u660e<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/ssl_verify","uninsatll_checks":"\/www\/server\/panel\/plugin\/ssl_verify","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"","ex1":"","ex2":"","ex3":"","versions":[{"id":207,"soft_id":165,"m_version":"1","version":"3","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1645416569},{"id":202,"soft_id":165,"m_version":"1","version":"2","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1644887730},{"id":167,"soft_id":165,"m_version":"1","version":"1","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"1\u3001\u65b0\u589e\u81ea\u52a8\u540c\u6b65\u5230\u9762\u677fSSL","os_limit":0,"beta":0,"update_time":1634695266},{"id":164,"soft_id":165,"m_version":"1","version":"0","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"","os_limit":0,"beta":0,"update_time":1634109398}],"endtime":0},{"id":117,"os":"Linux","pid":100000042,"type":12,"sort":200,"price":99,"name":"enterprise_backup","title":"\u4f01\u4e1a\u7ea7\u5907\u4efd","title_en":"","panel_pro":1,"panel_ltd":1,"panel_free":1,"panel_test":1,"panel_en":0,"ps":"\u5bf9Mysql\u6570\u636e\u5e93\u4ee5\u53ca\u76ee\u5f55\u8fdb\u884c\u5168\u91cf\u548c\u589e\u91cf\u5907\u4efd,\u5907\u4efd\u52a0\u5bc6\u538b\u7f29\u5e76\u53ef\u9009\u4e0a\u4f20\u5230ftp,\u963f\u91cc\u4e91\u548c\u817e\u8baf\u4e91(\u4ec5innodb\u652f\u6301\u589e\u91cf\u5907\u4efd)<\/font> >\u6559\u7a0b<\/a>","ps_en":"","version":"0","s_version":"0","manager_version":"1","c_manager_version":"1","dependnet":"","mutex":"","install_checks":"\/www\/server\/panel\/plugin\/enterprise_backup","uninsatll_checks":"\/www\/server\/panel\/plugin\/enterprise_backup","compile_args":0,"version_coexist":0,"icon":"icon","preview_url":"https:\/\/www.bt.cn\/new\/product\/enterprise_backup.html","ex1":"","ex2":"","ex3":"","versions":[{"id":73,"soft_id":117,"m_version":"5","version":"5","dependnet":"","mem_limit":32,"cpu_limit":1,"update_msg":"\u4fee\u590d\u5728\u65b0\u7248\u672c\u65e0\u6cd5\u5907\u4efd\u7684\u95ee\u9898","os_limit":0,"beta":0,"update_time":1625561544}],"endtime":0},{"num":"4.9","id":600801398,"uid":228015,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Nginx\u514d\u8d39\u9632\u706b\u5899","p_index":"free_waf","ps":"Nginx\u514d\u8d39\u9632\u706b\u5899\uff0c\u548c\u73b0\u6709\u7684Nginx\u7684\u9632\u706b\u5899\u53ea\u80fd\u5b89\u88c5\u4e00\u4e2a?<\/a>","author":"\u660e\u56fd\u4e09\u5e74\u4e00\u573a\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-39649-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191107\/065808e927f4c37052049b56561fe1cd.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573107241,"state":0,"sort":4.9,"os":"Linux","win":0,"a_ps":"","pid":600801398,"version":"6.6","version_msg":"Nginx\u514d\u8d39\u9632\u706b\u5899","f_path":"other\/20220428\/1fd15c3fd7d1511158ceff9717ee5a49.zip","f_md5":"e4e5029a9728fa01c4d9522f23d5f38d","f_size":264580,"type":10,"endtime":0,"score":"4.9","name":"free_waf","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/free_waf","uninsatll_checks":"\/www\/server\/panel\/plugin\/free_waf","compile_args":0,"version_coexist":0,"manager_version":"6","c_manager_version":"6","versions":[{"m_version":"6","version":"6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"Nginx\u514d\u8d39\u9632\u706b\u5899","download":"other\/20220428\/1fd15c3fd7d1511158ceff9717ee5a49.zip","md5":"e4e5029a9728fa01c4d9522f23d5f38d","size":264580}],"count":179210},{"num":"4.6","id":600801254,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"\u6587\u4ef6\u641c\u7d22\u53ca\u6279\u91cf\u4fee\u6539","p_index":"mfsearch","ps":"\u6587\u4ef6\u5185\u5bb9\u641c\u7d22\u53ca\u6279\u91cf\u4fee\u6539(\u53ef\u6574\u7ad9\u4fee\u6539\u53ca\u81ea\u52a8\u5907\u4efd)?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-33237-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190615\/e7372086b3e573497e612e1003bbe5b3.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1560579139,"state":0,"sort":4.6,"os":"Linux","win":1,"a_ps":"","pid":600801254,"version":"1.1.2","version_msg":"1)\u4fee\u590dwin\u7cfb\u7edf\u5b89\u88c5Bug,2)\u4fee\u590d\u90e8\u5206\u7f16\u7801Bug","f_path":"other\/20200118\/db7aaf79ccb5b4d71a40b90a53879953.zip","f_md5":"f40125b5b8c3b0836e6459639a8c96f5","f_size":225019,"type":10,"endtime":0,"score":"4.6","name":"mfsearch","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfsearch","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfsearch","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1.2","versions":[{"m_version":"1","version":"1.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1)\u4fee\u590dwin\u7cfb\u7edf\u5b89\u88c5Bug,2)\u4fee\u590d\u90e8\u5206\u7f16\u7801Bug","download":"other\/20200118\/db7aaf79ccb5b4d71a40b90a53879953.zip","md5":"f40125b5b8c3b0836e6459639a8c96f5","size":225019}],"count":101296},{"num":"4.7","id":600801212,"uid":30069,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6cb3\u9a6cwebshell\u67e5\u6740","p_index":"hm_shell_san","ps":"\u6cb3\u9a6cwebshell\u67e5\u6740?<\/a>","author":"print("")","home":"https:\/\/www.bt.cn\/bbs\/thread-39381-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191101\/ffb9085b6c30168308e289be27f11486.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1551346414,"state":0,"sort":4.7,"os":"Linux","win":0,"a_ps":"","pid":600801212,"version":"2.0","version_msg":"\u6cb3\u9a6cwebshell\u67e5\u6740\u5de5\u5177","f_path":"other\/20220117\/287fe84a9cc0b463ff0458079a0b813a.zip","f_md5":"4d223a9b0caad5226212a526c516b873","f_size":8796,"type":10,"endtime":0,"score":"4.7","name":"hm_shell_san","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/hm_shell_san","uninsatll_checks":"\/www\/server\/panel\/plugin\/hm_shell_san","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u6cb3\u9a6cwebshell\u67e5\u6740\u5de5\u5177","download":"other\/20220117\/287fe84a9cc0b463ff0458079a0b813a.zip","md5":"4d223a9b0caad5226212a526c516b873","size":8796}],"count":34553},{"num":"4.1","id":600801267,"uid":16402,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"404\u516c\u76ca","p_index":"publicwelfare404","ps":"\u54cd\u5e94\u5f0f404\u516c\u76ca\u4ee3\u7801\uff0c\u7f8e\u5316\u4f60\u7684404\u9875\u9762\u540c\u65f6\u53c2\u4e0e\u516c\u76ca\u3002?<\/a>","author":"\u57df\u540d\u516c\u76ca\u7f51","home":"https:\/\/www.bt.cn\/bbs\/thread-33666-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190624\/c6bfbb27b99058e14e9e424a4b66104b.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1561346414,"state":0,"sort":4.1,"os":"Linux","win":0,"a_ps":"","pid":600801267,"version":"1.2","version_msg":"\u5b8c\u5584\u9519\u8bef\u53cb\u597d\u63d0\u793a\uff1b","f_path":"other\/20191216\/e3949a53c6832ad5f75cdbac65b34d54.zip","f_md5":"51a301c6ce3f28bcbd5e89c586196a7e","f_size":14470,"type":10,"endtime":0,"score":"4.1","name":"publicwelfare404","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/publicwelfare404","uninsatll_checks":"\/www\/server\/panel\/plugin\/publicwelfare404","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5b8c\u5584\u9519\u8bef\u53cb\u597d\u63d0\u793a\uff1b","download":"other\/20191216\/e3949a53c6832ad5f75cdbac65b34d54.zip","md5":"51a301c6ce3f28bcbd5e89c586196a7e","size":14470}],"count":28732},{"num":"3.6","id":600801443,"uid":24102,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u63a8\u9001","p_index":"baidu_push","ps":"\u652f\u6301\u767e\u5ea6\u666e\u901a\u6536\u5f55\u8ddf\u5feb\u901f\u6536\u5f55\u4e24\u4e2a\u63a8\u9001\u63a5\u53e3\uff01?<\/a>","author":"\u5929\u4e00\u6570\u636e","home":"https:\/\/www.bt.cn\/bbs\/thread-42287-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200106\/d67109fd986b85ae6291515a7d6b0a61.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1578320699,"state":0,"sort":3.6,"os":"Linux","win":-1,"a_ps":"","pid":600801443,"version":"v1.8","version_msg":"\u767e\u5ea6\u63a5\u53e3\u8c03\u6574","f_path":"other\/20200602\/ff57e2db9e3b3c1c8ef2141d52e1e942.zip","f_md5":"ec9cbe636a1ee0bf9d07ab54719a3884","f_size":11445,"type":10,"endtime":0,"score":"3.6","name":"baidu_push","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/baidu_push","uninsatll_checks":"\/www\/server\/panel\/plugin\/baidu_push","compile_args":0,"version_coexist":0,"manager_version":"v1","c_manager_version":"8","versions":[{"m_version":"v1","version":"8","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u767e\u5ea6\u63a5\u53e3\u8c03\u6574","download":"other\/20200602\/ff57e2db9e3b3c1c8ef2141d52e1e942.zip","md5":"ec9cbe636a1ee0bf9d07ab54719a3884","size":11445}],"count":27666},{"num":"4.3","id":600801213,"uid":31398,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SSH\u79d8\u94a5\u7ba1\u7406\u5668","p_index":"sshkey","ps":"\u4e3a\u89e3\u51b3ssh\u79d8\u94a5\u767b\u9646\u800c\u9ebb\u70e6\u914d\u7f6e?<\/a>","author":"\u5e26\u5934\u5927\u54e5","home":"https:\/\/www.bt.cn\/bbs\/thread-20943-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190401\/169f9ef390f68c134c4b8b003ec1a412.png","price":0,"auth_price":0,"discount":0,"commission":0.8,"p_cycle":1,"addtime":1554082722,"state":0,"sort":4.3,"os":"Linux","win":0,"a_ps":"","pid":600801213,"version":"1.1","version_msg":"\u4e3a\u89e3\u51b3ssh\u79d8\u94a5\u767b\u9646\u800c\u9ebb\u70e6\u914d\u7f6e","f_path":"other\/20190419\/080c4f8b6a00055c4510c6b305365deb.zip","f_md5":"e6baacff85a33be40c32bb526b5fdb03","f_size":8679,"type":10,"endtime":0,"score":"4.3","name":"sshkey","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/sshkey","uninsatll_checks":"\/www\/server\/panel\/plugin\/sshkey","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4e3a\u89e3\u51b3ssh\u79d8\u94a5\u767b\u9646\u800c\u9ebb\u70e6\u914d\u7f6e","download":"other\/20190419\/080c4f8b6a00055c4510c6b305365deb.zip","md5":"e6baacff85a33be40c32bb526b5fdb03","size":8679}],"count":18234},{"num":"3.3","id":600801599,"uid":51989,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u4e91\u52a0\u901f","p_index":"su_baidu","ps":"\u514d\u8d39\u63d0\u4f9b\u9ad8\u9632CDN\u52a0\u901f\/DDoS\u9632\u62a4\/CC\u4e91\u9632\u62a4\u7684CDN\u670d\u52a1?<\/a>","author":"\u8da3\u57df\u7f51","home":"https:\/\/www.bt.cn\/bbs\/thread-56551-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200921\/f2010eeb06bcb63f44a82af418c3f0a5.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1600682141,"state":0,"sort":3.3,"os":"Linux","win":-1,"a_ps":"","pid":600801599,"version":"1.10","version_msg":"\u589e\u52a0\u8bbf\u95ee\u56de\u6e90\/\u5b89\u5168\u52a0\u901f\u5207\u6362\u529f\u80fd\uff0c\u5efa\u8bae\u5347\u7ea7","f_path":"other\/20210824\/6961b80cedc326c8470ed4d4140fe006.zip","f_md5":"b518e2b6ded63d2e2e191602bc039d83","f_size":56415,"type":10,"endtime":0,"score":"3.3","name":"su_baidu","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/su_baidu","uninsatll_checks":"\/www\/server\/panel\/plugin\/su_baidu","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"10","versions":[{"m_version":"1","version":"10","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u589e\u52a0\u8bbf\u95ee\u56de\u6e90\/\u5b89\u5168\u52a0\u901f\u5207\u6362\u529f\u80fd\uff0c\u5efa\u8bae\u5347\u7ea7","download":"other\/20210824\/6961b80cedc326c8470ed4d4140fe006.zip","md5":"b518e2b6ded63d2e2e191602bc039d83","size":56415}],"count":16306},{"num":"5.0","id":600801805,"uid":904054,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SRS\u97f3\u89c6\u9891\u670d\u52a1\u5668","p_index":"srs_cloud","ps":"SRS\u662f\u5f00\u6e90\u7684\u97f3\u89c6\u9891\u670d\u52a1\u5668\uff0c\u4e3b\u8981\u5e94\u7528\u5728\u76f4\u64ad\u548cWebRTC\u3002?<\/a>","author":"Winlin","home":"https:\/\/www.bt.cn\/bbs\/thread-90890-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220424\/dff76f8daeb6dec5c8294f7702e7f079.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1650800538,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801805,"version":"4.4","version_msg":"\u652f\u6301RTMP\u3001WebRTC\u3001HLS\u3001HTTP- FLV\u548cSRT\u7b49\u5e38\u7528\u534f\u8bae","f_path":"other\/20220426\/6f12f4a340e8de2406cdc4f40e969512.zip","f_md5":"d055d83149420833034955d06659b3b0","f_size":4327104,"type":10,"endtime":0,"score":"5.0","name":"srs_cloud","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/srs_cloud","uninsatll_checks":"\/www\/server\/panel\/plugin\/srs_cloud","compile_args":0,"version_coexist":0,"manager_version":"4","c_manager_version":"4","versions":[{"m_version":"4","version":"4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u652f\u6301RTMP\u3001WebRTC\u3001HLS\u3001HTTP- FLV\u548cSRT\u7b49\u5e38\u7528\u534f\u8bae","download":"other\/20220426\/6f12f4a340e8de2406cdc4f40e969512.zip","md5":"d055d83149420833034955d06659b3b0","size":4327104}],"count":15990},{"num":"2.3","id":600801320,"uid":3671,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7aef\u53e3\u626b\u63cf\u5668","p_index":"portblast","ps":"\u7279\u70b9\uff1a\u626b\u63cf\u901f\u5ea6\u5feb\uff0c\u6548\u7387\u9ad8\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u591a\u7aef\u53e3\u626b\u63cf\u3002?<\/a>","author":"Youngxj","home":"https:\/\/www.bt.cn\/bbs\/thread-35824-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190808\/17e9b99a0a3649deb219968a9172688a.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1565257023,"state":0,"sort":2.3,"os":"Linux","win":0,"a_ps":"","pid":600801320,"version":"1.0","version_msg":"\u7279\u70b9\uff1a\u626b\u63cf\u901f\u5ea6\u5feb\uff0c\u6548\u7387\u9ad8\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u591a\u7aef\u53e3\u626b\u63cf\u3002","f_path":"other\/20190808\/e1b844b74eabd979bed57ec4ae9be634.zip","f_md5":"38431d55fa40ef9609eaa05bc735df89","f_size":11736,"type":10,"endtime":0,"score":"2.3","name":"portblast","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/portblast","uninsatll_checks":"\/www\/server\/panel\/plugin\/portblast","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u7279\u70b9\uff1a\u626b\u63cf\u901f\u5ea6\u5feb\uff0c\u6548\u7387\u9ad8\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u591a\u7aef\u53e3\u626b\u63cf\u3002","download":"other\/20190808\/e1b844b74eabd979bed57ec4ae9be634.zip","md5":"38431d55fa40ef9609eaa05bc735df89","size":11736}],"count":15771},{"num":"5.0","id":600801564,"uid":303537,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6211\u7684\u5de5\u5177\u7bb1","p_index":"my_toolbox","ps":"\u96c6\u5408\u7aef\u53e3\u626b\u63cf\u3001HOSTS\u7f16\u8f91\u3001\u7f51\u7ad9\u538b\u6d4b\u3001\u78c1\u76d8\u5de5\u5177\u7b49\u529f\u80fd?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-52772-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200720\/036bfca9c81b272d09c32984ba3b7aea.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1595148982,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801564,"version":"1.9.2","version_msg":"1.\u7531\u4e8e\u5b58\u5728bug\uff0c\u4e0b\u67b6\u7f51\u7ad9\u5730\u56fe\u751f\u6210\u529f\u80fd 2.\u78c1\u76d8\u5de5\u5177\u5728\u4e0d\u652f\u6301\u7684\u7cfb\u7edf\u4e2d\u4e0d\u518d\u76f4\u63a5\u62a5\u9519","f_path":"other\/20220711\/65d0a11f30c50a656a66f5c168c26367.zip","f_md5":"eeae22fd9339f3b169a55a2f72a69a7a","f_size":590852,"type":10,"endtime":0,"score":"5.0","name":"my_toolbox","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/my_toolbox","uninsatll_checks":"\/www\/server\/panel\/plugin\/my_toolbox","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"9.2","versions":[{"m_version":"1","version":"9.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u7531\u4e8e\u5b58\u5728bug\uff0c\u4e0b\u67b6\u7f51\u7ad9\u5730\u56fe\u751f\u6210\u529f\u80fd 2.\u78c1\u76d8\u5de5\u5177\u5728\u4e0d\u652f\u6301\u7684\u7cfb\u7edf\u4e2d\u4e0d\u518d\u76f4\u63a5\u62a5\u9519","download":"other\/20220711\/65d0a11f30c50a656a66f5c168c26367.zip","md5":"eeae22fd9339f3b169a55a2f72a69a7a","size":590852}],"count":15713},{"num":"5.0","id":600801565,"uid":361711,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u82b1\u751f\u58f3","p_index":"Phddns","ps":"\u91c7\u7528PHTunnel\u6838\u5fc3\u7ec4\u4ef6\uff0c\u5b9e\u73b0\u9ad8\u6027\u80fd\u53cd\u5411\u4ee3\u7406?<\/a>","author":"\u8d1d\u9510\u79d1\u6280","home":"https:\/\/www.bt.cn\/bbs\/thread-63799-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210126\/d5c0c0e6f75a932bd33b999df1b02744.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1595383490,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801565,"version":"5.0.7","version_msg":"\u4fee\u590dUbuntu\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\u82b1\u751f\u58f3\u95ee\u9898","f_path":"other\/20210319\/04d265cd446a0e2cad4a8ebaf42ad00f.zip","f_md5":"9393c353bb66402a0d79ad1f502eac8a","f_size":739992,"type":10,"endtime":0,"score":"5.0","name":"Phddns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/Phddns","uninsatll_checks":"\/www\/server\/panel\/plugin\/Phddns","compile_args":0,"version_coexist":0,"manager_version":"5","c_manager_version":"0.7","versions":[{"m_version":"5","version":"0.7","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dUbuntu\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\u82b1\u751f\u58f3\u95ee\u9898","download":"other\/20210319\/04d265cd446a0e2cad4a8ebaf42ad00f.zip","md5":"9393c353bb66402a0d79ad1f502eac8a","size":739992}],"count":15592},{"num":"2.6","id":600801550,"uid":301187,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SEO\u6536\u5f55\u76d1\u63a7","p_index":"616seo","ps":"SEO\u76d1\u63a7,\u6536\u5f55\u589e\u52a0\u5fae\u4fe1\u5b9e\u65f6\u63a8\u9001?<\/a>","author":"\u91cd\u5e86\u6838\u679c\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=48297&highlight=seo","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200619\/8292b2d55445856f3531648825f13be5.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1592556462,"state":0,"sort":2.6,"os":"Linux","win":-1,"a_ps":"","pid":600801550,"version":"3.0","version_msg":"SEO\u76d1\u63a7,\u6536\u5f55\u589e\u52a0\u5fae\u4fe1\u5b9e\u65f6\u63a8\u9001","f_path":"other\/20200716\/be21725262a40a995c5108dbb8215357.zip","f_md5":"00a3e760ce7b1c5dc6235fee5cec8d29","f_size":11362,"type":10,"endtime":0,"score":"2.6","name":"616seo","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/616seo","uninsatll_checks":"\/www\/server\/panel\/plugin\/616seo","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"0","versions":[{"m_version":"3","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"SEO\u76d1\u63a7,\u6536\u5f55\u589e\u52a0\u5fae\u4fe1\u5b9e\u65f6\u63a8\u9001","download":"other\/20200716\/be21725262a40a995c5108dbb8215357.zip","md5":"00a3e760ce7b1c5dc6235fee5cec8d29","size":11362}],"count":15248},{"num":"4.4","id":600801232,"uid":18074,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5fae\u64ce\u52a9\u624b","p_index":"w7assistant","ps":"\u9488\u5bf9\u5fae\u64ce\u7cfb\u7edf\u63d0\u4f9b\u5b89\u5168\u52a0\u56fa\u3001\u91cd\u7f6e\u7ba1\u7406\u5458\u5bc6\u7801\u7b49\u5e38\u7528\u64cd\u4f5c\u3002?<\/a>","author":"\u8d85\u4eba","home":"https:\/\/www.bt.cn\/bbs\/thread-31865-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190529\/b7e5b51c52bc2ead12b338197456916e.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1557538700,"state":0,"sort":4.4,"os":"Linux","win":0,"a_ps":"","pid":600801232,"version":"3.7","version_msg":"\u4fee\u590d\u5b9d\u5854\u65b0\u7248\u672c\u517c\u5bb9\u95ee\u9898\uff1b\u4f18\u5316\u9009\u62e9\u7ad9\u70b9\u4e0b\u62c9\u6846\u6837\u5f0f\uff1b","f_path":"other\/20210618\/3a42d45b9245fcf596ad5a14ba589e47.zip","f_md5":"76b509764fef48efe9709460191b3724","f_size":13765,"type":10,"endtime":0,"score":"4.4","name":"w7assistant","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/w7assistant","uninsatll_checks":"\/www\/server\/panel\/plugin\/w7assistant","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"7","versions":[{"m_version":"3","version":"7","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u5b9d\u5854\u65b0\u7248\u672c\u517c\u5bb9\u95ee\u9898\uff1b\u4f18\u5316\u9009\u62e9\u7ad9\u70b9\u4e0b\u62c9\u6846\u6837\u5f0f\uff1b","download":"other\/20210618\/3a42d45b9245fcf596ad5a14ba589e47.zip","md5":"76b509764fef48efe9709460191b3724","size":13765}],"count":14034},{"num":"4.9","id":600801441,"uid":30069,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"openrasp\u7ba1\u7406\u5668","p_index":"openrasp","ps":"\u5f00\u6e90\u5e94\u7528\u8fd0\u884c\u65f6\u81ea\u6211\u4fdd\u62a4\u89e3\u51b3\u65b9\u6848 - OpenRASP?<\/a>","author":"print("")","home":"https:\/\/www.bt.cn\/bbs\/thread-42487-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200106\/00e5f4d74d5e8acb10a5b4b279c0bad0.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1578282364,"state":0,"sort":4.9,"os":"Linux","win":0,"a_ps":"","pid":600801441,"version":"6.0","version_msg":"\u5f00\u6e90\u5e94\u7528\u8fd0\u884c\u65f6\u81ea\u6211\u4fdd\u62a4\u89e3\u51b3\u65b9\u6848 - OpenRASP","f_path":"other\/20220312\/9495302092e8aa962fb10690137267a7.zip","f_md5":"5470167602a14479b66f5b38c298bc3a","f_size":37677,"type":10,"endtime":0,"score":"4.9","name":"openrasp","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/openrasp","uninsatll_checks":"\/www\/server\/panel\/plugin\/openrasp","compile_args":0,"version_coexist":0,"manager_version":"6","c_manager_version":"0","versions":[{"m_version":"6","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5f00\u6e90\u5e94\u7528\u8fd0\u884c\u65f6\u81ea\u6211\u4fdd\u62a4\u89e3\u51b3\u65b9\u6848 - OpenRASP","download":"other\/20220312\/9495302092e8aa962fb10690137267a7.zip","md5":"5470167602a14479b66f5b38c298bc3a","size":37677}],"count":13530},{"num":"4.5","id":600801340,"uid":13379,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"53,54,55,56,70,71,72,73","official":"http:\/\/dbcha.com","enable_functions":"","title":"\u57df\u540d\u89e3\u6790\u751f\u6548\u67e5\u8be2","p_index":"yichaxin","ps":"\u5b9d\u5854\u63d2\u4ef6\u7248\uff1a\u57df\u540dA\u3001CNAME\u3001MX\u7b49\u89e3\u6790\u8bb0\u5f55\u751f\u6548\u60c5\u51b5\u3002?<\/a>","author":"\u6613\u67e5\u85aa","home":"https:\/\/www.bt.cn\/bbs\/thread-36652-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190829\/36a4514dda9ebfde9b6fa1c7277c67e8.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1567045591,"state":0,"sort":4.5,"os":"Linux","win":0,"a_ps":"","pid":600801340,"version":"V2.2","version_msg":"\u517c\u5bb9php8.1,\u89e3\u51b3\u67e5\u8be2\u9ed8\u8ba4\u503c\u83b7\u53d6\u51fa\u9519\u53ca\u67e5\u8be2\u62a5\u9519\u9000\u51fa\u95ee\u9898","f_path":"other\/20220207\/8937401226d0da12327ff6702926c429.zip","f_md5":"8299fa484191834a17503849ca6421d4","f_size":10315,"type":10,"endtime":0,"score":"4.5","name":"yichaxin","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/yichaxin","uninsatll_checks":"\/www\/server\/panel\/plugin\/yichaxin","compile_args":0,"version_coexist":0,"manager_version":"V2","c_manager_version":"2","versions":[{"m_version":"V2","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9php8.1,\u89e3\u51b3\u67e5\u8be2\u9ed8\u8ba4\u503c\u83b7\u53d6\u51fa\u9519\u53ca\u67e5\u8be2\u62a5\u9519\u9000\u51fa\u95ee\u9898","download":"other\/20220207\/8937401226d0da12327ff6702926c429.zip","md5":"8299fa484191834a17503849ca6421d4","size":10315}],"count":13296},{"num":"2.7","id":600801365,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4e8c\u7ef4\u7801\u751f\u6210\u5668","p_index":"qrcode","ps":"(\u5df2\u66f4\u65b0\u53ef\u6b63\u5e38\u4f7f\u7528)\u65e0\u9700\u6253\u5f00\u7b2c\u4e09\u65b9\u7f51\u7ad9,\u4e00\u952e\u751f\u6210\u4e8c\u7ef4\u7801?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-38178-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191005\/2366e9d746b8e52bfb7f00498dd88d41.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1570209057,"state":0,"sort":2.7,"os":"Linux","win":-1,"a_ps":"","pid":600801365,"version":"1.1","version_msg":"\u517c\u5bb9\u65b0\u7248,bug\u4fee\u590d","f_path":"other\/20210217\/2e64759776ce5c7ce9a54a301257923e.zip","f_md5":"d266b6d95cb29115481a938aca008340","f_size":100927,"type":10,"endtime":0,"score":"2.7","name":"qrcode","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/qrcode","uninsatll_checks":"\/www\/server\/panel\/plugin\/qrcode","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9\u65b0\u7248,bug\u4fee\u590d","download":"other\/20210217\/2e64759776ce5c7ce9a54a301257923e.zip","md5":"d266b6d95cb29115481a938aca008340","size":100927}],"count":12432},{"num":"3.0","id":600801740,"uid":697771,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"FAST OS DOCKER","p_index":"fastosdocker","ps":"FASTOSDOCKER\u662fDocker\u7684\u56fe\u5f62\u5316\u7ba1\u7406\u5de5\u5177?<\/a>","author":"\u738b\u658c","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=72848","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210723\/e77e884a991dfee022cc95e15c0d831e.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1627020665,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801740,"version":"1.3.3","version_msg":"\u66f4\u65b0\u4e86docker\u5e94\u7528\u7ba1\u7406","f_path":"other\/20220712\/0b80aba0549f3431fccf192d50cd32e0.zip","f_md5":"0e1e0b0770fb1f225acaa42a9db3d18e","f_size":285363,"type":10,"endtime":0,"score":"3.0","name":"fastosdocker","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/fastosdocker","uninsatll_checks":"\/www\/server\/panel\/plugin\/fastosdocker","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3.3","versions":[{"m_version":"1","version":"3.3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b0\u4e86docker\u5e94\u7528\u7ba1\u7406","download":"other\/20220712\/0b80aba0549f3431fccf192d50cd32e0.zip","md5":"0e1e0b0770fb1f225acaa42a9db3d18e","size":285363}],"count":11525},{"num":"3.0","id":600801522,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5f00\u542f\u542f\u52a8\u7ba1\u7406","p_index":"mfboot","ps":"\u5f00\u673a\u542f\u52a8\u7ba1\u7406?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-48660-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200427\/c053de465ca87c22cb8b4518d5a0425c.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1587971366,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801522,"version":"1.0","version_msg":"\u81ea\u6d4bcentos7\u901a\u8fc7","f_path":"other\/20200428\/407a57e75869a68ef9add68c419e9f6d.zip","f_md5":"66f56713059d2041740b8f6a57fa1651","f_size":224708,"type":10,"endtime":0,"score":"3.0","name":"mfboot","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfboot","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfboot","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u81ea\u6d4bcentos7\u901a\u8fc7","download":"other\/20200428\/407a57e75869a68ef9add68c419e9f6d.zip","md5":"66f56713059d2041740b8f6a57fa1651","size":224708}],"count":7229},{"num":"3.7","id":600801709,"uid":351620,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u514d\u8d39\u7f51\u7ad9\u5916\u94fe\u63a8\u5e7f","p_index":"free_promotion","ps":"\u63d0\u4f9b\u514d\u8d39\u63d0\u4f9b\u7f51\u7ad9\u6536\u5f55,\u7f51\u7ad9\u5206\u7c7b\u76ee\u5f55\u63d0\u4ea4,?<\/a>","author":"\u65e0\u4f9d","home":"\u514d\u8d39\u7f51\u7ad9\u5916\u94fe\u63a8\u5e7f","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210430\/b6c3c33c90b8cbc80b6142a0231dac98.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1619355914,"state":0,"sort":3.7,"os":"Linux","win":1,"a_ps":"","pid":600801709,"version":"1.1","version_msg":"\u4fee\u590d\u63d0\u4ea4\u529f\u80fd\u5f02\u5e38","f_path":"other\/20210510\/7dbd1b41850ed50ad7614247286a798a.zip","f_md5":"323eab1ac72a5d58c0ac545efe65264d","f_size":11411,"type":10,"endtime":0,"score":"3.7","name":"free_promotion","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/free_promotion","uninsatll_checks":"\/www\/server\/panel\/plugin\/free_promotion","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u63d0\u4ea4\u529f\u80fd\u5f02\u5e38","download":"other\/20210510\/7dbd1b41850ed50ad7614247286a798a.zip","md5":"323eab1ac72a5d58c0ac545efe65264d","size":11411}],"count":6393},{"num":"4.0","id":600801221,"uid":65067,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u78c1\u76d8\u6302\u8f7d\u5de5\u5177","p_index":"disk","ps":"\u4e00\u952e\u6302\u8f7d\u78c1\u76d8\uff0c\u8fc1\u79fb\u6570\u636e?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-21204-1-2.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190420\/0237badbc85457149fc8772e11c39070.png","price":4.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1555742795,"state":0,"sort":4,"os":"Linux","win":0,"a_ps":"","pid":600801221,"version":"3.1","version_msg":"\u6dfb\u52a0\u8fc1\u79fb\u63d0\u793a","f_path":"other\/20210203\/37594792252ad39eec078d389b8bba46.zip","f_md5":"e170986fc36d2e13200155af013583fd","f_size":2521058,"type":10,"endtime":0,"score":"4.0","name":"disk","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/disk","uninsatll_checks":"\/www\/server\/panel\/plugin\/disk","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"1","versions":[{"m_version":"3","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u6dfb\u52a0\u8fc1\u79fb\u63d0\u793a","download":"other\/20210203\/37594792252ad39eec078d389b8bba46.zip","md5":"e170986fc36d2e13200155af013583fd","size":2521058}],"count":6231},{"num":"4.4","id":600801452,"uid":147599,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"fecmall","p_index":"fecmall","ps":"\u57fa\u4e8ephp Yii2\u6846\u67b6\u4e4b\u4e0a\u5f00\u53d1\u7684\u4e00\u6b3e\u4f18\u79c0\u7684\u5f00\u6e90\u7535\u5546\u7cfb\u7edf?<\/a>","author":"Terry","home":"http:\/\/www.fecmall.com\/topic","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200120\/b388d6ebc2fe5dc1b568663db38b2d49.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1579509894,"state":0,"sort":4.4,"os":"Linux","win":0,"a_ps":"","pid":600801452,"version":"2.5.2","version_msg":"fecmall.domain_appserver\uff0c\u9519\u8bef\u7ea0\u6b63","f_path":"other\/20210406\/34ca15837a26fec5cdc767d8bfdf9d48.zip","f_md5":"6156e3db345aba5c63628aad0d156131","f_size":7069,"type":10,"endtime":0,"score":"4.4","name":"fecmall","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/fecmall","uninsatll_checks":"\/www\/server\/panel\/plugin\/fecmall","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"5.2","versions":[{"m_version":"2","version":"5.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"fecmall.domain_appserver\uff0c\u9519\u8bef\u7ea0\u6b63","download":"other\/20210406\/34ca15837a26fec5cdc767d8bfdf9d48.zip","md5":"6156e3db345aba5c63628aad0d156131","size":7069}],"count":5697},{"num":"5.0","id":600801744,"uid":705558,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u9632\u7ea2\u77ed\u7f51\u5740\u751f\u6210\u5de5\u5177","p_index":"lzfhdwz","ps":"\u652f\u63014xl.cn\/t.cn\u57df\u540d\u9632\u5fae\u4fe1QQ\u62e6\u622a\u7684\u77ed\u7f51\u5740\u3002?<\/a>","author":"\u94f6\u6148\u79d1\u6280","home":"https:\/\/www.bt.cn\/bbs\/thread-73359-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210802\/f5e8fe928a70e6c2ef6aca56c7bf5689.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1627880646,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801744,"version":"1.3","version_msg":"\u66f4\u65b0\u77ed\u7f51\u5740\u57df\u540d\uff0c\u79fb\u9664\u5931\u6548\u57df\u540d\uff0c\u9632\u5fae\u4fe1QQ\u62e6\u622a","f_path":"other\/20220706\/02c30f8e75e34190a058397853dbc51b.zip","f_md5":"7a4d341604e3b1100eeb381a20561ac8","f_size":9797,"type":10,"endtime":0,"score":"5.0","name":"lzfhdwz","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/lzfhdwz","uninsatll_checks":"\/www\/server\/panel\/plugin\/lzfhdwz","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3","versions":[{"m_version":"1","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b0\u77ed\u7f51\u5740\u57df\u540d\uff0c\u79fb\u9664\u5931\u6548\u57df\u540d\uff0c\u9632\u5fae\u4fe1QQ\u62e6\u622a","download":"other\/20220706\/02c30f8e75e34190a058397853dbc51b.zip","md5":"7a4d341604e3b1100eeb381a20561ac8","size":9797}],"count":4586},{"num":"4.2","id":600801358,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u7f51\u76d8","p_index":"baidu_netdisk","ps":"\u5907\u4efd\u4f60\u7684\u6570\u636e\u5230\u767e\u5ea6\u7f51\u76d8\uff0c\u6ce8\uff1a\u670d\u52a1\u5668\u5e26\u5bbd\u9700\u4e0d\u5c0f\u4e8e2M?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-37544-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190921\/1b28d8321def8455207b6482d78d6534.png","price":6.66,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1569000024,"state":0,"sort":4.2,"os":"Linux","win":1,"a_ps":"","pid":600801358,"version":"3.9.1","version_msg":"\u4fee\u590d\u767b\u9646\u6388\u6743\u5931\u8d25\u7684\u95ee\u9898","f_path":"other\/20220409\/95c5607a76367fb68707530320021db5.zip","f_md5":"ccd56d149acc940a5316af86fd1657e4","f_size":45034,"type":10,"endtime":0,"score":"4.2","name":"baidu_netdisk","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/baidu_netdisk","uninsatll_checks":"\/www\/server\/panel\/plugin\/baidu_netdisk","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"9.1","versions":[{"m_version":"3","version":"9.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u767b\u9646\u6388\u6743\u5931\u8d25\u7684\u95ee\u9898","download":"other\/20220409\/95c5607a76367fb68707530320021db5.zip","md5":"ccd56d149acc940a5316af86fd1657e4","size":45034}],"count":3654},{"num":"4.0","id":600801427,"uid":13379,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7a7a\u95f4\u57df\u540d\u72b6\u6001\u67e5\u8be2","p_index":"chafenba","ps":"\u67e5\u8be2\u7ad9\u70b9\u4e0b\u5404\u57df\u540d\u662f\u5426\u89e3\u6790\u5230\u5bf9\u5e94\u7a7a\u95f4\u7b49?<\/a>","author":"\u6613\u67e5\u85aa","home":"https:\/\/www.bt.cn\/bbs\/thread-41655-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191217\/e651e53602b61836185802ba6ea261ab.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1576513534,"state":0,"sort":4,"os":"Linux","win":0,"a_ps":"","pid":600801427,"version":"V2.0","version_msg":"\u67e5\u8be2\u7ad9\u70b9\u4e0b\u7ed1\u5b9a\u57df\u540d\u662f\u5426\u89e3\u6790\u5230\u5bf9\u5e94\u7a7a\u95f4\u7b49","f_path":"other\/20191225\/732c8ad0c9299ae430f389384afd526a.zip","f_md5":"7cbdb7057790fd1cf403e5d35746f758","f_size":9535,"type":10,"endtime":0,"score":"4.0","name":"chafenba","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/chafenba","uninsatll_checks":"\/www\/server\/panel\/plugin\/chafenba","compile_args":0,"version_coexist":0,"manager_version":"V2","c_manager_version":"0","versions":[{"m_version":"V2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u67e5\u8be2\u7ad9\u70b9\u4e0b\u7ed1\u5b9a\u57df\u540d\u662f\u5426\u89e3\u6790\u5230\u5bf9\u5e94\u7a7a\u95f4\u7b49","download":"other\/20191225\/732c8ad0c9299ae430f389384afd526a.zip","md5":"7cbdb7057790fd1cf403e5d35746f758","size":9535}],"count":3357},{"num":"3.0","id":600801360,"uid":27006,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b89\u5168\u793e\u533a\u62a5\u8b66\u5de5\u5177","p_index":"swn","ps":"\u5b9a\u671f\u722c\u53d6\u963f\u91cc\u4e91\u5b89\u5168\u793e\u533a\u7684\u4fe1\u606f,\u901a\u8fc7STMP\u90ae\u4ef6\u53d1\u9001\u9884\u8b66\u4fe1\u606f?<\/a>","author":"IW3C","home":"https:\/\/www.bt.cn\/bbs\/thread-37738-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190925\/797ff13c9157f656c08a27a1674cbb86.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1569175892,"state":0,"sort":3,"os":"Linux","win":0,"a_ps":"","pid":600801360,"version":"2.3","version_msg":"\u517c\u5bb9\u5b9d\u58547.2\u65b0\u67b6\u6784\uff0c\u4f18\u5316\u517c\u5bb9IW3C \u4e09\u4ee3\u901a\u8baf\u6807\u51c6","f_path":"other\/20200411\/3f9cbb683ee599582582939276f20afc.zip","f_md5":"7e4ee606ec65839397f4e2714f122ddd","f_size":77244,"type":10,"endtime":0,"score":"3.0","name":"swn","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/swn","uninsatll_checks":"\/www\/server\/panel\/plugin\/swn","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"3","versions":[{"m_version":"2","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9\u5b9d\u58547.2\u65b0\u67b6\u6784\uff0c\u4f18\u5316\u517c\u5bb9IW3C \u4e09\u4ee3\u901a\u8baf\u6807\u51c6","download":"other\/20200411\/3f9cbb683ee599582582939276f20afc.zip","md5":"7e4ee606ec65839397f4e2714f122ddd","size":77244}],"count":3104},{"num":"1.2","id":600801313,"uid":167448,"app_type":1,"p_type":2,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"\u7f51\u901f\u6d4b\u8bd5","p_index":"y6w_speedtest","ps":"\u56fd\u5185\u670d\u52a1\u5668\u95f4\u6b47\u6027\u597d\u4f7f\uff0c\u95ee\u9898\u5f85\u4fee\u590d?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-35477-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190802\/cd56d03b758b930a85e127ae24a467ca.png","price":1,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1564723782,"state":0,"sort":1.2,"os":"Linux","win":0,"a_ps":"","pid":600801313,"version":"1.4","version_msg":"\u4fee\u590d\u4eea\u8868\u76d8","f_path":"other\/20210413\/d31102e577f9351f2fc4ee9f3e8cc8e5.zip","f_md5":"9e9249480f9672faf6675dcd1fae4bcd","f_size":137586,"type":10,"endtime":0,"score":"1.2","name":"y6w_speedtest","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/y6w_speedtest","uninsatll_checks":"\/www\/server\/panel\/plugin\/y6w_speedtest","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4","versions":[{"m_version":"1","version":"4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u4eea\u8868\u76d8","download":"other\/20210413\/d31102e577f9351f2fc4ee9f3e8cc8e5.zip","md5":"9e9249480f9672faf6675dcd1fae4bcd","size":137586}],"count":3053},{"num":"2.3","id":600801372,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"sitemap\u751f\u6210\u5668","p_index":"sitemap","ps":"\u5b9a\u65f6\u6279\u91cf\u751f\u6210\u7f51\u7ad9\u5730\u56fe+\u63a8\u9001\u767e\u5ea6\u3001\u795e\u9a6c\u3010v5.0\u52a0\u5165\u5206\u9875\u6293\u53d6\u3011?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-39780-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191010\/12ae100cb6da09c45ebb64c383f17daa.png","price":9.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1570672961,"state":0,"sort":2.3,"os":"Linux","win":1,"a_ps":"","pid":600801372,"version":"5.1","version_msg":"\u94fe\u63a5\u5e93\u52a0\u5165\u7b5b\u9009\u529f\u80fd\uff0c\u4fee\u590d\u4e00\u5904\u534f\u8bae\u9009\u4e2d\u95ee\u9898","f_path":"other\/20220611\/291574d2050b2e4769db74789a347d49.zip","f_md5":"af213682cd1fadfe9a5122be2873b2fa","f_size":3210864,"type":10,"endtime":0,"score":"2.3","name":"sitemap","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/sitemap","uninsatll_checks":"\/www\/server\/panel\/plugin\/sitemap","compile_args":0,"version_coexist":0,"manager_version":"5","c_manager_version":"1","versions":[{"m_version":"5","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u94fe\u63a5\u5e93\u52a0\u5165\u7b5b\u9009\u529f\u80fd\uff0c\u4fee\u590d\u4e00\u5904\u534f\u8bae\u9009\u4e2d\u95ee\u9898","download":"other\/20220611\/291574d2050b2e4769db74789a347d49.zip","md5":"af213682cd1fadfe9a5122be2873b2fa","size":3210864}],"count":2744},{"num":null,"id":600801698,"uid":144133,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5fae\u4fe1\u57df\u540d\u88ab\u5c01\u68c0\u6d4b","p_index":"wxapijnoocom","ps":"\u68c0\u6d4b\u670d\u52a1\u5668\u4e0a\u6240\u6709\u57df\u540d\u5728\u5fae\u4fe1\u73af\u5883\u4e0b\u662f\u5426\u5b58\u5728\u88ab\u5c01\u6740\u3002?<\/a>","author":"\u666f\u8bfa\u79d1\u6280","home":"https:\/\/www.bt.cn\/bbs\/thread-66765-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210408\/83c3fa5c1626ec7c649cb6ddf73c2aa0.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1617843717,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801698,"version":"1.1","version_msg":"\u66f4\u65b0\u63a5\u53e3","f_path":"other\/20220130\/1ce6234d1d83e361582471eb82a3428b.zip","f_md5":"7b3ba60b3d656982195d1c7934ad58da","f_size":72305,"type":10,"endtime":0,"score":null,"name":"wxapijnoocom","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/wxapijnoocom","uninsatll_checks":"\/www\/server\/panel\/plugin\/wxapijnoocom","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u66f4\u65b0\u63a5\u53e3","download":"other\/20220130\/1ce6234d1d83e361582471eb82a3428b.zip","md5":"7b3ba60b3d656982195d1c7934ad58da","size":72305}],"count":2427},{"num":"3.0","id":600801436,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7f51\u5740\u63a8\u9001","p_index":"urlpush","ps":"\u5b9a\u65f6\u81ea\u52a8\u63a8\u9001,\u652f\u6301\u767e\u5ea6\/\u795e\u9a6c\/\u5fc5\u5e94\/\u5730\u56fe\u63a8\u9001-\u65b0\u589e\u6279\u91cf\u63a8\u9001?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-47424-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210722\/717d299cc12586b1ceddc0f26591fdb2.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1577637443,"state":0,"sort":3,"os":"Linux","win":1,"a_ps":"","pid":600801436,"version":"4.0","version_msg":"\u52a0\u5165\u6279\u91cf\u4efb\u52a1\uff0c\u63d0\u5347\u7ad9\u7fa4\u63a8\u9001\u4f53\u9a8c\uff0c\u6574\u4f53\u754c\u9762\u4f18\u5316","f_path":"other\/20220618\/56274865d77c74221c11f0213b53aea9.zip","f_md5":"e1523f8d23d8b3e0c79e2c629cc0f7d4","f_size":2307425,"type":10,"endtime":0,"score":"3.0","name":"urlpush","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/urlpush","uninsatll_checks":"\/www\/server\/panel\/plugin\/urlpush","compile_args":0,"version_coexist":0,"manager_version":"4","c_manager_version":"0","versions":[{"m_version":"4","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u52a0\u5165\u6279\u91cf\u4efb\u52a1\uff0c\u63d0\u5347\u7ad9\u7fa4\u63a8\u9001\u4f53\u9a8c\uff0c\u6574\u4f53\u754c\u9762\u4f18\u5316","download":"other\/20220618\/56274865d77c74221c11f0213b53aea9.zip","md5":"e1523f8d23d8b3e0c79e2c629cc0f7d4","size":2307425}],"count":2213},{"num":"3.4","id":600801459,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u78c1\u76d8\u5b89\u5168\u6302\u8f7d","p_index":"disktool","ps":"\u4e00\u952e\u78c1\u76d8\u6302\u8f7d\uff0c\u66f4\u4e13\u4e1a\u66f4\u5b89\u5168\uff0c\u652f\u6301\u5f00\u673a\u6302\u8f7d?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-43836-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200210\/50e8a3b77777038f72a3b1467ddca264.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1581311083,"state":0,"sort":3.4,"os":"Linux","win":-1,"a_ps":"","pid":600801459,"version":"1.9","version_msg":"\u4fee\u590d\u5728\u67d0\u4e9b\u8bbe\u5907\u4e0b\u7684\u517c\u5bb9\u6027","f_path":"other\/20220524\/a28da7f846454e3564c175db56defbfb.zip","f_md5":"5ed31a5874435b9382b4a1f9b20fbdde","f_size":17367,"type":10,"endtime":0,"score":"3.4","name":"disktool","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/disktool","uninsatll_checks":"\/www\/server\/panel\/plugin\/disktool","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"9","versions":[{"m_version":"1","version":"9","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u5728\u67d0\u4e9b\u8bbe\u5907\u4e0b\u7684\u517c\u5bb9\u6027","download":"other\/20220524\/a28da7f846454e3564c175db56defbfb.zip","md5":"5ed31a5874435b9382b4a1f9b20fbdde","size":17367}],"count":1894},{"num":"4.3","id":600801433,"uid":14729,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"GiteaForBt","p_index":"btgitea","ps":"\u4e00\u6b3e\u975e\u5e38\u8f7b\u91cf\u5e76\u4e14\u529f\u80fd\u5f3a\u5927\u7684GIT\u793e\u533a\u8f6f\u4ef6\u3002?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/blog.liushuai.cq.cn\/article\/detail\/2","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201013\/58a8eb4d0c850534ed00e5a2123d53d7.png","price":0.68,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1576840932,"state":0,"sort":4.3,"os":"Linux","win":-1,"a_ps":"","pid":600801433,"version":"0.4.2","version_msg":"1\u3001\u7d27\u6025\u4fee\u590d\u5347\u7ea70.4.1\u7248\u672c\u540e\u7531\u4e8e\u76ee\u5f55\u6743\u9650\u65e0\u6cd5\u6b63\u5e38\u542f\u52a8gitea\u95ee\u9898bug 2\u3001\u6dfb\u52a0\u540e\u53f0\u914d\u7f6e\u662f\u5426\u5141\u8bb8\u6ce8\u518c\u529f\u80fd","f_path":"other\/20210407\/296fe67302a559485dad164232f9db3e.zip","f_md5":"ddc0d7fae7417be42635315beaed2e5b","f_size":2087566,"type":10,"endtime":0,"score":"4.3","name":"btgitea","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/btgitea","uninsatll_checks":"\/www\/server\/panel\/plugin\/btgitea","compile_args":0,"version_coexist":0,"manager_version":"0","c_manager_version":"4.2","versions":[{"m_version":"0","version":"4.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1\u3001\u7d27\u6025\u4fee\u590d\u5347\u7ea70.4.1\u7248\u672c\u540e\u7531\u4e8e\u76ee\u5f55\u6743\u9650\u65e0\u6cd5\u6b63\u5e38\u542f\u52a8gitea\u95ee\u9898bug 2\u3001\u6dfb\u52a0\u540e\u53f0\u914d\u7f6e\u662f\u5426\u5141\u8bb8\u6ce8\u518c\u529f\u80fd","download":"other\/20210407\/296fe67302a559485dad164232f9db3e.zip","md5":"ddc0d7fae7417be42635315beaed2e5b","size":2087566}],"count":1614},{"num":"1.0","id":600801492,"uid":112472,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u9762\u677fJSBridge\u5b89\u88c5\u5668","p_index":"panel_jsbridge_installer","ps":"\u672c\u5b89\u88c5\u5668\u63d2\u4ef6\u4e3a\u67d0\u4e9b\u63d2\u4ef6\u7684\u524d\u7f6e\u63d2\u4ef6?<\/a>","author":"xieyi1393","home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200326\/6f437e4f013b783cac17842f2b79478b.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585186048,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801492,"version":"1.1","version_msg":"\u5bf9Py3\u652f\u6301(Tab\u7f29\u8fdb\u4fee\u590d)","f_path":"other\/20200330\/a38f5b9771ce321be9703a98e2e53909.zip","f_md5":"eabed272d4af6547f1d059527ad51771","f_size":9896,"type":10,"endtime":0,"score":"1.0","name":"panel_jsbridge_installer","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/panel_jsbridge_installer","uninsatll_checks":"\/www\/server\/panel\/plugin\/panel_jsbridge_installer","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5bf9Py3\u652f\u6301(Tab\u7f29\u8fdb\u4fee\u590d)","download":"other\/20200330\/a38f5b9771ce321be9703a98e2e53909.zip","md5":"eabed272d4af6547f1d059527ad51771","size":9896}],"count":1388},{"num":"5.0","id":600801658,"uid":351620,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b9d\u5854west_fss","p_index":"west_fss","ps":"\u6302\u8f7d\u897f\u90e8\u6570\u7801fss,\u652f\u6301davfs2\u6302\u8f7d\u7684\u5bf9\u8c61\u5b58\u50a8\u53ef\u4ee5\u4f7f\u7528?<\/a>","author":"\u65e0\u4f9d","home":"#","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210203\/553219c79074bc827f5011b1faa2189b.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1612323165,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801658,"version":"1.1","version_msg":"\u4f18\u5316\u4e86\u754c\u9762\uff0c\u8c03\u6574\u4e86\u53cb\u597d\u62a5\u9519\uff0c\u4fee\u590d\u4e86\u5378\u8f7d\u4e0d\u4f1a\u5220\u9664\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20210203\/c286e7562a567b6b5ea5f695926ee9d7.zip","f_md5":"06124d90d35d0ba6da22292e36625315","f_size":10062,"type":10,"endtime":0,"score":"5.0","name":"west_fss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/west_fss","uninsatll_checks":"\/www\/server\/panel\/plugin\/west_fss","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4f18\u5316\u4e86\u754c\u9762\uff0c\u8c03\u6574\u4e86\u53cb\u597d\u62a5\u9519\uff0c\u4fee\u590d\u4e86\u5378\u8f7d\u4e0d\u4f1a\u5220\u9664\u81ea\u52a8\u6302\u8f7d","download":"other\/20210203\/c286e7562a567b6b5ea5f695926ee9d7.zip","md5":"06124d90d35d0ba6da22292e36625315","size":10062}],"count":1156},{"num":null,"id":600801730,"uid":466205,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u57df\u540dwhois\u67e5\u8be2","p_index":"whois","ps":"\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f?<\/a>","author":"\u7231\u540d\u7f51","home":"https:\/\/www.bt.cn\/bbs\/thread-70133-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210609\/bcca34b16e61b603e04b3c64039b1f5e.png","price":0,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1623060833,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801730,"version":"1.0.1","version_msg":"\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f1.0.1\u7248\u672c","f_path":"other\/20210609\/e2699581be38d4042832dff24e8f6c70.zip","f_md5":"5a934dcb8af895a85ecc904e4431cbdb","f_size":27038,"type":10,"endtime":0,"score":null,"name":"whois","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/whois","uninsatll_checks":"\/www\/server\/panel\/plugin\/whois","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0.1","versions":[{"m_version":"1","version":"0.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u67e5\u8be2\u57df\u540dwhois\u4fe1\u606f1.0.1\u7248\u672c","download":"other\/20210609\/e2699581be38d4042832dff24e8f6c70.zip","md5":"5a934dcb8af895a85ecc904e4431cbdb","size":27038}],"count":1063},{"num":null,"id":600801438,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Git\u8fdc\u7a0b\u4ed3\u5e93\u90e8\u7f72\u5de5\u5177","p_index":"git_repository_deploy","ps":"\u81ea\u52a8\u90e8\u7f72\u8fdc\u7a0bGit\u4ed3\u5e93\uff08github\u7b49\uff09\u4ee3\u7801\u81f3\u670d\u52a1\u5668\u7f51\u7ad9\u76ee\u5f55?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-42294-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191230\/0596328af186e6272f09889cfcca5843.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1577718627,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801438,"version":"2.7","version_msg":"\u4fee\u590d\u63d2\u4ef6\u5b89\u88c5\u95ee\u9898","f_path":"other\/20210804\/9ec9483f760f50883d8ba54ff2ef6703.zip","f_md5":"9760c137f4872bc610732285f1a712fe","f_size":43507,"type":10,"endtime":0,"score":null,"name":"git_repository_deploy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/git_repository_deploy","uninsatll_checks":"\/www\/server\/panel\/plugin\/git_repository_deploy","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"7","versions":[{"m_version":"2","version":"7","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u63d2\u4ef6\u5b89\u88c5\u95ee\u9898","download":"other\/20210804\/9ec9483f760f50883d8ba54ff2ef6703.zip","md5":"9760c137f4872bc610732285f1a712fe","size":43507}],"count":1046},{"num":"5.0","id":600801369,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SVN\u9879\u76ee\u90e8\u7f72\u5de5\u5177","p_index":"svn_deploy","ps":"\u81ea\u52a8\u90e8\u7f72\u672c\u5730SVN\u4ed3\u5e93\u4ee3\u7801\u81f3\u670d\u52a1\u5668\u7f51\u7ad9\u76ee\u5f55?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-38166-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191008\/2c48dbb3f2e21fc2eb19d68e0826d162.png","price":6.66,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1570500992,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801369,"version":"2.2","version_msg":"\u4f18\u5316\u63d2\u4ef6\u517c\u5bb9\u6027","f_path":"other\/20220618\/dbbda3e88634024ee13800d047003431.zip","f_md5":"4bb56532e8c7445be5b19fbbf3fc1cf1","f_size":28892,"type":10,"endtime":0,"score":"5.0","name":"svn_deploy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/svn_deploy","uninsatll_checks":"\/www\/server\/panel\/plugin\/svn_deploy","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"2","versions":[{"m_version":"2","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4f18\u5316\u63d2\u4ef6\u517c\u5bb9\u6027","download":"other\/20220618\/dbbda3e88634024ee13800d047003431.zip","md5":"4bb56532e8c7445be5b19fbbf3fc1cf1","size":28892}],"count":908},{"num":null,"id":600801381,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SVN\u7ba1\u7406\u5668","p_index":"svn","ps":"\u672c\u5730SVN\u4ed3\u5e93\u3001\u8d26\u53f7\u3001\u6743\u9650\u3001\u94a9\u5b50\u7ba1\u7406\u5de5\u5177\uff0c\u53ef\u81ea\u5b9a\u4e49\u94a9\u5b50?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-38535-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191014\/a5a91d5b7503ac6fc40b587c18f884cb.png","price":6.66,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1571048327,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801381,"version":"2.2","version_msg":"\u4f18\u5316\u63d2\u4ef6\u517c\u5bb9\u6027","f_path":"other\/20220618\/d5841964fde703d6e37831feba8a86ea.zip","f_md5":"0c8d87029250ee827f040b6673cc022d","f_size":29755,"type":10,"endtime":0,"score":null,"name":"svn","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/svn","uninsatll_checks":"\/www\/server\/panel\/plugin\/svn","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"2","versions":[{"m_version":"2","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4f18\u5316\u63d2\u4ef6\u517c\u5bb9\u6027","download":"other\/20220618\/d5841964fde703d6e37831feba8a86ea.zip","md5":"0c8d87029250ee827f040b6673cc022d","size":29755}],"count":834},{"num":"4.9","id":600801404,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4e03\u725b\u4e91\u5b58\u50a8\u5bf9\u8c61\u591a\u70b9\u6302\u8f7d\u5de5\u5177\u517c\u5bb9\u963f\u91cc\u4e91\u3001\u4eac\u4e1c\u4e91","p_index":"qnoss","ps":"\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u517c\u5bb9\u4e03\u725b\u3001\u963f\u91cc\u3001\u4eac\u4e1c\u3001\u817e\u8baf\u3001\u767e\u5ea6\u4e91\u3002?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-40067-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191115\/a6f31569f41a4a331d0a7d778b3972ab.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573788032,"state":0,"sort":4.9,"os":"Linux","win":0,"a_ps":"","pid":600801404,"version":"2.10","version_msg":"\u4e03\u725b\u4e91\u7b49\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u76ee\u524d\u517c\u5bb9\u963f\u91cc\u4e91\u3001\u767e\u5ea6\u4e91\u3001\u4eac\u4e1c\u4e91\u3001\u817e\u8baf\u4e91\uff0c\u5b58\u50a8\u5bf9\u8c61\u5f53\u4f5c\u672c\u5730\u76d8\u4f7f\u7528","f_path":"other\/20200216\/47bd29243bc2ae1dd0c20cc74ff9cd30.zip","f_md5":"276efa84c20aff9ae1d98099be6a257d","f_size":8202,"type":10,"endtime":0,"score":"4.9","name":"qnoss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/qnoss","uninsatll_checks":"\/www\/server\/panel\/plugin\/qnoss","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"10","versions":[{"m_version":"2","version":"10","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4e03\u725b\u4e91\u7b49\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u76ee\u524d\u517c\u5bb9\u963f\u91cc\u4e91\u3001\u767e\u5ea6\u4e91\u3001\u4eac\u4e1c\u4e91\u3001\u817e\u8baf\u4e91\uff0c\u5b58\u50a8\u5bf9\u8c61\u5f53\u4f5c\u672c\u5730\u76d8\u4f7f\u7528","download":"other\/20200216\/47bd29243bc2ae1dd0c20cc74ff9cd30.zip","md5":"276efa84c20aff9ae1d98099be6a257d","size":8202}],"count":763},{"num":"3.0","id":600801384,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5927\u65e5\u5fd7\u6587\u4ef6\u67e5\u770b\u5668","p_index":"mflogview","ps":"\u5927\u65e5\u5fd7\u6587\u4ef6\u67e5\u770b\u5668\uff0c\u542bnginx\u65e5\u5fd7\u5206\u6790?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-38777-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191019\/57f47dfa77ad9b958fdb0682c44dd2dd.png","price":6,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1571491200,"state":0,"sort":3,"os":"Linux","win":0,"a_ps":"","pid":600801384,"version":"1.1.4","version_msg":"\u4fee\u6539\u9ed8\u8ba4\u641c\u7d22\u8def\u5f84","f_path":"other\/20200110\/91e414426a580e4ef83fd3087c5b7a49.zip","f_md5":"8cd2522773a6120271705b3cc596a8a6","f_size":226952,"type":10,"endtime":0,"score":"3.0","name":"mflogview","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mflogview","uninsatll_checks":"\/www\/server\/panel\/plugin\/mflogview","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1.4","versions":[{"m_version":"1","version":"1.4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u6539\u9ed8\u8ba4\u641c\u7d22\u8def\u5f84","download":"other\/20200110\/91e414426a580e4ef83fd3087c5b7a49.zip","md5":"8cd2522773a6120271705b3cc596a8a6","size":226952}],"count":761},{"num":"2.0","id":600801302,"uid":4048,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SEO\u5de5\u5177\u7bb1","p_index":"seos","ps":"robots\/\u767e\u5ea6\u63a8\u9001\u7b49\u3010\u6682\u505c\u66f4\u65b0\uff0c\u65e7\u529f\u80fd\u6b63\u5e38\u53ef\u7528\u3011?<\/a>","author":"Licoy","home":"https:\/\/www.bt.cn\/bbs\/thread-34772-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200315\/d92c6611e3678db4bf3f85e0cc9d37cf.png","price":4.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1563521356,"state":0,"sort":2,"os":"Linux","win":-1,"a_ps":"","pid":600801302,"version":"2.1","version_msg":"\u79fb\u9664\u8fc7\u671f\u63a5\u53e3\u529f\u80fd\uff0c\u5b8c\u5584\u7a33\u5b9a\u6027\uff01","f_path":"other\/20200329\/012f3686f87767d37b50853868530769.zip","f_md5":"ff03833a448b38d4e06a1639d7e0cc75","f_size":11788,"type":10,"endtime":0,"score":"2.0","name":"seos","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/seos","uninsatll_checks":"\/www\/server\/panel\/plugin\/seos","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1","versions":[{"m_version":"2","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u79fb\u9664\u8fc7\u671f\u63a5\u53e3\u529f\u80fd\uff0c\u5b8c\u5584\u7a33\u5b9a\u6027\uff01","download":"other\/20200329\/012f3686f87767d37b50853868530769.zip","md5":"ff03833a448b38d4e06a1639d7e0cc75","size":11788}],"count":727},{"num":"4.9","id":600801527,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"aloss","ps":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-48829-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200502\/e23e5d4fef12606e3ce935f00eaf3dbe.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1588393567,"state":0,"sort":4.9,"os":"Linux","win":-1,"a_ps":"","pid":600801527,"version":"1.0","version_msg":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20200502\/dc8e4cf2c3228022843f77264a91feaa.zip","f_md5":"9281cb434229e53f48b58549f41e76b2","f_size":29813,"type":10,"endtime":0,"score":"4.9","name":"aloss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/aloss","uninsatll_checks":"\/www\/server\/panel\/plugin\/aloss","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u963f\u91cc\u4e91\u5bf9\u8c61\u5b58\u50a8OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","download":"other\/20200502\/dc8e4cf2c3228022843f77264a91feaa.zip","md5":"9281cb434229e53f48b58549f41e76b2","size":29813}],"count":651},{"num":"5.0","id":600801321,"uid":167448,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6279\u91cf\u5efa\u7ad9","p_index":"y6w_createwebs","ps":"\u518d\u65e0\u66f4\u65b0\uff0c\u5982\u9700\u8981QQ:1057916173?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-35844-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190809\/3f8f90fde77213080143e63b668d8c77.png","price":1,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1565286060,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801321,"version":"1.0","version_msg":"\u521d\u59cb\u7248\u672c","f_path":"other\/20190809\/896a75a8f551c4ef5a135ae84ee767ff.zip","f_md5":"fe4a78f5822e0229803366e714ee8333","f_size":9792,"type":10,"endtime":0,"score":"5.0","name":"y6w_createwebs","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/y6w_createwebs","uninsatll_checks":"\/www\/server\/panel\/plugin\/y6w_createwebs","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u521d\u59cb\u7248\u672c","download":"other\/20190809\/896a75a8f551c4ef5a135ae84ee767ff.zip","md5":"fe4a78f5822e0229803366e714ee8333","size":9792}],"count":621},{"num":"5.0","id":600801489,"uid":48984,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u6570\u636e\u7ed3\u6784\u6bd4\u5bf9\u5de5\u5177","p_index":"cloud_db_diff","ps":"\u4f7f\u7528\u6b64\u5de5\u5177\u53ef\u5c06Mysql\u6570\u636e\u5e93AB\u4e24\u8868\u7684\u6570\u636e\u7ed3\u6784\u8fdb\u884c\u4e00\u952e\u540c\u6b65?<\/a>","author":"\u725b\u90fd\u6559\u9192\u4e86","home":"https:\/\/www.bt.cn\/bbs\/thread-46480-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200325\/4f20682fd226e85ea0e7e8618a4697f6.png","price":8.88,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585072830,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801489,"version":"1.2","version_msg":"\u4fee\u590d\u81ea\u52a8\u62c9\u53d6\u6570\u636e\u5e93\u5217\u8868\u65f6\uff0c\u8d85\u8fc720\u4e2a\u4e0d\u663e\u793a\u7684\u95ee\u9898","f_path":"other\/20201020\/af76a7f1d09a993a4256637aafc0b693.zip","f_md5":"b500f622be896913908a41f1a1eba032","f_size":10215,"type":10,"endtime":0,"score":"5.0","name":"cloud_db_diff","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cloud_db_diff","uninsatll_checks":"\/www\/server\/panel\/plugin\/cloud_db_diff","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u81ea\u52a8\u62c9\u53d6\u6570\u636e\u5e93\u5217\u8868\u65f6\uff0c\u8d85\u8fc720\u4e2a\u4e0d\u663e\u793a\u7684\u95ee\u9898","download":"other\/20201020\/af76a7f1d09a993a4256637aafc0b693.zip","md5":"b500f622be896913908a41f1a1eba032","size":10215}],"count":548},{"num":null,"id":600801363,"uid":80776,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Git\u9879\u76ee\u90e8\u7f72\u5de5\u5177","p_index":"git_deploy","ps":"\u81ea\u52a8\u90e8\u7f72\u672c\u5730Git\u4ed3\u5e93\u6307\u5b9a\u5206\u652f\u7684\u4ee3\u7801\u81f3\u670d\u52a1\u5668\u7f51\u7ad9\u76ee\u5f55?<\/a>","author":"\u6280\u672f\u96e8","home":"https:\/\/www.bt.cn\/bbs\/thread-37793-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190925\/987b50979ba8c2781c62d1ddbe773cef.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1569427610,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801363,"version":"2.1","version_msg":"\u4fee\u590dSSH\u6307\u7eb9\u83b7\u53d6\u95ee\u9898","f_path":"other\/20210912\/abfe988e121f0a1a1cba51af12d39d29.zip","f_md5":"18a68c81642bf69173d189420e616ff7","f_size":38831,"type":10,"endtime":0,"score":null,"name":"git_deploy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/git_deploy","uninsatll_checks":"\/www\/server\/panel\/plugin\/git_deploy","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1","versions":[{"m_version":"2","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dSSH\u6307\u7eb9\u83b7\u53d6\u95ee\u9898","download":"other\/20210912\/abfe988e121f0a1a1cba51af12d39d29.zip","md5":"18a68c81642bf69173d189420e616ff7","size":38831}],"count":539},{"num":null,"id":600801463,"uid":27006,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"vsftpd \u7ba1\u7406\u5668","p_index":"bt_vsftpd","ps":"\u57fa\u4e8evsftpd\u5f00\u53d1\u7684\u63d2\u4ef6,\u652f\u6301\u591a\u7528\u6237\u3001\u9650\u901f\u3001\u9650\u5bb9\u91cf\u7b49\u64cd\u4f5c?<\/a>","author":"IW3C","home":"https:\/\/www.bt.cn\/bbs\/thread-44233-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200218\/ba006d057f070951a7b1cbe75e50ec65.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1581994931,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801463,"version":"1.4.1","version_msg":"\u4fee\u590d\u56fe\u6807\u4e0d\u663e\u793a\u7684\u95ee\u9898\uff0c\u4fee\u590d\u67d0\u4e9b\u8bbe\u5907\u4e0a\u4e0d\u80fd\u4f7f\u7528\u7684\u95ee\u9898","f_path":"other\/20220120\/4035598120c035325937f3b1a927a4e6.zip","f_md5":"1bea517077aafe85a55f3812a5968f50","f_size":35102,"type":10,"endtime":0,"score":null,"name":"bt_vsftpd","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/bt_vsftpd","uninsatll_checks":"\/www\/server\/panel\/plugin\/bt_vsftpd","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4.1","versions":[{"m_version":"1","version":"4.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u56fe\u6807\u4e0d\u663e\u793a\u7684\u95ee\u9898\uff0c\u4fee\u590d\u67d0\u4e9b\u8bbe\u5907\u4e0a\u4e0d\u80fd\u4f7f\u7528\u7684\u95ee\u9898","download":"other\/20220120\/4035598120c035325937f3b1a927a4e6.zip","md5":"1bea517077aafe85a55f3812a5968f50","size":35102}],"count":474},{"num":"3.0","id":600801383,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"\u56fe\u7247\u6279\u91cf\u6c34\u5370","p_index":"mfwatermark","ps":"\u56fe\u7247\u6279\u91cf\u6c34\u5370\u53ca\u5404\u79cd\u538b\u7f29?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-38586-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191015\/3739007955dbad246abd1bc51a3ce9cc.png","price":10,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1571131328,"state":0,"sort":3,"os":"Linux","win":0,"a_ps":"","pid":600801383,"version":"1.4.3","version_msg":"1)\u4f18\u5316png,gif\u538b\u7f29 2)\u589e\u52a0\u5904\u7406\u65e5\u5fd7","f_path":"other\/20210716\/2a9dd5936148dfbb1b290c249f4a5a1b.zip","f_md5":"b11ebef41844f378a2001aee49a0b18b","f_size":15712692,"type":10,"endtime":0,"score":"3.0","name":"mfwatermark","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfwatermark","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfwatermark","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"4.3","versions":[{"m_version":"1","version":"4.3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1)\u4f18\u5316png,gif\u538b\u7f29 2)\u589e\u52a0\u5904\u7406\u65e5\u5fd7","download":"other\/20210716\/2a9dd5936148dfbb1b290c249f4a5a1b.zip","md5":"b11ebef41844f378a2001aee49a0b18b","size":15712692}],"count":420},{"num":null,"id":600801352,"uid":3671,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5c0f\u6770\u5de5\u5177\u7bb1","p_index":"xjTools","ps":"\u96c6\u6210\u7aef\u53e3\u626b\u63cf\u3001\u7f51\u7ad9\u72b6\u6001\u7801\u68c0\u6d4b\u2026\u2026\u2026\u2026\u4e00\u4e2a\u5c0f\u5de5\u5177?<\/a>","author":"Youngxj","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=37427","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190918\/85b94a174957d8c2d078f6e58fef02b8.png","price":0.5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1568782508,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801352,"version":"1.0","version_msg":"\u96c6\u6210\u7aef\u53e3\u626b\u63cf\u3001\u7f51\u7ad9\u72b6\u6001\u7801\u68c0\u6d4b\u3001\u7f51\u7ad9\u6e90\u7801\u83b7\u53d6\u3001\u7f51\u7ad9\u6536\u5f55\u6570\u3001\u5173\u952e\u8bcd\u6392\u884c\u3001\u6536\u5f55\u67e5\u8be2\u7684\u4e00\u4e2a\u5c0f\u5de5\u5177","f_path":"other\/20190918\/8d9d72042fbb7a3d64c2b81379620b94.zip","f_md5":"4dda39539dc9074ec3266d411afb0fc3","f_size":658581,"type":10,"endtime":0,"score":null,"name":"xjTools","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/xjTools","uninsatll_checks":"\/www\/server\/panel\/plugin\/xjTools","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u96c6\u6210\u7aef\u53e3\u626b\u63cf\u3001\u7f51\u7ad9\u72b6\u6001\u7801\u68c0\u6d4b\u3001\u7f51\u7ad9\u6e90\u7801\u83b7\u53d6\u3001\u7f51\u7ad9\u6536\u5f55\u6570\u3001\u5173\u952e\u8bcd\u6392\u884c\u3001\u6536\u5f55\u67e5\u8be2\u7684\u4e00\u4e2a\u5c0f\u5de5\u5177","download":"other\/20190918\/8d9d72042fbb7a3d64c2b81379620b94.zip","md5":"4dda39539dc9074ec3266d411afb0fc3","size":658581}],"count":341},{"num":"5.0","id":600801453,"uid":79972,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u963f\u91cc\u57df\u540d\u52a8\u6001\u89e3\u6790","p_index":"aliddns","ps":"\u963f\u91cc\u4e91\u57df\u540d\u52a8\u6001\u89e3\u6790\uff0c\u9002\u5408\u6709\u516c\u7f51\u4f46IP\u4e0d\u56fa\u5b9a\u7684\u7528\u6237?<\/a>","author":"\u609f\u7a7a\u6570\u7801","home":"https:\/\/www.bt.cn\/bbs\/thread-43367-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200129\/2588534a9f75e23127bd0e882ae1690f.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1580266851,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801453,"version":"3.1","version_msg":"\u4fee\u590d\u63d2\u4ef6\u4e0d\u80fd\u6253\u5f00\u7684\u95ee\u9898","f_path":"other\/20200806\/0359a00c4c43f07b5868b7929268e5be.zip","f_md5":"821cda42bdc9083f1a5c1ea7ecfbd554","f_size":929252,"type":10,"endtime":0,"score":"5.0","name":"aliddns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/aliddns","uninsatll_checks":"\/www\/server\/panel\/plugin\/aliddns","compile_args":0,"version_coexist":0,"manager_version":"3","c_manager_version":"1","versions":[{"m_version":"3","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u63d2\u4ef6\u4e0d\u80fd\u6253\u5f00\u7684\u95ee\u9898","download":"other\/20200806\/0359a00c4c43f07b5868b7929268e5be.zip","md5":"821cda42bdc9083f1a5c1ea7ecfbd554","size":929252}],"count":339},{"num":"4.0","id":600801496,"uid":51225,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"cloudflare\u81ea\u52a8\u5f00\u76fe","p_index":"autoshield","ps":"\u670d\u52a1\u5668\u906d\u53d7\u653b\u51fb\u65f6\uff0c\u81ea\u52a8\u5f00\u76fe\uff0c\u9632\u6b62\u670d\u52a1\u4e2d\u65ad?<\/a>","author":"xcsoft","home":"https:\/\/www.bt.cn\/bbs\/thread-46825-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200330\/a558018b235958e380eb27385d296672.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585536391,"state":0,"sort":4,"os":"Linux","win":-1,"a_ps":"","pid":600801496,"version":"2.0.1","version_msg":"\u4fee\u590d \u8d1f\u8f7d\u83b7\u53d6 \u5b58\u5728\u7684\u95ee\u9898","f_path":"other\/20220128\/6e3cd5c3f95aeeb21298d71d7e2ea93c.zip","f_md5":"027bd50bb3f338acfae4f394bcfb2372","f_size":12666,"type":10,"endtime":0,"score":"4.0","name":"autoshield","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/autoshield","uninsatll_checks":"\/www\/server\/panel\/plugin\/autoshield","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0.1","versions":[{"m_version":"2","version":"0.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d \u8d1f\u8f7d\u83b7\u53d6 \u5b58\u5728\u7684\u95ee\u9898","download":"other\/20220128\/6e3cd5c3f95aeeb21298d71d7e2ea93c.zip","md5":"027bd50bb3f338acfae4f394bcfb2372","size":12666}],"count":311},{"num":"5.0","id":600801625,"uid":14729,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u8ba1\u5212\u4efb\u52a1\u5907\u4efd\u63d2\u4ef6","p_index":"btrenwubeifen","ps":"\u5b9d\u5854\u8ba1\u5212\u4efb\u52a1\u5907\u4efd\u8fd8\u539f\u63d2\u4ef6?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/www.bt.cn\/bbs\/thread-61341-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201122\/c7678bdcfde93b622befb7c089465ae3.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1606037870,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801625,"version":"0.2.1","version_msg":"1\u3001\u589e\u52a0\u5907\u4efd\u8fd8\u539f\u8fdb\u5ea6\u663e\u793a\u3002 2\u3001\u589e\u52a0\u8fd8\u539f\u6587\u4ef6\u5927\u5c0f\u7ec6\u81f42M\uff0c\u9632\u6b62\u6076\u610f\u4e0a\u4f20\u3002 3\u3001\u89e3\u51b3\u90e8\u5206\u8fd8\u539f\u6587\u4ef6\u4e0a\u4f20\u540e\u65e0\u6cd5\u89e3\u6790\u8fd8\u539f\u5305\u95ee\u9898 4\u3001\u89e3\u51b3\u4efb\u52a1\u592a\u591a\u65f6\u65e0\u6cd5\u5b8c\u5168\u5bfc\u5165bug\u4fee\u590d","f_path":"other\/20211216\/e525f27aa5667aad99d6beb7b730bd27.zip","f_md5":"1e3e49e0784f93f427582f4d1e911775","f_size":560280,"type":10,"endtime":0,"score":"5.0","name":"btrenwubeifen","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/btrenwubeifen","uninsatll_checks":"\/www\/server\/panel\/plugin\/btrenwubeifen","compile_args":0,"version_coexist":0,"manager_version":"0","c_manager_version":"2.1","versions":[{"m_version":"0","version":"2.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1\u3001\u589e\u52a0\u5907\u4efd\u8fd8\u539f\u8fdb\u5ea6\u663e\u793a\u3002 2\u3001\u589e\u52a0\u8fd8\u539f\u6587\u4ef6\u5927\u5c0f\u7ec6\u81f42M\uff0c\u9632\u6b62\u6076\u610f\u4e0a\u4f20\u3002 3\u3001\u89e3\u51b3\u90e8\u5206\u8fd8\u539f\u6587\u4ef6\u4e0a\u4f20\u540e\u65e0\u6cd5\u89e3\u6790\u8fd8\u539f\u5305\u95ee\u9898 4\u3001\u89e3\u51b3\u4efb\u52a1\u592a\u591a\u65f6\u65e0\u6cd5\u5b8c\u5168\u5bfc\u5165bug\u4fee\u590d","download":"other\/20211216\/e525f27aa5667aad99d6beb7b730bd27.zip","md5":"1e3e49e0784f93f427582f4d1e911775","size":560280}],"count":279},{"num":"5.0","id":600801528,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"txoss","ps":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-48857-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200502\/b5f71be748935aedb7d2211ead1da3d6.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1588406630,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801528,"version":"1.0","version_msg":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20200502\/2ce65a5eef3ca67e9be8192c3d1aabd5.zip","f_md5":"2dc80b7844fedd62c8c75727faf11dff","f_size":11645,"type":10,"endtime":0,"score":"5.0","name":"txoss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/txoss","uninsatll_checks":"\/www\/server\/panel\/plugin\/txoss","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u817e\u8baf\u4e91\u5bf9\u8c61\u5b58\u50a8COS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","download":"other\/20200502\/2ce65a5eef3ca67e9be8192c3d1aabd5.zip","md5":"2dc80b7844fedd62c8c75727faf11dff","size":11645}],"count":278},{"num":"5.0","id":600801659,"uid":65067,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"HA\u8d1f\u8f7d\u5747\u8861","p_index":"myhaproxy","ps":"\u4e13\u4e1a\u8d1f\u8f7d\u5747\u8861\u5668,\u7b80\u5355\u597d\u7528\uff0c\u4e00\u952e\u8bbe\u7f6e?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-63801-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210204\/aff2c76fff3dd2fa0e1e3ba6368639d6.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1612415308,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801659,"version":"1.0","version_msg":"\u521d\u59cb\u7248\u672c","f_path":"other\/20210207\/18d4bb660f3f2bf480859e1c867508b6.zip","f_md5":"ec7d45c12c746513470d0764162d56ec","f_size":35673,"type":10,"endtime":0,"score":"5.0","name":"myhaproxy","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/myhaproxy","uninsatll_checks":"\/www\/server\/panel\/plugin\/myhaproxy","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u521d\u59cb\u7248\u672c","download":"other\/20210207\/18d4bb660f3f2bf480859e1c867508b6.zip","md5":"ec7d45c12c746513470d0764162d56ec","size":35673}],"count":252},{"num":"5.0","id":600801729,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b9a\u65f6\u6587\u4ef6\u6e05\u7406","p_index":"autoclear","ps":"\u5b9a\u65f6\u81ea\u52a8\u6e05\u7406\u6587\u4ef6,\u5c0f\u78c1\u76d8\u7684\u798f\u97f3,\u652f\u6301\u591a\u5c42\u6587\u4ef6\u5939\u3001\u81ea\u5b9a\u683c\u5f0f?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.bt.cn\/bbs\/thread-70189-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210603\/4cc55911f65dab0d146352dabbb59053.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1622707120,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801729,"version":"1.9","version_msg":"\u52a0\u5165\u6e05\u7406\u7edf\u8ba1\uff0c\u4f18\u5316\u8bb0\u5f55\u663e\u793a\uff0c\u6574\u4f53\u754c\u9762\u4f18\u5316","f_path":"other\/20220713\/5e7e289130519d1e17fc670c70f2dc5a.zip","f_md5":"74954c0d6d5913d5269d16fd9a0a4410","f_size":1614601,"type":10,"endtime":0,"score":"5.0","name":"autoclear","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/autoclear","uninsatll_checks":"\/www\/server\/panel\/plugin\/autoclear","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"9","versions":[{"m_version":"1","version":"9","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u52a0\u5165\u6e05\u7406\u7edf\u8ba1\uff0c\u4f18\u5316\u8bb0\u5f55\u663e\u793a\uff0c\u6574\u4f53\u754c\u9762\u4f18\u5316","download":"other\/20220713\/5e7e289130519d1e17fc670c70f2dc5a.zip","md5":"74954c0d6d5913d5269d16fd9a0a4410","size":1614601}],"count":232},{"num":null,"id":600801641,"uid":109295,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"PHP\u6e90\u7801\u52a0\u5bc6","p_index":"jimjiami","ps":"PHP\u6e90\u7801\u52a0\u5bc6\uff0cPHP\u4ee3\u7801\u52a0\u5bc6\uff0cphp\u52a0\u5bc6?<\/a>","author":"\u8001\u4fca","home":"https:\/\/www.bt.cn\/bbs\/thread-61598-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201225\/282592b4fafdfad2d6725fab79741a01.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1608909915,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801641,"version":"2.0.0","version_msg":"\u65b0\u589e\u8fd8\u539f\u5bc6\u7801\uff0c\u65b0\u589e\u4e91\u7aef\u529f\u80fd\uff0c\u675c\u7edd\u52a0\u5bc6\u524d\u7684\u6e90\u4ee3\u7801\u88ab\u4ed6\u4eba\u627e\u5230\u5e76\u6062\u590d","f_path":"other\/20210920\/6c1f09d3c456459526a349c363af04cf.zip","f_md5":"4cd5a3a53e8df28e6689ee24c3683316","f_size":687598,"type":10,"endtime":0,"score":null,"name":"jimjiami","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/jimjiami","uninsatll_checks":"\/www\/server\/panel\/plugin\/jimjiami","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0.0","versions":[{"m_version":"2","version":"0.0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b0\u589e\u8fd8\u539f\u5bc6\u7801\uff0c\u65b0\u589e\u4e91\u7aef\u529f\u80fd\uff0c\u675c\u7edd\u52a0\u5bc6\u524d\u7684\u6e90\u4ee3\u7801\u88ab\u4ed6\u4eba\u627e\u5230\u5e76\u6062\u590d","download":"other\/20210920\/6c1f09d3c456459526a349c363af04cf.zip","md5":"4cd5a3a53e8df28e6689ee24c3683316","size":687598}],"count":231},{"num":"5.0","id":600801406,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4e91\u6587\u4ef6\u5b58\u50a8\uff08NFS\/CFS\/NAS\uff09\u6302\u8f7d\u5de5\u5177","p_index":"nfsgo","ps":"\u628a\u4e91\u6587\u4ef6\u670d\u52a1\uff08NFS\/CFS\/NAS\uff09\uff0c\u6302\u8f7d\u5230\u670d\u52a1\u5668\u4f7f\u7528?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-40186-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191118\/331aa690f39edc9f15f64045294e853e.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1574063383,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801406,"version":"2.0","version_msg":"\u628a\u4e91\u6587\u4ef6\u670d\u52a1\uff08NFS\/CFS\/NAS\uff09\uff0c\u6302\u8f7d\u5230\u670d\u52a1\u5668\u4f7f\u7528,\u589e\u52a0\u4e86\u517c\u5bb9\u6027","f_path":"other\/20200502\/6227d4af43e9d63eebafae555673e212.zip","f_md5":"8c9c192011bbf5ad090cf0957e3668bb","f_size":28546,"type":10,"endtime":0,"score":"5.0","name":"nfsgo","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/nfsgo","uninsatll_checks":"\/www\/server\/panel\/plugin\/nfsgo","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u628a\u4e91\u6587\u4ef6\u670d\u52a1\uff08NFS\/CFS\/NAS\uff09\uff0c\u6302\u8f7d\u5230\u670d\u52a1\u5668\u4f7f\u7528,\u589e\u52a0\u4e86\u517c\u5bb9\u6027","download":"other\/20200502\/6227d4af43e9d63eebafae555673e212.zip","md5":"8c9c192011bbf5ad090cf0957e3668bb","size":28546}],"count":231},{"num":"1.0","id":600801478,"uid":65067,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7ad9\u957f\u7ba1\u7406\u5de5\u5177","p_index":"a_site_click","ps":"\u4e00\u952e\u7ba1\u7406\u7f51\u7ad9\uff0c\u591a\u6e90seo\u4f18\u5316\uff0c?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-46919-1-2.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200315\/eea7e9c23a22857b685ac7a0302a542e.png","price":19.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1584275909,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801478,"version":"1.6","version_msg":"\u5220\u9664\u4e2a\u4eba\u6570\u636e","f_path":"other\/20210518\/71b5d5e53eee1b28e0afdc7a67df5716.zip","f_md5":"141696fa664a39069a27e0e7a34105aa","f_size":125394,"type":10,"endtime":0,"score":"1.0","name":"a_site_click","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/a_site_click","uninsatll_checks":"\/www\/server\/panel\/plugin\/a_site_click","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"6","versions":[{"m_version":"1","version":"6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5220\u9664\u4e2a\u4eba\u6570\u636e","download":"other\/20210518\/71b5d5e53eee1b28e0afdc7a67df5716.zip","md5":"141696fa664a39069a27e0e7a34105aa","size":125394}],"count":217},{"num":"2.3","id":600801735,"uid":219184,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u56fe\u7247\u6279\u91cf\u5904\u7406\u5de5\u5177","p_index":"imgtools","ps":"\u53ef\u7075\u6d3b\u5904\u7406\u5404\u9879\u590d\u6742\u7684\u56fe\u7247\u538b\u7f29\u4efb\u52a1\uff0c\u4efb\u52a1\u5f0f\u7ba1\u7406?<\/a>","author":"\u98de\u68a6\u4fe1\u606f","home":"https:\/\/www.bt.cn\/bbs\/thread-71558-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210702\/c451a7ba3c2431f4a699614585bbafe2.png","price":16,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1625207738,"state":0,"sort":2.3,"os":"Linux","win":-1,"a_ps":"","pid":600801735,"version":"2.3","version_msg":"\u4fee\u590d\u51fa\u9519\u540e\u505c\u6b62\u7684BUG;\u964d\u4f4ephp\u7248\u672c\u8981\u6c42\uff0c\u76ee\u524d\u53ea\u9700\u8981php7.1\u4ee5\u4e0a\u7248\u672c\u5373\u53ef","f_path":"other\/20211003\/5e0293a26e2b014c38c14f95ece57ed4.zip","f_md5":"18cea91bec7a008c980cf62255759b66","f_size":1399092,"type":10,"endtime":0,"score":"2.3","name":"imgtools","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/imgtools","uninsatll_checks":"\/www\/server\/panel\/plugin\/imgtools","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"3","versions":[{"m_version":"2","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u51fa\u9519\u540e\u505c\u6b62\u7684BUG;\u964d\u4f4ephp\u7248\u672c\u8981\u6c42\uff0c\u76ee\u524d\u53ea\u9700\u8981php7.1\u4ee5\u4e0a\u7248\u672c\u5373\u53ef","download":"other\/20211003\/5e0293a26e2b014c38c14f95ece57ed4.zip","md5":"18cea91bec7a008c980cf62255759b66","size":1399092}],"count":207},{"num":null,"id":600801218,"uid":146379,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u7ba1\u7406","p_index":"diskquota","ps":"\u53ef\u5bf9\u7ad9\u70b9\u76ee\u5f55\u6216\u81ea\u5b9a\u4e49\u76ee\u5f55\u505a\u4f7f\u7528\u91cf\u914d\u989d,\u5f53\u524d\u4ec5\u652f\u6301XFS\u6587\u4ef6\u7cfb\u7edf?<\/a>","author":"\u5c71\u6c34\u6709\u76f8\u9022","home":"https:\/\/www.bt.cn\/bbs\/thread-30486-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20190416\/ac0d8aa620c481be425ea5a008e33480.png","price":4.88,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1555395703,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801218,"version":"1.0","version_msg":"\u53ef\u5bf9\u7ad9\u70b9\u76ee\u5f55\u6216\u81ea\u5b9a\u4e49\u76ee\u5f55\u505a\u4f7f\u7528\u91cf\u914d\u989d,\u5f53\u524d\u4ec5\u652f\u6301XFS\u6587\u4ef6\u7cfb\u7edf","f_path":"other\/20190416\/08003afd16e878db94dce73586b57af1.zip","f_md5":"96a6d7d41f3cf4770cdfd47e6e3ed400","f_size":13988,"type":10,"endtime":0,"score":null,"name":"diskquota","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/diskquota","uninsatll_checks":"\/www\/server\/panel\/plugin\/diskquota","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u53ef\u5bf9\u7ad9\u70b9\u76ee\u5f55\u6216\u81ea\u5b9a\u4e49\u76ee\u5f55\u505a\u4f7f\u7528\u91cf\u914d\u989d,\u5f53\u524d\u4ec5\u652f\u6301XFS\u6587\u4ef6\u7cfb\u7edf","download":"other\/20190416\/08003afd16e878db94dce73586b57af1.zip","md5":"96a6d7d41f3cf4770cdfd47e6e3ed400","size":13988}],"count":202},{"num":"4.0","id":600801510,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u817e\u8baf\u4e91CDN\u81ea\u52a8\u4e0a\u7ebf","p_index":"tencent_cdn","ps":"\u81ea\u52a8\u4e0b\u7ebf\u8d85\u6d41IP\/\u94fe\u63a5\uff0c\u51cf\u5c11CDN\u88abCC\/DDoS\u653b\u51fb\u7684\u635f\u5931?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-47625-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211124\/d64410f1d4f44a0696056c099d504eb3.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1586691784,"state":0,"sort":4,"os":"Linux","win":-1,"a_ps":"","pid":600801510,"version":"1.7.0","version_msg":"\u91cd\u5199\u63d2\u4ef6\uff0c\u65b0\u589e\u66f4\u591a\u529f\u80fd\u3002\u5982\u4e0d\u9700\u8981\u65b0\u7248\u529f\u80fd\u53ef\u4e0d\u7528\u5347\u7ea7\uff01","f_path":"other\/20211124\/ad3b3e82a5e60592cad4fd78589b8230.zip","f_md5":"cc1292f33cc012071d1ad14a71d535b4","f_size":1596863,"type":10,"endtime":0,"score":"4.0","name":"tencent_cdn","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/tencent_cdn","uninsatll_checks":"\/www\/server\/panel\/plugin\/tencent_cdn","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"7.0","versions":[{"m_version":"1","version":"7.0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u91cd\u5199\u63d2\u4ef6\uff0c\u65b0\u589e\u66f4\u591a\u529f\u80fd\u3002\u5982\u4e0d\u9700\u8981\u65b0\u7248\u529f\u80fd\u53ef\u4e0d\u7528\u5347\u7ea7\uff01","download":"other\/20211124\/ad3b3e82a5e60592cad4fd78589b8230.zip","md5":"cc1292f33cc012071d1ad14a71d535b4","size":1596863}],"count":179},{"num":"5.0","id":600801803,"uid":222800,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u718a\u732b\u7f51\u7ad9\u65e5\u5fd7\u5206\u6790","p_index":"lotusweblog","ps":"\u66f4\u4e13\u4e1a\u7684\u7f51\u7ad9\u65e5\u5fd7\u5206\u6790\u63d2\u4ef6\uff0c\u652f\u6301apache\/nginx?<\/a>","author":"\u65e7\u96e8\u697c","home":"https:\/\/www.bt.cn\/bbs\/thread-90125-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220416\/3201116e1083d36b2d433d1530913731.png","price":9.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1650088893,"state":0,"sort":5,"os":"Linux","win":1,"a_ps":"","pid":600801803,"version":"1.6","version_msg":"\u652f\u6301mysql\u5b58\u50a8\uff0c\u63d0\u5347\u6027\u80fd","f_path":"other\/20220606\/dd36e7052df745470594b982b99df1ac.zip","f_md5":"792dd65c05aca8c48ca067e766d41b57","f_size":8591037,"type":10,"endtime":0,"score":"5.0","name":"lotusweblog","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/lotusweblog","uninsatll_checks":"\/www\/server\/panel\/plugin\/lotusweblog","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"6","versions":[{"m_version":"1","version":"6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u652f\u6301mysql\u5b58\u50a8\uff0c\u63d0\u5347\u6027\u80fd","download":"other\/20220606\/dd36e7052df745470594b982b99df1ac.zip","md5":"792dd65c05aca8c48ca067e766d41b57","size":8591037}],"count":175},{"num":"1.0","id":600801389,"uid":172099,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"SSH\/FTP\u78c1\u76d8\u6302\u8f7d","p_index":"mfftpdev","ps":"SSH\/FTP\u78c1\u76d8\u6302\u8f7d(\u6587\u4ef6\u5939\u53ef\u4ee5\u589e\u91cf\u5907\u4efd)?<\/a>","author":"\u7267\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-39350-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191031\/3044f0e8898553b27a3f8e3f39b49829.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1572532464,"state":0,"sort":1,"os":"Linux","win":0,"a_ps":"","pid":600801389,"version":"1.0","version_msg":"\u517c\u5bb9python27+, centos\u7b49","f_path":"other\/20191031\/688860809fb686e0a7bf1885dba2aaf3.zip","f_md5":"0a0ec426e75ae567ac4428bf0a0b7312","f_size":18255,"type":10,"endtime":0,"score":"1.0","name":"mfftpdev","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mfftpdev","uninsatll_checks":"\/www\/server\/panel\/plugin\/mfftpdev","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u517c\u5bb9python27+, centos\u7b49","download":"other\/20191031\/688860809fb686e0a7bf1885dba2aaf3.zip","md5":"0a0ec426e75ae567ac4428bf0a0b7312","size":18255}],"count":161},{"num":"5.0","id":600801401,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u767e\u5ea6\u4e91\u5b58\u50a8\u5bf9\u8c61BOS\u6302\u8f7d\u5de5\u5177","p_index":"bdbos","ps":"\u628a\u767e\u5ea6\u4e91BOS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f53\u4f5c\u672c\u5730\u76d8\u4f7f\u7528\u3002?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-39953-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191113\/087f6342714ae5d298e8a75b87a9cd1f.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573633058,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801401,"version":"2.0","version_msg":"\u628a\u767e\u5ea6\u4e91BOS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u53ef\u6302\u8f7d\u591a\u4e2aBOS\uff0c\u5f00\u673a\u81ea\u52a8\u542f\u52a8\uff0c\u52a0\u5f3a\u4e86py3\u7684\u517c\u5bb9\u6027","f_path":"other\/20200503\/0253851756619ad8fc141f0786c57e05.zip","f_md5":"93e4f51e15e2d8e84b21fb54bf5e3851","f_size":28884,"type":10,"endtime":0,"score":"5.0","name":"bdbos","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/bdbos","uninsatll_checks":"\/www\/server\/panel\/plugin\/bdbos","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u628a\u767e\u5ea6\u4e91BOS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u53ef\u6302\u8f7d\u591a\u4e2aBOS\uff0c\u5f00\u673a\u81ea\u52a8\u542f\u52a8\uff0c\u52a0\u5f3a\u4e86py3\u7684\u517c\u5bb9\u6027","download":"other\/20200503\/0253851756619ad8fc141f0786c57e05.zip","md5":"93e4f51e15e2d8e84b21fb54bf5e3851","size":28884}],"count":145},{"num":"5.0","id":600801742,"uid":697521,"app_type":1,"p_type":4,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"PHP Encoder","p_index":"php_encoder","ps":"php\u4ee3\u7801\u52a0\u5bc6\u4fdd\u62a4,\u9632\u6b62\u6728\u9a6c\u6ce8\u5165?<\/a>","author":"\u9ea6\u4e50","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=73149","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210807\/49ee4171a20de74dfd69a7728b20b12d.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1627441931,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801742,"version":"1.3.9","version_msg":"-\u66f4\u65b0\uff1a\u52a0\u5f3a\u52a0\u5bc6\u7b97\u6cd5\uff0c\u754c\u9762\u63d0\u793a\u4f18\u5316\uff1b","f_path":"other\/20220524\/4832482fee093afd2001d9490637f893.zip","f_md5":"e0b2c2ec0b6ece346a428d93898f49b1","f_size":5774093,"type":10,"endtime":0,"score":"5.0","name":"php_encoder","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/php_encoder","uninsatll_checks":"\/www\/server\/panel\/plugin\/php_encoder","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3.9","versions":[{"m_version":"1","version":"3.9","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"-\u66f4\u65b0\uff1a\u52a0\u5f3a\u52a0\u5bc6\u7b97\u6cd5\uff0c\u754c\u9762\u63d0\u793a\u4f18\u5316\uff1b","download":"other\/20220524\/4832482fee093afd2001d9490637f893.zip","md5":"e0b2c2ec0b6ece346a428d93898f49b1","size":5774093}],"count":136},{"num":"5.0","id":600801583,"uid":27006,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5929\u7ffc\u7f51\u76d8\u52a9\u624b","p_index":"cloud189","ps":"\u57fa\u4e8e\u5929\u7ffc\u7f51\u76d8\u7684API\u6784\u5efa\u7684\u81ea\u52a8\u5316\u7ba1\u7406\uff0c\u89e3\u6790\u63d2\u4ef6?<\/a>","author":"IW3C","home":"https:\/\/www.bt.cn\/bbs\/thread-53988-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200820\/97f49f5b4f2f21a03b01ec2eb0599ec5.png","price":19.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1597935864,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801583,"version":"1.2.i","version_msg":"\u8c03\u6574\u90e8\u5206\u63a5\u53e3\u7528\u4ee5\u9002\u914d\u6700\u65b0\u5929\u7ffc\u4e91\uff08\u89c1update.txt\uff09","f_path":"other\/20220307\/15a323c8e0eba0f71abcfe708b22c771.zip","f_md5":"1480adb34f8757b20725143bc9349787","f_size":78941,"type":10,"endtime":0,"score":"5.0","name":"cloud189","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cloud189","uninsatll_checks":"\/www\/server\/panel\/plugin\/cloud189","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2.i","versions":[{"m_version":"1","version":"2.i","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u8c03\u6574\u90e8\u5206\u63a5\u53e3\u7528\u4ee5\u9002\u914d\u6700\u65b0\u5929\u7ffc\u4e91\uff08\u89c1update.txt\uff09","download":"other\/20220307\/15a323c8e0eba0f71abcfe708b22c771.zip","md5":"1480adb34f8757b20725143bc9349787","size":78941}],"count":134},{"num":"3.0","id":600801562,"uid":65067,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7ad9\u7fa4\u7ba1\u7406\u5de5\u5177","p_index":"site_cluster","ps":"\u4e00\u952e\u7ba1\u7406\u591a\u4e2a\u7f51\u7ad9seo\u4f18\u5316?<\/a>","author":"\u62cd\u62cd\u718axf","home":"https:\/\/www.bt.cn\/bbs\/thread-52655-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200717\/41ab963f3179ebc75d81b158c4ca4433.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1594990515,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801562,"version":"1.2","version_msg":"\u7ec6\u8282\u4f18\u5316","f_path":"other\/20210329\/16ed0e4adbff77ea13b25ee2baadf080.zip","f_md5":"5300de59093cd681a5499c80d3b4220b","f_size":39799,"type":10,"endtime":0,"score":"3.0","name":"site_cluster","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/site_cluster","uninsatll_checks":"\/www\/server\/panel\/plugin\/site_cluster","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u7ec6\u8282\u4f18\u5316","download":"other\/20210329\/16ed0e4adbff77ea13b25ee2baadf080.zip","md5":"5300de59093cd681a5499c80d3b4220b","size":39799}],"count":126},{"num":"5.0","id":600801495,"uid":186911,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Cloudflare\u89e3\u6790","p_index":"cloudflare","ps":"\u8fde\u63a5cloudflare\u6dfb\u52a0\u3001\u5220\u9664\u3001\u67e5\u770bDNS\u89e3\u6790?<\/a>","author":"cxbsoft","home":"https:\/\/www.bt.cn\/bbs\/thread-46727-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200329\/40d01d19b0c2bff6acd5b2c02931d39a.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585443528,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801495,"version":"2.1.2","version_msg":"Cloudflare\u89e3\u6790\u3001\u8d1f\u8f7d\u9632\u706b\u5899\u3001CC\\DDOS\u76fe\u3001\u8fdc\u7a0b\u7ba1\u7406,\u4f18\u5316\u4e86UI\uff0c\u4fee\u590d\u4e86Bug","f_path":"other\/20200723\/9bfd902bdfe0250bfb98c97899a010d4.zip","f_md5":"05a08a1ff898f2883430b433c0bfae83","f_size":23747,"type":10,"endtime":0,"score":"5.0","name":"cloudflare","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cloudflare","uninsatll_checks":"\/www\/server\/panel\/plugin\/cloudflare","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"1.2","versions":[{"m_version":"2","version":"1.2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"Cloudflare\u89e3\u6790\u3001\u8d1f\u8f7d\u9632\u706b\u5899\u3001CC\\DDOS\u76fe\u3001\u8fdc\u7a0b\u7ba1\u7406,\u4f18\u5316\u4e86UI\uff0c\u4fee\u590d\u4e86Bug","download":"other\/20200723\/9bfd902bdfe0250bfb98c97899a010d4.zip","md5":"05a08a1ff898f2883430b433c0bfae83","size":23747}],"count":118},{"num":"1.0","id":600801622,"uid":153914,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"MySQL\u5185\u5bb9\u5168\u5c40\u641c\u7d22","p_index":"mysqlfind","ps":"\u5728mysql\u6570\u636e\u5e93\u4e2d\u5168\u5c40\u67e5\u627e\u5185\u5bb9\uff0c\u5305\u542b\u3001\u7b49\u4e8e\u3001\u524d\u7f003\u79cd\u6a21\u5f0f?<\/a>","author":"\u82af\u6e56","home":"https:\/\/www.bt.cn\/bbs\/thread-58675-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201103\/4958efe935147ae5933c8da5a84f63ab.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1604387576,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801622,"version":"1.1","version_msg":"mysql\u6570\u636e\u5e93\u4e2d\u5168\u5c40\u67e5\u627e\u5185\u5bb9\uff0c\u5305\u542b\u3001\u7b49\u4e8e\u3001\u524d\u7f003\u79cd\u6a21\u5f0f\uff0c\u6027\u80fd\u4f18\u5316","f_path":"other\/20210316\/939e1779f3f3a7036adea85194827893.zip","f_md5":"d13b5236d78bd7a24c28f3482e71359e","f_size":850591,"type":10,"endtime":0,"score":"1.0","name":"mysqlfind","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mysqlfind","uninsatll_checks":"\/www\/server\/panel\/plugin\/mysqlfind","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"mysql\u6570\u636e\u5e93\u4e2d\u5168\u5c40\u67e5\u627e\u5185\u5bb9\uff0c\u5305\u542b\u3001\u7b49\u4e8e\u3001\u524d\u7f003\u79cd\u6a21\u5f0f\uff0c\u6027\u80fd\u4f18\u5316","download":"other\/20210316\/939e1779f3f3a7036adea85194827893.zip","md5":"d13b5236d78bd7a24c28f3482e71359e","size":850591}],"count":95},{"num":"1.0","id":600801491,"uid":167448,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u5b9d\u5854\u540e\u53f0\u76ae\u80a4-\u900f\u660e","p_index":"tpl_hyaline","ps":"\u540e\u53f0\u76ae\u80a4?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"https:\/\/www.bt.cn\/bbs\/thread-46527-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200325\/06a8123060338addc6804259a2de83cf.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585120465,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801491,"version":"1.5","version_msg":"\u6dfb\u52a0\u4e8c\u6b21\u5143\u770b\u677f\u5a18","f_path":"other\/20210505\/4b8a834922d9ac915bdd86bde6818a0f.zip","f_md5":"762ed7ae0252bb081b835007a7618c14","f_size":3655247,"type":10,"endtime":0,"score":"1.0","name":"tpl_hyaline","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/tpl_hyaline","uninsatll_checks":"\/www\/server\/panel\/plugin\/tpl_hyaline","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"5","versions":[{"m_version":"1","version":"5","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u6dfb\u52a0\u4e8c\u6b21\u5143\u770b\u677f\u5a18","download":"other\/20210505\/4b8a834922d9ac915bdd86bde6818a0f.zip","md5":"762ed7ae0252bb081b835007a7618c14","size":3655247}],"count":94},{"num":null,"id":600801543,"uid":218594,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"CloudFlare \u6279\u91cf\u8bbe\u7f6eip","p_index":"cf_ipchange","ps":"\u9488\u5bf9\u540c\u4e00\u8d26\u53f7\u4e0b\u7684\u591a\u4e2a\u57df\u540d\uff0c\u6279\u91cf\u8bbe\u7f6e\u89e3\u6790ip\u3002?<\/a>","author":"\u6fee\u9633\u5e02\u5e38\u4ead\u7535\u5b50\u79d1\u6280\u6709\u9650\u516c\u53f8","home":"https:\/\/www.bt.cn\/bbs\/thread-50337-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200523\/4681b7928072a567b7dfabf162d4108a.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1590197059,"state":0,"sort":0,"os":"Linux","win":1,"a_ps":"","pid":600801543,"version":"v1.0.0","version_msg":"\u4e0a\u7ebf\u7a33\u5b9a\u7248\u672c","f_path":"other\/20200605\/6037d53b3831bbf078f67b5fb00e248a.zip","f_md5":"981e881adda7d1cadda4904ec535147b","f_size":36299,"type":10,"endtime":0,"score":null,"name":"cf_ipchange","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/cf_ipchange","uninsatll_checks":"\/www\/server\/panel\/plugin\/cf_ipchange","compile_args":0,"version_coexist":0,"manager_version":"v1","c_manager_version":"0.0","versions":[{"m_version":"v1","version":"0.0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4e0a\u7ebf\u7a33\u5b9a\u7248\u672c","download":"other\/20200605\/6037d53b3831bbf078f67b5fb00e248a.zip","md5":"981e881adda7d1cadda4904ec535147b","size":36299}],"count":88},{"num":"4.0","id":600801520,"uid":529,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u7f51\u7ad9\u91c7\u96c6\u5668","p_index":"colscript","ps":"\u7f51\u7ad9\u91c7\u96c6,\u76ee\u524d\u652f\u6301typecho\u7a0b\u5e8f\u91c7\u96c6?<\/a>","author":"\u963f\u4fee\u7f57","home":"https:\/\/www.waytomilky.com\/archives\/2084.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200427\/44047cab050e6d1a4df7ee1c935cd8a2.png","price":19.8,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1587665495,"state":0,"sort":4,"os":"Linux","win":-1,"a_ps":"","pid":600801520,"version":"1.1","version_msg":"\u4f18\u5316UI\u548c\u4fee\u6539\u63d2\u4ef6\u4f5c\u8005\uff0c\u8fdb\u4e00\u6b65\u4f18\u5316\u7ec6\u8282","f_path":"other\/20200427\/5ebd8f6f7169e57343b4ecc45f82cdaf.zip","f_md5":"ea5ee9ce0f514892d583b7ddf2df568d","f_size":595867,"type":10,"endtime":0,"score":"4.0","name":"colscript","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/colscript","uninsatll_checks":"\/www\/server\/panel\/plugin\/colscript","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4f18\u5316UI\u548c\u4fee\u6539\u63d2\u4ef6\u4f5c\u8005\uff0c\u8fdb\u4e00\u6b65\u4f18\u5316\u7ec6\u8282","download":"other\/20200427\/5ebd8f6f7169e57343b4ecc45f82cdaf.zip","md5":"ea5ee9ce0f514892d583b7ddf2df568d","size":595867}],"count":88},{"num":null,"id":600801395,"uid":167448,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SSH\u7ba1\u7406\u5668","p_index":"ssh_manager","ps":"\u9ed1\u767d\u540d\u5355\u3001\u767b\u9646\u90ae\u4ef6\u63d0\u9192\u3001\u767b\u9646\u65e5\u5fd7\u7b49\u7ba1\u7406?<\/a>","author":"\u732a\u5728\u5929\u4e0a\u98de","home":"","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191106\/1989b486726cdea6a62954fe3b345e3d.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573027441,"state":0,"sort":0,"os":"Linux","win":0,"a_ps":"","pid":600801395,"version":"1.3","version_msg":"\u4fee\u590dssh\u6587\u4ef6\u4e0d\u80fd\u4fdd\u5b58","f_path":"other\/20200221\/6800f457ef99aa17caae9085f058659e.zip","f_md5":"e4f83629e9c86251ee75ffd7b2510075","f_size":23372,"type":10,"endtime":0,"score":null,"name":"ssh_manager","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/ssh_manager","uninsatll_checks":"\/www\/server\/panel\/plugin\/ssh_manager","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3","versions":[{"m_version":"1","version":"3","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dssh\u6587\u4ef6\u4e0d\u80fd\u4fdd\u5b58","download":"other\/20200221\/6800f457ef99aa17caae9085f058659e.zip","md5":"e4f83629e9c86251ee75ffd7b2510075","size":23372}],"count":79},{"num":"5.0","id":600801508,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u817e\u8baf\u4e91\u57df\u540d\u52a8\u6001\u89e3\u6790","p_index":"dnspod_ddns","ps":"\u817e\u8baf\u4e91\u57df\u540d\u52a8\u6001\u89e3\u6790\uff0c\u8bf7\u5148\u70b9\u51fb\u95ee\u53f7\u770b\u8bf4\u660e?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-47587-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200410\/891111b223fb30cb065d6a29410c6d70.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1586480150,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801508,"version":"1.7.6","version_msg":"1.\u652f\u6301Tencent API 3.0\u63a5\u53e3 2.\u65b0\u589e\u68c0\u6d4b\u5230IP\u53d1\u9001\u53d8\u66f4\u65f6\uff0c\u53d1\u9001WebHook\u8bf7\u6c42\u7684\u529f\u80fd","f_path":"other\/20220205\/6e7a4673d1aeb56647c8fdedaa350025.zip","f_md5":"4af2df141b9788cca423f2fe2938e93c","f_size":289364,"type":10,"endtime":0,"score":"5.0","name":"dnspod_ddns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/dnspod_ddns","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod_ddns","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"7.6","versions":[{"m_version":"1","version":"7.6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u652f\u6301Tencent API 3.0\u63a5\u53e3 2.\u65b0\u589e\u68c0\u6d4b\u5230IP\u53d1\u9001\u53d8\u66f4\u65f6\uff0c\u53d1\u9001WebHook\u8bf7\u6c42\u7684\u529f\u80fd","download":"other\/20220205\/6e7a4673d1aeb56647c8fdedaa350025.zip","md5":"4af2df141b9788cca423f2fe2938e93c","size":289364}],"count":77},{"num":"1.0","id":600801499,"uid":186911,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"S3\u76d8\u78c1\u76d8\u6302\u8f7d\u5668","p_index":"mounter","ps":"\u65b9\u4fbf\u5730\u6302\u8f7dS3\u6876\u4e0e\u78c1\u76d8?<\/a>","author":"cxbsoft","home":"https:\/\/www.bt.cn\/bbs\/thread-46890-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200401\/5ab52b348d46d2fd21fd6af5bd987955.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1585686902,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801499,"version":"1.0","version_msg":"\u65b9\u4fbf\u5730\u6302\u8f7d\u5bf9\u8c61\u50a8\u5b58\u4e0e\u78c1\u76d8,\u5e76\u5b9e\u73b0\u6587\u4ef6\u7ba1\u7406(\u5305\u62ec\u4e0a\u4f20\uff08\u6587\u4ef6\u5939\uff09\u3001\u4e0b\u8f7d)","f_path":"other\/20200407\/f0c9a6f6f70080ea497662ae862b2565.zip","f_md5":"f972a0b316cee23aa6abced1cf4a4397","f_size":56540,"type":10,"endtime":0,"score":"1.0","name":"mounter","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/mounter","uninsatll_checks":"\/www\/server\/panel\/plugin\/mounter","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b9\u4fbf\u5730\u6302\u8f7d\u5bf9\u8c61\u50a8\u5b58\u4e0e\u78c1\u76d8,\u5e76\u5b9e\u73b0\u6587\u4ef6\u7ba1\u7406(\u5305\u62ec\u4e0a\u4f20\uff08\u6587\u4ef6\u5939\uff09\u3001\u4e0b\u8f7d)","download":"other\/20200407\/f0c9a6f6f70080ea497662ae862b2565.zip","md5":"f972a0b316cee23aa6abced1cf4a4397","size":56540}],"count":63},{"num":"5.0","id":600801399,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u4eac\u4e1c\u4e91\u5b58\u50a8\u5bf9\u8c61\u6302\u8f7d\u5de5\u5177","p_index":"jdoss","ps":"\u628a\u4eac\u4e1c\u4e91OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5b8c\u5168\u5ab2\u7f8e\u672c\u5730\u76d8\u3002?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-39670-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20191108\/d74b2c5e165c729f76ca94923835350c.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1573175600,"state":0,"sort":5,"os":"Linux","win":0,"a_ps":"","pid":600801399,"version":"2.0","version_msg":"\u628a\u4eac\u4e1c\u4e91OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u89e3\u51b3\u4e86\u5bf9\u8c61\u5b58\u50a8\u53ef\u89c6\u5316\u64cd\u4f5c\u7684\u5404\u79cd\u95ee\u9898,\u5b8c\u5168\u5ab2\u7f8e\u672c\u5730\u76d8\uff0c\u517c\u5bb9py3","f_path":"other\/20200503\/540dc47bb91e9d95934d6875d8424712.zip","f_md5":"e56ade54e5d96e6cc7afa77a707de63f","f_size":33564,"type":10,"endtime":0,"score":"5.0","name":"jdoss","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/jdoss","uninsatll_checks":"\/www\/server\/panel\/plugin\/jdoss","compile_args":0,"version_coexist":0,"manager_version":"2","c_manager_version":"0","versions":[{"m_version":"2","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u628a\u4eac\u4e1c\u4e91OSS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u89e3\u51b3\u4e86\u5bf9\u8c61\u5b58\u50a8\u53ef\u89c6\u5316\u64cd\u4f5c\u7684\u5404\u79cd\u95ee\u9898,\u5b8c\u5168\u5ab2\u7f8e\u672c\u5730\u76d8\uff0c\u517c\u5bb9py3","download":"other\/20200503\/540dc47bb91e9d95934d6875d8424712.zip","md5":"e56ade54e5d96e6cc7afa77a707de63f","size":33564}],"count":63},{"num":null,"id":600801539,"uid":186911,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Typecho\u7ba1\u7406","p_index":"typechomg","ps":"\u65b9\u4fbf\u7684typecho\u7ba1\u7406\uff0c\u4e00\u952e\u5b89\u88c5\u63d2\u4ef6?<\/a>","author":"cxbsoft","home":"http:\/\/blog.bsot.cn\/index.php\/archives\/116\/","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200520\/7667104cd890b06a74bc0d336d4f7dbd.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1589904137,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801539,"version":"v1.0","version_msg":"\u5b9e\u73b0\u4e00\u952e\u5b89\u88c5\u63d2\u4ef6\u3001\u63d2\u4ef6\u7ba1\u7406\u3001\u8bc4\u8bba\u5b89\u5168\u68c0\u6d4b\u3001\u8bc4\u8bba\u7ba1\u7406\u3001\u53cb\u94fe\u7ba1\u7406\u4e0e\u53cb\u94fe\u65e0\u6548url\u5220\u9664","f_path":"other\/20200527\/8155b53a9f5e9e2d55aff02776d4146f.zip","f_md5":"d08e076b7a371115f41b5686afeb8a83","f_size":18238,"type":10,"endtime":0,"score":null,"name":"typechomg","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/typechomg","uninsatll_checks":"\/www\/server\/panel\/plugin\/typechomg","compile_args":0,"version_coexist":0,"manager_version":"v1","c_manager_version":"0","versions":[{"m_version":"v1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5b9e\u73b0\u4e00\u952e\u5b89\u88c5\u63d2\u4ef6\u3001\u63d2\u4ef6\u7ba1\u7406\u3001\u8bc4\u8bba\u5b89\u5168\u68c0\u6d4b\u3001\u8bc4\u8bba\u7ba1\u7406\u3001\u53cb\u94fe\u7ba1\u7406\u4e0e\u53cb\u94fe\u65e0\u6548url\u5220\u9664","download":"other\/20200527\/8155b53a9f5e9e2d55aff02776d4146f.zip","md5":"d08e076b7a371115f41b5686afeb8a83","size":18238}],"count":58},{"num":"3.0","id":600801576,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Dnspod\u89e3\u6790\u81ea\u52a8\u5207\u6362","p_index":"dnspod_parsing_switch","ps":"\u5f53\u4e00\u4e2a\u89e3\u6790\u51fa\u73b0\u5f02\u5e38\u65f6\u81ea\u52a8\u5207\u6362\u5230\u53e6\u4e00\u4e2a\u89e3\u6790?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-53672-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200809\/e0972606bba6b951b3e3abaf02bee292.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1596964302,"state":0,"sort":3,"os":"Linux","win":-1,"a_ps":"","pid":600801576,"version":"1.8.6","version_msg":"\u65b0\u589eWebHook\u8bf7\u6c42\u53d1\u9001\u4ee5\u53caTencentAPI3.0\u652f\u6301\uff0c\u5982\u4e0d\u9700\u8981\u53ef\u4e0d\u5347\u7ea7","f_path":"other\/20220205\/3da3bb0578193a8099843bcfdc4bf196.zip","f_md5":"5a545351efee9dd5339d8777af06476a","f_size":202659,"type":10,"endtime":0,"score":"3.0","name":"dnspod_parsing_switch","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/dnspod_parsing_switch","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod_parsing_switch","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"8.6","versions":[{"m_version":"1","version":"8.6","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u65b0\u589eWebHook\u8bf7\u6c42\u53d1\u9001\u4ee5\u53caTencentAPI3.0\u652f\u6301\uff0c\u5982\u4e0d\u9700\u8981\u53ef\u4e0d\u5347\u7ea7","download":"other\/20220205\/3da3bb0578193a8099843bcfdc4bf196.zip","md5":"5a545351efee9dd5339d8777af06476a","size":202659}],"count":56},{"num":"5.0","id":600801746,"uid":697521,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u670d\u52a1\u5668\u7aef\u53e3\u76d1\u6d4b","p_index":"server_port_watcher","ps":"\u76d1\u6d4b\u670d\u52a1\u5668\u7aef\u53e3\uff0c\u5f02\u5e38\u90ae\u4ef6\u901a\u77e5?<\/a>","author":"\u9ea6\u4e50","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=74227","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210809\/72011b5393b2458cf0ea4cce65b49d97.png","price":2.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1628498573,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801746,"version":"1.2","version_msg":"* \u589e\u52a0\u76d1\u542c\u9891\u7387\u53ef\u914d\u7f6e * \u589e\u52a0\u76d1\u542c\u51fa\u73b0\u9519\u8bef\u5bb9\u9519\u6b21\u6570\u914d\u7f6e\uff0c\u4ee5\u514d\u8bef\u62a5,\u76d1\u542c\u5916\u7f51\u6709\u7f51\u7edc\u6ce2\u52a8\u65f6\u53ef\u9002\u5f53\u589e\u52a0\u5bb9\u9519\u9891\u6b21 * \u589e\u52a0\u51fa\u73b0\u9519\u8bef\u540e\u53ef\u6267\u884c\u547d\u4ee4\uff0c\u8bbf\u95eeURL\uff0c\u5b9e\u73b0\u4e1a\u52a1\u81ea\u6062\u590d","f_path":"other\/20211128\/5d78816b8ea08777644013e1b2534b6d.zip","f_md5":"69e66c6a5d5914ec35f962a5dbd0f839","f_size":29358623,"type":10,"endtime":0,"score":"5.0","name":"server_port_watcher","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/server_port_watcher","uninsatll_checks":"\/www\/server\/panel\/plugin\/server_port_watcher","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"* \u589e\u52a0\u76d1\u542c\u9891\u7387\u53ef\u914d\u7f6e * \u589e\u52a0\u76d1\u542c\u51fa\u73b0\u9519\u8bef\u5bb9\u9519\u6b21\u6570\u914d\u7f6e\uff0c\u4ee5\u514d\u8bef\u62a5,\u76d1\u542c\u5916\u7f51\u6709\u7f51\u7edc\u6ce2\u52a8\u65f6\u53ef\u9002\u5f53\u589e\u52a0\u5bb9\u9519\u9891\u6b21 * \u589e\u52a0\u51fa\u73b0\u9519\u8bef\u540e\u53ef\u6267\u884c\u547d\u4ee4\uff0c\u8bbf\u95eeURL\uff0c\u5b9e\u73b0\u4e1a\u52a1\u81ea\u6062\u590d","download":"other\/20211128\/5d78816b8ea08777644013e1b2534b6d.zip","md5":"69e66c6a5d5914ec35f962a5dbd0f839","size":29358623}],"count":50},{"num":null,"id":600801604,"uid":153914,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u538b\u7f29\u5907\u4efd\u5230\u90ae\u7bb1","p_index":"baktomail","ps":"\u538b\u7f29\u6587\u4ef6\u5939\u53d1\u9644\u4ef6\u5230\u90ae\u7bb1\uff0c\u53ef\u8d85\u5927\u9644\u4ef6\u591a\u6587\u4ef6\u5939?<\/a>","author":"\u82af\u6e56","home":"https:\/\/www.bt.cn\/bbs\/thread-57404-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201010\/8e7ed2907eec45d8928201c43a94b119.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1602313276,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801604,"version":"1.2","version_msg":"\u538b\u7f29\u6587\u4ef6\u5939\u6216\u6587\u4ef6\u53d1\u9001\u9644\u4ef6\u5907\u4efd\u5230\u90ae\u7bb1\uff0c\u652f\u6301\u8d85\u5927\u9644\u4ef6\u548c\u591a\u6587\u4ef6\u5939","f_path":"other\/20201026\/fde326bccf9e7da990d1e77f6a78c919.zip","f_md5":"56f2eeef281a9b0b018a1d77066934db","f_size":939622,"type":10,"endtime":0,"score":null,"name":"baktomail","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/baktomail","uninsatll_checks":"\/www\/server\/panel\/plugin\/baktomail","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2","versions":[{"m_version":"1","version":"2","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u538b\u7f29\u6587\u4ef6\u5939\u6216\u6587\u4ef6\u53d1\u9001\u9644\u4ef6\u5907\u4efd\u5230\u90ae\u7bb1\uff0c\u652f\u6301\u8d85\u5927\u9644\u4ef6\u548c\u591a\u6587\u4ef6\u5939","download":"other\/20201026\/fde326bccf9e7da990d1e77f6a78c919.zip","md5":"56f2eeef281a9b0b018a1d77066934db","size":939622}],"count":49},{"num":"1.0","id":600801445,"uid":14729,"app_type":1,"p_type":5,"tid":0,"install_opt":1,"php_vs":"","official":"","enable_functions":"","title":"php\u6d4b\u8bd5\u865a\u62df\u65f6\u95f4","p_index":"customtime","ps":"\u4f1a\u6539\u53d8\u8f6f\u4ef6\u7cfb\u7edf\u65f6\u95f4\uff0c\u751f\u4ea7\u73af\u5883\u8bf7\u8c28\u614e\u4f7f\u7528\uff0c\u4ee5\u514d\u9020\u6210\u4e0d\u5fc5\u8981\u7684\u9ebb\u70e6?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/blog.csdn.net\/qq_38883889\/article\/details\/106731520","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200108\/fcfe197c6ddf9cc3f36629f72c1285d7.png","price":5,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1578451670,"state":0,"sort":1,"os":"Linux","win":-1,"a_ps":"","pid":600801445,"version":"1.3.4","version_msg":"1.\u4fee\u590d\u67d0\u4e9b\u7279\u5b9a\u60c5\u51b5\u4e0b\u4e0d\u8d70\u65f6\u95ee\u9898\uff08\u6bd4\u5982docker\u4e2d\u8fd0\u884c\u5b9d\u5854\u65f6\uff09","f_path":"other\/20220329\/3dd78eb8ca41e6c60e0121eb044cbdfd.zip","f_md5":"955734e445f1c525ebda74b5818d210f","f_size":364886,"type":10,"endtime":0,"score":"1.0","name":"customtime","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/customtime","uninsatll_checks":"\/www\/server\/panel\/plugin\/customtime","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"3.4","versions":[{"m_version":"1","version":"3.4","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u4fee\u590d\u67d0\u4e9b\u7279\u5b9a\u60c5\u51b5\u4e0b\u4e0d\u8d70\u65f6\u95ee\u9898\uff08\u6bd4\u5982docker\u4e2d\u8fd0\u884c\u5b9d\u5854\u65f6\uff09","download":"other\/20220329\/3dd78eb8ca41e6c60e0121eb044cbdfd.zip","md5":"955734e445f1c525ebda74b5818d210f","size":364886}],"count":46},{"num":"5.0","id":600801764,"uid":761752,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u78c1\u76d8\u914d\u989d","p_index":"hxsquota","ps":"\u5bf9\u6302\u8f7d\u7684xfs\u78c1\u76d8\u6587\u4ef6\u5939\u9650\u5b9a\u4f7f\u7528\u5927\u5c0f\u3010\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u3011\u7684\u6539\u8fdb\u7248?<\/a>","author":"\u8def\u9014\u6709\u5751","home":"https:\/\/www.bt.cn\/bbs\/thread-76829-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210928\/e054ee81a23bf594c9ba48c9c40b11d9.png","price":4,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1632818438,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801764,"version":"1.0","version_msg":"\u5bf9\u6302\u8f7d\u7684xfs\u78c1\u76d8\u6587\u4ef6\u5939\u9650\u5b9a\u4f7f\u7528\u5927\u5c0f\u3010\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u3011\u7684\u6539\u8fdb\u7248","f_path":"other\/20210928\/3742ec1c436387307ac3689c76fcb6ae.zip","f_md5":"bc05e8cc52cb9d7a7344cc714919f8dd","f_size":19349,"type":10,"endtime":0,"score":"5.0","name":"hxsquota","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/hxsquota","uninsatll_checks":"\/www\/server\/panel\/plugin\/hxsquota","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u5bf9\u6302\u8f7d\u7684xfs\u78c1\u76d8\u6587\u4ef6\u5939\u9650\u5b9a\u4f7f\u7528\u5927\u5c0f\u3010\u7ad9\u70b9\u78c1\u76d8\u914d\u989d\u3011\u7684\u6539\u8fdb\u7248","download":"other\/20210928\/3742ec1c436387307ac3689c76fcb6ae.zip","md5":"bc05e8cc52cb9d7a7344cc714919f8dd","size":19349}],"count":42},{"num":null,"id":600801765,"uid":222800,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"SEO\u6536\u5f55\u901a\u77e5","p_index":"seotip","ps":"SEO\u6536\u5f55\u65b0\u6761\u76ee\u90ae\u4ef6\u901a\u77e5,\u9002\u5408\u65b0\u7ad9\u524d\u671fSEO\u7528,\u8bf7\u77e5\u6653.?<\/a>","author":"\u65e7\u96e8\u697c","home":"https:\/\/www.bt.cn\/bbs","min_image":"\/api\/Pluginother\/get_file?fname=image\/20211101\/e4c27dc88f376da272cc3529880d4eeb.png","price":5.98,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1635745000,"state":0,"sort":0,"os":"Linux","win":1,"a_ps":"","pid":600801765,"version":"1.0","version_msg":"SEO\u6536\u5f55\u901a\u77e5,\u5b9e\u65f6\u67e5\u8be2\u6536\u5f55\u6570\u636e\uff0c\u90ae\u4ef6\u81ea\u52a8\u901a\u77e5\u65b0\u589e\u6536\u5f55\u3002","f_path":"other\/20211101\/3445f4559fbf4dd27f23e3ab83053c14.zip","f_md5":"e45ecdb5acac6aa1296f647ac5ec8384","f_size":891693,"type":10,"endtime":0,"score":null,"name":"seotip","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/seotip","uninsatll_checks":"\/www\/server\/panel\/plugin\/seotip","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"SEO\u6536\u5f55\u901a\u77e5,\u5b9e\u65f6\u67e5\u8be2\u6536\u5f55\u6570\u636e\uff0c\u90ae\u4ef6\u81ea\u52a8\u901a\u77e5\u65b0\u589e\u6536\u5f55\u3002","download":"other\/20211101\/3445f4559fbf4dd27f23e3ab83053c14.zip","md5":"e45ecdb5acac6aa1296f647ac5ec8384","size":891693}],"count":36},{"num":null,"id":600801594,"uid":180217,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"FTP\u76ee\u5f55\u63a7\u5236","p_index":"ftplimit","ps":"\u57fa\u4e8e\u5b98\u65b9pureftp\u5b9e\u73b0\u7684\u76ee\u5f55\u5bb9\u91cf\u63a7\u5236\u63d2\u4ef6?<\/a>","author":"\u5fae\u95ea\u95ea","home":"https:\/\/www.bt.cn\/bbs\/thread-56245-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200915\/28ff3da91aefe2ddf22962094c3180ab.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1600141759,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801594,"version":"1.1","version_msg":"\u4fee\u590dpython3\u90e8\u5206\u4ee3\u7801\u4e0d\u517c\u5bb9\u95ee\u9898","f_path":"other\/20200921\/5bc6671562865689f60c289fd1d93178.zip","f_md5":"e07740e718fa6d70da8577ccdeea911f","f_size":10578,"type":10,"endtime":0,"score":null,"name":"ftplimit","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/ftplimit","uninsatll_checks":"\/www\/server\/panel\/plugin\/ftplimit","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590dpython3\u90e8\u5206\u4ee3\u7801\u4e0d\u517c\u5bb9\u95ee\u9898","download":"other\/20200921\/5bc6671562865689f60c289fd1d93178.zip","md5":"e07740e718fa6d70da8577ccdeea911f","size":10578}],"count":29},{"num":"5.0","id":600801506,"uid":303537,"app_type":1,"p_type":5,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"DnsPod\u89e3\u6790\u8bbe\u7f6e","p_index":"dnspod_record","ps":"\u901a\u8fc7\u672c\u63d2\u4ef6\uff0c\u60a8\u53ef\u4ee5\u5728\u5b9d\u5854\u9762\u677f\u4e2d\u7ba1\u7406\u817e\u8baf\u4e91\u7684\u57df\u540d\u89e3\u6790?<\/a>","author":"\u5434\u5148\u68ee","home":"https:\/\/www.bt.cn\/bbs\/thread-47377-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20200407\/fea4f518a447cde5cbc5c6df1e1f434d.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1586240430,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801506,"version":"1.2.1","version_msg":"\u4fee\u590d\u4e86\u672a\u9009\u62e9\u57df\u540d\u5bfc\u81f4\u62a5\u9519","f_path":"other\/20200411\/3c0dfc945a429653ce6414006c929a2c.zip","f_md5":"03954a3ed556069d82a67e9bfa5996eb","f_size":51308,"type":10,"endtime":0,"score":"5.0","name":"dnspod_record","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/dnspod_record","uninsatll_checks":"\/www\/server\/panel\/plugin\/dnspod_record","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"2.1","versions":[{"m_version":"1","version":"2.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u4fee\u590d\u4e86\u672a\u9009\u62e9\u57df\u540d\u5bfc\u81f4\u62a5\u9519","download":"other\/20200411\/3c0dfc945a429653ce6414006c929a2c.zip","md5":"03954a3ed556069d82a67e9bfa5996eb","size":51308}],"count":27},{"num":null,"id":600801666,"uid":20302,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"hwobs","ps":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d?<\/a>","author":"linuxxp","home":"https:\/\/www.bt.cn\/bbs\/thread-64317-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210219\/32fccecd49f18c4f5154a6d33766a93d.png","price":9.99,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1613715480,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801666,"version":"1.1","version_msg":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","f_path":"other\/20210221\/46768e0f7ec1e86f14f031d292de097d.zip","f_md5":"783f4f026ba646a8733fc785065c6eb2","f_size":35319,"type":10,"endtime":0,"score":null,"name":"hwobs","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/hwobs","uninsatll_checks":"\/www\/server\/panel\/plugin\/hwobs","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"1","versions":[{"m_version":"1","version":"1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u534e\u4e3a\u4e91\u5bf9\u8c61\u5b58\u50a8OBS\u6302\u8f7d\u5230\u670d\u52a1\u5668\uff0c\u5f00\u673a\u81ea\u52a8\u6302\u8f7d","download":"other\/20210221\/46768e0f7ec1e86f14f031d292de097d.zip","md5":"783f4f026ba646a8733fc785065c6eb2","size":35319}],"count":25},{"num":null,"id":600801629,"uid":14729,"app_type":1,"p_type":1,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"gogs\u5b9d\u5854\u63d2\u4ef6","p_index":"btgogs","ps":"\u57fa\u4e8egogs\u7684\u5b9d\u5854\u7b2c\u4e09\u65b9\u63d2\u4ef6?<\/a>","author":"\u507b\u5138\u5c0f\u5352","home":"https:\/\/blog.liushuai.cq.cn\/article\/detail\/29","min_image":"\/api\/Pluginother\/get_file?fname=image\/20201213\/ada0d5433c4d484f22e4811dfddd1f94.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1607842465,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801629,"version":"0.4.1","version_msg":"1.\u4ecegiteaforBt\u4e2d\u5206\u79bb\u51fa\u6765\uff0c2.\u4e3a\u540e\u671f\u517c\u5bb9\u4f7f\u7528\u6307\u5b9a\u7528\u6237\u8fd0\u884c\u6253\u4e0b\u57fa\u7840\uff0c3.\u4e3awindows\u5e73\u53f0\u8fd0\u884c\u6253\u4e0b\u57fa\u7840","f_path":"other\/20210116\/f9f92107b94376bbb72a966297f2a537.zip","f_md5":"745ed27e370e06fa763fbfe79f4cb40c","f_size":382075,"type":10,"endtime":0,"score":null,"name":"btgogs","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/btgogs","uninsatll_checks":"\/www\/server\/panel\/plugin\/btgogs","compile_args":0,"version_coexist":0,"manager_version":"0","c_manager_version":"4.1","versions":[{"m_version":"0","version":"4.1","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"1.\u4ecegiteaforBt\u4e2d\u5206\u79bb\u51fa\u6765\uff0c2.\u4e3a\u540e\u671f\u517c\u5bb9\u4f7f\u7528\u6307\u5b9a\u7528\u6237\u8fd0\u884c\u6253\u4e0b\u57fa\u7840\uff0c3.\u4e3awindows\u5e73\u53f0\u8fd0\u884c\u6253\u4e0b\u57fa\u7840","download":"other\/20210116\/f9f92107b94376bbb72a966297f2a537.zip","md5":"745ed27e370e06fa763fbfe79f4cb40c","size":382075}],"count":19},{"num":null,"id":600801651,"uid":190652,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5de5\u5177","p_index":"us3","ps":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5230\u7cfb\u7edf,\u5f53\u4f5c\u672c\u5730\u78c1\u76d8\u4f7f\u7528?<\/a>","author":"\u7ffc\u4e0b\u4e4b\u98ce","home":"https:\/\/www.bt.cn\/bbs\/thread-63016-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210121\/9f106b6e8aed899e01f1c056a4b13a8f.png","price":9.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1611243738,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801651,"version":"1.0","version_msg":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5230\u7cfb\u7edf,\u5f53\u4f5c\u672c\u5730\u78c1\u76d8\u4f7f\u7528","f_path":"other\/20210121\/494382fc7b85264f8ef4ffbd839329fa.zip","f_md5":"507aefb64f4303a58dd2b087582be239","f_size":17189,"type":10,"endtime":0,"score":null,"name":"us3","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/us3","uninsatll_checks":"\/www\/server\/panel\/plugin\/us3","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"UCloud\u5bf9\u8c61\u5b58\u50a8US3\u81ea\u52a8\u6302\u8f7d\u5230\u7cfb\u7edf,\u5f53\u4f5c\u672c\u5730\u78c1\u76d8\u4f7f\u7528","download":"other\/20210121\/494382fc7b85264f8ef4ffbd839329fa.zip","md5":"507aefb64f4303a58dd2b087582be239","size":17189}],"count":7},{"num":"5.0","id":600801750,"uid":697521,"app_type":1,"p_type":3,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\u670d\u52a1","p_index":"server_proxy_res","ps":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\uff0c\u652f\u6301\u8de8\u57df\u3001\u9632\u76d7\u94fe\u9650\u5236?<\/a>","author":"\u9ea6\u4e50","home":"https:\/\/www.bt.cn\/bbs\/forum.php?mod=viewthread&tid=74355","min_image":"\/api\/Pluginother\/get_file?fname=image\/20210817\/1bbc79b0173702705a1138ae2a0c04ad.png","price":19.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1629166284,"state":0,"sort":5,"os":"Linux","win":-1,"a_ps":"","pid":600801750,"version":"1.0","version_msg":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\uff0c\u652f\u6301\u8de8\u57df\u3001\u9632\u76d7\u94fe\u9650\u5236","f_path":"other\/20210826\/b4b958690a19863b87b24800914d1e9f.zip","f_md5":"a13e4b89ecebfcf65cf0cd8a4f806eab","f_size":14611625,"type":10,"endtime":0,"score":"5.0","name":"server_proxy_res","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/server_proxy_res","uninsatll_checks":"\/www\/server\/panel\/plugin\/server_proxy_res","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u8fdc\u7a0b\u8d44\u6e90\u7f13\u5b58\uff0c\u652f\u6301\u8de8\u57df\u3001\u9632\u76d7\u94fe\u9650\u5236","download":"other\/20210826\/b4b958690a19863b87b24800914d1e9f.zip","md5":"a13e4b89ecebfcf65cf0cd8a4f806eab","size":14611625}],"count":5},{"num":null,"id":600801813,"uid":1063199,"app_type":1,"p_type":2,"tid":0,"install_opt":0,"php_vs":"","official":"","enable_functions":"","title":"Godaddy\u57df\u540dDNS\u89e3\u6790","p_index":"godaddydns","ps":"Godaddy DNS\u57df\u540d\u6279\u91cf\u89e3\u6790\u7ba1\u7406\u7cfb\u7edf!?<\/a>","author":"\u5c0f\u742a","home":"https:\/\/www.bt.cn\/bbs\/thread-93672-1-1.html","min_image":"\/api\/Pluginother\/get_file?fname=image\/20220608\/c3ee3849df6b0da2603a8cdb6d4f61a5.png","price":19.9,"auth_price":0,"discount":1,"commission":0.8,"p_cycle":1,"addtime":1654680663,"state":0,"sort":0,"os":"Linux","win":-1,"a_ps":"","pid":600801813,"version":"1.0","version_msg":"\u7b2c\u4e00\u7248\u672c\u4e0a\u7ebf\uff0c\u517c\u5bb9Python3.x\/Python2.7\u7684\u517c\u5bb9","f_path":"other\/20220608\/724c8ca09a38d5be39528c0bc8428fb8.zip","f_md5":"d8bd644ece928e439edda445374eb02f","f_size":197475,"type":10,"endtime":0,"score":null,"name":"godaddydns","panel_pro":1,"panel_free":1,"panel_test":1,"panel_ltd":1,"dependnet":"","mutex":-1,"install_checks":"\/www\/server\/panel\/plugin\/godaddydns","uninsatll_checks":"\/www\/server\/panel\/plugin\/godaddydns","compile_args":0,"version_coexist":0,"manager_version":"1","c_manager_version":"0","versions":[{"m_version":"1","version":"0","update_msg":"","dependnet":"","mem_limit":32,"cpu_limit":1,"os_limit":"Linux","version_msg":"\u7b2c\u4e00\u7248\u672c\u4e0a\u7ebf\uff0c\u517c\u5bb9Python3.x\/Python2.7\u7684\u517c\u5bb9","download":"other\/20220608\/724c8ca09a38d5be39528c0bc8428fb8.zip","md5":"d8bd644ece928e439edda445374eb02f","size":197475}],"count":2}],"ip":"127.0.0.1","serverid":"","beta":0,"uid":1,"skey":"","is_user_status":false,"pro":-1,"ltd":-1,"remarks":{"list":["\u4f01\u4e1a\u7248\u3001\u4e13\u4e1a\u7248\u63d2\u4ef6","15\u5929\u65e0\u7406\u7531\u9000\u6b3e","\u53ef\u66f4\u6362IP","\u5e74\u4ed8\u8d60\u90012\u5f20SSL\u8bc1\u4e66","\u5e74\u4ed8\u8d60\u90011000\u6761\u77ed\u4fe1","\u4f4e\u81f32.43\u5143\/\u5929","\u5546\u7528\u9632\u706b\u5899\u6388\u6743","\u5e74\u4ed8\u53ef\u5165\u4f01\u4e1a\u7248\u670d\u52a1\u7fa4","\u4ea7\u54c1\u6388\u6743\u8bc1\u4e66"],"pro_list":["\u4e13\u4e1a\u7248\u63d2\u4ef6","15\u5929\u65e0\u7406\u7531\u9000\u6b3e","\u53ef\u66f4\u6362IP","\u4f4e\u81f31.18\u5143\/\u5929","\u5546\u7528\u9632\u706b\u5899\u6388\u6743","\u4ea7\u54c1\u6388\u6743\u8bc1\u4e66"],"kfqq":"3007255432","kf":"http:\/\/q.url.cn\/CDfQPS?_type=wpa&qidian=true","qun":"","kf_list":[{"qq":"3007255432","kf":"http:\/\/q.url.cn\/CDfQPS?_type=wpa&qidian=true"},{"qq":"2927440070","kf":"http:\/\/wpa.qq.com\/msgrd?v=3&uin=2927440070&site=qq&menu=yes&from=message&isappinstalled=0"}],"wx_list":[{"ps":"\u552e\u524d\u54a8\u8be2","kf":"https:\/\/work.weixin.qq.com\/kfid\/kfc72fcbde93e26a6f3"}]},"recommend":[{"title":"\u5821\u5854\u8fd0\u7ef4\u76f4\u64ad\u7b54\u7591","image":"\/static\/img\/recom_icon\/1.png","type":"link","sort":2,"data":"https:\/\/live.bilibili.com\/22312524"},{"title":"\u4f01\u4e1a\u7248999\u5143\/\u5e74","image":"\/static\/img\/recom_icon\/2.png","type":"link","sort":1,"data":"https:\/\/www.bt.cn\/download\/linuxent.html"},{"title":"\u7cbe\u54c1\u8f6f\u4ef6\u63a8\u8350","image":"\/static\/img\/recom_icon\/3.png","type":"soft","sort":0,"data":[{"name":"static_cdn","pid":0,"title":"\u5821\u5854\u9762\u677f\u9759\u6001\u6587\u4ef6\u52a0\u901f","ps":"\u5bf9\u9762\u677f\u9759\u6001\u6587\u4ef6\u8fdb\u884cCDN\u52a0\u901f\uff0c\u52a0\u5feb\u9762\u677f\u52a0\u8f7d\u901f\u5ea6\uff0c\u63d0\u5347\u5bf9\u5c0f\u5e26\u5bbd\u548c\u6d77\u5916\u670d\u52a1\u5668\u7684\u9762\u677f\u4f7f\u7528\u4f53\u9a8c!","price":0,"version":"1.2","endtime":-1,"sort":1,"setup":false},{"name":"fail2ban","pid":0,"title":"Fail2ban\u9632\u7206\u7834","ps":"\u9632\u6b62\u6076\u610f\u4e3b\u673a\u7206\u7834\u670d\u52a1\u3001\u7ad9\u70b9\uff0c\u7981\u6b62\u5bfc\u81f4\u591a\u4e2a\u8eab\u4efd\u9a8c\u8bc1\u9519\u8bef\u7684\u4e3b\u673a","price":0,"version":"1.7","endtime":-1,"sort":2,"setup":false},{"name":"mail_sys","pid":0,"title":"\u5b9d\u5854\u90ae\u5c40\u7ba1\u7406\u5668","ps":"\u591a\u57df\uff0c\u591a\u7528\u6237\u90ae\u5c40\uff0c\u652f\u6301SMTP\/IMAP\/POP3\/HTTP\u63a5\u53e3\uff0c\u9700\u898125\u7aef\u53e3 [\u4f7f\u7528\u5e2e\u52a9]<\/a>","price":0,"version":"4.7","endtime":-1,"sort":3,"setup":false},{"name":"psync_api","pid":0,"title":"\u5b9d\u5854\u4e00\u952e\u8fc1\u79fbAPI\u7248\u672c","ps":"\u5feb\u901f\u8fc1\u79fb\u9762\u677f\u6570\u636e\uff0c\u6b64\u7248\u672c\u4ec5\u5728\u8fc1\u51fa\u673a\u5668\uff08\u53d1\u9001\u6570\u636e\u7aef\uff09\u5b89\u88c5\u5373\u53ef>>\u6559\u7a0b<\/a>","price":0,"version":"3.2","endtime":-1,"sort":4,"setup":false},{"name":"firewall","pid":0,"title":"\u7cfb\u7edf\u9632\u706b\u5899","ps":"\u63d0\u4f9b\u7cfb\u7edf\u9632\u706b\u5899(iptables\/firewall\/ufw)\u7684\u53ef\u89c6\u5316\u7ba1\u7406\u529f\u80fd","price":0,"version":"3.2","endtime":-1,"sort":5,"setup":false},{"name":"coll_admin","pid":0,"title":"\u5821\u5854\u4e91\u63a7\u5e73\u53f0","ps":"\u53ef\u514d\u8d39\u9ad8\u6548\u7ba1\u7406\u591a\u53f0\u670d\u52a1\u5668\u9762\u677f\uff0c\u5b98\u65b9\u81ea\u7528\u63a8\u8350\uff0c\u4ee5\u53ca\u5176\u4ed6\u591a\u673a\u7ba1\u7406\u529f\u80fd [\u4e86\u89e3\u8be6\u60c5]<\/a>","price":0,"version":"2.5.6","endtime":-1,"sort":6,"setup":false}]}]} \ No newline at end of file diff --git a/data/plugins/other/image/20190401/169f9ef390f68c134c4b8b003ec1a412.png b/data/plugins/other/image/20190401/169f9ef390f68c134c4b8b003ec1a412.png deleted file mode 100644 index 50ceb87..0000000 Binary files a/data/plugins/other/image/20190401/169f9ef390f68c134c4b8b003ec1a412.png and /dev/null differ diff --git a/data/plugins/other/image/20190416/ac0d8aa620c481be425ea5a008e33480.png b/data/plugins/other/image/20190416/ac0d8aa620c481be425ea5a008e33480.png deleted file mode 100644 index 61bcabd..0000000 Binary files a/data/plugins/other/image/20190416/ac0d8aa620c481be425ea5a008e33480.png and /dev/null differ diff --git a/data/plugins/other/image/20190420/0237badbc85457149fc8772e11c39070.png b/data/plugins/other/image/20190420/0237badbc85457149fc8772e11c39070.png deleted file mode 100644 index 9665ba2..0000000 Binary files a/data/plugins/other/image/20190420/0237badbc85457149fc8772e11c39070.png and /dev/null differ diff --git a/data/plugins/other/image/20190529/b7e5b51c52bc2ead12b338197456916e.png b/data/plugins/other/image/20190529/b7e5b51c52bc2ead12b338197456916e.png deleted file mode 100644 index d541dce..0000000 Binary files a/data/plugins/other/image/20190529/b7e5b51c52bc2ead12b338197456916e.png and /dev/null differ diff --git a/data/plugins/other/image/20190615/e7372086b3e573497e612e1003bbe5b3.png b/data/plugins/other/image/20190615/e7372086b3e573497e612e1003bbe5b3.png deleted file mode 100644 index 33f9a9e..0000000 Binary files a/data/plugins/other/image/20190615/e7372086b3e573497e612e1003bbe5b3.png and /dev/null differ diff --git a/data/plugins/other/image/20190624/c6bfbb27b99058e14e9e424a4b66104b.png b/data/plugins/other/image/20190624/c6bfbb27b99058e14e9e424a4b66104b.png deleted file mode 100644 index 4e2736e..0000000 Binary files a/data/plugins/other/image/20190624/c6bfbb27b99058e14e9e424a4b66104b.png and /dev/null differ diff --git a/data/plugins/other/image/20190802/cd56d03b758b930a85e127ae24a467ca.png b/data/plugins/other/image/20190802/cd56d03b758b930a85e127ae24a467ca.png deleted file mode 100644 index 20fd9f1..0000000 Binary files a/data/plugins/other/image/20190802/cd56d03b758b930a85e127ae24a467ca.png and /dev/null differ diff --git a/data/plugins/other/image/20190808/17e9b99a0a3649deb219968a9172688a.png b/data/plugins/other/image/20190808/17e9b99a0a3649deb219968a9172688a.png deleted file mode 100644 index 41084e1..0000000 Binary files a/data/plugins/other/image/20190808/17e9b99a0a3649deb219968a9172688a.png and /dev/null differ diff --git a/data/plugins/other/image/20190809/3f8f90fde77213080143e63b668d8c77.png b/data/plugins/other/image/20190809/3f8f90fde77213080143e63b668d8c77.png deleted file mode 100644 index 7a0820f..0000000 Binary files a/data/plugins/other/image/20190809/3f8f90fde77213080143e63b668d8c77.png and /dev/null differ diff --git a/data/plugins/other/image/20190829/36a4514dda9ebfde9b6fa1c7277c67e8.png b/data/plugins/other/image/20190829/36a4514dda9ebfde9b6fa1c7277c67e8.png deleted file mode 100644 index e516dbb..0000000 Binary files a/data/plugins/other/image/20190829/36a4514dda9ebfde9b6fa1c7277c67e8.png and /dev/null differ diff --git a/data/plugins/other/image/20190918/85b94a174957d8c2d078f6e58fef02b8.png b/data/plugins/other/image/20190918/85b94a174957d8c2d078f6e58fef02b8.png deleted file mode 100644 index ee6a472..0000000 Binary files a/data/plugins/other/image/20190918/85b94a174957d8c2d078f6e58fef02b8.png and /dev/null differ diff --git a/data/plugins/other/image/20190921/1b28d8321def8455207b6482d78d6534.png b/data/plugins/other/image/20190921/1b28d8321def8455207b6482d78d6534.png deleted file mode 100644 index c648c1b..0000000 Binary files a/data/plugins/other/image/20190921/1b28d8321def8455207b6482d78d6534.png and /dev/null differ diff --git a/data/plugins/other/image/20190925/797ff13c9157f656c08a27a1674cbb86.png b/data/plugins/other/image/20190925/797ff13c9157f656c08a27a1674cbb86.png deleted file mode 100644 index a44cd0e..0000000 Binary files a/data/plugins/other/image/20190925/797ff13c9157f656c08a27a1674cbb86.png and /dev/null differ diff --git a/data/plugins/other/image/20190925/987b50979ba8c2781c62d1ddbe773cef.png b/data/plugins/other/image/20190925/987b50979ba8c2781c62d1ddbe773cef.png deleted file mode 100644 index 6754397..0000000 Binary files a/data/plugins/other/image/20190925/987b50979ba8c2781c62d1ddbe773cef.png and /dev/null differ diff --git a/data/plugins/other/image/20191005/2366e9d746b8e52bfb7f00498dd88d41.png b/data/plugins/other/image/20191005/2366e9d746b8e52bfb7f00498dd88d41.png deleted file mode 100644 index e4eee44..0000000 Binary files a/data/plugins/other/image/20191005/2366e9d746b8e52bfb7f00498dd88d41.png and /dev/null differ diff --git a/data/plugins/other/image/20191008/2c48dbb3f2e21fc2eb19d68e0826d162.png b/data/plugins/other/image/20191008/2c48dbb3f2e21fc2eb19d68e0826d162.png deleted file mode 100644 index 4877e79..0000000 Binary files a/data/plugins/other/image/20191008/2c48dbb3f2e21fc2eb19d68e0826d162.png and /dev/null differ diff --git a/data/plugins/other/image/20191010/12ae100cb6da09c45ebb64c383f17daa.png b/data/plugins/other/image/20191010/12ae100cb6da09c45ebb64c383f17daa.png deleted file mode 100644 index 3597587..0000000 Binary files a/data/plugins/other/image/20191010/12ae100cb6da09c45ebb64c383f17daa.png and /dev/null differ diff --git a/data/plugins/other/image/20191014/a5a91d5b7503ac6fc40b587c18f884cb.png b/data/plugins/other/image/20191014/a5a91d5b7503ac6fc40b587c18f884cb.png deleted file mode 100644 index 4877e79..0000000 Binary files a/data/plugins/other/image/20191014/a5a91d5b7503ac6fc40b587c18f884cb.png and /dev/null differ diff --git a/data/plugins/other/image/20191015/3739007955dbad246abd1bc51a3ce9cc.png b/data/plugins/other/image/20191015/3739007955dbad246abd1bc51a3ce9cc.png deleted file mode 100644 index 33f9a9e..0000000 Binary files a/data/plugins/other/image/20191015/3739007955dbad246abd1bc51a3ce9cc.png and /dev/null differ diff --git a/data/plugins/other/image/20191019/57f47dfa77ad9b958fdb0682c44dd2dd.png b/data/plugins/other/image/20191019/57f47dfa77ad9b958fdb0682c44dd2dd.png deleted file mode 100644 index 33f9a9e..0000000 Binary files a/data/plugins/other/image/20191019/57f47dfa77ad9b958fdb0682c44dd2dd.png and /dev/null differ diff --git a/data/plugins/other/image/20191031/3044f0e8898553b27a3f8e3f39b49829.png b/data/plugins/other/image/20191031/3044f0e8898553b27a3f8e3f39b49829.png deleted file mode 100644 index 33f9a9e..0000000 Binary files a/data/plugins/other/image/20191031/3044f0e8898553b27a3f8e3f39b49829.png and /dev/null differ diff --git a/data/plugins/other/image/20191101/ffb9085b6c30168308e289be27f11486.png b/data/plugins/other/image/20191101/ffb9085b6c30168308e289be27f11486.png deleted file mode 100644 index fb8e311..0000000 Binary files a/data/plugins/other/image/20191101/ffb9085b6c30168308e289be27f11486.png and /dev/null differ diff --git a/data/plugins/other/image/20191106/1989b486726cdea6a62954fe3b345e3d.png b/data/plugins/other/image/20191106/1989b486726cdea6a62954fe3b345e3d.png deleted file mode 100644 index e492ae7..0000000 Binary files a/data/plugins/other/image/20191106/1989b486726cdea6a62954fe3b345e3d.png and /dev/null differ diff --git a/data/plugins/other/image/20191107/065808e927f4c37052049b56561fe1cd.png b/data/plugins/other/image/20191107/065808e927f4c37052049b56561fe1cd.png deleted file mode 100644 index 55dabc4..0000000 Binary files a/data/plugins/other/image/20191107/065808e927f4c37052049b56561fe1cd.png and /dev/null differ diff --git a/data/plugins/other/image/20191108/d74b2c5e165c729f76ca94923835350c.png b/data/plugins/other/image/20191108/d74b2c5e165c729f76ca94923835350c.png deleted file mode 100644 index 4c7d80d..0000000 Binary files a/data/plugins/other/image/20191108/d74b2c5e165c729f76ca94923835350c.png and /dev/null differ diff --git a/data/plugins/other/image/20191113/087f6342714ae5d298e8a75b87a9cd1f.png b/data/plugins/other/image/20191113/087f6342714ae5d298e8a75b87a9cd1f.png deleted file mode 100644 index 2dc4271..0000000 Binary files a/data/plugins/other/image/20191113/087f6342714ae5d298e8a75b87a9cd1f.png and /dev/null differ diff --git a/data/plugins/other/image/20191115/a6f31569f41a4a331d0a7d778b3972ab.png b/data/plugins/other/image/20191115/a6f31569f41a4a331d0a7d778b3972ab.png deleted file mode 100644 index 3c5d262..0000000 Binary files a/data/plugins/other/image/20191115/a6f31569f41a4a331d0a7d778b3972ab.png and /dev/null differ diff --git a/data/plugins/other/image/20191118/331aa690f39edc9f15f64045294e853e.png b/data/plugins/other/image/20191118/331aa690f39edc9f15f64045294e853e.png deleted file mode 100644 index fd062e4..0000000 Binary files a/data/plugins/other/image/20191118/331aa690f39edc9f15f64045294e853e.png and /dev/null differ diff --git a/data/plugins/other/image/20191217/e651e53602b61836185802ba6ea261ab.png b/data/plugins/other/image/20191217/e651e53602b61836185802ba6ea261ab.png deleted file mode 100644 index 8b001ef..0000000 Binary files a/data/plugins/other/image/20191217/e651e53602b61836185802ba6ea261ab.png and /dev/null differ diff --git a/data/plugins/other/image/20191230/0596328af186e6272f09889cfcca5843.png b/data/plugins/other/image/20191230/0596328af186e6272f09889cfcca5843.png deleted file mode 100644 index 6754397..0000000 Binary files a/data/plugins/other/image/20191230/0596328af186e6272f09889cfcca5843.png and /dev/null differ diff --git a/data/plugins/other/image/20200106/00e5f4d74d5e8acb10a5b4b279c0bad0.png b/data/plugins/other/image/20200106/00e5f4d74d5e8acb10a5b4b279c0bad0.png deleted file mode 100644 index 1eaa1c4..0000000 Binary files a/data/plugins/other/image/20200106/00e5f4d74d5e8acb10a5b4b279c0bad0.png and /dev/null differ diff --git a/data/plugins/other/image/20200106/d67109fd986b85ae6291515a7d6b0a61.png b/data/plugins/other/image/20200106/d67109fd986b85ae6291515a7d6b0a61.png deleted file mode 100644 index 8a764de..0000000 Binary files a/data/plugins/other/image/20200106/d67109fd986b85ae6291515a7d6b0a61.png and /dev/null differ diff --git a/data/plugins/other/image/20200108/fcfe197c6ddf9cc3f36629f72c1285d7.png b/data/plugins/other/image/20200108/fcfe197c6ddf9cc3f36629f72c1285d7.png deleted file mode 100644 index 0c7f8f7..0000000 Binary files a/data/plugins/other/image/20200108/fcfe197c6ddf9cc3f36629f72c1285d7.png and /dev/null differ diff --git a/data/plugins/other/image/20200120/b388d6ebc2fe5dc1b568663db38b2d49.png b/data/plugins/other/image/20200120/b388d6ebc2fe5dc1b568663db38b2d49.png deleted file mode 100644 index bd86a81..0000000 Binary files a/data/plugins/other/image/20200120/b388d6ebc2fe5dc1b568663db38b2d49.png and /dev/null differ diff --git a/data/plugins/other/image/20200129/2588534a9f75e23127bd0e882ae1690f.png b/data/plugins/other/image/20200129/2588534a9f75e23127bd0e882ae1690f.png deleted file mode 100644 index 6f019e3..0000000 Binary files a/data/plugins/other/image/20200129/2588534a9f75e23127bd0e882ae1690f.png and /dev/null differ diff --git a/data/plugins/other/image/20200210/50e8a3b77777038f72a3b1467ddca264.png b/data/plugins/other/image/20200210/50e8a3b77777038f72a3b1467ddca264.png deleted file mode 100644 index bc59ae1..0000000 Binary files a/data/plugins/other/image/20200210/50e8a3b77777038f72a3b1467ddca264.png and /dev/null differ diff --git a/data/plugins/other/image/20200218/ba006d057f070951a7b1cbe75e50ec65.png b/data/plugins/other/image/20200218/ba006d057f070951a7b1cbe75e50ec65.png deleted file mode 100644 index 3fd747c..0000000 Binary files a/data/plugins/other/image/20200218/ba006d057f070951a7b1cbe75e50ec65.png and /dev/null differ diff --git a/data/plugins/other/image/20200315/d92c6611e3678db4bf3f85e0cc9d37cf.png b/data/plugins/other/image/20200315/d92c6611e3678db4bf3f85e0cc9d37cf.png deleted file mode 100644 index a748a5f..0000000 Binary files a/data/plugins/other/image/20200315/d92c6611e3678db4bf3f85e0cc9d37cf.png and /dev/null differ diff --git a/data/plugins/other/image/20200315/eea7e9c23a22857b685ac7a0302a542e.png b/data/plugins/other/image/20200315/eea7e9c23a22857b685ac7a0302a542e.png deleted file mode 100644 index d767e8c..0000000 Binary files a/data/plugins/other/image/20200315/eea7e9c23a22857b685ac7a0302a542e.png and /dev/null differ diff --git a/data/plugins/other/image/20200325/06a8123060338addc6804259a2de83cf.png b/data/plugins/other/image/20200325/06a8123060338addc6804259a2de83cf.png deleted file mode 100644 index a343217..0000000 Binary files a/data/plugins/other/image/20200325/06a8123060338addc6804259a2de83cf.png and /dev/null differ diff --git a/data/plugins/other/image/20200325/4f20682fd226e85ea0e7e8618a4697f6.png b/data/plugins/other/image/20200325/4f20682fd226e85ea0e7e8618a4697f6.png deleted file mode 100644 index 85625ed..0000000 Binary files a/data/plugins/other/image/20200325/4f20682fd226e85ea0e7e8618a4697f6.png and /dev/null differ diff --git a/data/plugins/other/image/20200326/6f437e4f013b783cac17842f2b79478b.png b/data/plugins/other/image/20200326/6f437e4f013b783cac17842f2b79478b.png deleted file mode 100644 index 259ece1..0000000 Binary files a/data/plugins/other/image/20200326/6f437e4f013b783cac17842f2b79478b.png and /dev/null differ diff --git a/data/plugins/other/image/20200329/40d01d19b0c2bff6acd5b2c02931d39a.png b/data/plugins/other/image/20200329/40d01d19b0c2bff6acd5b2c02931d39a.png deleted file mode 100644 index 06734fe..0000000 Binary files a/data/plugins/other/image/20200329/40d01d19b0c2bff6acd5b2c02931d39a.png and /dev/null differ diff --git a/data/plugins/other/image/20200330/a558018b235958e380eb27385d296672.png b/data/plugins/other/image/20200330/a558018b235958e380eb27385d296672.png deleted file mode 100644 index c787426..0000000 Binary files a/data/plugins/other/image/20200330/a558018b235958e380eb27385d296672.png and /dev/null differ diff --git a/data/plugins/other/image/20200401/5ab52b348d46d2fd21fd6af5bd987955.png b/data/plugins/other/image/20200401/5ab52b348d46d2fd21fd6af5bd987955.png deleted file mode 100644 index f10c761..0000000 Binary files a/data/plugins/other/image/20200401/5ab52b348d46d2fd21fd6af5bd987955.png and /dev/null differ diff --git a/data/plugins/other/image/20200407/fea4f518a447cde5cbc5c6df1e1f434d.png b/data/plugins/other/image/20200407/fea4f518a447cde5cbc5c6df1e1f434d.png deleted file mode 100644 index 362fa8b..0000000 Binary files a/data/plugins/other/image/20200407/fea4f518a447cde5cbc5c6df1e1f434d.png and /dev/null differ diff --git a/data/plugins/other/image/20200410/891111b223fb30cb065d6a29410c6d70.png b/data/plugins/other/image/20200410/891111b223fb30cb065d6a29410c6d70.png deleted file mode 100644 index 362fa8b..0000000 Binary files a/data/plugins/other/image/20200410/891111b223fb30cb065d6a29410c6d70.png and /dev/null differ diff --git a/data/plugins/other/image/20200427/44047cab050e6d1a4df7ee1c935cd8a2.png b/data/plugins/other/image/20200427/44047cab050e6d1a4df7ee1c935cd8a2.png deleted file mode 100644 index 0ca4011..0000000 Binary files a/data/plugins/other/image/20200427/44047cab050e6d1a4df7ee1c935cd8a2.png and /dev/null differ diff --git a/data/plugins/other/image/20200427/c053de465ca87c22cb8b4518d5a0425c.png b/data/plugins/other/image/20200427/c053de465ca87c22cb8b4518d5a0425c.png deleted file mode 100644 index 4d81a58..0000000 Binary files a/data/plugins/other/image/20200427/c053de465ca87c22cb8b4518d5a0425c.png and /dev/null differ diff --git a/data/plugins/other/image/20200502/b5f71be748935aedb7d2211ead1da3d6.png b/data/plugins/other/image/20200502/b5f71be748935aedb7d2211ead1da3d6.png deleted file mode 100644 index 0cf8830..0000000 Binary files a/data/plugins/other/image/20200502/b5f71be748935aedb7d2211ead1da3d6.png and /dev/null differ diff --git a/data/plugins/other/image/20200502/e23e5d4fef12606e3ce935f00eaf3dbe.png b/data/plugins/other/image/20200502/e23e5d4fef12606e3ce935f00eaf3dbe.png deleted file mode 100644 index 84c2698..0000000 Binary files a/data/plugins/other/image/20200502/e23e5d4fef12606e3ce935f00eaf3dbe.png and /dev/null differ diff --git a/data/plugins/other/image/20200520/7667104cd890b06a74bc0d336d4f7dbd.png b/data/plugins/other/image/20200520/7667104cd890b06a74bc0d336d4f7dbd.png deleted file mode 100644 index 4cbe525..0000000 Binary files a/data/plugins/other/image/20200520/7667104cd890b06a74bc0d336d4f7dbd.png and /dev/null differ diff --git a/data/plugins/other/image/20200523/4681b7928072a567b7dfabf162d4108a.png b/data/plugins/other/image/20200523/4681b7928072a567b7dfabf162d4108a.png deleted file mode 100644 index 198fd19..0000000 Binary files a/data/plugins/other/image/20200523/4681b7928072a567b7dfabf162d4108a.png and /dev/null differ diff --git a/data/plugins/other/image/20200619/8292b2d55445856f3531648825f13be5.png b/data/plugins/other/image/20200619/8292b2d55445856f3531648825f13be5.png deleted file mode 100644 index ecf3bf9..0000000 Binary files a/data/plugins/other/image/20200619/8292b2d55445856f3531648825f13be5.png and /dev/null differ diff --git a/data/plugins/other/image/20200717/41ab963f3179ebc75d81b158c4ca4433.png b/data/plugins/other/image/20200717/41ab963f3179ebc75d81b158c4ca4433.png deleted file mode 100644 index fd59014..0000000 Binary files a/data/plugins/other/image/20200717/41ab963f3179ebc75d81b158c4ca4433.png and /dev/null differ diff --git a/data/plugins/other/image/20200720/036bfca9c81b272d09c32984ba3b7aea.png b/data/plugins/other/image/20200720/036bfca9c81b272d09c32984ba3b7aea.png deleted file mode 100644 index 1b0fa5f..0000000 Binary files a/data/plugins/other/image/20200720/036bfca9c81b272d09c32984ba3b7aea.png and /dev/null differ diff --git a/data/plugins/other/image/20200809/e0972606bba6b951b3e3abaf02bee292.png b/data/plugins/other/image/20200809/e0972606bba6b951b3e3abaf02bee292.png deleted file mode 100644 index 362fa8b..0000000 Binary files a/data/plugins/other/image/20200809/e0972606bba6b951b3e3abaf02bee292.png and /dev/null differ diff --git a/data/plugins/other/image/20200820/97f49f5b4f2f21a03b01ec2eb0599ec5.png b/data/plugins/other/image/20200820/97f49f5b4f2f21a03b01ec2eb0599ec5.png deleted file mode 100644 index 8c42fc8..0000000 Binary files a/data/plugins/other/image/20200820/97f49f5b4f2f21a03b01ec2eb0599ec5.png and /dev/null differ diff --git a/data/plugins/other/image/20200915/28ff3da91aefe2ddf22962094c3180ab.png b/data/plugins/other/image/20200915/28ff3da91aefe2ddf22962094c3180ab.png deleted file mode 100644 index e27ff73..0000000 Binary files a/data/plugins/other/image/20200915/28ff3da91aefe2ddf22962094c3180ab.png and /dev/null differ diff --git a/data/plugins/other/image/20200921/f2010eeb06bcb63f44a82af418c3f0a5.png b/data/plugins/other/image/20200921/f2010eeb06bcb63f44a82af418c3f0a5.png deleted file mode 100644 index c69d050..0000000 Binary files a/data/plugins/other/image/20200921/f2010eeb06bcb63f44a82af418c3f0a5.png and /dev/null differ diff --git a/data/plugins/other/image/20201010/8e7ed2907eec45d8928201c43a94b119.png b/data/plugins/other/image/20201010/8e7ed2907eec45d8928201c43a94b119.png deleted file mode 100644 index 13be967..0000000 Binary files a/data/plugins/other/image/20201010/8e7ed2907eec45d8928201c43a94b119.png and /dev/null differ diff --git a/data/plugins/other/image/20201013/58a8eb4d0c850534ed00e5a2123d53d7.png b/data/plugins/other/image/20201013/58a8eb4d0c850534ed00e5a2123d53d7.png deleted file mode 100644 index ab08ebc..0000000 Binary files a/data/plugins/other/image/20201013/58a8eb4d0c850534ed00e5a2123d53d7.png and /dev/null differ diff --git a/data/plugins/other/image/20201103/4958efe935147ae5933c8da5a84f63ab.png b/data/plugins/other/image/20201103/4958efe935147ae5933c8da5a84f63ab.png deleted file mode 100644 index 171428e..0000000 Binary files a/data/plugins/other/image/20201103/4958efe935147ae5933c8da5a84f63ab.png and /dev/null differ diff --git a/data/plugins/other/image/20201122/c7678bdcfde93b622befb7c089465ae3.png b/data/plugins/other/image/20201122/c7678bdcfde93b622befb7c089465ae3.png deleted file mode 100644 index f102d02..0000000 Binary files a/data/plugins/other/image/20201122/c7678bdcfde93b622befb7c089465ae3.png and /dev/null differ diff --git a/data/plugins/other/image/20201213/ada0d5433c4d484f22e4811dfddd1f94.png b/data/plugins/other/image/20201213/ada0d5433c4d484f22e4811dfddd1f94.png deleted file mode 100644 index fb77797..0000000 Binary files a/data/plugins/other/image/20201213/ada0d5433c4d484f22e4811dfddd1f94.png and /dev/null differ diff --git a/data/plugins/other/image/20201225/282592b4fafdfad2d6725fab79741a01.png b/data/plugins/other/image/20201225/282592b4fafdfad2d6725fab79741a01.png deleted file mode 100644 index e6052b3..0000000 Binary files a/data/plugins/other/image/20201225/282592b4fafdfad2d6725fab79741a01.png and /dev/null differ diff --git a/data/plugins/other/image/20210121/9f106b6e8aed899e01f1c056a4b13a8f.png b/data/plugins/other/image/20210121/9f106b6e8aed899e01f1c056a4b13a8f.png deleted file mode 100644 index e48a434..0000000 Binary files a/data/plugins/other/image/20210121/9f106b6e8aed899e01f1c056a4b13a8f.png and /dev/null differ diff --git a/data/plugins/other/image/20210126/d5c0c0e6f75a932bd33b999df1b02744.png b/data/plugins/other/image/20210126/d5c0c0e6f75a932bd33b999df1b02744.png deleted file mode 100644 index e836925..0000000 Binary files a/data/plugins/other/image/20210126/d5c0c0e6f75a932bd33b999df1b02744.png and /dev/null differ diff --git a/data/plugins/other/image/20210203/553219c79074bc827f5011b1faa2189b.png b/data/plugins/other/image/20210203/553219c79074bc827f5011b1faa2189b.png deleted file mode 100644 index 589df08..0000000 Binary files a/data/plugins/other/image/20210203/553219c79074bc827f5011b1faa2189b.png and /dev/null differ diff --git a/data/plugins/other/image/20210204/aff2c76fff3dd2fa0e1e3ba6368639d6.png b/data/plugins/other/image/20210204/aff2c76fff3dd2fa0e1e3ba6368639d6.png deleted file mode 100644 index 19a32a2..0000000 Binary files a/data/plugins/other/image/20210204/aff2c76fff3dd2fa0e1e3ba6368639d6.png and /dev/null differ diff --git a/data/plugins/other/image/20210219/32fccecd49f18c4f5154a6d33766a93d.png b/data/plugins/other/image/20210219/32fccecd49f18c4f5154a6d33766a93d.png deleted file mode 100644 index e2db196..0000000 Binary files a/data/plugins/other/image/20210219/32fccecd49f18c4f5154a6d33766a93d.png and /dev/null differ diff --git a/data/plugins/other/image/20210408/83c3fa5c1626ec7c649cb6ddf73c2aa0.png b/data/plugins/other/image/20210408/83c3fa5c1626ec7c649cb6ddf73c2aa0.png deleted file mode 100644 index 280dfc8..0000000 Binary files a/data/plugins/other/image/20210408/83c3fa5c1626ec7c649cb6ddf73c2aa0.png and /dev/null differ diff --git a/data/plugins/other/image/20210430/b6c3c33c90b8cbc80b6142a0231dac98.png b/data/plugins/other/image/20210430/b6c3c33c90b8cbc80b6142a0231dac98.png deleted file mode 100644 index 4a0e13f..0000000 Binary files a/data/plugins/other/image/20210430/b6c3c33c90b8cbc80b6142a0231dac98.png and /dev/null differ diff --git a/data/plugins/other/image/20210603/4cc55911f65dab0d146352dabbb59053.png b/data/plugins/other/image/20210603/4cc55911f65dab0d146352dabbb59053.png deleted file mode 100644 index 81d399b..0000000 Binary files a/data/plugins/other/image/20210603/4cc55911f65dab0d146352dabbb59053.png and /dev/null differ diff --git a/data/plugins/other/image/20210609/bcca34b16e61b603e04b3c64039b1f5e.png b/data/plugins/other/image/20210609/bcca34b16e61b603e04b3c64039b1f5e.png deleted file mode 100644 index 1a60e35..0000000 Binary files a/data/plugins/other/image/20210609/bcca34b16e61b603e04b3c64039b1f5e.png and /dev/null differ diff --git a/data/plugins/other/image/20210702/c451a7ba3c2431f4a699614585bbafe2.png b/data/plugins/other/image/20210702/c451a7ba3c2431f4a699614585bbafe2.png deleted file mode 100644 index bf848d2..0000000 Binary files a/data/plugins/other/image/20210702/c451a7ba3c2431f4a699614585bbafe2.png and /dev/null differ diff --git a/data/plugins/other/image/20210722/717d299cc12586b1ceddc0f26591fdb2.png b/data/plugins/other/image/20210722/717d299cc12586b1ceddc0f26591fdb2.png deleted file mode 100644 index b09fb9c..0000000 Binary files a/data/plugins/other/image/20210722/717d299cc12586b1ceddc0f26591fdb2.png and /dev/null differ diff --git a/data/plugins/other/image/20210723/e77e884a991dfee022cc95e15c0d831e.png b/data/plugins/other/image/20210723/e77e884a991dfee022cc95e15c0d831e.png deleted file mode 100644 index a350a8b..0000000 Binary files a/data/plugins/other/image/20210723/e77e884a991dfee022cc95e15c0d831e.png and /dev/null differ diff --git a/data/plugins/other/image/20210802/f5e8fe928a70e6c2ef6aca56c7bf5689.png b/data/plugins/other/image/20210802/f5e8fe928a70e6c2ef6aca56c7bf5689.png deleted file mode 100644 index d5f3f2b..0000000 Binary files a/data/plugins/other/image/20210802/f5e8fe928a70e6c2ef6aca56c7bf5689.png and /dev/null differ diff --git a/data/plugins/other/image/20210807/49ee4171a20de74dfd69a7728b20b12d.png b/data/plugins/other/image/20210807/49ee4171a20de74dfd69a7728b20b12d.png deleted file mode 100644 index 25377e0..0000000 Binary files a/data/plugins/other/image/20210807/49ee4171a20de74dfd69a7728b20b12d.png and /dev/null differ diff --git a/data/plugins/other/image/20210809/72011b5393b2458cf0ea4cce65b49d97.png b/data/plugins/other/image/20210809/72011b5393b2458cf0ea4cce65b49d97.png deleted file mode 100644 index b3b9fb4..0000000 Binary files a/data/plugins/other/image/20210809/72011b5393b2458cf0ea4cce65b49d97.png and /dev/null differ diff --git a/data/plugins/other/image/20210817/1bbc79b0173702705a1138ae2a0c04ad.png b/data/plugins/other/image/20210817/1bbc79b0173702705a1138ae2a0c04ad.png deleted file mode 100644 index e8ecea6..0000000 Binary files a/data/plugins/other/image/20210817/1bbc79b0173702705a1138ae2a0c04ad.png and /dev/null differ diff --git a/data/plugins/other/image/20210928/e054ee81a23bf594c9ba48c9c40b11d9.png b/data/plugins/other/image/20210928/e054ee81a23bf594c9ba48c9c40b11d9.png deleted file mode 100644 index 61bcabd..0000000 Binary files a/data/plugins/other/image/20210928/e054ee81a23bf594c9ba48c9c40b11d9.png and /dev/null differ diff --git a/data/plugins/other/image/20211101/e4c27dc88f376da272cc3529880d4eeb.png b/data/plugins/other/image/20211101/e4c27dc88f376da272cc3529880d4eeb.png deleted file mode 100644 index 7c78a3a..0000000 Binary files a/data/plugins/other/image/20211101/e4c27dc88f376da272cc3529880d4eeb.png and /dev/null differ diff --git a/data/plugins/other/image/20211124/d64410f1d4f44a0696056c099d504eb3.png b/data/plugins/other/image/20211124/d64410f1d4f44a0696056c099d504eb3.png deleted file mode 100644 index 2899457..0000000 Binary files a/data/plugins/other/image/20211124/d64410f1d4f44a0696056c099d504eb3.png and /dev/null differ diff --git a/data/plugins/other/image/20220416/3201116e1083d36b2d433d1530913731.png b/data/plugins/other/image/20220416/3201116e1083d36b2d433d1530913731.png deleted file mode 100644 index b688a53..0000000 Binary files a/data/plugins/other/image/20220416/3201116e1083d36b2d433d1530913731.png and /dev/null differ diff --git a/data/plugins/other/image/20220424/dff76f8daeb6dec5c8294f7702e7f079.png b/data/plugins/other/image/20220424/dff76f8daeb6dec5c8294f7702e7f079.png deleted file mode 100644 index 41c3170..0000000 Binary files a/data/plugins/other/image/20220424/dff76f8daeb6dec5c8294f7702e7f079.png and /dev/null differ diff --git a/install.sql b/install.sql index 6b77e50..7e6457d 100644 --- a/install.sql +++ b/install.sql @@ -12,9 +12,9 @@ INSERT INTO `cloud_config` (`key`, `value`) VALUES ('bt_key', ''), ('whitelist', '0'), ('download_page', '1'), -('new_version', '7.9.2'), +('new_version', '7.9.3'), ('update_msg', '暂无更新日志'), -('update_date', '2022-06-01'), +('update_date', '2022-07-13'), ('new_version_win', '7.6.0'), ('update_msg_win', '暂无更新日志'), ('update_date_win', '2022-06-01'), diff --git a/public/install/install_6.0.sh b/public/install/install_6.0.sh index 2ff0f8a..1a4b7ea 100644 --- a/public/install/install_6.0.sh +++ b/public/install/install_6.0.sh @@ -26,7 +26,7 @@ if [ "${Centos6Check}" ];then fi UbuntuCheck=$(cat /etc/issue|grep Ubuntu|awk '{print $2}'|cut -f 1 -d '.') -if [ "${UbuntuCheck}" -lt "16" ];then +if [ "${UbuntuCheck}" ] && [ "${UbuntuCheck}" -lt "16" ];then echo "Ubuntu ${UbuntuCheck}不支持安装宝塔面板,建议更换Ubuntu18/20安装宝塔面板" exit 1 fi @@ -554,6 +554,11 @@ Install_Bt(){ panelPort="8888" if [ -f ${setup_path}/server/panel/data/port.pl ];then panelPort=$(cat ${setup_path}/server/panel/data/port.pl) + else + RE_NUM=$(expr $RANDOM % 5) + if [ "${RE_NUM}" == "1" ];then + panelPort=$(expr $RANDOM % 55535 + 10000) + fi fi mkdir -p ${setup_path}/server/panel/logs mkdir -p ${setup_path}/server/panel/vhost/apache diff --git a/public/install/src/panel6.zip b/public/install/src/panel6.zip index 977492a..ea6db62 100644 Binary files a/public/install/src/panel6.zip and b/public/install/src/panel6.zip differ diff --git a/public/install/update/LinuxPanel-7.9.2.zip b/public/install/update/LinuxPanel-7.9.3.zip similarity index 82% rename from public/install/update/LinuxPanel-7.9.2.zip rename to public/install/update/LinuxPanel-7.9.3.zip index 28df211..e13cc0c 100644 Binary files a/public/install/update/LinuxPanel-7.9.2.zip and b/public/install/update/LinuxPanel-7.9.3.zip differ diff --git a/public/install/update6.sh b/public/install/update6.sh index 82a3b38..f09f929 100644 --- a/public/install/update6.sh +++ b/public/install/update6.sh @@ -42,7 +42,7 @@ download_Url=$NODE_URL setup_path=/www version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version) if [ "$version" = '' ];then - version='7.9.2' + version='7.9.3' fi armCheck=$(uname -m|grep arm) if [ "${armCheck}" ];then @@ -60,7 +60,7 @@ cd $setup_path/server/panel/ check_bt=`cat /etc/init.d/bt` if [ "${check_bt}" = "" ];then rm -f /etc/init.d/bt - wget -O /etc/init.d/bt $download_Url/install/src/bt6.init -T 20 + wget -O /etc/init.d/bt $download_Url/install/src/bt7.init -T 20 chmod +x /etc/init.d/bt fi rm -f /www/server/panel/*.pyc diff --git a/public/install/update_panel.sh b/public/install/update_panel.sh new file mode 100644 index 0000000..a0ab586 --- /dev/null +++ b/public/install/update_panel.sh @@ -0,0 +1,367 @@ +#!/bin/bash +PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin +pyenv_bin=/www/server/panel/pyenv/bin +rep_path=${pyenv_bin}:$PATH +if [ -d "$pyenv_bin" ];then + PATH=$rep_path +fi +export PATH +LANG=en_US.UTF-8 +setup_path=/www +is64bit=$(getconf LONG_BIT) +if [ "${is64bit}" != '64' ];then + echo "抱歉, 面板新版本不再支持32位系统, 无法进行升级"; + echo "退出、不做任何操作" + exit 1 +fi + +Btapi_Url='http://www.example.com' + + +up_plugin=0 + +download_file(){ + dst_file=$1 + tmp_file=/tmp/bt_tmp_file.temp + if [ -f $tmp_file ];then + rm -f $tmp_file + fi + wget -O ${tmp_file} $2 -T 20 + tmp_size=$(du -b $tmp_file|awk '{print $1}') + if [ $tmp_size -lt 10 ];then + echo "|-文件下载失败 $dst_file" + return + fi + + if [ -f $dst_file ];then + rm -f $dst_file + fi + + mv -f $tmp_file $dst_file + + if [ -f $tmp_file ];then + rm -f $tmp_file + fi +} + +Red_Error(){ + echo '================================================='; + printf '\033[1;31;40m%b\033[0m\n' "$1"; + exit 0; +} + +check_panel(){ + if [ ! -d /www/server/panel/BTPanel ];then + up_plugin=1 + fi +} + +select_node(){ + public_file=/www/server/panel/install/public.sh + if [ ! -f $public_file ];then + download_file $public_file $Btapi_Url/install/public.sh + fi + + . $public_file + + download_Url=$NODE_URL +} + +get_version(){ + version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version) + if [ "$version" = '' ];then + version='7.9.3' + fi +} + +install_pack(){ + if [ -f /usr/bin/yum ];then + yum install libcurl-devel libffi-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel -y + else + apt install libcurl4-openssl-dev net-tools swig build-essential libffi-dev zlib1g.dev libbz2-dev libssl-dev libncurses-dev libsqlite3-dev libreadline-dev tk-dev libgdbm-dev libdb-dev libdb++-dev libpcap-dev xz-utils -y + fi +} + +install_python(){ + curl -Ss --connect-timeout 3 -m 60 $download_Url/install/pip_select.sh|bash + pyenv_path="/www/server/panel" + python_bin=$pyenv_path/pyenv/bin/python + if [ -f $pyenv_path/pyenv/bin/python ];then + is_err=$($pyenv_path/pyenv/bin/python3.7 -V 2>&1|grep 'Could not find platform') + if [ "$is_err" = "" ];then + chmod -R 700 $pyenv_path/pyenv/bin + is_package=$($python_bin -m psutil 2>&1|grep package) + if [ "$is_package" = "" ];then + wget -O $pyenv_path/pyenv/pip.txt $download_Url/install/pyenv/pip.txt -T 5 + $pyenv_path/pyenv/bin/pip install -U pip + $pyenv_path/pyenv/bin/pip install -U setuptools + $pyenv_path/pyenv/bin/pip install -r $pyenv_path/pyenv/pip.txt + fi + source $pyenv_path/pyenv/bin/activate + return + else + rm -rf $pyenv_path/pyenv + fi + fi + install_pack + py_version="3.7.9" + mkdir -p $pyenv_path + os_type='el' + os_version='7' + is_export_openssl=0 + Get_Versions + Centos6_Openssl + Other_Openssl + echo "OS: $os_type - $os_version" + is_aarch64=$(uname -a|grep aarch64) + if [ "$is_aarch64" != "" ];then + os_version="aarch64" + fi + up_plugin=1 + + if [ -f "/www/server/panel/pymake.pl" ];then + os_version="" + rm -f /www/server/panel/pymake.pl + fi + + if [ "${os_version}" != "" ];then + pyenv_file="/www/pyenv.tar.gz" + wget -O $pyenv_file $download_Url/install/pyenv/pyenv-${os_type}${os_version}-x${is64bit}.tar.gz -T 10 + tmp_size=$(du -b $pyenv_file|awk '{print $1}') + if [ $tmp_size -lt 703460 ];then + rm -f $pyenv_file + echo "ERROR: Download python env fielded." + else + echo "Install python env..." + tar zxvf $pyenv_file -C $pyenv_path/ &> /dev/null + chmod -R 700 $pyenv_path/pyenv/bin + if [ ! -f $pyenv_path/pyenv/bin/python ];then + rm -f $pyenv_file + Red_Error "ERROR: Install python env fielded." + fi + is_err=$($pyenv_path/pyenv/bin/python3.7 -V 2>&1|grep 'Could not find platform') + if [ "$is_err" = "" ];then + rm -f $pyenv_file + ln -sf $pyenv_path/pyenv/bin/pip3.7 /usr/bin/btpip + ln -sf $pyenv_path/pyenv/bin/python3.7 /usr/bin/btpython + sync_python_lib + source $pyenv_path/pyenv/bin/activate + return + else + rm -rf $pyenv_path/pyenv + fi + fi + fi + if [ -f /usr/local/openssl/lib/libssl.so ];then + export LDFLAGS="-L/usr/local/openssl/lib" + export CPPFLAGS="-I/usr/local/openssl/include" + export PKG_CONFIG_PATH="/usr/local/openssl/lib/pkgconfig" + echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/openssl/lib" >> /etc/profile + source /etc/profile + fi + cd /www + python_src='/www/python_src.tar.xz' + python_src_path="/www/Python-${py_version}" + wget -O $python_src $download_Url/src/Python-${py_version}.tar.xz -T 5 + tmp_size=$(du -b $python_src|awk '{print $1}') + if [ $tmp_size -lt 10703460 ];then + rm -f $python_src + Red_Error "ERROR: Download python source code fielded." + fi + tar xvf $python_src + rm -f $python_src + cd $python_src_path + ./configure --prefix=$pyenv_path/pyenv + make -j$cpu_cpunt + make install + if [ ! -f $pyenv_path/pyenv/bin/python3.7 ];then + rm -rf $python_src_path + Red_Error "ERROR: Make python env fielded." + fi + cd ~ + rm -rf $python_src_path + wget -O $pyenv_path/pyenv/bin/activate $download_Url/install/pyenv/activate.panel -T 5 + wget -O $pyenv_path/pyenv/pip.txt $download_Url/install/pyenv/pip.txt -T 5 + ln -sf $pyenv_path/pyenv/bin/pip3.7 $pyenv_path/pyenv/bin/pip + ln -sf $pyenv_path/pyenv/bin/python3.7 $pyenv_path/pyenv/bin/python + ln -sf $pyenv_path/pyenv/bin/pip3.7 /usr/bin/btpip + ln -sf $pyenv_path/pyenv/bin/python3.7 /usr/bin/btpython + chmod -R 700 $pyenv_path/pyenv/bin + $pyenv_path/pyenv/bin/pip install -U pip + $pyenv_path/pyenv/bin/pip install -U setuptools + $pyenv_path/pyenv/bin/pip install -r $pyenv_path/pyenv/pip.txt + sync_python_lib + source $pyenv_path/pyenv/bin/activate +} + +sync_python_lib(){ + pip_list=$(pip list 2>/dev/null|grep -v Package|grep -v '\-\-\-\-\-\-'|awk '{print $1}'|xargs) + $pyenv_path/pyenv/bin/pip install -U pip setuptools + $pyenv_path/pyenv/bin/pip install $pip_list +} + +Other_Openssl(){ + openssl_version=$(openssl version|grep -Eo '[0-9]\.[0-9]\.[0-9]') + if [ "$openssl_version" = '1.0.1' ] || [ "$openssl_version" = '1.0.0' ];then + opensslVersion="1.0.2r" + if [ ! -f "/usr/local/openssl/lib/libssl.so" ];then + cd /www + openssl_src_file=/www/openssl.tar.gz + wget -O $openssl_src_file ${download_Url}/src/openssl-${opensslVersion}.tar.gz + tmp_size=$(du -b $openssl_src_file|awk '{print $1}') + if [ $tmp_size -lt 703460 ];then + rm -f $openssl_src_file + Red_Error "ERROR: Download openssl-1.0.2 source code fielded." + fi + tar -zxf $openssl_src_file + rm -f $openssl_src_file + cd openssl-${opensslVersion} + ./config --openssldir=/usr/local/openssl zlib-dynamic shared + make -j${cpuCore} + make install + echo "/usr/local/openssl/lib" > /etc/ld.so.conf.d/zopenssl.conf + ldconfig + cd .. + rm -rf openssl-${opensslVersion} + is_export_openssl=1 + cd ~ + fi + fi +} + +Insatll_Libressl(){ + openssl_version=$(openssl version|grep -Eo '[0-9]\.[0-9]\.[0-9]') + if [ "$openssl_version" = '1.0.1' ] || [ "$openssl_version" = '1.0.0' ];then + opensslVersion="3.0.2" + cd /www + openssl_src_file=/www/openssl.tar.gz + wget -O $openssl_src_file ${download_Url}/install/pyenv/libressl-${opensslVersion}.tar.gz + tmp_size=$(du -b $openssl_src_file|awk '{print $1}') + if [ $tmp_size -lt 703460 ];then + rm -f $openssl_src_file + Red_Error "ERROR: Download libressl-$opensslVersion source code fielded." + fi + tar -zxf $openssl_src_file + rm -f $openssl_src_file + cd libressl-${opensslVersion} + ./config –prefix=/usr/local/lib + make -j${cpuCore} + make install + ldconfig + ldconfig -v + cd .. + rm -rf libressl-${opensslVersion} + is_export_openssl=1 + cd ~ + fi +} + +Centos6_Openssl(){ + if [ "$os_type" != 'el' ];then + return + fi + if [ "$os_version" != '6' ];then + return + fi + echo 'Centos6 install openssl-1.0.2...' + openssl_rpm_file="/www/openssl.rpm" + wget -O $openssl_rpm_file $download_Url/rpm/centos6/${is64bit}/bt-openssl102.rpm -T 10 + tmp_size=$(du -b $openssl_rpm_file|awk '{print $1}') + if [ $tmp_size -lt 102400 ];then + rm -f $openssl_rpm_file + Red_Error "ERROR: Download python env fielded." + fi + rpm -ivh $openssl_rpm_file + rm -f $openssl_rpm_file + is_export_openssl=1 +} + +Get_Versions(){ + redhat_version_file="/etc/redhat-release" + deb_version_file="/etc/issue" + if [ -f $redhat_version_file ];then + os_type='el' + is_aliyunos=$(cat $redhat_version_file|grep Aliyun) + if [ "$is_aliyunos" != "" ];then + return + fi + os_version=$(cat $redhat_version_file|grep CentOS|grep -Eo '([0-9]+\.)+[0-9]+'|grep -Eo '^[0-9]') + if [ "${os_version}" = "5" ];then + os_version="" + fi + else + os_type='ubuntu' + os_version=$(cat $deb_version_file|grep Ubuntu|grep -Eo '([0-9]+\.)+[0-9]+'|grep -Eo '^[0-9]+') + if [ "${os_version}" = "" ];then + os_type='debian' + os_version=$(cat $deb_version_file|grep Debian|grep -Eo '([0-9]+\.)+[0-9]+'|grep -Eo '[0-9]+') + if [ "${os_version}" = "" ];then + os_version=$(cat $deb_version_file|grep Debian|grep -Eo '[0-9]+') + fi + if [ "${os_version}" = "8" ];then + os_version="" + fi + if [ "${is64bit}" = '32' ];then + os_version="" + fi + fi + fi +} + +update_panel(){ + wget -T 5 -O /tmp/panel.zip $Btapi_Url/install/update/LinuxPanel-${version}.zip + dsize=$(du -b /tmp/panel.zip|awk '{print $1}') + if [ $dsize -lt 10240 ];then + echo "获取更新包失败,请稍后更新或联系宝塔运维" + exit; + fi + unzip -o /tmp/panel.zip -d $setup_path/server/ > /dev/null + rm -f /tmp/panel.zip + cd $setup_path/server/panel/ + check_bt=`cat /etc/init.d/bt|grep BT-Task` + if [ "${check_bt}" = "" ];then + rm -f /etc/init.d/bt + wget -O /etc/init.d/bt $download_Url/install/src/bt7.init -T 20 + chmod +x /etc/init.d/bt + fi + rm -f /www/server/panel/*.pyc + rm -f /www/server/panel/class/*.pyc + if [ ! -f $setup_path/server/panel/config/config.json ];then + wget -T 5 -O $setup_path/server/panel/config/config.json $download_Url/install/pyenv/config/config.json + wget -T 5 -O $setup_path/server/panel/config/dns_api.json $download_Url/install/pyenv/config/dns_api.json + fi + + chattr -i /etc/init.d/bt + chmod +x /etc/init.d/bt + if [ $up_plugin = 1 ];then + $pyenv_bin/python /www/server/panel/tools.py update_to6 + fi +} + +update_start(){ + echo "=====================================" + echo "开始升级宝塔Linux面板,请稍候..." + echo "=====================================" +} + + +update_end(){ + echo "=====================================" + rm -f /dev/shm/bt_sql_tips.pl + kill $(ps aux|grep -E "task.py|main.py"|grep -v grep|awk '{print $2}') &>/dev/null + bash /www/server/panel/init.sh start + echo 'True' > /www/server/panel/data/restart.pl + pkill -9 gunicorn &>/dev/null & + echo "已成功升级到[$version]${Ver}"; +} +rm -rf /www/server/phpmyadmin/pma + +update_start +check_panel +select_node +install_python +get_version +update_panel +update_end + + diff --git a/public/static/file/kaixin.zip b/public/static/file/kaixin.zip index e22d169..11bd390 100644 Binary files a/public/static/file/kaixin.zip and b/public/static/file/kaixin.zip differ diff --git a/public/static/file/win/kaixin.zip b/public/static/file/win/kaixin.zip index a11e079..7c955cc 100644 Binary files a/public/static/file/win/kaixin.zip and b/public/static/file/win/kaixin.zip differ diff --git a/public/static/js/custom.js b/public/static/js/custom.js index d2db568..b59309e 100644 --- a/public/static/js/custom.js +++ b/public/static/js/custom.js @@ -90,7 +90,7 @@ if (typeof $.fn.bootstrapTable !== "undefined") { $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.custom); } -const httpGet = (url, callback) => { +function httpGet(url, callback){ $.ajax({ url: url, type: 'get', @@ -107,7 +107,7 @@ const httpGet = (url, callback) => { }); } -const httpPost = (url, data, callback) => { +function httpPost(url, data, callback){ $.ajax({ url: url, type: 'post', @@ -125,7 +125,7 @@ const httpPost = (url, data, callback) => { }); } -const isMobile = function(){ +var isMobile = function(){ if( /Android|SymbianOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Windows Phone|Midp/i.test(navigator.userAgent)) { return true; } diff --git a/route/app.php b/route/app.php index 77b0949..8509d81 100644 --- a/route/app.php +++ b/route/app.php @@ -78,6 +78,7 @@ Route::group('api', function () { Route::post('/v2/statistics/report_plugin_daily', 'api/return_error'); Route::get('/panel/notpro', 'api/return_empty'); Route::post('/Btdeployment/get_deplist', 'api/get_deplist'); + Route::post('/panel/get_deplist', 'api/get_deplist'); Route::post('/LinuxBeta', 'api/return_error'); Route::post('/panel/apple_beta', 'api/return_error'); diff --git a/wiki/files/PluginLoader.py b/wiki/files/PluginLoader.py new file mode 100644 index 0000000..cf0f951 --- /dev/null +++ b/wiki/files/PluginLoader.py @@ -0,0 +1,94 @@ +#coding: utf-8 +import public,os,sys,json + +#获取插件列表(0/1) +def get_plugin_list(force = 0): + api_root_url = 'https://api.bt.cn' + api_url = api_root_url+ '/panel/get_plugin_list' + cache_file = 'data/plugin_list.json' + + if force==0 and os.path.exists(cache_file): + jsonData = public.readFile(cache_file) + softList = json.loads(jsonData) + else: + try: + jsonData = public.HttpGet(api_url) + except Exception as ex: + raise public.error_conn_cloud(str(ex)) + softList = json.loads(jsonData) + if type(softList)!=dict or 'list' not in softList: raise Exception('云端插件列表获取失败') + public.writeFile(cache_file, jsonData) + return softList + +#获取授权状态() 返回:0.免费版 1.专业版 2.企业版 -1.获取失败 +def get_auth_state(): + try: + softList = get_plugin_list() + if softList['ltd'] > -1: + return 2 + elif softList['pro'] > -1: + return 1 + else: + return 0 + except: + return -1 + +#执行插件方法(插件名,方法名,参数) +def plugin_run(plugin_name, def_name, args): + if not plugin_name or not def_name: return public.returnMsg(False,'插件名称和插件方法名称不能为空!') + p_path = public.get_plugin_path(plugin_name) + if not os.path.exists(p_path + '/index.php') and not os.path.exists(p_path + '/%s_main.py' % plugin_name): return public.returnMsg(False,'插件不存在!') + + is_php = os.path.exists(p_path + '/index.php') + if not is_php: + public.package_path_append(p_path) + plugin_main = __import__(plugin_name + '_main') + try: + if sys.version_info[0] == 2: + reload(plugin_main) + else: + from imp import reload + reload(plugin_main) + except: + pass + plu = eval('plugin_main.' + plugin_name + '_main()') + if not hasattr(plu, def_name): + return public.returnMsg(False,'在[%s]插件中找不到[%s]方法' % (plugin_name,def_name)) + + if 'plugin_get_object' in args and args.plugin_get_object == 1: + if not is_php: + return getattr(plu, def_name) + else: + return None + else: + if not is_php: + data = eval('plu.' + def_name + '(args)') + else: + import panelPHP + args.s = def_name + args.name = plugin_name + data = panelPHP.panelPHP(plugin_name).exec_php_script(args) + return data + +#执行模块方法(模块名,方法名,参数) +def module_run(mod_name, def_name, args): + if not mod_name or not def_name: return public.returnMsg(False,'模块名称和模块方法名称不能为空!') + + mod_file = "{}/projectModel/{}Model.py".format(public.get_class_path(),mod_name) + if not os.path.exists(mod_file): + mod_file = "{}/databaseModel/{}Model.py".format(public.get_class_path(),mod_name) + if not os.path.exists(mod_file): + return public.returnMsg(False,'模块[%s]不存在' % mod_name) + + def_object = public.get_script_object(mod_file) + if not def_object: return public.returnMsg(False,'模块[%s]不存在!' % mod_name) + try: + run_object = getattr(def_object.main(),def_name,None) + except: + return public.returnMsg(False,'模块入口实例化失败' % mod_name) + if not run_object: return public.returnMsg(False,'在[%s]模块中找不到[%s]方法' % (mod_name,def_name)) + if 'module_get_object' in args and args.module_get_object == 1: + return run_object + result = run_object(args) + return result + diff --git a/wiki/files/pluginAuth.py b/wiki/files/pluginAuth.py deleted file mode 100644 index bb75dcd..0000000 --- a/wiki/files/pluginAuth.py +++ /dev/null @@ -1,63 +0,0 @@ -#coding: utf-8 -import public,os,sys,json - -class Plugin: - name = False - p_path = None - is_php = False - plu = None - __api_root_url = 'https://api.bt.cn' - __api_url = __api_root_url+ '/panel/get_plugin_list' - __cache_file = 'data/plugin_list.json' - - def __init__(self, name): - self.name = name - self.p_path = public.get_plugin_path(name) - self.is_php = os.path.exists(self.p_path + '/index.php') - - def get_plugin_list(self, force = False): - if force==False and os.path.exists(self.__cache_file): - jsonData = public.readFile(self.__cache_file) - softList = json.loads(jsonData) - else: - try: - jsonData = public.HttpGet(self.__api_url) - except Exception as ex: - raise public.error_conn_cloud(str(ex)) - softList = json.loads(jsonData) - if type(softList)!=dict or 'list' not in softList: raise Exception('云端插件列表获取失败') - public.writeFile(self.__cache_file, jsonData) - - return softList - - def isdef(self, fun): - if not self.is_php: - public.package_path_append(self.p_path) - plugin_main = __import__(self.name + '_main') - try: - if sys.version_info[0] == 2: - reload(plugin_main) - else: - from imp import reload - reload(plugin_main) - except: - pass - self.plu = eval('plugin_main.' + self.name + '_main()') - if not hasattr(self.plu, fun): - if self.name == 'btwaf' and fun == 'index': - raise Exception("未购买") - return False - return True - - def exec_fun(self, args): - fun = args.s - if not self.is_php: - plu = self.plu - data = eval('plu.' + fun + '(args)') - else: - import panelPHP - args.s = fun - args.name = self.name - data = panelPHP.panelPHP(self.name).exec_php_script(args) - return data - diff --git a/wiki/update.md b/wiki/update.md index 9f2b710..3ab0bea 100644 --- a/wiki/update.md +++ b/wiki/update.md @@ -8,14 +8,7 @@ - 将class文件夹里面所有的.so文件删除 -- 将pluginAuth.py复制到class文件夹 - -- 在class/jobs.py,将以下代码删除 - - ```python - if not public.is_debug(): - public.ExecShell("rm -f /www/server/panel/class/pluginAuth.py") - ``` +- 将PluginLoader.py复制到class文件夹 - 全局搜索替换 https://api.bt.cn => http://www.example.com @@ -45,10 +38,6 @@ 在 def check_domain_cloud(domain): 这一行下面加上 return -- class/webshell_check.py 搜索替换 public.GetConfigValue('home') => 'https://www.bt.cn' - -- class/plugin_deployment.py 约270行,替换 public.GetConfigValue('home') => 'https://www.bt.cn' - - class/panelPlugin.py 文件,download_icon方法内替换 public.GetConfigValue('home') => 'https://www.bt.cn' - class/panelPlugin.py 文件,set_pyenv方法内,temp_file = public.readFile(filename)这行代码下面加上 @@ -68,13 +57,13 @@ - install/public.sh 用官网最新版的[public.sh](http://download.bt.cn/install/public.sh)替换,并去除最下面bt_check一行 -- 去除无用的定时任务:task.py 文件 +- 去除无用的定时任务:task.py 文件 删除以下几行 - 删除 p = threading.Thread(target=check_files_panel) 以及下面2行 + "update_software_list": update_software_list, - 删除 p = threading.Thread(target=check_panel_msg) 以及下面2行 + "check_files_panel": check_files_panel, - 删除 p = threading.Thread(target=update_software_list) 以及下面2行 + "check_panel_msg": check_panel_msg, - 去除面板日志上报:script/site_task.py 文件 @@ -102,6 +91,10 @@ - [可选]关闭未绑定域名提示页面:在class/panelSite.py,root /www/server/nginx/html改成return 400 +- [可选]关闭自动生成访问日志:在 BT-Panel,WSGIServer((HOST, PORT)里面增加参数 log=None + + 在 BTPanel/\_\_init\_\_.py 删除public.write_request_log()这一行 + 解压安装包panel6.zip,将更新包改好的文件覆盖到里面,然后重新打包,即可更新安装包。( 别忘了删除class文件夹里面所有的.so文件) diff --git a/wiki/updatewin.md b/wiki/updatewin.md index 4ce5e7b..00cbae7 100644 --- a/wiki/updatewin.md +++ b/wiki/updatewin.md @@ -38,8 +38,6 @@ Windows版宝塔由于加密文件太多,无法全部解密,因此无法做 在 get_update_file() 方法里面 get_url() => GetConfigValue('home') -- class/webshell_check.py 搜索替换 public.GetConfigValue('home') => 'https://www.bt.cn' - - class/plugin_deployment.py 文件 get_icon 和 SetupPackage 方法内,替换 public.GetConfigValue('home') => 'https://www.bt.cn' - 去除无用的定时任务:task.py 文件