A simple ImageBoard, written in PHP, based on shimmieV2
-
Accounts
- Signup
- Login
- View
- Delete Account
-
Posts
- Make
- View
- Edit
- Delete
-
Comments
- Make
- View
- Delete
-
Search
- Title
- Descriptions (filetype, date, etc)
- Ratings
- User
- Tags
- Autocomplete (Tags only)
-
Tags
- Add tags to posts
- Search by tag
- Search excluding tag
- Tag categories
-
Ratings
- Allows posts to be given ratings (which can be searched against)
- Posts can be blurred/hidden depending on rating
-
Home Page
- Post counter
- DB Statistics
-
Main Posts Page
- List of all tags
- Pagination w/ navigation commands
This is my first project in PHP, so apologies if any of my code is unoptimised, buggy or just doesnt work.
I have had fun making it and am hoping to get it hosted once it is 'complete'.
Any suggestions on additions or improvements are welcome :)
I created this project as both a way to learn PHP, and also because I tried using ShimmieV2 to make an image board, but I found it to be difficult to customise and felt that some basic features were missing so I chose to implement my own version myself.