Activity Stream
48,167 MEMBERS
61047 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 10 of 31

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Quote Originally Posted by thefboo View Post
    well,you have to add torrents manually,thats the biggest disadvantage is that it cannot load torrents by default, and with our sources,if you cant auto-load stuff,it will be hard to maintain a decent ratio
    Push sborg via cURL and everything will be fine Automation ftw
    uferdamm Reviewed by uferdamm on . Real Automation of Down-Uploading of Scene Releases Setup a watch folder on your VPS where any torrent files placed will auto-load into utorrent/deluge Setup a IRC Auto-Dl Script,to download .torrent files to your PC and auto upload to your VPS via FTP(i prefer Slash Method )..This method is faster than RSS,coz RSS updates only every 5mins which is a lot at top trackers,coz most of the torrents will have 30+seeds by then,whereas IRC,is a lot quicker. Setup what types of releases you`d like to download(like TV/Xvid,Movies/DVD-R/Games-pC Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    TVDDL.com
    Quote Originally Posted by uferdamm View Post
    Push sborg via cURL and everything will be fine Automation ftw
    can it be done mate? have you done? i dont know how to use curl
    is it easy to do?

  4.     
    #3
    Member
    Quote Originally Posted by thefboo View Post
    can it be done mate? have you done? i dont know how to use curl
    is it easy to do?
    Yes, I built my own "sborg automation" It's easy, just a few PHP Code Raws.

    Login to sBorg:

    Code: 
    $postLoginFields = array(
        'access_login'          => 'user',
        'access_password'       => 'password',
        'access_duration'       => '720'
    );
    
    $postLoginConfig = array(
        CURLOPT_URL             => 'http://yoursborghosturl/index.php',
        CURLOPT_COOKIEJAR       => './cookies.txt',
        CURLOPT_COOKIEFILE      => './cookies.txt',
        CURLOPT_COOKIESESSION   => true,
        CURLOPT_FOLLOWLOCATION  => true,
        CURLOPT_RETURNTRANSFER  => true,
    	CURLOPT_POST            => true,
        CURLOPT_AUTOREFERER     => true,
    	CURLOPT_POSTFIELDS      => $postLoginFields
    );
    
    $ch = curl_init();
    curl_setopt_array($ch, $postLoginConfig);
    if(curl_exec($ch)) echo '<b>Login successfully!</b>';
    curl_close($ch);
    and so on

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [PHP] Scene Releases DB v0.1
    By devNULL in forum Web Development Area
    Replies: 2
    Last Post: 27th Jan 2012, 09:12 AM
  2. SceneDDL.net - Automated Uploading of "Scene" Releases
    By SDL.Verity in forum Forum and DDL Discussion
    Replies: 50
    Last Post: 30th Jun 2011, 08:54 AM
  3. [Selling] SceneBot - Uploading The Latest Scene Releases Into Your Filehost Accounts
    By thefboo in forum Completed Transactions
    Replies: 72
    Last Post: 30th May 2011, 11:25 AM
  4. [Selling] Uploading Scene Releases
    By Daniel in forum Completed Transactions
    Replies: 56
    Last Post: 30th Oct 2010, 01:43 PM
  5. Scene Releases
    By ZeroAT in forum Site Reviews
    Replies: 5
    Last Post: 28th Aug 2010, 10:16 PM

Tags for this Thread

BE SOCIAL