home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / software / vyzkuste / problemy / problemy.exe / M2Combo.exe / Config / downloadmgr.ini < prev    next >
INI File  |  2003-11-26  |  4KB  |  30 lines

  1. [FlashGet]
  2. script=<script language="vbscript">\nset JetCarCatch=CreateObject("JetCar.Netscape")\ncall JetCarCatch.AddUrl("%download_url","%download_info",document.Url)\n</script>
  3. [Net Transport]
  4. script=<script language="vbscript">\nset NTIECatcher=CreateObject("NTIEHelper.NTIEAddUrl")\ncall NTIECatcher.AddLink(document.Url, "%download_url", "%download_info")\n</script>
  5. [NetAnts]
  6. script=<script language="VBScript">\nOn Error Resume Next\nset NetAntsApi=CreateObject("NetAnts.API")\nif err<>0 then\nMsgBox("NetAnts not properly installed on this PC!")\nelse\nif NetAntsApi.IsUrlExist("%download_url") then\nMsgBox("%download_url"+vbCrLf+"already in queue")\nelse\ncall NetAntsApi.AddUrl("%download_url", "%download_info", document.Url)\nend if\nend if\n</script>
  7. [Download Express]
  8. script=<script language="JavaScript">\nvar DP = new ActiveXObject("Mdpph.API.1");\nif(DP)DP.DownloadFile("%download_url", document.Url, "");\nelse \nalert("download express is not installed yet"); \n</script> 
  9. [ReGet]
  10. script=<script language="VBScript">\nset Application=CreateObject("ClickCatcher.DownloadFromContextMenu")\nif err<>0 then\nMsgBox("ClickCatcher not properly installed on this PC!")\nelse\nApplication.Url = "%download_url"\nApplication.Info = "$download_info"\nApplication.Referer = document.Url\ncall Application.AddDownload()\nend if\n</script>
  11. [HiDownload]
  12. script=<script language="VBScript">\nset NetMolesApi=CreateObject("NetMoles.NetMoles")\nif err<>0 then\nMsgBox("NetMoles not properly installed on this PC!")\nelse\nNetMolesApi.NMAddUrl "%download_url", document.Url\nend if\n</script>
  13. [Intertnet Download Accelerator]
  14. script=<script language="JavaScript">\nvar IDACOMObj = new ActiveXObject("idaie.moveurlida");\nif(IDACOMObj)\n{IDACOMObj.AddURL("%download_url", document.Url);}\nelse{alert("ActiveX automation object placed in IDAIE.DLL is not registered or corrupted. Please try reinstall Internet Download Accelerator");}\n</script>
  15. [Mass Downloader]
  16. script=<script language="JavaScript1.2">\nvar MassDown = new ActiveXObject("MassDown.AddUrl.1");\nif(MassDown)\nMassDown.AddUrlWithReferer("%download_url", "%download_info", document.Url);\nelse\nalert("MassDown.dll is not registered. Please run `regsvr32.exe MassDown.dll`");\n</script>
  17. [Star Downloader] 
  18. script=<script language="javascript">\nvar SDIE = new ActiveXObject("sdext.stardownext");\nif(SDIE)SDIE.DownloadURL("%download_url", document.Url);\nelse \nalert("sdext.dll could not be found. Please re-install Star Downloader"); \n</script> 
  19. [Download Master]
  20. script=<script  language="JavaScript">\nvar DMCOMObj = new ActiveXObject("dmie.moveurl");\nif(DMCOMObj)\nDMCOMObj.AddURL("%download_url", document.Url);\nelse\nalert("ActiveX automation object placed in DMIE.DLL is not registered or corrupted. Please try reinstall Download Master");</script>
  21. [DLExpert]
  22. script=<script language="VBScript">\nset dlexpertapi= CreateObject("dlexpertapi")\ncall dlexpertapi.addjob("%download_url",document.Url)\n</script>
  23. [LeechGet]
  24. script=<script language="JavaScript1.2">\nvar LeechGet = new ActiveXObject("LeechGetIE.AddURL");\nif(LeechGet)LeechGet.AddUrl("%download_url");\nelse alert("LeechIE.dll is not registered. Please run `regsvr32.exe LeechIE.dll'");</script>
  25. [LeechGet 2004]
  26. script=<script language="JavaScript1.2">\nvar LeechGet = new ActiveXObject("LeechGetIE.LeechIE");\nif(LeechGet)LeechGet.AddUrl("%download_url");\nelse alert("LeechIE.dll is not registered. Please run `regsvr32.exe LeechIE.dll'");</script>
  27. [DAP]
  28. script=<script language="JavaScript1.2">\nvar DAPExt = new ActiveXObject("dapie.catcher");if(DAPExt) DAPExt.MenuUrl("%download_url", document.Url, ""); else alert("DAPIE.DLL is not registered or corrupted. Please re-install Download Accelerator Plus");</script>
  29. [FreshDownload] 
  30. script=<script language="JavaScript1.2">\nvar FD = new ActiveXObject("fdcatch.fdnscatcher");if(FD) FD.AddUrl("%download_url", document.Url, 0); else alert("FDCatch.dll is not registered or corrupted. Please re-install Fresh Download");</script>