: |

如果要添加到你的网站中,要做以下的操作:
下载包并解压 仿蚊子飞信 插件修改版.rar
第一:打开ajax.asp文件,修改电话信息,包括号码为密码:
引用:
'需要设置的地方
Const username = "13900010001" '手机号码
Const password = "admin888" '密码
Const sendto = "13900010001" '发送的手机头,必须为本机或飞信好友
Const mypass = "admin888" '设置可以无限发送的密码
Const mysend = 3 '设置每日发送次数
修改完后,
将fetion这个文件夹上传到你的博客根目录就可以了。。。。
第二:打开你的footer.asp在合适的位置加入以下样式 代码
(一定是在“<style type="text/css"> 代码 </style>”):
引用:
/********************************************
中国移动飞信 博客客户端+++++++++++begin++
*********************************************/
.yxj1{
position:absolute;
right:0px;
width:209px;
height:203px;
background:url(../zygg.gif) repeat-y;
}
.yxj3{
text-align:left;
padding-top:0px;
margin-left:0px;
}
/********************************************
中国移动飞信 博客客户端+++++++++++end++++
*********************************************/
第三:继续在footer.asp中的body中放入以下代码:
引用:
<!--********************************************
中国移动飞信 博客客户端+++++++++++begin++
*********************************************-->
<div class=yxj1 id="ad">
<div class=yxj3 >
<iframe frameborder="0" height="203" width="209" scrolling="no" src="fetion.html" ></iframe>
</div>
</div>
<SCRIPT LANGUAGE="java script">
function rightBottomAd(){
var abc = document.getElementById("ad");
abc.style.top = document.documentElement.scrollTop+document.
documentElement.clientHeight-200+"px";//20是这个层的高度;
setTimeout(function(){rightBottomAd();},160);
}
rightBottomAd();
function close_ad(){
ad.style.visibility='hidden';
}
</script>
<!--********************************************
中国移动飞信 博客客户端+++++++++++end+++++++
*********************************************-->
PS:静态的,修改static.htm 文件就可以了,
和上面一样。。。
期待高人 免费为大家做个这样的插件~!!!!!
|