MyBB Community Forums

Full Version: AJAX Chat - including MyBB integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
thnx lorus, ill try..
guys, some times this error appears over and over.... it makes me crazy!
.
.
.
(12:00:32) ChatBot: XX has been logged out (Timeout).
(12:00:32) ChatBot: XX logs into the Chat.
(12:00:35) ChatBot: XX has been logged out (Timeout).
(12:00:35) ChatBot: XX logs into the Chat.
(12:00:38) ChatBot: XX has been logged out (Timeout).
(12:00:38) ChatBot: XX logs into the Chat.
.
.
.

XX is one of my users...

help please???
There is an option in inc/config.php if I remember correctly.
(2011-02-06, 11:17 AM)lorus Wrote: [ -> ]There is an option in inc/config.php if I remember correctly.

so which option? what for? would u please explain it?
(2011-02-06, 12:38 PM)behnam9856 Wrote: [ -> ]
(2011-02-06, 11:17 AM)lorus Wrote: [ -> ]There is an option in inc/config.php if I remember correctly.

so which option? what for? would u please explain it?

// Defines if login/logout and channel enter/leave are displayed:
$config['showChannelMessages'] = false;
thanks a lot,
I've another question: some times when users want to delete one of their messages, this message appears:
(20:13:37) ChatBot: Error: Connection status: 0

it not fixed with that way! so what should i to do?
Hey

How to integrate MyBB with Ajax Chat if i need custom patch to ajax chat:

Default:
http:/page.com/forum
http:/page.com/forum/chat

I need:
http:/page.com/forum
http:/page.com/chat

Hi

I have been trying to set up ajax chat on my MyBB 1.6.2 forum.

I seem to have it all installed and followed the insructions to the letter however it isnt working.

it doesnt appear that it is logging in a user when it connects, please see attached images for errors. and symptom

[attachment=21884]
[attachment=21885]
[attachment=21886]

can anyone suggest anything I may have missed here?

thanks in advance
daz
error

Quote:Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM 14.ajax_chat_online ORDER BY userName; Error-Report: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '14.ajax_chat_online ORDER BY userName' at line 9 Error-Code: 1064
How to add an another custom usergroup to the AJAX Chat? For example: VIP or something with different nickname color.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38