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

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31
  1.     
    #21
    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?

  2.     
    #22
    Member
    I'll Give a try. Thanks
    * :: Trusted Sellers:: jayfella ~ddpanda~ desiboy~~` ~~SmartzKool ~~ RippeR ~~ george101

  3.   Sponsored Links

  4.     
    #23
    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

  5.     
    #24
    Banned
    Website's:
    TVDDL.com
    so this is the curl code to login to sborg?

  6.     
    #25
    Member
    thx for share!!!

  7.     
    #26
    Member
    Quote Originally Posted by thefboo View Post
    so this is the curl code to login to sborg?
    Yes. After you logged in, you can call the transload and co. via curl.

    For a transload just call submit.php and pass the form data like in the login part.


    Please don't send me messages like "can I have your script?", "how do you make it" etc. pp. | It's not difficult to made a sborg automation script, so try it yourself

  8.     
    #27
    Banned
    Website's:
    TVDDL.com
    thanks a lot...i`ll try to learn cURL first!
    this would make things really really fast!

  9.     
    #28
    Member
    how to post automatically to wordpress blog from torrent rss or irc?

  10.     
    #29
    Member
    how to post automatically to wordpress blog from torrent rss or irc?
    Maybe you'd hire someone for making a custom tool.

  11.     
    #30
    Banned
    Website's:
    Khambaty.com iMotivate.net
    I can code such a Windows Application for you which posts automaticallly from Torrent RSS to WordPress Panel ..

Page 3 of 4 FirstFirst 1234 LastLast

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