dao->select('*')->from(TABLE_EXTENSION)->where('code')->like( "%$matches[1]%")->fetch() : []; $pluginName = !empty($extensionInfo->name) ? $extensionInfo->name : ''; $pluginNotice = !empty($pluginName) ? "

“{$pluginName}”插件暂无授权

" : ''; $isPlugin = commonModel::hasPriv('extension', 'uninstall'); if($isPlugin) { $deleteBtnZh = "卸载插件"; $deleteBtnEn = "Delete Plugin"; } } $email = 'co@zentao.net'; $mobile = '4006-8899-23'; $expired = " 插件 - 禅道 {$pluginNotice}

没有授权此版本

您当前授权版本不支持此插件,请联系我们购买插件的授权。

Email:{$email}

电话:{$mobile}

网站:www.zentao.net

下载更新 {$deleteBtnZh} 我的地盘



This version is not licensed

This license version is not enable this extension. Please contact us to buy thie right licenses.

Email:{$email}

Web:www.zentao.pm

Download Update {$deleteBtnEn} Dashboard
"; $server = " 插件 - 禅道

错误的IP地址或MAC地址,或错误的域名访问

软件授权的IP地址或MAC地址和当前系统的IP地址或MAC地址不一致,请使用最初授权的服务器。或你访问的域名与绑定的域名不一致。

下载更新 {$deleteBtnZh}




Wrong IP, MAC address, or domains!

The IP, MAC address, or the domains of your server is not the same one in your license.

Download Update {$deleteBtnEn} Home Page

"; if($err_code == ION_LICENSE_EXPIRED) { echo $expired; } elseif($err_code == ION_LICENSE_SERVER_INVALID) { echo $server; } exit; }