Another Auto Uploading Script - Page 2
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17
  1. #11

    Join Date
    Aug 2009
    Location
    Sweden
    Posts
    275

    Default

    Yea well .. what part do you need help with? I've written a script that auto dl from other trackers and recreates a new torrent and autoupload to some trackers.

    The script triggers on an event from rtorrent when a torrent is ready downloaded but you could make it trigger on other things. In Linux I would use inodes or something .. in windows I dunno but there are surely events to trigger on. Or if your ftp client can run a script when it's ready with a transfer.

    Also the upload process differs from tracker to tracker so some modifications is surely needed there as well.

    I like my Woman like I like my Whiskey, 15 years old and mixed up with coke.


  2. To remove ads become VIP. Inquire about advertising here.
  3. #12

    Join Date
    Mar 2010
    Posts
    435

    Default

    thanks for everyone reply. hmm, i think i need to make it more detailed. here is what i want.

    i have a sever,full access. and a topsite ftp. i have already setup an autofxp from topsite to my server. when the new release is fully transfered to my server, i want auto create the torrent and upload to a tracker.

    really need help for this. thanks!

  4. #13

    Join Date
    Aug 2009
    Location
    Sweden
    Posts
    275

    Default

    Quote Originally Posted by Riverside View Post
    thanks for everyone reply. hmm, i think i need to make it more detailed. here is what i want.

    i have a sever,full access. and a topsite ftp. i have already setup an autofxp from topsite to my server. when the new release is fully transfered to my server, i want auto create the torrent and upload to a tracker.

    really need help for this. thanks!
    Do you have any way to trigger a script when the transfer is complete? I mean any way to know for sure when the transfer is 100% done?

    If so .. the rest is easy and you can have it from me. If not .. you have to think of a way to know when the transfer is complete. The best way is if you use a command line ftp client or scp or something to transfer the files so you could execute the script when the transfer process is done.

    Or if your ftp/fxp client can execute scripts after a transfer.

    The least good way is to use inodes or similar OS hooks to check if a directory is still being written to. It's adding alot of latency to your pre times and will sooner or later generate incomplete torrents.

    So .. tell me when you know how to execute it and you can have torrent creation and upload part from me
    I like my Woman like I like my Whiskey, 15 years old and mixed up with coke.

  5. #14

    Join Date
    Dec 2010
    Posts
    179

    Default

    I don't believe that a general purpose tool exist for it cause different trackers have different uploading requirements.

    As igge said u need to know exactly when all files are on ur server. Next u need to trigger any app custumized by you (probably made from scratch) to upload the file for the tracker u want.

    Hard thing to do but good luck ;)

  6. #15

    Join Date
    Aug 2009
    Location
    Sweden
    Posts
    275

    Default

    Quote Originally Posted by HyperSeder View Post
    I don't believe that a general purpose tool exist for it cause different trackers have different uploading requirements.

    As igge said u need to know exactly when all files are on ur server. Next u need to trigger any app custumized by you (probably made from scratch) to upload the file for the tracker u want.

    Hard thing to do but good luck ;)
    Yea a "general" app is impossible .. in my script I've modulized the upload process so I can add new trackers I want to upload to or download from as modules to the existing framework. So it's not a HUGE job to add support for a new tracker but you still need to do the work for every single new tracker.
    I like my Woman like I like my Whiskey, 15 years old and mixed up with coke.

  7. #16

    Join Date
    Mar 2010
    Posts
    435

    Default

    Quote Originally Posted by igge View Post
    Do you have any way to trigger a script when the transfer is complete? I mean any way to know for sure when the transfer is 100% done?

    If so .. the rest is easy and you can have it from me. If not .. you have to think of a way to know when the transfer is complete. The best way is if you use a command line ftp client or scp or something to transfer the files so you could execute the script when the transfer process is done.

    Or if your ftp/fxp client can execute scripts after a transfer.

    The least good way is to use inodes or similar OS hooks to check if a directory is still being written to. It's adding alot of latency to your pre times and will sooner or later generate incomplete torrents.

    So .. tell me when you know how to execute it and you can have torrent creation and upload part from me
    yes, i have a sfv auto-check plugin, so i think it will not be difficult to add something to trigger a script

  8. #17

    Join Date
    Dec 2010
    Location
    Utah
    Posts
    9

    Default

    Quote Originally Posted by Riverside View Post
    yes, i have a sfv auto-check plugin, so i think it will not be difficult to add something to trigger a script
    Yes, as long as you are getting scene files with sfv, then the script only needs to read the sfv, then wait till all the files check out. That doesn't even need a caller from your auto ftp.

    If you are interested I could probably do a script for you. I would want to use utorrent, as I am working with it already, and so I would have some use for it myself.

    I use Perl for almost everything, and would do this as a Perl script. I have written tons of other automation stuff in Perl before. I have a script that will take a download, unrar it, and do screenshots of it :) (perl, avisynth, and a few other command line programs).

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. SCC Irssi auto download script for uTorrent
    By Synthesis in forum Software
    Replies: 13
    Last Post: December 28th, 2011, 01:45 PM
  2. Tracker Auto Download Scripts Section
    By reksat in forum Suggestions
    Replies: 13
    Last Post: August 9th, 2011, 05:57 PM
  3. Auto Uploading Script
    By rockingabru in forum Coders - Hello World!
    Replies: 35
    Last Post: April 2nd, 2011, 11:04 AM
  4. Auto Upload script
    By erk in forum Help
    Replies: 1
    Last Post: March 30th, 2011, 08:13 PM
  5. SCC mIRC Auto-Download Script & WebUI
    By Lionel in forum BitTorrent
    Replies: 20
    Last Post: July 30th, 2009, 06:21 PM

Tags for this Thread

Posting Permissions

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