kchat

PHP Based Live Chat Application.
16 Mar 2020392

KChat

PHP Based Chat Application.

Requirements

  • PHP version >= 5.3
    • Required extensions :
      • PDO_Mysql
      • json
  • Web Server Apache or Nginx
  • MySQL 5

Installation

Downlaod Kchat Files

Using with Composer

composer create-project php-kchat/kchat

Or

Using git

git clone https://github.com/php-kchat/kchat.git

Or

Download Zip and Extract to your Web Direcotory

And

Give a Writable Permission on

  • config
  • logs
  • cache
  • logs/kchat.log.php
  • box/config
  • box/logs/error.log

Visit the subfolder https://mydomain.com/index.php in your web-browser. The installation script will start automatically and guide you through the installation process.

Login with

  • Admin - admin
  • Password - pass

note.

  • if you getting internal server error when you installed KChat in sub-directory please update .htaccess

Uncomment and update RewriteBase

ex.

RewriteBase /{{your-relative-url}}/
  • if message box not working try adding jquery in your code

ex.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

Maintainers

Support the development

Do you like this project? Support it by donating