Skip to content

kennethonline/kchat

 
 

Repository files navigation

I am not able to maintain it due to not getting much time.
Welcome your pull requests

KChat

PHP Based Chat Application.

Requirements

  • PHP version >= 5.5
    • 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 Directory

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

Packages

No packages published

Languages

  • PHP 68.7%
  • JavaScript 19.0%
  • CSS 11.8%
  • Hack 0.5%