Ajax Chat Setup

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Chat scripts are now allowed and run reasonably well, like you I asked first because I was not sure
and somebody from admin should be able to confirm this for you later today.

Had a copy of the 'X7 chat' script running on STOLI a few months back, worked pretty well though a little slow.

However there is the unseen limit of server resource useage
so how many people a chat room will support before the
account gets a temporary suspension is very uncertain.
 

do.marmor46

Member
Prime Account
Messages
68
Reaction score
0
Points
6
Ajax chat is a very good chat engine im planning to set it up myself but i recommend u make a few changes in config.php located in lib folder

ajax chat saves all chat in the database by default and by the default he never prune it either so after awile and a few users your database will grow for noting^^

line 181 to 184 u will find

Code:
// Defines if old messages are purged from the database:
$config['logsPurgeLogs'] = false;
// Max time difference in days for old messages before they are purged from the database:
$config['logsPurgeTimeDiff'] = 365;

change false to true and 365 to something more within reason like 7 days or 14
 

coco3chat71

New Member
Messages
2
Reaction score
0
Points
0
Thanks guys, now I just have to try to get it working :)
 
Last edited:
Top