Advertisement
Titeuf

[Rapidleech][D] Uptobox_com.php

Dec 28th, 2012
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. here is the plugin download for premium member uptobox.com
  2.  
  3. 1 - Send this file hots/download
  4. 2 - Edit your file account.php and add this:
  5.  
  6. $premium_acc ["uptobox_com"] = array ('user' => 'yourloginname', 'pass' => 'yourpass');
  7.  
  8. 3 - In your premium account, remember to check the direct download!
  9.  
  10. In your premium account (Uptobox), remember to check the direct download!
  11. Uptobox plugin download Member Prenium by Titeuf49
  12. Thank you to Th3-822 for assistance
  13. -------------------------------------------------------------------
  14.  
  15. <?php
  16. if (!defined('RAPIDLEECH'))
  17. {
  18. require_once("index.html");
  19. exit;
  20. }
  21.  
  22. if ($_POST['ub'] == 'ok') {
  23. $post = array();
  24. $post['enter'] = $_POST['enter'];
  25. $post['code'] = $_POST['code'];
  26. $post['go'] = 'yes';
  27. $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), 0, 0, $post, 0, $_GET["proxy"],$pauth);
  28. $cookie = GetCookies($page);
  29. if (!stristr($page,"If downloading hasn't started automatically within 2 seconds, please")) html_error("Download link not found");
  30. preg_match('/<a href="(.*)">click here/',$page,$Href);
  31. if (!$Href) html_error("Captcha wrong or download link not found");
  32. $Referer = $LINK;
  33. $Url = parse_url($Href[1]);
  34. $FileName = !$FileName ? basename($Url["path"]) : $FileName;
  35.  
  36. insert_location("$PHP_SELF?filename=".urlencode($FileName)."&host=".$Url["host"]."&path=".urlencode($Url["path"].($Url["query"] ? "?".$Url["query"] : ""))."&referer=".urlencode($Referer)."&email=".($_GET["domail"] ? $_GET["email"] : "")."&partSize=".($_GET["split"] ? $_GET["partSize"] : "")."&method=".$_GET["method"]."&cookie=".urlencode($cookie)."&proxy=".($_GET["useproxy"] ? $_GET["proxy"] : "")."&saveto=".$_GET["path"]."&link=".urlencode($LINK).($_GET["add_comment"] == "on" ? "&comment=".urlencode($_GET["comment"]) : "")."&auth=".$auth.($pauth ? "&pauth=$pauth" : "").(isset($_GET["audl"]) ? "&audl=doum" : ""));
  37. } else {
  38. $post['free'] = 'yes';
  39. $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), 0, 0, $post, 0, $_GET["proxy"],$pauth);
  40. is_page($page);
  41. is_present($page, "The limit of traffic for your country is exceeded.");
  42. $cookies = GetCookies($page);
  43. preg_match('/ type it in:<img src="(.+?)"/', $page, $imglink);
  44. preg_match('/<input type="hidden" name="code" value="(.*)"/',$page,$code);
  45. $code = $code[1];
  46. $img ='http://'.$Url["host"].$imglink[1];
  47. $Url = parse_url($img);
  48. $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"].($Url["query"] ? "?".$Url["query"] : ""), $LINK, $cookie, 0, 0, $_GET["proxy"],$pauth);
  49. $headerend = strpos($page,"\r\n\r\n");
  50. $pass_img = substr($page,$headerend+4);
  51. $pngstart = strpos($pass_img,"PNG");
  52. $pass_img = substr($pass_img,$pngstart-1);
  53. write_file($options['download_dir']."uploadbox_captcha.png", $pass_img);
  54. $randnum = rand(10000, 100000);
  55.  
  56. $img_data = explode("\r\n\r\n", $page);
  57. $header_img = $img_data[0];
  58.  
  59.  
  60.  
  61. print "<form method=\"post\" action=\"".$PHP_SELF.(isset($_GET["audl"]) ? "?audl=doum" : "")."\">$nn";
  62. print "<b>Please enter code:</b><br>$nn";
  63. print "<img src=\"{$options['download_dir']}uploadbox_captcha.png?id=".$randnum."\" >$nn";
  64. print "<input name=\"link\" value=\"$LINK\" type=\"hidden\">$nn";
  65. print "<input type='hidden' name='code' value=$code>$nn";
  66. print "<input name=\"ub\" value=\"ok\" type=\"hidden\">$nn";
  67. print "<input name=\"cookie\" value=\"$cookie\" type=\"hidden\">$nn";
  68. print "<input name=\"name\" value=\"$name[1]\" type=\"hidden\">$nn";
  69. print "<input name=\"enter\" type=\"text\" >";
  70. print "<input name=\"Submit\" value=\"Submit\" type=\"submit\"></form>";
  71. }
  72. //In your premium account, remember to check the direct download!
  73. //Uptobox plugin download Member Prenium by Titeuf49
  74. // Thank you to Th3-822 for assistance
  75. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement