Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 请问怎样去除 暗链

[复制链接]
炽火无焰 发表于 2016-9-21 17:43:20 | 显示全部楼层 |阅读模式
http://www.somu.top/portal.php

暗链代码如下。请高手指教怎样找到她编译前的代码,

<script type="text/javascript">
<!--
var nowheight=0; //初始广告层高度
var maxheight=354; //广告层最大高度
var adobj;
var opendiv;
var closdiv;
var addfunc;
var handobj;
var reducefunc;
var speed=7; //层卷动速度
function showtopad() {
adobj=document.getElementById("bigad");
opendiv=document.getElementById("opendiv");
closdiv=document.getElementById("closdiv");
if (nowheight<=0) {
opendiv.style.display="none";
adobj.style.display="block";
addfunc=setInterval("addheight()",1);
}
}
function closetopad() {
if (nowheight>0) {
callreduceheight();
if (typeof(handobj)=="number") {
clearTimeout(handobj);
}
}
}
function addheight() {
nowheight+=speed;
if (nowheight>maxheight) {
clearInterval(addfunc);
closdiv.style.top=maxheight-30;
closdiv.style.display="block";
handobj=setTimeout("callreduceheight()",6000);
return;
}
adobj.style.height=nowheight+"px";
}
function callreduceheight() {
closdiv.style.display="none";
reducefunc=setInterval("reduceheight()",1);
}
function reduceheight() {
adobj.style.height=nowheight+"px";
nowheight-=speed;
if (nowheight<=0) {
clearInterval(reducefunc);
adobj.style.display="none";
opendiv.style.display="block";
return;
}
}
//-->
</script>
<body onload="showtopad()">
<div id="opendiv" style="position:absolute;top:3px;right:3px;z-index:10;padding:3px;border:1px #000 solid;display:none;cursor:hand;background:#fff;"><span onclick="showtopad()">重播</span></div>
<div id="closdiv" style="position:absolute;right:4px;z-index:10;padding:3px;border:1px #000 solid;display:none;cursor:hand;background:#fff;"><span onclick="closetopad()">关闭</span></div>
<div id="bigad" style="width:960px;height:0;overflow:hidden;display:none;">
<a  target="_blank">
<img src="http://www.wuwangwo.cc/images/ad/lamu/lamuda.gif">

放暗链的 这个站长真是个杂碎
popuppp 发表于 2016-9-21 19:57:48 | 显示全部楼层
检查对应的模板文件和首页文件index.php forum.php这些
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 06:24 , Processed in 0.026729 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表