Skip to content

flathack/flatnet2

Repository files navigation

flatnet2

flatnet2 is an older PHP hobby project with several small web modules, including forum, blog, planner, quiz, finance, and Guild Wars related areas.

Status

This is a legacy personal project. It is kept online as source history and reference material, not as a polished reusable application.

Requirements

  • PHP-capable web server
  • MySQL or MariaDB database
  • browser access to the project root

Setup

  1. Create an empty MySQL/MariaDB database.
  2. Import the database structure from includes/objekt/strukturDB.sql.
  3. Configure the database connection in includes/objekt/mysql.class.php.
  4. Serve the repository through your PHP web server and open index.php.

Project Areas

  • admin: administrative screens
  • blog: blog pages
  • forum: forum module
  • guildwars: Guild Wars related pages
  • planner, quiz, tools: smaller utility modules
  • includes: shared PHP classes and database access

Security Notes

This code predates modern PHP hardening patterns. Review authentication, session handling, input validation, and database access before deploying it anywhere public.

License

MIT License. See LICENSE.

About

Legacy PHP hobby portal with forum, blog, planner, quiz, and Guild Wars related modules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors