Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: IRC Download script

  1. #11
    i know i can figure it out, but i was hoping for a comprehensive listing of mirc scripting. it seems pretty basic, but all these dollar signs and stuff don't make much sense to me.

  2. BitTorrent   -   #12
    DanielleD87's Avatar bunny
    Join Date
    Aug 2007
    Location
    north cali
    Posts
    723
    if you need help you can message me. a while ago I wrote such a script but I doubt I have it floating around any more. however, i remember the details of the task at hand quite well.

    1st) i recommend the mIRC scripting language. it is, by far, the easiest way to code for IRC when dealing with modifying strings which is the main difficulty in writing a script like this.
    2nd) i recommend you use a pre torrent chan. Not sure exactly the terminology of what they are called. Basically, it is a like a pre chan but it announces when many different torrent sites get the release. Ultimately I don't recommend you stay with one of these channels, but to start it is good because all of the releases are in one form of display which really helps if you're newer to scripting.
    3) You need to learn about tokens in mIRC. I mention this because the help files that come with mIRC are excellent in teaching you the language for almost everything. It even explains the socket command quite well. However, tokens are not really mentioned in the mirc help files so you will have to actually go on web sites and look up tutorials. It is slightly more advanced then most of the mIRC scripting but once you learn the syntax and see it in code and how it works on your own it is quite easy. I don't remember if they are even required for a script like you want to do, to be honest, but I remember when I was writing my script that does just this I learned about tokens and the impression stayed with me regardless if I used them or not. I think the way of thinking once I learned how they are used is what helped. Basically, in the mIRC scripting language there can be a line of text that says, 'Guess what?! Religious.LiMiTED-FAkE just pred at http://youwish.thiswas.a.real.site' and you can pull the release name Religious.LiMiTED-FAkE which is the 3rd word then take that variable and use the period as the token to remove the .LiMiTED-FAkE and get just Religious then sort it through the list of what you're trying to download. if true then you can pull word 7 which is the URL and have it download and run through an external source.
    4) Divide the task up into steps. Take the release string of the site you're aiming for and get what you want from it aka URL and release name. Once you've got that you can set it to /beep or something when the release you want comes out so you know ahead of time. You can then set that up for all the sites you want. Then after that work on downloading the .torrent file and running it which is a whole different type of problem that has to be looked at from another angle. Then finally make a window that allows you to add search fields like you can in an rss search program and remove them easily in mIRC so you don't have to manually code in what you're looking for. - those are the main steps. Take everything one at a time.
    5) You still want RSS feeds setup on your bt client. If your client dies on the pre channels you will not be notified or auto download anything. Also, if the announce bot dies the same thing will happen, or if the ircd is being ddosed or ... things are never as stable as you want them to be. Therefor a backup is always good! Have an RSS feed working as well. If your bot doesn't catch it then the RSS feed will. If you have a power outage. Your comp comes back on 2 hours after the release, the RSS client will get it, but your bot will not unless it is on a remote host. Get my drift?


    I could go on and on. If you want to code this it is a fun and actually easy project to do. I will help you along the way. Feel free to msg me. ^_^

  3. BitTorrent   -   #13
    haha for all that work you put into it, it's a shame you lost it. but i will give it a shot maybe this weekend if i finish my work. thanks for the tips. i have a SCC irc script i have working right now, and hopefully slowly digesting it will work.

  4. BitTorrent   -   #14
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    how about a torrentleech IRC script? anyone have such a thing ?
    An Excerpt from: A Declaration of the Independence of Cyberspace
    by John Perry Barlow
    Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather [...] I declare the global social space we are building to be naturally independent of the tyrannies you seek to impose on us.
    Read more here

  5. BitTorrent   -   #15
    DanielleD87's Avatar bunny
    Join Date
    Aug 2007
    Location
    north cali
    Posts
    723
    yes, and make your own

  6. BitTorrent   -   #16
    hummm sct scripts... and your not a member ? :/

  7. BitTorrent   -   #17
    Raban's Avatar Poaster BT Rep: +7BT Rep +7
    Join Date
    Feb 2008
    Posts
    761
    Quote Originally Posted by xantra View Post
    hummm sct scripts... and your not a member ? :/

    he wants them as a reference for creating other scripts... makes sense to me.

  8. BitTorrent   -   #18
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    Quote Originally Posted by DanielleD87 View Post
    yes, and make your own
    luckily;
    i wasnt asking you
    An Excerpt from: A Declaration of the Independence of Cyberspace
    by John Perry Barlow
    Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather [...] I declare the global social space we are building to be naturally independent of the tyrannies you seek to impose on us.
    Read more here

  9. BitTorrent   -   #19
    zemitras's Avatar Poster
    Join Date
    Jan 2008
    Location
    FST
    Posts
    31
    Just to give this thread a bump!

    Can anyone send me a mirc autodownload script for Torrentleech?

    thanks


  10. BitTorrent   -   #20
    no one is gonna waist there time making a script there never gonna use. SCC has a auto dl script with support in there forums.
    i recommend you trying to get a SCC invite then trying to find a coder to make you a script.

    <3 SCC FTW!

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •