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

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1.     
    #11
    Member
    Website's:
    fileservedownload.net
    Quote Originally Posted by l0calh0st View Post
    Use the PHP tags for code next time.

    fixed excuse me

  2.   Sponsored Links

  3.     
    #12
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Did you specified your api key which is required in order to use there api?
    http://www.netload.in/index.php?id=56

  4.     
    #13
    Member
    Website's:
    fileservedownload.net
    yes...the auth...

    i use this but give error...

    upload error....

    it's possible that i must indicate the rar password?

    i think it's necessary in netload...


    ps. sborg dont work with netload ...it give login error...

  5.     
    #14
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    You would have to give the password for the archive if it is password protected. In that case, the code above won't work. You have to get the token and then post again the password or post the password with the first upload request only

  6.     
    #15
    Member
    Website's:
    sborg.us
    sBorg -> http://i.imgur.com/dVUh6.png

    In netload's file manager -> http://i.imgur.com/vxEwe.png

    Check your logins again.

    V3g3ta | Halcyon | Abhi

  7.     
    #16
    Member
    Website's:
    fileservedownload.net
    Quote Originally Posted by soft2050 View Post
    You would have to give the password for the archive if it is password protected. In that case, the code above won't work. You have to get the token and then post again the password or post the password with the first upload request only

    i try with password and without it...but not work...

  8.     
    #17
    Member
    Website's:
    fileservedownload.net
    Quote Originally Posted by Halcyon View Post
    sBorg -> http://i.imgur.com/dVUh6.png

    In netload's file manager -> http://i.imgur.com/vxEwe.png

    Check your logins again.
    wich login i must insert?

    id (number)
    nickname
    password
    password ftp
    nickname ftp

    wich?


    ps : thanks

  9.     
    #18
    Member
    Website's:
    sborg.us
    ID (Number) and password should be enough

    V3g3ta | Halcyon | Abhi

  10.     
    #19
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    PHP Code: 
    function upNetLoad($value$usr$pass){
    // Soft2050

    $url file_get_contents('http://api.netload.in/getserver.php');
    $post = Array ('modus' => 'file_upload''file_link' => "@$value"'auth' => '''user_id' => $usr 'user_password' => $pass);

    $ch curl_init();
    curl_setopt($chCURLOPT_URL$url);
    curl_setopt($chCURLOPT_POST1);
    curl_setopt($chCURLOPT_POSTFIELDS$post);
    curl_setopt($chCURLOPT_RETURNTRANSFERTRUE);
    $result curl_exec ($ch);
    curl_close ($ch);

    if (
    preg_match("/upload_failed/"$result) || preg_match("/prepare_failed/"$result)) {
        return 
    'Upload failed.';
    }
    else if (
    preg_match("/UPLOAD_OK/"$result)) {
        
    $arr explode(';'$result);
        
    /*
        $arr[0] : UPLOAD_OK
        $arr[1] : FILENAME
        $arr[2] : FILESIZE
        $arr[3] : DOWNLOAD LINK
        $arr[4] : DELETE LINK
        */
        
    return $arr[3];
    }


    After testing the script, i noticed there was a mistake in netloads documentation
    Its given as file => file_link in there documentation though the reverse of it works i.e. file_link => file

    Tested the script now without password and it works

  11.     
    #20
    Member
    Website's:
    fileservedownload.net
    not work for mee (

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Netload.in, Can I upload by FTP on Netload.in?
    By xitrumndt in forum File Host Discussion
    Replies: 6
    Last Post: 15th Jul 2012, 08:05 AM
  2. how can I remote upload in netload
    By red_lover in forum File Host Discussion
    Replies: 0
    Last Post: 5th Mar 2012, 05:43 PM
  3. How do you upload to Netload
    By pecko in forum File Host Discussion
    Replies: 1
    Last Post: 9th Feb 2012, 11:09 AM
  4. How to Remote upload to Netload?
    By wolverineq32 in forum Technical Help Desk Support
    Replies: 0
    Last Post: 10th Sep 2010, 01:59 AM

Tags for this Thread

BE SOCIAL