1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Rapidshare file upload API

Discussion in 'PHP' started by linkexchange1984, Oct 28, 2009.

  1. #1
    Friends,
    I am looking for a script for Rapidshare file upload from my website(some thing like API). Could any one help me to get or or provide me guide line to code this script???

    Thank you.
     
    linkexchange1984, Oct 28, 2009 IP
  2. szalinski

    szalinski Peon

    Messages:
    341
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Their API is fully documented and is a breeze to use: http://rapidshare.com/dev.html

    You can simply use cURL and use a callback function if you want to use a progressbar, or do it with fsockopen instead and pipe the data thru. In fact, you could most likely just use the Perl script they provide to do the job.
     
    szalinski, Oct 28, 2009 IP
  3. BMABMA

    BMABMA Greenhorn

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Hi,

    @szalinski: it seems easy to use this api looking at what you said, but I don't know anything about perl and I didn't find how to use this perl api in php to reach the goal of download/upload to rapidshare with a script.
    So please could you explain to a perl newbie how to do that.

    Thanks.
     
    BMABMA, Aug 4, 2010 IP
  4. themullet

    themullet Member

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    there's php code on the link too
     
    themullet, Aug 4, 2010 IP
  5. szalinski

    szalinski Peon

    Messages:
    341
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if you read inside the perl uploadresume.pl file it tells you how to use it xD
     
    szalinski, Aug 22, 2010 IP