Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Slddev/php-filehoster

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"

AltStyle によって変換されたページ (->オリジナル) /