Advertisement
Guest User

Untitled

a guest
May 30th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ;-------------------------------------------;
  2. ; EXAMPLE CONFIG FOR SCC AUTODOWNLOADER 1.1 ;
  3. ;-------------------------------------------;
  4.  
  5. [options]
  6. enabled=1
  7. passkey=xxxxx
  8.  
  9. ; all torrents will be saved here if webui is disabled,
  10. ; then launched with whatever program is associated with .torrent files
  11. torrentdir=$mircdir $+ torrents
  12. utorrentpath=C:\Program Files\uTorrent\uTorrent.exe
  13. downloadto=C:\windows\profiles\admin id(xxx)\My Documents\Downloads
  14.  
  15.  
  16. ; change enabled to 1 if you want to upload torrents to webui
  17. [webui]
  18. enabled=1
  19. ip=xxxxx
  20. port=xxx
  21. username=xxxx
  22. password=xxxx
  23.  
  24. ;[Apps/0DAY]
  25. filters=*
  26. sizefilter=< 100
  27.  
  28. ;[Movies/Packs]
  29. filters=week*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement