Everyone loves the gmail or facebook inline chat system where conversation has been made easy with amazing features and design. This chat system helps you to easily integrate the Gmail/Facebook style of chat into your existing website without much effort since we have made everything easier for the end users.
This is a private and multiple chat system where you can either chat with an individual privately or with some group of people at the same time in different chat window(s).
The chat system has some special features that can not be seen in other similar applications over the net.
Features of the Chat System includes but no limited to the follows:
(1) The Chat system is responsive to screen size to also support mobile devices
(2) It has a controlled updating feature that does not keep your database busy at all time but only when the user is actively on the chat tab or screen.
(3) You can select and send multiple pictures at the same time
(4) It supports sending videos in chat such as .m4v, .avi, .mpg, .mp4, .webm
(5) It shows Online, Offline notifications
(6) You can minimize or maximize your chat Boxes similar to that of Facebook
(7) You can search for users or friends which is also similar to that of Facebook
(8) You can chat with multiple users in different chat windows which is also similar to that of Facebook and Gmail
(9) Facebook style bottom right display of chat users box
(10) It has a beautiful smileys box feature
(11) You can send multiple files at the same time
(12) It displays Seen Notification similar to that of Facebook
(13) It keeps chat boxes open and stores their position and states (Minimized or Maximized) even when pages are refreshed similar to that of Facebook and Gmail
(14) It scrolls to bottom when new messages are received
(15) It auto-re-size chat textarea box which is similar to that of Facebook and and many other attractive features that you will experience while using the chat system/
We can add more features upon your request.
The system is also very easy to integrate into any application as you don't have to install any additional software to use it.
The system comprises of the following languages: PHP, JavaScript(Jquery / Ajax), MySqli for the database section, HTML and CSS.
THE ONLY SETTING YOU NEED TO DO TO USE THE CHAT SCRIPT
<?php
// Database Connection Details
define("HOST", 'localhost'); // The host you want to connect to.
define("USER", 'root'); // The database username.
define("PASSWORD", ''); // The database password.
define("DATABASE", 'demo'); // The database name.
// Change this to suit your users table name
define('USERS_TABLE_NAME', 'vchatusers');
//Replace $SESSION_USER_ID with your logged in users session username
// Make sure that username exist in the users table in the database
define("SESSION_USER_ID", $SESSION_USER_ID);
//Set the full URL to the chat script folder
define('FULL_URL_TO_VCHAT_FOLDER', 'http://localhost/demos/chat/');
//Set the full URL to your profile photos folder
define('FULL_URL_TO_PHOTOS_FOLDER', 'http://localhost/demos/chat/photos/');
?>
Server Requirements
The system is a web-based application and as such has few minimum requirements. To run the system, you need a web hosting provider that includes the following requirements:
1. PHP version 7 or greater
2. MySQL version 5 or greater
Most hosting providers already have these applications on their servers. With the above requirements met, the system will run on any operating system using any modern web server software.
We highly recommend
FASTCOMET as a better hosting company for your needs. Their server is excellent.
Browser Support
The system supports all modern standards-compliant web browsers, such as Chrome, Firefox, Safari, etc...
To see the system in action, please click on the Live Demo button below and click on the Download button to buy the script if you like it.
Thank You!
The Vasplus Team.