Demo: https://cdn.sappy.ga/ (Down currently.)
Contact me at Discord (Sappy#8123).
- Download the pre-compiled package here.
- Upload files to webserver.
- 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
);
- Set database info in
config.php
- Test it.
- Use PHP 7.4 for best compatibility.
- To change size limits and other settings open
upload.php
,iupload.php
, andpupload.php
- Do not remove the credits.
- Immediately register as "default"