Megauplod download

Discussion in 'Programming' started by yungacejr, Dec 5, 2008.

  1. #1
    Hey php programers I need someone to make me a php script that can bypass megauploads captcha code and get the direct download link without the time limit pm me for payment.
     
    yungacejr, Dec 5, 2008 IP
  2. happpy

    happpy Well-Known Member

    Messages:
    926
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    120
    #2
    you have a premium account for that purpose?
    without a premium account this is not possible.
    the captcha is not so crazy hard to break, but the the limit is not circumventable in free mode.
     
    happpy, Dec 5, 2008 IP
  3. yungacejr

    yungacejr Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    are you sure it is not possible I think it is.
     
    yungacejr, Dec 6, 2008 IP
  4. happpy

    happpy Well-Known Member

    Messages:
    926
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    120
    #4
    it is not.
    look at my other script ( http://forums.digitalpoint.com/showthread.php?t=1089468 )....

    the captcha is first asked, well you can use some OCR soft to go past this automatically,
    then after the captcha, the final link is already handed, but the page lets you wait 40 seconds.

    sure, you can try the link before the 40 seconds are over, but it will not work. the megaupload server also has a timer which activates the link after the time.
    so meanwhile it is just an invalid link, althou you already have it...


    so you WILL need a premium account to get directlinks that are instantly usable.

    but if you hand out these direct-links to many people, MU will see that you share the account to many people and get your acct. locked.
     
    happpy, Dec 6, 2008 IP
  5. yungacejr

    yungacejr Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I understand what you are saying but after looking through their source I see this.
    <script language="Javascript">
    		x2112=46;
    		function countdown() 
    	{
    		if ((0 <= 100) || (0 > 0))
    		{
    			x2112--;
    			if(x2112 == 0)
    			{
    				if (0)
    				document.getElementById("downloadhtml").innerHTML = '<a href="" class="downloadlink" onclick="loadingdownload();">Click here to download</font></a>';
    			
    				if (0)
    document.getElementById("download_html").innerHTML = '<a href="Array" class="downloadhtml" onclick="loadingdownload();">Click here to download</font></a>';
    var g = String.fromCharCode(Math.abs(-100));
    var j = '4' + String.fromCharCode(Math.sqrt(2809));
    document.getElementById("dlbutton").innerHTML = '<a href="http://www457.megaupload.com/files/83e0a' + j + g + '9d76f13cdca58bbc9f2defa2/dash-dr-cd1.thegenius.us.by.Articulador.avi" onclick="loadingdownload();"><IMG SRC="" WIDTH="165" HEIGHT="39" BORDER="0" ALT="" id="dlimage" onmouseover="dlimg.src=this.src;this.src=dlimgover.src;" onmouseout="this.src=dlimg.src;"></a>';document.getElementById('dlcounter').style.display = 'none';document.getElementById('dlcounterimg').style.display = 'none';document.getElementById('dlimage').src = dlimg.src;
    
    			}
    			if(x2112 > 0)
    			{
    				document.getElementById("dlcounter").innerHTML = 'Please wait <b>'+x2112+'</b> seconds';
    				setTimeout('countdown()',1000);
    			}
    		}
    	}
    	countdown();
    	function loadingdownload()
    	{	
    		document.getElementById('dlcounter').innerHTML = 'Loading download..';
    		document.getElementById('dlcounter').style.display = '';
    		document.getElementById('dlcounterimg').style.display = '';
    		document.getElementById('dlbutton').style.display = 'none';
    			}
    	function popup(url,name,wwidth,wheight) 
    	{
    		window.open(url,name,'width='+wwidth+',height='+wheight+',scrollbars=no,status=no,resizable=yes, toolbar=no');
    	}
    	function popup2(url,name,wwidth,wheight) 
    	{
    		window.open(url,name,'width='+wwidth+',height='+wheight+',scrollbars=yes,status=no,resizable=yes, toolbar=no');
    	}
    	function popup3(url,name,wwidth,wheight) 
    	{
    		window.open(url,name,'width='+wwidth+',height='+wheight+',scrollbars=yes,status=yes,resizable=yes, toolbar=yes,location=yes,menubar=yes,left=0,top=0');
    	}				
    	</script>
    PHP:
    what if you can make a script that can do the math count.
     
    yungacejr, Dec 6, 2008 IP
  6. SGBoise

    SGBoise Peon

    Messages:
    647
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I would think that megaupload would be smart enough to check the time limit at the server level.
     
    SGBoise, Dec 7, 2008 IP
  7. harrisunderwork

    harrisunderwork Well-Known Member

    Messages:
    1,005
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    135
    #7
    You can't bypass captcha unless u apply some recognition application in between.

    Thats is not totally impossible but that would cost u much more than u can do with a premium account.

    Why dont u buy a premium account and then u can do as want.
     
    harrisunderwork, Dec 8, 2008 IP
  8. yungacejr

    yungacejr Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I still think it is possible someone is charging me $90 bucks just to make me one but I thought someone on here would know how to do it for cheaper
     
    yungacejr, Dec 8, 2008 IP
  9. SGBoise

    SGBoise Peon

    Messages:
    647
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    $90 isn't bad. Go for it and let us know if it works.
     
    SGBoise, Dec 8, 2008 IP