MyBB Community Forums

Full Version: AJAX Chat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. i donwload AJAX Chat - Open Source Web Chat from https://blueimp.net/ajax and i try to install but i ricive some error...

Query: CREATE TABLE ajax_chat_online ( userID INT(11) NOT NULL, userName VARCHAR(64) NOT NULL,
 userRole INT(1) NOT NULL, channel INT(11) NOT NULL, dateTime DATETIME NOT NULL, 
ip VARBINARY(16) NOT NULL ) DEFAULT CHARSET=utf8 
COLLATE=utf8_bin; Error-Report: Error-Code: 
and i don't understand how to fix..
I just finished setting that up on a shared host.. it is a nightmare chat system. It eventually after heavy use uncontrollably frooze on line 1187 in i think chat.js.. I'm looking for a better system.. I would very much suggest to completely avoid this chat system by blueimp.. it's not worth the headache.
I use this chat - but I am on a VPS. Shared hosting? Really, it is too heavy.
I should have said it is a nightmare chat system to be used on Shared hosting.. it may very well do good on a VPS or better hosting plan. I added the word filter mod on mine and just two users forced the main javascript into a never ending loop when testing it. Not a minor issue it seemed.