[PHP] 纯文本查看 复制代码 <?php
/*
* Install Uninstall Upgrade AutoStat System Code
* This is NOT a freeware, use is subject to license terms
* From www.1314study.com
*/
if(!defined('IN_ADMINCP')) {
exit('Access Denied');
}
require_once ('pluginvar.func.php');
$_statInfo = array();
$_statInfo['pluginName'] = $pluginarray['plugin']['identifier'];
$_statInfo['pluginVersion'] = $pluginarray['plugin']['version'];
require_once DISCUZ_ROOT.'./source/discuz_version.php';
$_statInfo['bbsVersion'] = DISCUZ_VERSION;
$_statInfo['bbsRelease'] = DISCUZ_RELEASE;
$_statInfo['timestamp'] = TIMESTAMP;
$_statInfo['bbsUrl'] = $_G['siteurl'];
$_statInfo['SiteUrl'] = 'http://www.54juju.com/';
$_statInfo['ClientUrl'] = 'http://www.54juju.com/';
$_statInfo['SiteID'] = [b][color=#ff0000]'69B03DEF-C02B-5433-74EE-06EE346A3C31';[/color][color=#ff00ff] 这个代码非常像序列号但是我就是不知道他是怎么能给网页上面也能加序列号了,很是像不通,[/color][/b]
$_statInfo['bbsAdminEMail'] = $_G['setting']['adminemail'];
$_statInfo['action'] = substr($operation,6);
$_statInfo = base64_encode(serialize($_statInfo));
$_md5Check = md5($_statInfo);
$StatUrl = 'http://addon.1314study.com/stat.php';
$_StatUrl = $StatUrl.'?info='.$_statInfo.'&md5check='.$_md5Check;
echo '<script src="'.$_StatUrl.'" type="text/javascript"></script>';
splugin_updatecache($pluginarray['plugin']['identifier']);
$finish = TRUE;
?>
就是这段代码,我感觉这段代码有验证性质,请给位帮我看看,有什么办法可以跳过验证直接进入,请各位指教
|