About This Project
Online Chat 24 is a web based application where group of individuals can conversation.
Features:
- Users Login
- Admin Login
- Admin can add and delete a user.
- Users can conversation with multiple users
- User Can Create a Group Chat
- User Can Set a Password in Group
- Anybody can join open groups.
- Private group needed password.
Framework Used:
Dreamweaver, Wamp, XXAMP (Any local server)
Admin Description:
Login: Admin
Password: Admin
User Description:
Login id: Projecto
Password: 0000
How to Run:
- Download the file and unzip it.
- Start the XAMPP (localhost).
- Move the unzipped file into xampp/htdocs.
- Open localhost/phpmyadmin on the browser.
- And create the database ‘chat’.
- Import section and select ‘chat.sql’ from the database folder.
- Now select a new tab and open localhost/chat24.