Headline
CVE-2022-42201: Simple Exam Reviewer Management System in PHP/OOP Free Source Code
Simple Exam Reviewer Management System v1.0 is vulnerable to Insecure file upload.
Submitted by oretnom23 on Saturday, February 5, 2022 - 17:22.
****Introduction****
This is a Simple PHP entitled Exam Reviewer Management System. This is a web-based application is an online platform for reviewing an Exam. It can be useful for schools, companies, organizations, etc. The system provides an answer sheet to the reviewers which have random questions that are possible to occur in the actual exam. The application has a small scope, simple, and is easy to use. It has a pleasant user interface and a mobile responsive at the public side of the system. The project has user-friendly features and functionalities.
****About the Exam Reviewer Management System****
I developed this project using the following:
- XAMPP v3.3.0 as my local webserver that has a PHP Version 8.0.7
- PHP Language
- MySQL Database
- HTML
- CSS
- JavaScript
- jQuery
- Ajax
- Bootstrap
- AdminLTE
- and more…
The Exam Reviewer Management System Project has 2 sides of the user interface. One is the Management Side where the management can manage the Review Questionnaires, and one for the public side. The Public Side of the system is a simple website where the reviewers can read some content about the system, explore the exam reviewer list, and take the Exam to practice. The Management Side requires the users to log their system user credentials in order to access the features and functionalities of the said side. The management staffs are the ones who are in charge of managing the practice Test/Exam. This side can be only accessed by 2 types of users which are the Administrator and the Staff. The Administrator has the privilege to access and manage all the features and functionalities on the management side while the Staff have only limited access.
****Features********Management Side****
- Secure Login and Logout
- Dashboard
- Display the summary of lists.
- Exam Categories Management
- Add New Lead Category
- List All Lead Categories
- View Lead Category
- Update Lead Category
- Delete Lead Category
- Exam Management
- Add New Exam
- List All Exams
- View Exam
- Add Question
- List Questions
- Update Question
- Dynamically add/Remove Choices/Options in every Question
- Delete Question
- Update Exam
- Delete Exam
- Manage User List (CRUD)
- Manage Account Details/Credentials
- Manage System Information
****Public-Side****
- Welcome Content
- Exam Lists
- Search Exam
- View Exam Details
- Take the Practice Exam
- View the Practice Exam Result
- ‘About’ Content
System Snapshots of some Features****Practice Exam Details (Management Side)
Exam List (Public-Side)
Exam Details Modal (Public-Side)
Questionnaire (Public-Side)
Questionnaire - Mobile (Public-Side)
Result (Public-Side)
Result - Mobile (Public-Side)
How to Run ??
****Requirements****
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
****Installation/Setup****
- Enable or Uncomment the GD Library on your php.ini file.
- Open your XAMPP/WAMP’s Control Panel and start ****Apache**** and ****MySQL****.
- Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory. And If you are using WAMP, paste it into the “www” directory.
- Browse the ****PHPMyAdmin**** in a browser. i.e. ****http://localhost/phpmyadmin****
- Create a new database naming ****erms_db****.
- Import the provided ****SQL**** file. The file is known as ****erms_db.sql**** located inside the database folder.
- Browse the Exam Reviewer Management System in a browser. i.e. ****http://localhost/erms/****.
Default Admin Access
Username: admin
Password: admin123
DEMO VIDEO
That’s it. You can now explore the features and functionalities of this Exam Reviewer Management System in PHP. I hope this project 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 :)
- 2679 views