Code Monkey home page Code Monkey logo

php-filehoster's Introduction

PHP File Hoster

Demo: https://cdn.sappy.ga/ (Down currently.)

Contact me at Discord (Sappy#8123).

How to use

  1. Download the pre-compiled package here.
  2. Upload files to webserver.
  3. Execute this database query:
CREATE TABLE users (
   id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
   username VARCHAR(50) NOT NULL UNIQUE,
   password VARCHAR(255) NOT NULL,
   created_at DATETIME DEFAULT CURRENT_TIMESTAMP
);
  1. Set database info in config.php
  2. Test it.

Notes

  • Use PHP 7.4 for best compatibility.
  • To change size limits and other settings open upload.php, iupload.php, and pupload.php
  • Do not remove the credits.
  • Immediately register as "default"

php-filehoster's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

php-filehoster's Issues

Rewrite Accounts System.

Is your feature request related to a problem? Please describe.
Rewrite the register, login, and accounts page.

Describe the solution you'd like
Add social logins, reCaptcha, etc.

  • Incorporate reCaptcha
  • Add Google login.
  • Add Facebook login.

Transfer default files somewhere else.

Is your feature request related to a problem? Please describe.
Transfer default files to a non-userdata directory. That way, no-one can change up the default files.

Describe the solution you'd like
Transfer default files to /systemfiles/default/.

  • Make another folder and transfer default files there.
  • Change directory to work in the upload and register system.

New UI

Is your feature request related to a problem? Please describe.
A new UI for the fileuploader

Describe the solution you'd like
New CSS, fixed HTML, etc.

  • Make homepage look nicer.
  • Add placeholders for new social logins and reCaptcha #2
  • Make some other UI tweaks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.