This is code for a very simple image board written in php. The way it is, it is fully public. Anybody can post and deletion of items must be done manually. This mimmics a very simplified, flat-file approach to that of a popular Image Board site. This is a work-in-progress. So far I have implemented the following features: If > 10 posts, show them on multiple pages. Use thumbnails (auto generated) to save bandwidth for the casual readers; only load fullsize upon clicking. Each post has the time/date, and can be referred to specifically with its own URL for sharing. All posts (text/dates/IDs) are stored in a single JSON formatted file, posts.json To use: make the directories 'uploads' and 'thumbs', with appropriate permissions to be written into by your web server. (FOR TESTING PURPOSES, try chmod 777 on them, if you can't get it working) All you need are two files; post.php & index.php Enjoy -- BT www.LostGeek.NET -- April 16th 2025