Headline
CVE-2022-32403: Prison Management System in PHP/OOP Free Source Code
Prison Management System v1.0 was discovered to contain a SQL injection vulnerability via the ‘id’ parameter at /pms/admin/inmates/manage_record.php:4
Submitted by oretnom23 on Tuesday, May 31, 2022 - 15:52.
****Introduction****
This project is entitled Prison Management System. This is a web-based application project developed in PHP and MySQL Database. The main purpose of this project is to provide an online and automated platform for the Prison to manage the inmates’ records and daily visitors. This project has a pleasant user interface with the help of Bootstrap Framework and AdminLTE Template. It also consists of user-friendly features and functionalities.
****About the Prison Management System****
I developed this project using the following:
- XAMPP v3.3.0
- PHP
- MySQL Database
- HTML
- CSS
- JavaScript
- Ajax
- jQuery
- Bootstrap
- Font Awesome
- AdminLTE
This Prison Management System is only accessible to the Prison’s Management. The system has 2 types of user roles which are the Administrator and Staff. The application requires the management to log in with their valid credentials to gain access to the features and functionalities. This project sores and manages the convicted persons’ records. It stores the convict’s personal information, case information, and records inside the prison. This application stores the visitor details when visiting the inmates. Management can update the inmate visitor privilege. The Prison Management System also generates printable Monthly Reports of Records History and Visitor Records.
****Features****
- Home Page
- Display the summary.
- Prison Management
- Add New Prison
- List All Prisons
- Edit/Update Prison Details
- View Prison Details
- Delete Prison
- Cell Block Management
- Add New Cell Block
- List All Cell Blocks
- Edit/Update Cell Block Details
- View Cell Block Details
- Delete Cell Block
- Action Management
- Add New Action
- List All Actions
- Edit/Update Action Details
- View Action Details
- Delete Action
- Crime Management
- Add New Crime
- List All Crimes
- Edit/Update Crime Details
- View Crime Details
- Delete Crime
- Inmate Management
- Add New Inmate
- List All Inmate
- View Inmate Details
- Edit Inmate Details
- Update Inmate Visitor Privilege
- Print Inmate Details
- Add Record
- List All Records
- Delete Record
- Visitor Management
- Add New Visitor Details
- List All Visitor Details
- Edit Visitor Details
- View Visitor Details
- Delete Visitor Details
- Generate Printable Reports
- Monthly Inmate Record
- Monthly Visitor Records
- User Management
- Add New User
- List All Users
- Edit User Details
- Delete User Details
- Update System Information
- Update Account Details/Credentials
- Login and Logout
The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.
**System Snapshots******Dashboard Page****
****Inmate Details****
****Inmate Details - Print View****
****Monthly Inmate Records Report****
****Monthly Visitor Records Report****
How to Run ??
****Requirements****
- Download and Install any local web server such as XAMPP.
- Download the provided source code zip file. (download button is located below)
****System Installation/Setup****
- Enable the GD Library in your php.ini file.
- Open your XAMPP Control Panel and start ****Apache**** and ****MySQL****.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory.
- Browse the ****PHPMyAdmin**** in a browser. i.e. ****http://localhost/phpmyadmin****
- Create a new database naming ****pms_db****.
- Import the provided ****SQL**** file. The file is known as ****pms_db.sql**** located inside the database folder.
- Browse the Prison Management System in a browser. i.e. ****http://localhost/pms/****.
****Admin Default Access:****
Username: admin
Password: admin123
DEMO VIDEO
That’s it. You can now explore the features and functionalities of this Prison Management System in PHP. I hope this will help you with what you are looking for and you’ll find something useful for your future projects.
Explore more on this website for more Free Source Codes and Tutorials.
Enjoy :)
- 1349 views