百度小偷

2016-02-19 12:08 8 1 收藏

有一种朋友不在生活里,却在生命力;有一种陪伴不在身边,却在心间。图老师即在大家的生活中又在身边。这么贴心的服务你感受到了吗?话不多说下面就和大家分享百度小偷吧。

【 tulaoshi.com - Web开发 】

%
Function bytes2BSTR(vIn)
strReturn = ""
For i = 1 To LenB(vIn)
ThisCharCode = AscB(MidB(vIn,i,1))
If ThisCharCode &H80 Then
strReturn = strReturn & Chr(ThisCharCode)
Else
NextCharCode = AscB(MidB(vIn,i+1,1))
strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
i = i + 1
End If
Next
bytes2BSTR = ubb(strReturn)
End Function

Function dq(key)
dim XmlHttp
set XmlHttp = CreateObject("Microsoft.XMLHTTP")
XmlHttp.Open "GET","http://www.baidu.com/s?wd="&key&"&pn="&request("pn"), false
XmlHttp.setRequestHeader "Content-Type","text/XML"
XmlHttp.Send
dq = bytes2BSTR(XmlHttp.responseBody)
End Function

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/webkaifa/)

Function BR(Str)
Str = Replace(Str,"{br}","br")
Str = Replace(Str,vbcrlf,"br")
Str = Replace(Str,"br br","br")
Str = Replace(Str,"brbr","br")
Str = Replace(Str,"brbr","br")
BR = Str
End Function


function ubb(str)

if instr(str,"找到相关网页") = 0 then
ubb = "没有搜索到任何内容"
exit function
end if

(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/webkaifa/)

str = Replace(str,vbcrlf,"{br}")
str = Replace(str,"br","{br}")
str = Replace(str,"/td","/td"&vbcrlf)
str = Replace(str,"td",vbcrlf&"td")

dim re,Match,Matches
set re = New RegExp
re.Global = True
re.IgnoreCase = True

re.Pattern=".*td class=f(.*)/td"

Set Matches = re.Execute(str)

For Each Match in Matches
ubb=ubb&BR(Match.value)
next
re.Pattern="(- a .[^]*百度快照/a)"
ubb = re.replace(ubb,"")
re.Pattern="(a class=""m"".[^]*.[^]*/a)"
ubb = re.replace(ubb,"")
re.Pattern="(font color=#008000.[^]*/font)"
ubb = re.replace(ubb,"hr") '每一条信息的间隔
ubb = Replace(ubb,"td class=f","")
ubb = Replace(ubb,"/td","")
ubb = BR(UBB)


re.Pattern="(找到相关网页.*秒)"
Set Matches = re.Execute(str)
set Match = Matches(0)
ubb = ubb & Match & "br"

str = Replace(str,"/div","/div"&vbcrlf)


re.Pattern="div class=""p""(.*)/div"
Set Matches = re.Execute(str)
set Match = Matches(0)
Dim TheLink
TheLink = Match
re.Pattern="href=s?(.[^]*)"
TheLink = re.replace(TheLink,"href=""$1""")

ubb = ubb & TheLink
end function

if len(request("wd")) 0 then
response.write dq(request("wd"))
end if
%
form method=post action="?"
input type="text" name="wd" input type="submit"
/form

来源:http://www.tulaoshi.com/n/20160219/1599914.html

延伸阅读
百度派怎么用 1.普通简单操作 a)关注你感兴趣的话题 点击百度π左侧“关注话题-编辑“,可以在搜索框中输入你感兴趣的关键词,如“美食”、“数码“,就会发现你感兴趣的话题了。每个话题下包含多个问题,这些问题可能已经有了很多回答,你可以阅读它们,点赞、评论来发表你的看法;也可以收藏在个人收藏夹中,方便以后...
百度钱包百度账号如何绑定手机邮箱   您的百度账号, 可以通过访问百度账号安全中心
百度传情怎么用?百度传情怎么制作?   百度传情是百度旗下2014年就推出的一款网上电子贺卡类的产品,通过百度传情可以写下对亲朋好友的祝福以及心里话,然后生成特定密码,发送给指定的人,他就可以知道你给他的祝福了。百度传情怎么用?百度传情怎么制作?具体玩法请往下看。 1、打开你的浏览器,在搜索栏中输入 百度传情 ...
标签: 软件教程
百度壁纸是一款功能很独立的壁纸。很多朋友可能有了自己想要使用的壁纸软件想要卸载百度壁纸,下面小编为大家提供几种方法,希望能帮到大家 方法一:安装了360安全卫士的朋友可以使用360安全卫士,软件管家===卸载软件===一键卸载。 方式二:点击开始===百度壁纸===卸载百度壁纸
百度钱包百度账号为什么要激活?   激活是对您填写的注册信息的一种认证过程,未激活的百度账号不能在百度正常使用,也不可以用钱包进行支付、提现等等。为了使您能正常使用钱包的所有功能,建议您尽快激活您的账号。

经验教程

782

收藏

41
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部