A free, plugin-based server-to-server transfer script with a modern dark UI.
Transfer files between file-hosting services at the full speed of your server — no database required.
RapidLeech transfers files from other file-hosting servers to your own server using your server's fast connection, then lets you download them any time you want. It works with 159 download hosts and 217 upload hosts (376 plugins in total — Rapidgator.net and many more) through its plugin system.
The script has been used by millions of users and installed on thousands of servers worldwide. Installation is extremely easy and does not require any database.
This is an independent project. It carries its own versioning (starting at v26.0.0) and its own release pipeline, with automatic tagging and releases via GitHub Actions. The core code originates from RapidLeech PlugMod; the original upstream repository has been read-only since 2021.
The default PlugMod template was fully redesigned with a fresh dark theme:
- 🎨 Modern dark "midnight" theme built with CSS variables
- 🧊 Glass-style cards, rounded corners and soft shadows
- 💠 New gradient logo, favicon and accent gradient tabs & buttons
- 📊 Server disk / CPU usage shown with live CSS meters
- 📱 Responsive layout — works on phones and tablets
- 📝 HTML5 markup with proper viewport & mobile-friendly forms
| Dashboard | Server Files |
|---|---|
![]() |
![]() |
- Transload — download files directly from one host to your server
- Auto Transload (
audl.php) — queue many links and download them one after another - Auto Upload (
auul.php) — upload your server files to supported file hosts - Link Checker — check the status of hosted links (via
ajax.php) - File manager — rename, move, delete, split, merge, pack (TAR/ZIP), unpack, MD5/SHA1/CRC32 hashing and more
- Premium accounts — store server-side premium credentials in
configs/accounts.php - Multi-language UI — English, Persian, Arabic, German, Spanish, French, Italian, Portuguese, Thai, Turkish
- HTTP Basic authentication — protect the panel with users & passwords
- No database needed — everything is file-based
| Component | Requirement |
|---|---|
| PHP | 7.4+ recommended (older 5.x/7.x generally work) |
| PHP settings | fsockopen or cURL enabled, allow_url_fopen recommended |
| Optional | GD extension (server meters), rar/unrar binaries (Linux) for RAR actions |
| Web server | Apache, Nginx, or any server that runs PHP |
Run checker.php after uploading to verify your server meets everything.
- Download the latest release package (
RapidLeech-PlugMod-vX.Y.Z.zip) from the Releases page — or clone this repository. - Upload all files to a folder on your web server (e.g.
public_html/rapidleech/). - Make sure these paths are writable (chmod
755or777depending on your host):configs/— configuration andfiles.lstfiles/— your download storage
- Open the script in your browser. On first run the setup wizard (
configs/setup.php) createsconfigs/config.phpautomatically. - Protect your installation: open
configs/setup.php→ Login section and enable HTTP Basic authentication with your users. - Done — start transloading! 🎉
configs/setup.php— full web-based configuration wizard (templates, languages, limits, actions, login…)configs/default.php— default option valuesconfigs/accounts.php— premium accounts used server-sidehosts/— download & upload host plugins (drop new.phpplugins inhosts/download/)
| Option | Where | Effect |
|---|---|---|
login + users |
Setup → Login | Require username/password (HTTP Basic) |
delete_delay |
Setup → Advanced | Auto-delete files after N seconds |
file_size_limit |
Setup → Advanced | Maximum transload size per file |
template_used |
Setup → Presentation | Active template (plugmod = modern dark UI) |
bw_save |
Setup → Advanced | Forbid leeching from your own server |
RapidLeech is a powerful tool — anyone who can reach it can use your server's bandwidth.
- Always enable the login option before going public.
- Keep the script in a folder that is not publicly listed, and monitor
files/growth. - Host it at your own risk; the authors take no responsibility for misuse.
rapidleech/
├── index.php # Main entry — transload engine
├── audl.php # Auto Transload (queue downloads)
├── auul.php # Auto Upload (upload to hosts)
├── upload.php # Upload runner (used by auul)
├── ajax.php # AJAX backend (link checker, server stats)
├── checker.php # Server requirements checker
├── classes/ # Core engine (http, ftp, image, options…)
├── configs/ # Configuration, accounts, file list
├── hosts/ # Download / upload host plugins
├── languages/ # UI translations
├── templates/ # UI themes
│ └── plugmod/ # ★ Default — modern dark theme
└── files/ # Downloaded files storage
- 🌐 Community: Rapidleech Support Forum
- 🐛 Issues: open an issue in this repository
RapidLeech PlugMod is the result of many contributors over the years — original script by Eqbal, major revisions by the PlugMod team, link checker by Dman (MaxW.org) optimized by zpikdum & sarkar, mod by eqbal, ajax'd by TheOnly92, updated by Th3-822, and maintained by the community.
Disclaimer: This script is provided as-is, with no warranty of any kind. The authors and maintainers are not responsible for how you use it, for any data loss, or for any damage caused by the script. Using it against the terms of service of other websites is done at your own risk. Please respect the laws of your country and the rules of the hosts you interact with.

