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
I have got this successfully working on my 1.4.4 installation =D
i just installed this Smile
Well i go to it and im logged in so i think it worked Smile
My chat was working, but now im getting

(11:49:12) ChatBot: Error: Connection status: 403
(11:49:26) ChatBot: Error: Connection status: 404
(11:49:29) ChatBot: Error: Connection status: 404
(12:08:12) ChatBot: Error: Connection status: 404
(12:08:13) ChatBot: Error: Connection status: 404
(12:08:40) ChatBot: Error: Connection status: 404

any time i type in a message, i just get another

(12:08:40) ChatBot: Error: Connection status: 404

Also, has anyone managed to get this looking like its integrated with the default MyBB template? so it appears as part of the site, rather than tacked on? Id really appreciate any template hacks people have done etc.

Any ideas what could be causing this issue?
Found out what was causing this btw:

DirectoryIndex portal.php

If you have your portal.php as your main page like I have, needs to be changed to:

DirectoryIndex portal.php index.php index.html index.htm

That should fix the connection errors.
Got it running. Few questions:

1) Anyone developed a plug-in for myBB that will handle the options of Ajax Chat?

2) Any plugin to copy over the myBB themes so I don't have to manually modify the css files of AjaxChat.

3) I added a toplink to chat. Is there a way to dynamically include the number of people in chat after the link (ie Chat 4) so that forum users will know when folks are chatting? Someone has done this for phpBB http://ajax-chat.wiki.sourceforge.net/ph...chat+users

Thanks!

Charles
Anyone? Anyone? Bueller?
(2009-01-27, 06:10 PM)LoneStarMBA Wrote: [ -> ]... Is there a way to dynamically include the number of people in chat after the link (ie Chat 4) so that forum users will know when folks are chatting? ...

Something similar ... now there's a plugin for 1.4.4 to show "online-chatters" (with username and time) on index-page at "who's online".

http://www.mybbcoder.info/thema-2833.html

[attachment=12749]
Cannot seem to get a download going from that site. But I appreciate the link and will keep trying.
I need help.

I uploaded the chat, and read the Read me. It say for install that you go yoursite.com/chat/install.php but i get errors saying:


Query: DROP TABLE IF EXISTS ajax_chat_online; Error-Report: Error-Code:
Using this chat for some time, and it got a lot of messages in DataBase. And cuze of this it slows down my forum.
As I looked in PHP scripts, SQL queries are not optimized and it crashes my web-server by locking SQL tables with these queries for long time and it is blocking other soft that uses MySQL and web.

Can be some optimization in this direction ?
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