2种刷QQ空间人气的代码

来源:└博友窝  编辑:博客代码网  发布时间:2007-01-21  点击:  [收藏]

克窿空间

刷人气代码

此代码用于群刷代码中的5000代表5秒就是说有人进入到你的空间5秒后就会自动转到你代码中的QQ号上面去 时间可以修改


下面的代码要做文档上传
复制下面的代码

方法一,适合做连接,空间上锁推荐!

"));
//
function ask()
{
var enter=prompt("注意le:输入1 继续浏览本空间! 输入2 日志设有制作问题专贴,专人回答! 输入3 空间连接! 输入4 秘密! 如果选择错误,请重新登陆本空间"," ");
var yes = 1
if (enter == 2)
{
parent.location.href = "http://278818974.q-zone.qq.com"
}
else if (enter == 1)
{

}
else if (enter == 3)
{
parent.location.href = "http://278818974.q-zone.qq.com"
}
else if (enter == 4)
{
parent.location.href = "http://278818974.q-zone.qq.com"
}
else
{
alert('请在这里选择一个数字');
ask()
}

}
ask()




方法二,霸道的代码(适合给小号做,这种做法只有到网络空间删除文档才能修改!)
"));
//
function ask()
{
var enter=prompt("你有三种选择:输入1打开空间. 输入2打开空间.输入3打开空间!"," ");
var yes = 1
if (enter == 1)
{
parent.location.href = "修改成你想要刷的空间地址"
}
else if (enter == 2)
{
parent.location.href = "修改成你想要刷的空间地址"
}
else if (enter == 3)
{
parent.location.href = "修改成你想要刷的空间地址"
}
else
{
alert('请在这里选择一个数字');
ask()
}


}
ask()





把上传得到后的地址放到下面的代码中


文章地址: