dao->select('*')->from(TABLE_EXTENSION)->where('code')->like( "%$matches[1]%")->fetch() : []; $pluginName = !empty($extensionInfo->name) ? $extensionInfo->name : ''; $pluginNotice = !empty($pluginName) ? "
This license version is not enable this extension. Please contact us to buy thie right licenses.
Email:{$email}
Web:www.zentao.pm
软件授权的IP地址或MAC地址和当前系统的IP地址或MAC地址不一致,请使用最初授权的服务器。或你访问的域名与绑定的域名不一致。
下载更新 {$deleteBtnZh}
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; }