Simple multi-user portfolio image board script in PHP.
css | ||
include | ||
.gitignore | ||
index.php | ||
install.php | ||
LICENCE | ||
login.php | ||
logout.php | ||
README.md | ||
upload.php |
meowboard
Simple multi-user portfolio image board script in PHP.
Setup considerations
If you're going to use meowboard, you probably will want to either make your own user interface (at present, you will have to modify include/templates.php
to do this). The included UI uses the Zimit framework by Jorge Garrido Oval, licensed under MIT license.
At present, meowboard requires the sqlite3
extension and is developed with PHP 8.