]> jfr.im git - uguu.git/blame - README.md
Create grids-responsive-old-ie-min.css
[uguu.git] / README.md
CommitLineData
35bc7430
GJ
1# About
2Uguu.se source code, stores files and deletes after 30 minutes.
8805b1c1
GJ
3
4# Install
5Tested with Nginx+PHP5-FPM (PHP 5.4) on Debian 7 Wheezy.
6
7Modify core.php where to save the files, add check.sh to Cron, edit everything else to your likings.
8
35bc7430
GJ
9Change php.ini and nginx.conf settings to allow bigger uploads.
10
8805b1c1
GJ
11# Todo
12
13Proper design, commit new design and updated code (when finished, in preview phase).
67a54d5c
GJ
14
15
16# Using the API
17
67a54d5c 18 Leaving POST value 'name' empty will cause it to save using the original filename.
a7aa2c74 19 Leaving POST value 'randomname' empty will cause it to use original filename or custom name if 'name' is set to file.ext.
67a54d5c
GJ
20
21 Putting anything into POST value 'randomname' will cause it to return a random filename + ext (xxxxxx.ext).
22 Putting a custom name into POST value 'name' will cause it to return a custom filename (yourpick.ext).
92da2e3c
GJ
23
24
25This will probably get changed later since it's messy and unpractical.