Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

TheFox/phpdl

Repository files navigation

PHPDL

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.

Features

  • 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.

Install

  1. git clone git://github.com/TheFox/phpdl.git
  2. cd phpdl
  3. ./install/install.sh
  4. Run install/install.php in your browser.
  5. Change the mode for file lib/config.php to 644 (rw-r--r--).
  6. Change the mode for directory install to 755 (rwxr-xr-x).
  7. Run ./stackstart in your shell. stack.php must always run.

Security warning

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!

Libraries

Created with help from many libraries and frameworks including:

License

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/.

Packages

No packages published

Languages