Activity Stream
48,167 MEMBERS
62327 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default I pay $ 5 for a fileserve plugin that works

    *I have PM fileserve.
    *RapidLeech v3.20 and v2 rev42.
    *the accounts.php configured.

    When I download a file, the fileserve download plugin does not work.
    -In RL.v3.20 captcha asks me, I put the download link goes captcha error.
    -In RL.v2.10 supposedly download the file but these files are 20 kbs size.
    Dont know what else to do, my head hurts so much to try
    someone help me.
    I pay $ 5 for a fileserve.com plugin that works.
    madferitdboy Reviewed by madferitdboy on . I pay $ 5 for a fileserve plugin that works *I have PM fileserve. *RapidLeech v3.20 and v2 rev42. *the accounts.php configured. When I download a file, the fileserve download plugin does not work. -In RL.v3.20 captcha asks me, I put the download link goes captcha error. -In RL.v2.10 supposedly download the file but these files are 20 kbs size. Dont know what else to do, my head hurts so much to try :( someone help me. :(( I pay $ 5 for a fileserve.com plugin that works. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    pm'd u...


  4.     
    #3
    Member
    Try this if you want, I don't want money



    Code: 
    <?php
    
    if (!defined('RAPIDLEECH')) {
        require_once("index.html");
        exit;
    }
    if ((
            $_GET["premium_acc"] == "on" && $_GET["premium_user"] && $_GET["premium_pass"]) || ($_GET["premium_acc"] == "on" && $premium_acc["fileserve_com"]["user"] && $premium_acc["fileserve_com"]["pass"])) {
        $user = ($_GET["premium_user"] ? $_GET["premium_user"] : $premium_acc["fileserve_com"]["user"]);
        $pass = ($_GET["premium_pass"] ? $_GET["premium_pass"] : $premium_acc["fileserve_com"]["pass"]);
        $ref = "http://www.fileserve.com/login.php";
        $Url = parse_url($ref);
        $post['loginUserName'] = $user;
        $post['loginUserPassword'] = $pass;
        $post['autoLogin'] = '';
        $post['loginFormSubmit'] = "Login";
        $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), $ref, $cookie, $post, 0, $_GET["proxy"], $pauth);
        is_page($page);
        $cookie = GetCookies($page);
        $Url = parse_url($LINK);
        $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), 0, $cookie, 0, 0, $_GET["proxy"], $pauth);
        is_page($page);
        is_present($page, "File not available", "strerror", 0);
        preg_match('/^HTTP\/1\.0|1 ([0-9]+) .*/', $page, $status);
        if ($status[1] == 200) {
            unset($post);
            $post["download"] = "premium";
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), $LINK, $cookie, $post, 0, $_GET["proxy"], $pauth);
            is_page($page);
        }
        $cookie .= "; " . GetCookies($page);
        $locat = cut_str($page, "Location: ", "\r");
        $Url = parse_url($locat);
        $FileName = basename($locat);
        if (function_exists(encrypt) && $cookie != "") {
            $cookie = encrypt($cookie);
        }
        $loc = "$PHP_SELF?filename=" . urlencode($FileName) . "&force_name=" . urlencode($FileName) . "&host=" . $Url ["host"] . "&port=" . $Url ["port"] . "&path=" . urlencode($Url ["path"] . ($Url ["query"] ? "?" . $Url ["query"] : "")) . "&referer=" . urlencode($Referer) . "&email=" . ($_GET ["domail"] ? $_GET ["email"] : "") . "&partSize=" . ($_GET ["split"] ? $_GET ["partSize"] : "") . "&method=" . $_GET ["method"] . "&proxy=" . ($_GET ["useproxy"] ? $_GET ["proxy"] : "") . "&saveto=" . $_GET ["path"] . "&link=" . urlencode($LINK) . ($_GET ["add_comment"] == "on" ? "&comment=" . urlencode($_GET ["comment"]) : "") . $auth . ($pauth ? "&pauth=$pauth" : "") . (isset($_GET["audl"]) ? "&audl=doum" : "") . "&cookie=" . urlencode($cookie);
        insert_location($loc);
    } else {
        if ($_POST['step'] == "1") {
            @unlink(urldecode($_POST["delete"]));
            $post = unserialize(urldecode($_POST['post']));
            $cookie = urldecode($_POST["cookie"]);
            $recaptcha_shortencode_field = cut_str($LINK, 'file/', '/');
            $recaptcha_shortencode_field = str_replace("/", "", $recaptcha_shortencode_field);
            $post["recaptcha_shortencode_field"] = $recaptcha_shortencode_field;
            $post["recaptcha_response_field"] = urldecode($_POST["captcha"]);
            $Referer = $_POST["link"];
            $Url = parse_url("http://www.fileserve.com/checkReCaptcha.php");
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), "http://www.fileserve.com/landing/DL13/download_captcha.js", $cookie, $post, 0, $_GET["proxy"], $pauth);
            is_page($page);
            if (strpos($page, "success") !== false) {
    
            } else {
                html_error("Wrong code.", 0);
            }
            $Url = parse_url("http://www.fileserve.com/file/" . $recaptcha_shortencode_field);
            unset($post);
            $post["downloadLink"] = "wait";
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), $LINK, $cookie, $post, 0, $_GET["proxy"], $pauth);
            is_page($page);
            insert_timer(40);
            unset($post);
            $post["downloadLink"] = "show";
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), $LINK, $cookie, $post, 0, $_GET["proxy"], $pauth);
            is_page($page);
            unset($post);
            $post["download"] = "normal";
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), $LINK, $cookie, $post, 0, $_GET["proxy"], $pauth);
            is_page($page);
            if (stristr($page, "You need to wait") != false or stristr($page, "Bitte warten") != false) {
                $wait_delay = cut_str($page, "You need to wait ", " seconds to start another download");
                insert_timer($wait_delay);
            }
            if (stristr($page, "has expired") != false) {
                html_error("Download Link expired");
            }
            $locat = cut_str($page, "Location: ", "\r");
            if (!$locat) {
                html_error("Download link not found ", 0);
            }
            $Url = parse_url($locat);
            $FileName = basename($Url["path"]);
            if (function_exists(encrypt) && $cookie != "") {
                $cookie = encrypt($cookie);
            }
            $loc = "$PHP_SELF?filename=" . urlencode($FileName) . "&force_name=" . urlencode($FileName) . "&host=" . $Url ["host"] . "&port=" . $Url ["port"] . "&path=" . urlencode($Url ["path"] . ($Url ["query"] ? "?" . $Url ["query"] : "")) . "&referer=" . urlencode($Referer) . "&email=" . ($_GET ["domail"] ? $_GET ["email"] : "") . "&partSize=" . ($_GET ["split"] ? $_GET ["partSize"] : "") . "&method=" . $_GET ["method"] . "&proxy=" . ($_GET ["useproxy"] ? $_GET ["proxy"] : "") . "&saveto=" . $_GET ["path"] . "&link=" . urlencode($LINK) . ($_GET ["add_comment"] == "on" ? "&comment=" . urlencode($_GET ["comment"]) : "") . $auth . ($pauth ? "&pauth=$pauth" : "") . (isset($_GET["audl"]) ? "&audl=doum" : "") . "&cookie=" . urlencode($cookie);
            insert_location($loc);
        } else {
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), 0, 0, 0, 0, $_GET["proxy"], $pauth);
            is_page($page);
            $cookie = GetCookies($page);
            $Url = parse_url("http://www.google.com/recaptcha/api/challenge?k=6LdSvrkSAAAAAOIwNj-IY-Q-p90hQrLinRIpZBPi");
            $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), 0, 0, 0, 0, $_GET["proxy"], $pauth);
            is_page($page);
            $cookieApi = GetCookies($page);
            $ch = cut_str($page, "challenge : '", "'");
            if ($ch) {
                $Url = parse_url("http://www.google.com/recaptcha/api/image?c=" . $ch);
                $page = geturl($Url["host"], $Url["port"] ? $Url["port"] : 80, $Url["path"] . ($Url["query"] ? "?" . $Url["query"] : ""), 0, $cookieApi, 0, 0, $_GET["proxy"], $pauth);
                is_page($page);
                $headerend = strpos($page, "\r\n\r\n");
                $pass_img = substr($page, $headerend + 4);
                if ($options["download_dir"]) {
                    $imgfile = $options["download_dir"] . "fileserve_captcha.jpg";
                } else {
                    $imgfile = download_dir . "fileserve_captcha.jpg";
                }
    
                if (file_exists($imgfile)) {
                    unlink($imgfile);
                }
                write_file($imgfile, $pass_img);
            } else {
                html_error("Error get captcha", 0);
            }
            $post['recaptcha_challenge_field'] = $ch;
            print "<form method=\"post\" action=\"" . $PHP_SELF . (isset($_GET["audl"]) ? "?audl=doum" : "") . "\">$nn";
            print "<h4>Enter <img src=\"$imgfile\"> here:</h4><input name=\"captcha\" type=\"text\" >$nn";
            print "<input name=\"link\" value=\"$Referer\" type=\"hidden\">$nn";
            print '<input type="hidden" name="post" value="' . urlencode(serialize($post)) . '">' . $nn;
            print "<input name=\"step\" value=\"1\" type=\"hidden\">$nn";
            print "<input type=\"hidden\" name=\"cookie\"  value=\"" . urlencode($cookie) . "\" >" . $nn;
            print "<input type=\"hidden\" name=\"delete\"  value=\"" . urlencode($imgfile) . "\" >" . $nn;
            print "<input name=\"Submit\" value=\"Submit\" type=\"submit\"></form>";
        }
    }
    
    /* * ***********************************
     * Written by kaox    21-jun-2010     *
     * Updated by Jueki   19-August-2010  *
     * Updated by Jueki   06-October-2010 *
     * Fixed free download by vdhdevil    *
     * *********************************** */
    ?>

  5.     
    #4
    Banned
    U need fileserve premium account to download with Rapidleech !

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. BBcode plugin that works
    By broadcast in forum Wordpress
    Replies: 1
    Last Post: 8th Nov 2011, 04:36 PM
  2. FileServe RL plugin
    By Chris2k in forum Webmaster Discussion
    Replies: 1
    Last Post: 29th Dec 2010, 12:10 PM
  3. fileserve plugin anyone
    By accyuklad in forum Web Application/Script Support
    Replies: 7
    Last Post: 24th Dec 2010, 03:05 AM
  4. Fileserve Plugin
    By skinner in forum Webmaster Resources
    Replies: 8
    Last Post: 23rd Sep 2010, 07:52 PM
  5. Rapidleech plugin [Fileserve free user download plugin]
    By phoenixjp in forum Webmasters, Money Making
    Replies: 1
    Last Post: 10th Sep 2010, 03:16 PM

Tags for this Thread

BE SOCIAL