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
(2008-08-26, 08:12 AM)abhisheksaini Wrote: [ -> ]how to uninstall this chat program

delete the folder via ftp and flush the tables of the chat
nice chat
i wonder why nothing show up in the chat, when i type i dont see anything.. not even my nane, why is that?
i cant get it to install....sad cause i want to use it...
(2008-08-29, 12:01 AM)Murder-Ink Wrote: [ -> ]nice chat
i wonder why nothing show up in the chat, when i type i dont see anything.. not even my nane, why is that?

use firefox and dissalowed scripts using noscript ? yust allow scripts for the chat. requires flash plugin
greetings,

I am having this problem

Parse error: syntax error, unexpected T_STRING, expecting ']' in forum/chat/lib/config.php on line 36

line 36 is

$config['dbTableNames'] = array();

ok solved the problem myself....now there is some other problem..only 1 room is showing up. however I have this setting

$config['limitChannelList'] = array(0, 42, 44, 48);
So anyone here can please help?
I can't run Install.php, searched for help in SourceForge help forum for AJAX chat but did not get answer for days, I am having this error when I try to run install script:-
Query: DROP TABLE IF EXISTS ajax_chat_online; Error-Report: Error-Code: 
I did manually created tables by running SQL script provided through phpMyAdmin, after this when I tried to access chat it said:-
Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM ajax_chat_online ORDER BY userName; Error-Report: Error-Code: 
Could anyone assist me with this? Thanks for reading.
hmmm..ive got problem installing this,..

i read installation,

1. Upload to the server
--------------------

Upload the chat folder to your server into your MyBB forum directory:
e.g. http://example.org/mybb/chat/


2. Creation of database tables
---------------------------

Execute the provided installation script by visiting the following URL with your browser:
http://example.org/mybb/chat/install.php

Replace "http://example.org/mybb/chat/" with the real URL to your chat directory.


3. Delete the installation script
------------------------------

Delete the file install.php from the chat directory on your server.


Ready! Just place a link to the chat directory on your forum. Smile


but when i visit to

http://mysite.com/chat/install.php ive got this error..
Error-Report: No database selected Error-Code: 1046
You have to put the value for your database in the config file. I don't remember the name of the file it is in since it has been a while. I will try to install it again tonight to let you know for sure.
Oh yeah, also for those looking for support, please read the first posts. The creator of Ajax chat did not continue support in this thread. He does it over at sourceforge.
hi i'm getting an "error connecting database error" while running the install.php file...can anyone tell where to enter t respective fields....
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