Questions tagged [rapidshare]

RapidShare was a hosting service with a simplified interface.

Links:

36 questions
1
vote
1 answer

Rapidshare API - Perl Script

I'm trying to implement the Rapidshare Upload script into my Project but it seems like it is out of date. I always receive the following error in Terminal: File /home/googles/Downloads/weave_minimal.tgz has 10953 bytes. Calculating MD5HEX... MD5HEX…
Googles
  • 257
  • 2
  • 7
  • 11
1
vote
2 answers

Rapidshare API question

When I retrieve response from query http://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=getaccountdetails_v1&type=prem&login=MY_USERNAME&password=MY_PASSWORD, among other variables, I get .............. validuntil=1251783433.........., which should tell…
Bony
0
votes
1 answer

Rapidshare File Uploader

Anybody knows how multifile uploader in rapidshare is implemented? I'm telling about multiple selecting of files: And separating them per file upload progress: I didn't see nginx uploadprogress calls (like in depositfiles) or any other, so RS may…
andser
  • 555
  • 2
  • 6
  • 13
0
votes
1 answer

How to download files from file hosting services like Rapidshare.com, DepositFiles.com

I'm looking to build a downloader application that downloads files from file-hosting services. What are the steps necessary to satisfy this requirement? E.g. user adds the shared file URL and download manager should transfer the file to a local…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
1 answer

How to get source of html page from a https adress in java

I am trying to implement a download manager in java for rapidshare, I am using the rapidshare API. The problem is that for example if you go to the following link it redirects to a https page, but then when I read the content it always return me…
0
votes
2 answers

Automating interaction with a web-page's JavaScript

Some websites, like rapidshare, give access to their content using JavaScript-based timers. This is impossible to circumvent, for someone like me who doesn't really know how web browsers exactly work. I'd be grateful if someone could provide me with…
toothpick
  • 113
  • 18
0
votes
1 answer

C# implementation of RapidShare Perl upload script

Is there any C# implementation of RapidShare Perl upload script? I have tested some articles like this one, but doesn't works for me.
Sadegh
  • 4,181
  • 9
  • 45
  • 78
0
votes
1 answer

Managed C++ or C# .NET, Downloading from rapidshare?

I am trying to download a file from rapidshare via C++ .NET but I'm having a bit of trouble. The address used to be "https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi" but that no longer works, does anyone know what the new one is? The code works…
cruisx
  • 1
  • 1
0
votes
1 answer

Cannot get element value even though it it exists on page

I am working on a javascript downloader and need to click a button. I can see the button and get it's values with web developer and dom inspector in FF. But when I try to: var freeUserForm =…
maddogandnoriko
  • 980
  • 2
  • 13
  • 31
0
votes
1 answer

Overriding JavaFX MediaPlayer class

I haven't tried it yet, but is it possible to extend JavaFX's Media class used in MediaPlayer class, content fetching part, to perform certain operation on file, before playing it in real-time? I would like to implement rapidshare fetch and…
Ja Sam
  • 1
  • 1
0
votes
1 answer

http C# System.Net.WebClient authorization in rapidshare

I am trying to download a file from rapidshare using System.Net.WebClient in C#. I wanted to implement authorization using the http header field "Authorization: Basic ". I do it with the following…
Alex
  • 737
  • 1
  • 9
  • 19
0
votes
1 answer

Can't load and parse xml file on android in c++

I'm working on a Cocos2dx C++ project and I am trying to load a XMLfile and parse it with rapidxml. The Win32 build works great with this code. rapidxml::file<> xmlFile("myxml.xml"); xml_document<> doc; // character type defaults to…
GLADIATORCOP
  • 49
  • 1
  • 6
0
votes
1 answer

How can I receive the result of the Rapidshare APIs?

I want to use the RapidShare API in my project,but I don't know how I can call it then receive the result. I use Delphi 2009.
Rain
0
votes
2 answers

Rapidshare API with PowerShell

$FreeUploadServer = Invoke-RestMethod -Uri "http://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=nextuploadserver" Invoke-RestMethod -Uri…
user1462199
0
votes
0 answers

rapidshare API uploadresume error

What does Error: chunk size has to be 500.000 or more if it is not the final chunk means when calling uploadresume method of rapidshare API. I am sending more than 500,000 bytes of data but still getting the same error. Do i have to set some…
cyber_raj
  • 1,780
  • 1
  • 14
  • 25