Gixaw Chat can be seamlessly integrated with your custom application or member database. Please follow the instructions below:
First you need to create a file called gixawremote_custom.php. It should contain your PHP code with the following flow:
<?php
require_once(realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.’gixawremote.php’);
if (/* user is not logged in */) {
/*
Show or redirect to the login form of your application.
Once logged in, redirect the [...]