EasyLive (Instant) Chat web application on php.
Features:
Requirements:
// +----------------------------+
// | Database Configuration |
// +----------------------------+
define('DB_HOST', 'localhost'); // Database Host
define('DB_USER', 'root'); // Database user
define('DB_PASS', 'password'); // Database password
define('DB_TABLE', 'chat'); // Database
define('TIMEZONE', 'Europe/Budapest');
More documentation: LiveChat.zip/documentation.txt
Codes are well commented and you can modify as you wish and have fun.
Features:
- Easy installiation
- Live (Instant) Chat
- Registration
- Unlimited chat account
- Mobile support
- Modern Design
- Private messages
- Password change
- Friends requests (accept, deny)
Requirements:
- PHP 5.6 or newer
- MySQL Database
- Webserver
- Unzip the downloaded file
- Copy files to your root folder on webserver
- Create mysql database
- Import chatDatabase.sql file to database
- Database configuration in settings.php
// +----------------------------+
// | Database Configuration |
// +----------------------------+
define('DB_HOST', 'localhost'); // Database Host
define('DB_USER', 'root'); // Database user
define('DB_PASS', 'password'); // Database password
define('DB_TABLE', 'chat'); // Database
- Open web in your browser.
define('TIMEZONE', 'Europe/Budapest');
More documentation: LiveChat.zip/documentation.txt
Codes are well commented and you can modify as you wish and have fun.