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

Latest commit

 

History

History
28 lines (22 loc) · 752 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 752 Bytes

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"