Online Chat System project in PHP
Project Objective
Online Chat System project in PHP will allow its users to chat with their friend circles and send invitation to their other friends to join this chat system. This project is free php projects and you can download more PHP projects with source code from this website. This Online Chat System project in PHP will also allow its users to select chat room as per their choice and chat with other persons. To start chatting, users will have to first register with this new system and check their email which has been used during registration process.
The login id and password will be sent by the admin upon the verification of the users. Using this Online Chat System project in PHP will allow its users to chat with their friend circles and send invitation to their other friends to join this chat system., users will be allowed to send private messages to other persons who are available under that particular chat room.
It will also provide facilities like busy, available, and hidden which can be used by its users as per their choice. For secure login and authentication, data of login id and password will be directly checked from the user’s database and if data matches, it will be redirected to the system home page, where they can start their new operations such as chatting, sending friend request, sending invitations, sending and reading private messages. Please check the php projects download section on this page for chat application project report doc, synopsis for chat application, source code, chat application project abstract, chat application project ppt and chat application project documentation.
Existing System
Under the existing Online Chat System project, two different login pages is used: one for admin and other for its users, which is a time consuming process and fetching data from database also takes time. No session id has been set from the server side in the existing system, by which system can be hacked and know the programming details of the server side. Existing system does not provide the feature of sending documents from one person to other person because they haven’t uses the concept of file up loader. Existing system does not allow its users to maintain its personal information and set its visibility features to other users who are available in their chat circles.
Online Chat System project in PHP
This Online Chat System project in PHP will uses a single login page that will provide select option such as admin and users. It admin id and password for type users will be matched from the database, then it will be redirected to the admin home page and user id and password will be matched with type users, it will be redirected to the users home page. If any id and password mismatch found, then it will prompt for re-entering correct id and password by that users.
Admin will have the authority to block any users any time and asked for verification process such as entering their correct email id. File up loader concept has been used to send and receive documents such as images, doc file, pdf file etc from one person to other person. Maximum file size which can be sent and received will be 45 MB.
Chat screen will open which will display the user name and its image. It will also maintain the chatting history data and conversation data between two users along with date and time. When the user will click on Logout button, it will destroy their session which has been set by the server side and making all their property to null, by which their account will not be hacked.
Download Project Source Code
Online Chat System Source Code | Download Source Code |
saurav mishra says
Missing argument 1 for check_login(), called in C:\xampp\htdocs\series\realchat\chat\processRequest.php on line 5 and defined in C:\xampp\htdocs\series\realchat\includes\init.php on line 6
Warning: Missing argument 2 for check_login(), called in C:\xampp\htdocs\series\realchat\chat\processRequest.php on line 5 and defined in C:\xampp\htdocs\series\realchat\includes\init.php on line 6
Notice: Undefined index: action in C:\xampp\htdocs\series\realchat\chat\processRequest.php on line 9
i am also getting these errors.on some pages
ProjectsGeek says
We are looking into this. We will let you know.
saurav name says
not able to run the file after the chat.php file it is working upto chat.php file but after that it is not working .plz help
ProjectsGeek says
Already replied.
Dattatraya Mhamane says
Hi, unable to start, getting below error. I have given password for root account and their is no other account. Kindly suggest.
Notice: Use of undefined constant DOC_DIR – assumed ‘DOC_DIR’ in D:\xampp\htdocs\chatting\includes\const.php on line 2
Fatal error: Call to undefined function mysql_connect() in D:\xampp\htdocs\chatting\includes\config.php on line 2
ProjectsGeek says
Try this : add this to const.php file
Add this to php.ini file:
extension=php_mysql.dll
Moncif HRA says
can u help me to use it
it shows me php error
ProjectsGeek says
We request you to provide error message so that we can help you out.
shaffu says
plz can u send the source code of chat server on my email
ProjectsGeek says
Kindly use the download button to download source for Online Chat System project.