文件名称:使用asp代码突破图片的防盗连
文件大小:32KB
文件格式:PDF
更新时间:2024-01-23 11:40:05
AS asp response
从网上来的代码,,稍微修改了一些地方,其实用的是cache类。。 保存代码为,比如pic.asp 使用:http://www.xxx.com/pic.asp?url=http://huoche.7234.cn/images/jb51/lznccmzwome.gif 不光是163,其实就是很多防盗连的图片都可以这个实现。 <% ‘盗链判断 ‘If Instr(Request.ServerVariables(“http_referer”),”http://”&Request.ServerVariables(“server_name”)&””) = 0 Then ‘Response.W