Megaupload direct link creator

By declan93 Last update Oct 18, 2009 — Installed 7,210 times.

Fix It

in
Subscribe to Fix It 7 posts, 4 voices



ranadve User
FirefoxWindows

I Think, Megaupload Maybe Change Their Code Again.
The Script Doesn't work no more.
Plz Fix It.

 
declan93 Script's Author
FirefoxWindows

sorry i forgot to mention in summary that u cant download files 1gb+ with this script, that may be the problem if not just try adding mgr_dl.php after the .com/ for e.g:

http://www.megaupload.com/mgr_dl.php?d=5H9CPZZT

 
ranadve User
FirefoxWindows

I Have tried to add the filter (mgr_dl.php). but still no luck.
plz explain more detail or, develop the script plzzzzzzzzzzzz.

 
Mango Scriptwright
FirefoxWindows

Dude, there's nothing wrong with the script. Lay off the z's and take a moment to figure out where you went wrong.

I was depressed when my own super secret workaround stopped working:
function getLink() { location.href = document.getElementById('downloadlink').firstChild.href; }
window.addEventListener("load", getLink, true);

but this simple trick, amazingly, works even better.

 
hosts Scriptwright
FirefoxX11

This is working only for one file (or 2) per 24hours per IP, you can check if you have any direct downloads left with this http://www.megaupload.com/mgr_bdr.php .
So you can modify the script to check if there are any direct downloads left for the day and if are any to download directly.
Those 2 scripts are located in the megaupload's "mega manager" tool
mgr_dl.php = for manager direct download
mgr_bdr.php = for manager direct download remaining count

 
Mango Scriptwright
FirefoxWindows

Yeah, getting stuck in an infinite redirect loop is kind of annoying.

GM_xmlhttpRequest ({
method: "GET",
url: 'http://www.megaupload.com/mgr_bdr.php',
onload: function(responseDetails) {
if (responseDetails.responseText != 0) location.href = location.href.replace(/\/\?d=/, "/mgr_dl.php?d=");
},
});

?

 
declan93 Script's Author
FirefoxWindows

truth is i didnt make this script i just found it edited it slightly and then uploaded it so i have no idea how to fix it, sorry

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel