Online Cyber Crime Reporting System using PHP and MySQL

Online Cyber Crime Reporting System using PHP and MySQL

Online Cyber Crime Reporting System built using Core PHP and MySQL. This project is easy to understand, well-structured, and suitable for students who want a practical system for reporting and tracking cyber crime complaints online.

This system includes 3 modules:
- User Panel (to file complaints)
- Admin Panel (to manage the whole system)
- Officer Panel (to update progress)

It works 100% offline on localhost using XAMPP – no need for hosting or SMS/Email setup.

Features Explained

User Panel:
- Create Account & Login
- File New Complaint (Title, Type, Description)
- View Complaint History
- Track Officer Updates (Progress Notes)
- Secure Logout

Admin Panel:
- Login as Admin
- View All Complaints
- Assign Complaints to Available Officers
- Track Officer’s Progress
- Manage Officers and Users
- Logout

Officer Panel:
- Login using given credentials
- View complaints assigned by admin
- Add progress updates (status, note, remarks)
- Mark cases as resolved
- Logout

Technologies Used

Frontend: HTML, CSS, JavaScript, Bootstrap
Backend: Core PHP with PDO
Database: MySQL
Tool Required: XAMPP (Windows/Linux/Mac)

Installation Guide

  1. Download Project:
    After payment, you’ll get a ZIP file containing:
    - Full source code
    - SQL database
    - Installation instructions2. Extract Files:
    Extract to: C:\xampp\htdocs\online cybercrime reporting website\3. Setup Database:
    - Start XAMPP (Apache & MySQL)
    - Go to http://localhost/phpmyadmin
    - Import `cybercrime_db.sql`

    4. Check DB Connection in db.php (usually no changes needed):
    $host = 'localhost';
    $dbname = 'cybercrime_db';
    $username = 'root';
    $password = '';

    5. Run the Project:
    Go to: http://localhost/online%20cybercrime%20reporting%20website/

Login Details

Admin:
URL: /admin/login.php
Username: admin@gmail.com
Password: ram123

Officer:
URL: /officer/login.php
Username: officer1@gmail.com
Password: ram123

User:
URL: /user/login.php
Email: ram@gmail.com
Password: ram123123

What You Will Get

- Full Source Code (PHP files)
- MySQL Database (.sql)
- Step-by-Step Installation Guide (PDF)
- Free support after purchase (via WhatsApp/Email)
- Ready to run on localhost

Why Students Love This Project

- Clean and simple UI using Bootstrap
- Easy for beginners to understand PHP code
- Real-world use case: Cyber complaint handling
- Ready to submit as mini or major project
- No complex setup – just import and run!

Buy Source Code ₹501

Demo Video

Posted in PHP, PHP Projects and tagged , , , , , , .