PHP Downloader (or PHPDL) is a webbased download manager for rapidshare.com links (or similar). You can install PHPDL on your webserver and manage the downloads over the web interface. In the background there is a other script running which is downloading the files.
- Web interface. Manage your downloads from everywhere.
- Multiuser.
- Traffic statistics.
- Packet speed limit.
- Export packet informations as txt and xml.
- RSDF files support.
- DLC files support.
- RapidShare.com (Free and Pro) support.
- Download files which are not hostet by one-click-hoster.
git clone git://github.com/TheFox/phpdl.git
cd phpdl
./install/install.sh
- Run
install/install.php
in your browser. - Change the mode for file
lib/config.php
to 644 (rw-r--r--). - Change the mode for directory
install
to 755 (rwxr-xr-x). - Run
./stackstart
in your shell.stack.php
must always run.
The passwords for the hosters are stored in the hoster
table. If you don't want to show other users your one click hoster password, don't enter it in the hosters table!
Created with help from many libraries and frameworks including:
Copyright (C) 2010 Christian Mayer http://fox21.at
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.