• Stars
    star
    285
  • Rank 144,668 (Top 3 %)
  • Language
    PHP
  • License
    Other
  • Created almost 11 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Minimalist Drag & drop file sharing app (version 2.4 build 15)

BoZoN

Official website : http://bozon.pw Roadmap page : http://roadmap.bozon.pw

Minimalist Drag & drop file sharing app

( http://demo.bozon.pw/ )

  • Install: just unzip on your server; no database/ php 5.2. Then go to index.php?p=admin page and create your login/pass.
  • Config: just change config.php file.
  • Upload a file: go to index.php?p=admin page, connect and then drop files in the dashed area... that's it !
  • Organize files & folders, share them, manage the shared access etc.

The share link is the file link in the admin's view (you can also access it by the button link on the file or the folder.)

Required

Php 5 min, php5-gd, ZipArchive

used libraries

I used a few libs I made

  • auto_restrict : to easily lock access to a page and handle basic security features
  • auto_thumbs : a function to generate all the thumbnails
  • auto_dropzone : a lib that handles the drag and drop function only by including it in a script
  • Array2feed.php : a function used to convert an array into a RSS feed without committing suicide XD
  • "On-the-fly CSS Compression" (a personal modified version of https://gist.github.com/manastungare/2625128)

and

Support & donate

You can support us using paypal or bitcoin with this page: Donate Contribuir Faire un don

Licence

All Bozon code and all the personal libs used in it are distributed under AGPL: feel free to fork, adapt, distribute, comment etc but please, keep your fork free too ;-)

FAQ

  • I want to add a user : There's a [New user] link in the admin's page top menu, click on it and put a login/pass
  • I want to remove a user : Click on the [Users list] link in the admin's page top menu, check the user(s) you want to remove and click on ok.
  • I've changed some config variables and nothing appends ! : that's not an issue; all variables are in the Session, so you need to restart chromium/firefox/opera etc to see the changes
  • can't see the icons / problems uploading / list refresh problem : take a look to access rights (folders / files)
  • I want to change my password : Use the change password function (top menu)
  • I forgot my password ! : just use your FTP client and delete «private/auto_restrict*.php» files, then try to login again and create a new login/pass.
  • I want to change the default language ! : see in config.php file you can set fr/en/es but you can also make your own traduction (see in lang.php)
  • I don't want a stolen link works anymore (but I don't want to delete the file/folder) ! : in links mode, click on the regen button (recycle icon) and the share link for this item will automatically change.
  • How to lock a share link with a password ? : click on the left menu, use the manage links button; then click on the lock icon on the file/folder and give a password. The file/folder will turn blue with a small lock meaning nobody can now use the share link without the password.
  • Yes, ok, but how to remove the password ? : just click on regen button, the id will be regenerated and the password will be destroyed (the share link will change)
  • What if I upload, create a folder or move an item with a name conflict ? : Don't worry, BoZoN will just rename the file to avoid overwriting.
  • How to create my own skin ? : just copy the default folder in templates/ and make the changes you want, then change the config.php ($default_theme='default';)
  • How to upload a complete folder with subfolders in one time ? : make a zip, upload it and use the convert icon (a folder) The uploaded zip will be unzipped on the server and all files and directory structure will be restored.

Special thanks

To Cyrille Borne [ https://github.com/cborne & http://www.cyrille-borne.com ]: without your comments, issues reporting and enhancement ideas this app would never have been so complete ;-)

More Repositories

1

SnippetVamp

Store, share & manage your snippets easily
CSS
45
star
2

respawn

enhanced version of Timo's respawn: get a copy of a website page on your own server with one click.
PHP
34
star
3

goofi

get google fonts onto your server with just one <link>
PHP
14
star
4

feed2array

A tiny php function to get a atom/rss feed and create an array with all the content (less than 70 lines)
PHP
12
star
5

tipiak

Un script pour récupérer les ressources utilisées dans une page web...
PHP
8
star
6

auto_restrict

a script to easily restrict access to a web page/php script... just include auto_restrict.php !
PHP
7
star
7

funnel

Un script pour agréger plusieurs flux rss en un seul
PHP
6
star
8

googol

Une appli qui sert d'intermédiaire entre google et l'utilisateur pour générer des liens safe, bloquer le traçage et conserver l'anonymat.
PHP
5
star
9

OrangeProxy

a simple fork of Timo's proxy (http://lehollandaisvolant.net/tout/oranjeproxy/)
PHP
4
star
10

Goofy

This script allow you to download fontfaces from google fonts and use it on your own server (using a bookmarklet)
PHP
4
star
11

quidam

A script to get as many faces as you want from https://thispersondoesnotexist.com/ (makes a zip file)
PHP
2
star
12

TotalRespawn

Une appli portail regroupant les pages publiques de tous les respawns enregistrés. (Attention, cette appli utilise la version 2.0 de respawn pour fonctionner, MAJ obligatoire)
CSS
1
star
13

getlib.php

get libs from distant servers to local (& avoid unnecessary requests to servers that logs user's connections)
PHP
1
star
14

auto_dropzone

A php script to add drag and drop upload function just including auto_dropzone in your page.
1
star