flatnet2 is an older PHP hobby project with several small web modules, including forum, blog, planner, quiz, finance, and Guild Wars related areas.
This is a legacy personal project. It is kept online as source history and reference material, not as a polished reusable application.
- PHP-capable web server
- MySQL or MariaDB database
- browser access to the project root
- Create an empty MySQL/MariaDB database.
- Import the database structure from
includes/objekt/strukturDB.sql. - Configure the database connection in
includes/objekt/mysql.class.php. - Serve the repository through your PHP web server and open
index.php.
admin: administrative screensblog: blog pagesforum: forum moduleguildwars: Guild Wars related pagesplanner,quiz,tools: smaller utility modulesincludes: shared PHP classes and database access
This code predates modern PHP hardening patterns. Review authentication, session handling, input validation, and database access before deploying it anywhere public.
MIT License. See LICENSE.