瑞星卡卡安全论坛

首页 » 技术交流区 » 恶意网站交流 » 瑞星云安全网站联盟专版 » 未放置监测代码! 在网站首页INDEX.PHP里面放进了脚本。。。
greatbeezer - 2010-3-17 21:45:00
我的网站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)
networkedition - 2010-3-18 9:18:00
网站打不开呀:kaka6:
netbios - 2010-5-11 20:30:00
我的放代码了也显示未放置代码 www.it124.com  ,怎么回事呢
daohang199 - 2010-5-11 21:50:00
PHP的不懂:kaka4:
1
查看完整版本: 未放置监测代码! 在网站首页INDEX.PHP里面放进了脚本。。。