https://github.com/nesshy9/mokuib
flat-file imageboard
https://github.com/nesshy9/mokuib
imageboard imageboards php
Last synced: 6 months ago
JSON representation
flat-file imageboard
- Host: GitHub
- URL: https://github.com/nesshy9/mokuib
- Owner: nesshy9
- Created: 2024-11-28T08:26:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:52:11.000Z (6 months ago)
- Last Synced: 2024-11-28T09:34:07.548Z (6 months ago)
- Topics: imageboard, imageboards, php
- Language: PHP
- Homepage: http://185.198.234.60/
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

i made mokuIB due to lack of imageboard softwares out there i hope this engine grows and people can contribute to it one day
this imageboard is flat-file so no need for a database it is pretty simple to install
Here’s a simple directory structure:
```
/imageboard/
/assets/ // Store static files (CSS, JS, images)
/threads/ // Store thread and post data (flat-file storage)
/uploads/ // Store uploaded images
index.php // Homepage to list threads
thread.php // Display individual thread with replies
post.php // Handle posting new threads/replies
config.php // Configuration file
functions.php // Helper functions
.htaccess // Rewrite rules for pretty URLs (optional)
```