MyBB Community Forums

Full Version: AJAX Chat Installation Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need help installing AJAX Chat to my website: https://blueimp.net/ajax/

I have uploaded the files to my Cpanel but don't know what to do after that... please help!! Other people have used this on MyBB with no problems. This is my website: http://dreamsandbeyond.info.tm/forums.php http://dreamsandbeyond.info.tm/

Thanks! Big Grin
My homepage is a portal by the way...
AJAX Chat's instructions are horrendously brutal.

In lib/config.php, there are a few settings that you have to do to configure the chat database. Then just go and run install.php.
OK thanks! Do you know exactly what I edit in lib/config.php? And, for install.php, do I have to add install.php to the ending of my url to install? Thanks
I have been editing the lib/config.php. When I go to install, this comes up:
Query: DROP TABLE IF EXISTS ajax_chat_online; Error-Report: Error-Code:

Hey... when I use this link: http://dreamsandbeyond.info.tm/chat/ this comes up: Query: SELECT userID, userName, userRole, channel, UNIX_TIMESTAMP(dateTime) AS timeStamp, ip FROM Dreams_and_Beyond.ajax_chat_online ORDER BY userName; Error-Report: Error-Code:

When I try to upload it, this comes up: Query: DROP TABLE IF EXISTS ajax_chat_online; Error-Report: Error-Code:

Im not sure what I have to do... sorry Im kinda new at this stuff

If you can help thanks a lot!
Here you go: Interesting threads and post on the Ajax Chat, these are what I used to figure it out.

http://community.mybb.com/thread-46457.html

http://community.mybb.com/thread-76419-p...#pid564230

http://community.mybb.com/thread-24837-p...#pid449785
Thanks! Where do I find my database information??