我的网站
http://bbs.greatbeezer.cn将验证代码粘贴到INDEX.PHP里面,点击验证报:未放置监测代码![code]<?php
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.php 21048 2009-11-09 05:59:18Z monkey $
*/
define('BINDDOMAIN', 'index');
require_once './include/common.inc.php';
if(!$loadforum) {
if($indextype) {
$op = empty($op) ? $indextype : $op;
$indexfile = in_array($op, array('classics', 'feeds')) ? $op : 'classics';
} else {
$indexfile = 'classics';
}
if($indexfile == 'classics' || !empty($gid)) {
require_once DISCUZ_ROOT.'./include/index_classics.inc.php';
} elseif($indexfile == 'feeds') {
require_once DISCUZ_ROOT.'./include/index_feeds.inc.php';
} else {
showmessage('undefined_action');
}
} else {
require_once './forumdisplay.php';
}
?>
<script type="text/javascript"> var locationUrl = escape(document.location.href); document.write(unescape("%3Cscript")+" charset='utf-8' src='http://union.rising.com.cn//InfoManage/TrojanInspect.aspx?p1=XS4OGFQrP0UXN6W8tTL5tIbbhdSq-sy9JWwK2oN5ATU=&p2=k/uvHd7pL60=&p3=XS4OGFQrP0UXN6W8tTL5tGADLGSiy8AR&url="+ locationUrl + "' type='text/javascript'"+unescape("%3E%3C/script%3E"));</script>
注:红色部分为放入的代码,将其放在?>上面,还是放在下面都不行!!用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MAXTHON 2.0)