Skip to content
forked from diamond95/LiveChat

Live web chat application - PHP, MySQL, JavaScript, jQuery, AJAX

License

Notifications You must be signed in to change notification settings

ribafs/LiveChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live web chat application

Screenshot

Installing

  • Create database
  • Import script below

chat.sql

Configure in

database_connection.php

Move chat folder to your dolder web

/var/www/html/chat or c:\xampp\htdocs\chat

Access via browser the folder chat

http://localhost/chat

Username - user1

Password - user1

Create other password

If you are going to have limited users with some passwords use

https://phppasswordhash.com/

to hash passwords and store into table login.

Otherwise if you are going to make register page as you wish use php5 function:

                     password_hash();

Languages supported now

en - english

pt_BR - portuguese Brazilian

Configure in

connection.php

License

MIT

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 84.7%
  • PHP 14.6%
  • JavaScript 0.7%