Using APE Server
You need to purchase the APE server transport before proceeding with the steps below. To purchase, please create a support ticket.
Installation of APE Server
- Visit http://www.ape-project.org and download APE Server
- Install APE Server on any standard VPS or dedicated server
We do not provide support for installation and/or maintenance of APE Server. Please use any third-party service to manage your APE server installation. We recommend APE Server only for users who wish to handle all their communication internally. For cheaper alternatives of CometService, we suggest you use BeaconPush or PusherApp.
Configuring CometChat
- Upload the ape folder to the cometchat/transports folder
- Edit cometchat/transports/ape/config.php
- Edit cometchat/config.php and find COMET.
Modify the code to the following:
define('USE_COMET','1');
define('COMET_HISTORY_LIMIT','100');
define('KEY_A','RANDOMSTRING1');
define('KEY_B','RANDOMSTRING2');
define('KEY_C','RANDOMSTRING3');
define('SAVE_LOGS','0');
/* COMET END */
define('TRANSPORT','ape');