|
RapidShare's answer to that question is:
No, RapidShare protects the privacy of its users. Only the person storing a file on RapidShare receives the download link. That person can decide who should have access to the link. A file can only be downloaded...
Started by Mehper C. Palavuzlar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Here's a blog post mentioning 28 RapidShare search engines including
MegaDownload RapidZilla Rapidshare searcher Rapidshare Index RS Find You can.
I've had good results from Filestube in the past.
|
|
Is there a way to download a file using a rapidshare premium account with c# or java?
Started by Tom Schuermans on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
RapidShare has an API you might want to look into..
You may even need a JS interpreter.
Now this is the harder way maybe, you might want to see if Rapidshare got an API you can program? Probably not.
|
|
How can i download rapidshare files ( i have premium access) on my ubuntu server. it doesn't have any gui.
Started by nbvccvb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
To install on Ubuntu, simply run
sudo apt-get install links
or
sudo apt-get install lynx
If you know the URL for the file you need, use wget or curl... .
Links is newer and more featureful; I'd try that first .
Use links , or lynx , two console web browsers .
|
Ask your Facebook Friends
|
I want to match a sequence of Rapidshare links on a webpage. The links look like:
http://rapidshare.com/files/326251387/file_name.rar
I wrote this code:
if(preg_match_all('/http:\/\/\rapidshare\.com\/files\/.*?\/.*?/', $links[1], $links)) { echo 'Found...
Started by Matt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Looks like you have a stray backslash before rapidshare
if(preg_match_all('/http:\/\/\rapidshare\.com\/files\/.*?\/.*?/', $links[1], $links))
Should be
if(preg_match_all('/http:\/\/rapidshare\.com/files/326251387/file_name.rar blah....
|
|
I'm wondering if anyone knows about a working command line tool for linux to download using premium account on rapidshare. I've seen a python solution , which does not work for me -- returns urllib2 error message
urlopen error unknown url type: https
...
Answer Snippets (Read the full thread at stackoverflow):
The cookies.txt in Firefox's.
I can't say about RapidShare in particular, but if you see what the manual download is doing, you containing the cookie corresponding to your Rapidshare account (e.g.
Servers.
|
|
I have an open environment, no logins, where a number of files can be downloaded. I'm now trying to set up a wait time feature and a bandwidth limit per visitor per period of time type thing (similar to what Rapidshare has if you've ever used them before...
Started by drummer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The easiest way to implement.
I believe this is what Rapidshare does as well.
Amount of time.
|
|
Just went to download a file from rapidshare and there is now a timer for free downloads does anyone know why?
Started by bouncer12321 on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at bolt):
I hate rapidshare timer and speed I have seen it off by _SuPer_Gurl_ I hate rapidshare timer....
Oops sorry ignore this double post.
To download a file from rapidshare and there is now a timer for free downloads does anyone know why.
|
|
Hi There,
I've started working with the rapidshare.com API. I'm just wondering what is the best way to read the reply from and API call.
To be honest I think the API is all over the place. Some replies are comma delimited which is fine. I'm having with...
Started by Conor H on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
// It just performs @ webrequest and returs the raw .
Questions/1094889/how-to-use-rapidshare-api-to-get-account-details-php-question
Here is what I have done; // This will return the response from rapidshare API request.
|
|
Just seen this on the Rapidshare Facebook page!
Dear RapidShare fans,
You posted some comments on our wall today regarding the shutdown of Megaupload. There is no reason to be concerned. We distinguish ourselves from services like Megaupload in many major...
Started by serialkiller on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at bolt):
I didn't find still allows you to download stuff....
This is good news (what you posted from their Facebook Page) .
This is good stuff (like Rapidshare).
Thrown in the towel was Oron which still allows you to download stuff (like Rapidshare).
|
|
Hey guys anyone using Rapidshare today find it's gone really slow and files are downloading wierd? I think Rapidshare have a new technique where it starts and stops your download, which I have been reading about here ( post 14 )
Hope it's not permanant...
Started by CYHSN on
, 14 posts
by 11 people.
Answer Snippets (Read the full thread at boards):
Bandwith problems sounds like the most....
It could be a Rapidshare glitch possibly? Either way I think your best course of action would With most of the other filelockers gone, Rapidshare will have seen a huge increase in load on its servers.
|