Menu

Tree [r16] /
 History

HTTPS access


File Date Author Commit
 save 2007-06-30 immortal_cro [r10] New download and few bug fixes
 AUTHORS 2007-06-27 immortal_cro [r5] Interface changes, renames, etc.
 LICENSE 2007-06-26 immortal_cro [r1] Initial import
 README 2007-12-20 immortal_cro [r15] nomsg
 TODO 2007-06-30 immortal_cro [r11] CREATE TABLE added to install.php
 adddw.php 2007-07-09 immortal_cro [r13] Minor changes
 adddw1.php 2007-12-20 immortal_cro [r14] nomsg
 addusers.php 2007-12-20 immortal_cro [r15] nomsg
 checkdw.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 chlogin.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 config.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 deleteusers.php 2007-12-20 immortal_cro [r15] nomsg
 download 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 footer.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 header.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 index.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 install.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 logout.php 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 start.php 2007-07-09 immortal_cro [r13] Minor changes
 style.css 2008-04-01 immortal_cro [r16] A lot of code changes, new style...
 users.php 2007-06-30 immortal_cro [r10] New download and few bug fixes

Read Me

DLServer v0.1

http://dlserver.sourceforge.net

Copyright (C) 2007  Marko Turk <marko.c4_at_gmail.com>

    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 2 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, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

=============================
Table of contents:
=============================
1. What is DLServer?
2. Features
3. Installation
4. Changelog
5. Credits

=============================
1. What is DLServer?
=============================
	DLServer (download server) is a web based, easy to use download server can be set up on one computer to provide download service for group of people who can't afford broadband internet (with unlimited download) on their own.

=============================
2. Features
=============================
DLServers features:
	- can download from link that users add
	- easy to use
	- easy installation
	- 

=============================
3. Installation
=============================
	You will need a *nix server with php and mysql.
Just follow this steps and you'll have DLServer up and running in no time:

A) Create database, just type in this commands (in shell, bash):
	$ mysqladmin -u sqluser -p create dlserver  #replace "sqluser" with username for mysql and "dlserver" with database name (can be whatever you wont)
	
	$ mysql -u sqluser -p  #replace "sqluser" with username for mysql - it will ask for mysqlsql password
	
	GRANT ALL PRIVILEGES ON dlserver.* TO username@localhost IDENTIFIED BY 'password';
	
	flush privileges;
	
	\q

B) Extract contents of dlserver.tar.gz and upload to the server

C) Chmod config.php to 666 then open your browser and go to http://your-servers-ip/dlserver/start.php, complete the form and hit Install

D) Chmod config.php back to 644

E) Delete "install.php" and "start.php" for security reasons

F) Go to http://your-server-ip/dlserver/index.php, log in and enjoj

=============================
4. Changelog
=============================
	No changes since this is the first version :)

=============================
5. Credits
=============================
	
	Marko Turk <marko.c4_at_gmail.com>
		- creator of dlserver project
		- project maintainer