Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splitbrain/crocofile
A webbased file upload manager to share files by sharing an account
https://github.com/splitbrain/crocofile
file-sharing file-upload php
Last synced: 27 days ago
JSON representation
A webbased file upload manager to share files by sharing an account
- Host: GitHub
- URL: https://github.com/splitbrain/crocofile
- Owner: splitbrain
- License: gpl-2.0
- Created: 2011-11-14T21:52:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T13:54:14.000Z (over 2 years ago)
- Last Synced: 2024-10-05T13:17:29.129Z (about 1 month ago)
- Topics: file-sharing, file-upload, php
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 44
- Watchers: 8
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
====== Crocofile ======
Crocofile is a file upload manager to share files by sharing an account.
Files can be uploaded and downloaded through the web interface.===== Requirements =====
* PHP
* Apache with mod_rewrite and .htaccess support===== Setup =====
- Unzip the zipfile to your PHP enabled website
- Make sure the webserver can write users.conf.php
- Edit settings.conf.php to set the directory where files will be stored
- Visit the uploaded Crocofile in your webbrowser
- Log in as 'admin' with password 'admin'
- Change the admin password and add new users===== Credits =====
* Crocodile Icon from the Animal Iconset by Martin Berube http://www.iconarchive.com/show/animal-icons-by-martin-berube/crocodile-icon.html
* HTML 5 Uploading by Andrew Valums https://github.com/valums/file-uploader
* HTTP Digest Auth based on work by Paul James http://www.peej.co.uk/projects/phphttpdigest
* Table sorting by Stuart Langridge http://www.kryogenix.org/code/browser/sorttable/
* File Icons from the File Icons project http://www.splitbrain.org/projects/file_icons
* ZIP downloading by Paul Duncan http://pablotron.org/software/zipstream-php/===== FAQ =====
:?: How to increase the allowed upload size?
:!: Increase the ''upload_max_filesize'' and ''post_max_size'' values in your php.ini
:?: Can I create groups or let mutliple accounts share an upload space?
:!: No. One account is one upload space. Only the user 'admin' can access all spaces.
:?: Where do I report bugs or feature wishes?
:!: https://github.com/splitbrain/crocofile/issues
:?: Why is it called Crocofile?
:!: I needed a name. It works with files. Crocodile Dundee was on the TV. Go figure.