https://github.com/hirotakadango/hdboard
4chan clone in php and sqlite database with only single file.
https://github.com/hirotakadango/hdboard
4chan-clone anonymous booru forum imageboard php sqlite
Last synced: 9 months ago
JSON representation
4chan clone in php and sqlite database with only single file.
- Host: GitHub
- URL: https://github.com/hirotakadango/hdboard
- Owner: HirotakaDango
- Created: 2025-04-22T09:39:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-26T08:30:09.000Z (9 months ago)
- Last Synced: 2025-04-27T09:59:04.649Z (9 months ago)
- Topics: 4chan-clone, anonymous, booru, forum, imageboard, php, sqlite
- Language: PHP
- Homepage: http://hdboard.rf.gd
- Size: 237 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HDBoard

**HDBoard** is a lightweight and customizable PHP-based message board system designed to be simple, fast, and easy to deploy. Ideal for small communities, personal projects, or internal team communication.
## Features
- Easy to install – just drop `index.php` on your server
- Flat-file storage (no database required)
- Lightweight and fast
- Clean and minimal UI
- Fully customizable with a few lines of code
## Getting Started
### Requirements
- PHP 7.0 or higher
- A web server (Apache, Nginx, etc.)
### Installation
1. Clone the repository or download the `index.php` file.
```bash
git clone https://github.com/HirotakaDango/HDBoard.git
```
2. Place `index.php` in your web server's root directory.
3. Open your browser and navigate to your site.
### Optional Configuration
You can edit `index.php` directly to modify:
- Board title
- Storage path
- Posting rules
- Appearance and styles
## Folder Structure
```
/HDBoard
├── index.php
└── (Optional) storage/
```