A community-driven discussion board for Ozzy Osbourne fans. Users can sign up, log in, create topics, post replies, and engage with media-rich content. Administrators can moderate and review flagged posts.
Live Demo: Login Page
-
User Authentication: Secure sign-up, log-in, and log-out flows.
-
Topics & Posts:
- Create and browse discussion topics with tags and optional Spotify embeds.
- Reply to topics, edit or delete your own posts.
-
Media Embedding: Embed Spotify track links directly in posts.
-
Search & Reporting: Search topics by keyword and report inappropriate content.
-
Admin Dashboard: Review, approve, or remove flagged posts.
- Backend: PHP 7.x+, MySQL
- Frontend: HTML5, CSS3, JavaScript, jQuery, AJAX
- API Integration: Spotify Web API
- Server: Apache or Nginx
Simply navigate to the hosted application:
https://www.portofolkodimi.com/ozzylogin.php
From there, you can create an account or log in directly—no local setup required.
OzzyFanForum/
├── about.html
├── addtopic.html
├── admin_dashboard.php
├── db_include.php
├── index.html
├── ozzylogin.php
├── processlogin.php
├── signup.php
├── topiclist.php
├── showtopic.php
├── replytopost.php
├── report.php
├── deletemypost.php
├── deleteflaggedpost.php
├── resources/ # Static assets (CSS, images)
│ ├── simple.css
│ └── ozzylogo.png
└── ... # Additional PHP/HTML files
Contributions are welcome! Please open issues or submit pull requests for bug fixes, new features, or improvements.