Questions tagged [megaupload]

DO NOT USE THIS TAG FOR QUESTIONS ABOUT THE MEGA API! megaupload.com was a file hosting service running between 2005 and 2012, until it was famously shutdown by the United States Department of Justice.

Founded by internet entrepreneur, Kim Dotcom, megaupload.com was a one-click file hosting service which, at it's peak, was being visited by over 50,000,000 people per day.

The legal cases resulting in the shutdown of the site by the United States Department of Justice caused controversy among internet users and freedom of speech activists. The legality of the charges against the New Zealand resident, Kim Dotcom, are questionable, with the US judge presiding over the case doubtful if it will see court.

The website was relaunched on the one year anniversary of it's shutdown, renamed Mega.

Resources

6 questions
2
votes
3 answers

Logging into Megaupload with cURL and PHP

I'm trying to login to megaupload.com using cURL and PHP. What I want to do is login so I have premium access, and then download a file. This the code for my login method: public function login() { $ch = curl_init(); curl_setopt($ch,…
Josh
  • 1,361
  • 5
  • 22
  • 33
1
vote
0 answers

Download File from MegaUP C#

I want to download a file from this site: https://megaup.net in C# I tried to use HtmlAgilityPack to search for something in the webpages html. You can find a function that uses 4…
1
vote
3 answers

Serving downloads with PHP and cURL

I am writing a script that serves users downloads using my Megaupload premium account. This is the method that I'm using to download the Megaupload files: public function download_file($link) { $ch = curl_init(); curl_setopt($ch,…
Josh
  • 1,361
  • 5
  • 22
  • 33
0
votes
1 answer

Download files from Megaupload with cURL PHP

I'm writing a script to download files from Megaupload onto my server. I'm using cURL on PHP, I have the login script which downloads the cookie file:
jz999
  • 589
  • 1
  • 5
  • 13
0
votes
4 answers

Download from Megaupload with login - Python

It's my first question here. Today, I've done a little application using wxPython: a simple Megaupload Downloader, but yet, it doesn't support premium accounts. Now I would like to know how to download from MU with a login (free or premium…
Alessandro
  • 53
  • 6
0
votes
1 answer

php curl upload to megaupload

I create a php script to upload a file to megaupload on my account but I have some problem on the upload part. I'm using Curl with php. I set the following options: CURLOPT_POST => 1 CURLOPT_USERAGENT => "Mozilla/4.0 (compatible; MSIE 6.0; Windows…
albator
  • 1
  • 2