New home for Icarus Imeji Uploader Service code repository.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
YandolsZX 9d2431e4ff
Fix typo.
5 years ago
addonstyle New front-end site and back-end uploader code up for testing. (Related issues: #1, #4, #5) 6 years ago
assets Move precomposed icons from old root to project assets folder. 5 years ago
legacy Added legacy uploader redirector. 5 years ago
public Fix indexing options for ./public, disallowing indexing completely. 5 years ago
.gitignore Added .gitignore file. 5 years ago
.htaccess Require authentication on new log viewer (#6) and increased security of new directories. 6 years ago
LICENSE.md Add README.md and LICENSE.md 5 years ago
README.md Fix typo. 5 years ago
dropload.php Change upload location to i.yandols.xyz instead of i.zxicar.us (Part of %1) 5 years ago
failed.php Changed more filepaths and URLs that I forgot to change. 5 years ago
favicon.ico Import current version to date onto the dev server repository. 6 years ago
index.php Fixed wrong filepaths and URLs + some minor changes. 5 years ago
legacy.php Added legacy uploader panel for devices that did not support the droploader's input field. 5 years ago
logs.php Changed more filepaths and URLs that I forgot to change. 5 years ago
removal.php Changed more filepaths and URLs that I forgot to change. 5 years ago
robots.txt Updated robots.txt file. 5 years ago
tos.php Changed more filepaths and URLs that I forgot to change. 5 years ago
upload.php Change upload location to i.yandols.xyz instead of i.zxicar.us (Part of %1) 5 years ago

README.md

Icarus Imeji Uploader Service

Imeji (for short) is a form of PHP image uploader system that you can use to host a simple image uploader service on your server. It utilizes the dropzone.js library and also includes a basic POST uploader for clients incompatible with the aforementioned dropzone.js library.

This repository is used for development and project tracking of the code we use on our live image uploader. However, you a free to download a copy of it for yourself and alter it to use within the limits of our license.

Requirements

  • A server running Apache (or anything else really, should work fine as well.)
  • mod_rewrite for Apache
  • PHP 7.1 or greater

That's about it.

Configuration

You can configure parameters within dropload.php and upload.php to your liking, making them both have the same changes or have them function with different parameters respectively.

Don't forget to set up .htaccess to suit your server environment and also make sure to configure the path to your .htpasswd file. Ideally you would want the .htpasswd file itself outside of Imeji's working directory for safety.

Anything else such as the front-end design of pages is completely up to you to change. Be sure to change the paths of elements and assets in the index.php file and other related files too.

Contributing

You can use our issue tracker to help report problems or suggest enhancements on the Imeji system. Merge requests are also welcome.

License

See the LICENSE.md file.

Third Party Code Attribution

  • The Icarus Imeji Uploader Service uses the dropzone.js library by Matias Meno. (MIT License)
  • The front-end template uses the Identity template by ajlkn. (CCA 3.0 License)