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
(2009-03-04, 02:56 PM)hamster Wrote: [ -> ]Has anyone gotten this to work with MyBB perfectly? If so, please share with us how you did it. Any help would be greatly appreciated.

The only thing I don't have working is the forum list being the available channels but we don't want that anyway so as far as I know it's working 100% right now. Though its not widely used as we are in the dev stage of site upgrade.
Help me pls, i do login and after ajax chat spam timeout continuously:

(13:45:53) ChatBot: Franx has been logged out (Timeout).
(13:45:53) ChatBot: Franx logs into the Chat.
(13:45:57) ChatBot: Franx has been logged out (Timeout).
(13:45:57) ChatBot: Franx logs into the Chat.
(13:45:59) ChatBot: Franx has been logged out (Timeout).
(13:45:59) ChatBot: Franx logs into the Chat.
(13:46:04) ChatBot: Franx has been logged out (Timeout).
(13:46:04) ChatBot: Franx logs into the Chat.
(13:46:07) ChatBot: Franx has been logged out (Timeout).
(13:46:10) ChatBot: Franx logs into the Chat.
(13:46:12) ChatBot: Franx has been logged out (Timeout).
(13:46:12) ChatBot: Franx logs into the Chat.
(13:46:14) ChatBot: Franx has been logged out (Timeout).
(13:46:14) ChatBot: Franx logs into the Chat.
Has anybody got limitChannelList working properly? I can't create a private channel based on my admins-only forum (or really, any of my forums... all I get is the default Public (0) room even if it's set to "null"). I'm using MyBB 1.4.4 and AJAXChat 0.8.2.

// Defines an array of channelIDs (e.g. array(0, 1)) to limit the number of available channels, will be ignored if set to null:
$config['limitChannelList'] = array(0, 25);

Alternately, I can create a custom public channel just fine but don't know how to make the custom conditions to limit it to just the admins. If anyone can explain that bit of code to me, I'd appreciate it.

Thanks. Smile
Please help me...
look http://savior.web.id/chat/


XML Parsing Error: not well-formed
Location: http://savior.web.id/chat/
Line Number 219, Column 340:return text.replace(arguments.callee.regExp,this.decodeSpecialCharsCallback);},decodeSpecialCharsCallback:function(str){switch(str){case '&amp;':return '&';case '&lt;':return '<';case '&gt;':return '>';case ''':return '\'';case '&quot;':return '"';default:return str;}},inArray:function(haystack,needle){var i=haystack.length;while(i--){if(haystack[i]===needle){return true;}}
(2009-03-19, 12:47 PM)Franx Wrote: [ -> ]Help me pls, i do login and after ajax chat spam timeout continuously:

(13:45:53) ChatBot: Franx has been logged out (Timeout).
(13:45:53) ChatBot: Franx logs into the Chat.
(13:45:57) ChatBot: Franx has been logged out (Timeout).
(13:45:57) ChatBot: Franx logs into the Chat.
(13:45:59) ChatBot: Franx has been logged out (Timeout).
(13:45:59) ChatBot: Franx logs into the Chat.
(13:46:04) ChatBot: Franx has been logged out (Timeout).
(13:46:04) ChatBot: Franx logs into the Chat.
(13:46:07) ChatBot: Franx has been logged out (Timeout).
(13:46:10) ChatBot: Franx logs into the Chat.
(13:46:12) ChatBot: Franx has been logged out (Timeout).
(13:46:12) ChatBot: Franx logs into the Chat.
(13:46:14) ChatBot: Franx has been logged out (Timeout).
(13:46:14) ChatBot: Franx logs into the Chat.

lol i get the same :| well except a diff username Toungue
did you set the right cooki phat ?
(2007-10-18, 09:27 PM)madblueimp Wrote: [ -> ]Important:
As the time and effort spent to support the AJAX Chat project has increased my support here on this topic will discontinue.I will continue to answer support requests on the Official SourceForge project site.
Feel free to use this topic for user-to-user support.
This chat not work on mybb 1.4!
(2009-05-14, 09:30 AM)Løque Wrote: [ -> ]This chat not work on mybb 1.4!

What error did you get, if any?
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