Cyber Cafe Management System Using PHP & MySQL
The project entitled “Cyber Café Management System using PHP and MySQL” is a software package, which can be used in cyber cafés for managing the clients’ computer efficiently. Now a day’s cyber terrorism, which is mainly undergone through internet cafés, need to be tackled properly. Thereby, it is indeed necessary to store the valid information of the user who comes for internet access. The system being used, the time at which the user logs in and logs out should be recorded systematically.
Project Requirements
Project Name | Cyber Cafe Management System Project in PHP |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Project Modules
In Cyber Café Management System we use PHP and Mysql database. This is the project which keep records of daily users of cyber cafe. Cyber Café Management System has one module i.e Admin.
- Dashboard: In this section admin can briefly view total number of computers and total number of user come in cyber cafe.
- Computer: In this section, admin can manage the computers(add/update/delete).
- Users: In this section, admin can add new users, update outime, price and remarks, and view details of old users.
- Search: In this section admin can search users on the basis of entry id.
- Report: In this section admin can view number of users comes in cyber café in particular periods.
- Profile: In this section admin can update his/her profile.
- Change Password: In this section admin can change his/her passwords
- Logout: Through this button admin can logout.
Admin can also recover his/her password.
Note: In this project MD5 encryption method used.
Some Project Screenshots
Home page
Dashboard
Add Computer
Add User
User Details
How to run the Cyber Cafe Management System (CCMS) Project
1. Download the zip file
2. Extract the file and copy ccms folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name ccmsdb
6. Import ccmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/ccms(frontend)
Credential for admin panel :
Username: admin
Password: Test@123