如何阻止別人非法鏈接你網(wǎng)站的圖片?
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
getimage.asp <% Option Explicit Dim strBuffer, FilePath strBuffer = Request.ServerVariables("HTTP_REFERER") strBuffer = mid(strBuffer, InStr(strBuffer,".") + 1) strBuffer = left(strBuffer, InStr(strBuffer, "/") - 1) FilePath = "/HIDDENIMAGES/" If strBuffer = "intels.net" then '此處更改為您的訪問域名 FilePath = FilePath + Request.QueryString("FName") Else FilePath = "/images/chunfeng.jpg" End If Response.Redirect(FilePath) %>
該文章在 2011/2/16 0:21:01 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |