谁能突破华军软件园的下载怪圈?(200分)

  • 主题发起人 主题发起人 weiliu
  • 开始时间 开始时间
华军能有什么怪圈 不用IE照样突破它
 
to 冰力不足,
可是就如我在一楼所说,平时最常用的两个下载函数下载不到啊。
 
要有cookie啊.....
 
华军只是简单的判断了一下 Referer 参数而已! [8D]
 
大家不要说的这么深奥,就说简单点的吧,用我上面那两个函数,再加些什么语句就可以下载华军的东西呢?
 
看到23楼那么说 我刚才还真试验了一下
GET /down/textfile.exe HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://www.newhua.com/soft/6090.htm
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Host: sx.huajun.net
Connection: Keep-Alive
 
按理说应该不难 等我耐心试试
 
怪圈不怪 完全可以

procedure TForm1.Button1Click(Sender: TObject);
var
tmpStream:TFileStream;
begin
tmpStream:=TFileStream.Create('c:/textfile.exe',fmCreate);
idhttp1.HandleRedirects:=true;
idhttp1.ReadTimeout:=20000;
idhttp1.Request.CustomHeaders.Add('Referer: http://www.newhua.com/soft/6090.htm');
try
idhttp1.Get('http://nmas.onlinedown.net/down/textfile.exe',tmpStream);
finally
tmpStream.Free;
end;
Showmessage('ok');
end;
 
呵呵 搞惦
 
楼主的 http://p2s.newhua.com/down/HA-CPU-Z135-SY.rar 地址失效了 所以我用文本处理大师的地址 演示成功 也许楼主没有注意地址失效因而弄不出来
 
我晕 看楼上的帖子 说楼主是大侠 怎么25日回答好的帖子 26 27日见他登陆 还不结贴

以后这种大侠的贴咱可不敢回了 大富翁排名第二的大侠 一点也不爽
 
冰力不足,强,大侠有没有indy in depth 中文版
 
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://www.newhua.com/soft/6090.htm
Accept-Language: zh-cn
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Host: sx.huajun.net
Connection: Keep-Alive
这段资料是哪里的
 
这个资料自己编写一个小东西就获取了。
 
不好意思,送晚分了。
还没有时间去验证。
 
后退
顶部