Git Product home page Git Product logo

rapidleech's Introduction

Disclaimer

This is non longer mantained and may contain insecure code/validations

Switched to Read-only thanks to user(s) from external sites that can't see the [Issues] and [Pull requests] tabs And mainly, the lack of time/motivation to continue on it (and stress from even thinking of it)

Please abstain from contacting me for RL related stuff, thanks.

Rapidleech

GitHub last commit Support Forum

Rapid Leech is a free server transfer script for use on various popular upload/download sites such as uploaded.net, Rapidgator.net and more than 127 others. The famous Rapidleech script transfers files from Other Filehosting Servers To Your Server via your fast servers connection speed and dumps the file on your server. You may then download these files from your server anytime later.

Rapidleech script has being used by more than 5 million users worldwide and has being installed on more than 2000 servers. For webmasters, if you have not tried the script before, download and install now and you will see how convenient the script can be. You may also generate income by offering your Rapidleech sites to end-users and earn income from advertising programs. Some webmasters are earning hundreds per day on the advertising program(Google and yahoo Ads) from their Rapidleech sites. Script installation is extremely easy and does not require any database.

For end-users, you may search on our forum for readily available installed scripts on servers worldwide. You may use them but please support these sites by visiting their sponsors or donate in order to keep these sites available.

rapidleech's People

Contributors

alitalaghat avatar andykimpe avatar danielocdh avatar illnesse avatar jetleech avatar maia-dev avatar miyurusankalpa avatar nabikaz avatar ruudvtony avatar ssoft7 avatar tblogger avatar td-rl avatar techdealer avatar th3-822 avatar theonly92 avatar victorbnl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rapidleech's Issues

cant register

I can not register on your site:
Parse error: syntax error, unexpected 'new' (T_NEW) in /home/rapidlee/public_html/forum/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
There is a problem uploading from uploadboy.com

Google drive and rapidleech help

hello
i am trying to write a google drive upload plugin and i have a basic knowledge with php and rapidleech but i managed to understand just a little bit the functions made by "Th3-822" and i am still in login step i have error message say"Error retriving the link No header received" and i know i have problem with "geturl()" and the complexity of http debugging domain and referrer plus the problem of google login form.
so please help and i am sorry for the bad English.

Not an issue but something useful!

Abelhas.pt will close down on 31 March

If someone could do the php file so we could download all files from our account to our rapidleech server would be great!

best regards!

script on fboom changed

Hello,

Today something changed on fboom (and also keep2share), the script is giving error now.

err_INCOMPLETE_CHUNKED_ENCODING

Hello ,
I tried downloading nitroflare file using premium account but always failed with big file size.
err_INCOMPLETE_CHUNKED_ENCODING
How can i fix this issue? Thanks

Logging Input Form/Source URL to Log File

Hello, can you help me how to write some php code to log input form to file (txt)? Because my rapidleech server is often abused by downloading something that prohibited by me (eg: porn file).
I want to logging source url which inputted by user and their ip address.

So atleast I can ban these ip address on web server level. Thanks before.

Request / Ask: how to add auto generate shortener link

Hello, how to auto generate shortener link (eg: adf.ly, linkshrink.net, ouo.io, etc) after leech progress is completed?

Currently I'm embedding script from ouo.io to rapidleech template

<script type="text/javascript">
    var ouo_token = 'abcdefg12345';
    var exclude_domains = ['example.com', 'yoursite.com']; 
</script>
<script src="http://cdn.ouo.io/js/full-page-script.js"></script>

But the results are not completely changed link, eg:

http://ouo.io/s/abcdefg12345/?s=http://examplerapidleech.tld/somefilename.avi

So that it can be easily bypassed by user.

As example rapidleech server: www.linkgenerator.me can automatically generate adf.ly after leeching is complete. So if I leeching from this site, download link redirected to adf.ly first and then redirected back to actual download link.

And sorry if I ask here, not through official rapidleech forum, because I can't posting article there (error 403 forbidden)

dl.free.fr is not working now

Everytime i want to download from dl.free.fr
The result will be error download link not found
It seems the download plugin has been outdated
Could anyone fix it..?
several days before the plugin worked well
but now broken...
Thanks

Please update the dwld/upload host PHP

hello
kindly please update all the hosts files..
95% of the host phps are dead..
even free hosts arnt working..
and is there any way to upload on free hosts without giving ID PW like in zippyshare.. every hosts asks for pw :(

please help

thanks!

Sites request

Hey could you please support nitroflare.com, uploadrocket.net and openload.co
Thanks!

add premium uptobox

how if i want to direct download using my premium account not transload (Reupload files to my server)

DL & UP 1fichier.com

Hello,
The DL & UP 1fichier.com plugin will work more!
error: connection 1fichier.com, Port: 443 impossible
please, can you fix it?
Thank you
Titeuf

Anon_ApiDL Failed: "BW Usage Too High"

hi

i upload "openload.cc"'s plugin to my rapidleech.
i can used for 1 time and its run currectly.
but many times it errors this :
Retrieving download page
Anon_ApiDL Failed: "BW Usage Too High"
Obsfuscated JS Not Found.

how do i resolve this problem?

add password protection to ZIP/UNZIP actions

Hi.
I wonder it is possible to add password encryption to ZIP/Unzip actions like Rar/Unrar?
It's useful because most of (shared/free) host disable RAR function.
By default the zip decryption is enabled. (See code below). I don't know about zip encryption:

<?php
    $zip = new ZipArchive();
    $zip_status = $zip->open("test.zip");

    if ($zip_status === true)
    {
        if ($zip->setPassword("MySecretPassword"))
        {
            if (!$zip->extractTo(__DIR__))
                echo "Extraction failed (wrong password?)";
        }

        $zip->close();
    }
    else
    {
        die("Failed opening archive: ". @$zip->getStatusString() . " (code: ". $zip_status .")");
    }
?>

Thanks.

For Information

hi i just want to know that, do i have add user and pass to the specific host to download files from the host

[Update] Filejoker_net

Testing new .php download from filejoker he returns: GenericXFS_DL class is outdated, please update it.
ty for all effort.

Transload stops in a Range from 40% to 60%

I have this problem that Transload Stops everytime in a Range from 40% to 60%.
tried many links, many websites, many filesizes and had always the same problem.

is it something related to the script or the server? and how could it be solved.
unbenannt

Mega.nz

Mcrypt module isn't installed or it doesn't have support for the needed encryption.

Forum problem

Hi,
Unable to post, full error messages
ex:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 678: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4752: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4754: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4755: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4756: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3887)

Thank for fix!

Need Help Urgent

hi i just tried your app and it works flawlessly on heroku but i cannot understand that how i can upload files to archive.orgWhen i add my api keys but i cannot understand what to fill in the ''identifier'' option.

http://imgur.com/a/efww6

and when i hit upload i get this error

http://imgur.com/a/yqYGI

Please help me.

Please Fix this.

Hey i just wanna little help from you.
I deployed your script on heroku everything is fine but i was not able to rar/unrar any files, then i uploaded the rar_static(renamed it to rar) to the rar directory of the script.After that when i tried to rar the files then i got this error message.
capture
please help me how can i fix this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.