Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Slddev/php-filehoster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 26, 2021
c3d6410 · Oct 26, 2021

History

27 Commits
Oct 26, 2021
May 15, 2021
May 15, 2021
May 15, 2021
Mar 26, 2021
Oct 7, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 16, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021

Repository files navigation

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"