Internet Service Provider Management System Using PHP and MySQL
ISPMS Introduction
Internet Service Provider Management Project Using PHP and MySQL is a web-based application. The project online Internet Service Provider Management Project includes registration of users, storing their details into the system. The software has the facility to give a unique id for every customer who wants to take an internet plan or dth plan and stores the details of every user. Users also contact with administrator without registration.
ISPMS Project in PHP Requirements
Project Name | Online Internet Service Provider Management System |
---|---|
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) |
Last Updated | 27 Aug 2022 |
ISPMS Modules
In this project, we use PHP and MySQL database. It has two modules
- User
- Admin
Admin Module
- Admin is the superuser of the website who can manage everything on the website. Admin can log in through the login page
- Dashboard: In this section, admin can see all detail in brief like new dth request, Assign dth request, rejected dth request, completed dth request, new broadband request, Assign broadband request, rejected the broadband request, completed broadband request.
- Broadband Plans: In this section, admin can manage Broadband Plans (add/update/delete).
- DTH Plans: In this section, admin can mange DTH Plans (add/update/delete).
- Pages: In this section, admin can manage about us and contact us pages.
- Technicians: In this section, admin can mange technicians(add/update/delete)
- Broadband Booking Request: In this section, admin can manage broadband booking requests and assign requests to technicians.
- DTH Booking Request: In this section, admin can manage broadband DTH requests and assign requests to technicians.
- Reported Issues: In this section, admin can manage the reported issues of the customers.
- Reports: In this section, admin can generate between dates reports of broadband booking requests and dth booking requests in particular time periods.
- Search: In this section, admin can search booking requests of broadband and dth with the help of booking number.
- Reg Users: In this section, admin can view the details of registered users.
- Admin can also update his profile, change the password and recover the password.
Registered User Modules
- User can log in through the login page by registering himself/herself.
- Home Page: User can view the introduction page.
- About: User can view the about us page.
- Broadband: User can view the plans of broadband and the user can avail of the plan by booking that plan.
- Digital Cable TV: User can view the plans of dth and the user can avail of the plan by booking that plan.
- Contact Us: User can view the contact us page and also sent the inquiry, feedback, request, and complaint.
- My Account: Registered user can view and update their profile and change the password of their account.
- Request History: User can check the booking status of dth plan and broadband plans.
Project Output Screens
Home Page
Add DTH Plan
Admin Dashboard
View Broadband Requests
How to run the Internet Service Provider Management Project using PHP
- Download the zip file
2. Extract the file and copy ispms
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 the name ispmsdb
6. Import ispmsdb.sql
file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/ispms
Admin Credential
Username: admin
Password: Test@123
User Credential
Username: anujk30@gmail.com
Password: Test@123 or register a new user.