AjaxChat Integration (latest version 3.2.1)

Started by .HuNTeR., August 27, 2008, 12:59:06 AM

Previous topic - Next topic

snowmedia

I fixed my problem.  There was just a few more instances of the code being in there twice in the needed files.  Sorry to jump the gun.  Thanks!

tRu3_sKiTz0

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
Here is the error that I keep getting. I have forwarded it to my webmaster. If anyone has insite in the meantime, please post!

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.usgrantdiscussions.com Port 80

ɔɔɔɔɔɔuɥoɾ

How do I chmod? / what is chmod?

CHMOD your /chat and /shoutbox directory, make sure all the folders and files are CHMOD'ed to 0755

That should fix this issues, if not reply back.


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

TheDmac

We managed to get it installed, but the names arn't showing right.







tRu3_sKiTz0

Thank you I did that last night after doing some searching. I didn't realize that files could CHMODed in the cpanel's file manager. Thanks again! GREAT MOD!

TheListener

Quote from: TheDmac on June 24, 2010, 09:46:34 AM
We managed to get it installed, but the names arn't showing right.



More information is required than what you have already given us.

SMF version?

Theme Used?

Any errors on install?

miDnIghtEr20C

i'm having troubles installing.     i can apply it, but when i go to install, every time i do, it i get a 500 internal server error.     now i read this part of the FAQ...
QuoteIf you get a 500 Connection error you might have to set your file permissions as well.
There are 2 folder for the AJAX Chat Intergration Mod "Chat" and "Shoutbox".
For AJAX Chat Intergration Version 3 be sure to change the file permissions (CHMOD) /chat/index.php and /shoutbox/index.php to 755 (and in some cases CHMOD the actual "Folders" as well).

and i see the post a couple above.. but i'm retarded, and having troubles where i need to find the area where i change it to 755.   i go to edit index.php to look where to put it.. but i don't know if i'm in the right spot or not.   and this is what i see...

Quote<?php
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/

// Show all errors:
error_reporting(E_ALL);

// Path to the chat directory:
define('AJAX_CHAT_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');

// Include custom libraries and initialization code:
require(AJAX_CHAT_PATH.'lib/custom.php');

// Include Class libraries:
require(AJAX_CHAT_PATH.'lib/classes.php');

// Initialize the chat:
$ajaxChat = new CustomAJAXChat();
?>

i had this up and running nice before... had to do a server change through go daddy, and when i went to apply it again, this is what's been happening.     thanks for the help guys.

TheDmac

Using SMF 1.1.11
Usinf Ve1x.

No errors upon install.

Blah blah

How hard is it to make a custom style for this and "lock" it as the default ? And how hard is it to use your own smileys instead if the default ones?

ɔɔɔɔɔɔuɥoɾ

Its actually pretty easy, its all in the CSS, I have customized mine , a lot, it looks completely different and matches my custom theme


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

syphergaming

i can run this chat on my local host.
but on my web host it wont work.

TheListener

Quote from: syphergaming on June 25, 2010, 02:46:02 AM
i can run this chat on my local host.
but on my web host it wont work.

Who is your host?


mrtrc266

Quote from: syphergaming on June 25, 2010, 02:46:02 AM
i can run this chat on my local host.
but on my web host it wont work.

Exactly what is the problem?
Any errors?
What version on SMF?

syphergaming

1.1.11

no errors just nothing pops up in the chat space

(yes i have read the faqs)
and i cant find any thing in there
EDIT
i can give u my FTP details and you can tell me the problem

mrtrc266

Go ahead and PM me the details along with a temp admin account to your forum. I'm off to work soon but will try to knock it out before I go.

syphergaming


miDnIghtEr20C

Quote from: miDnIghtEr20C on June 24, 2010, 09:19:33 PM
i'm having troubles installing.     i can apply it, but when i go to install, every time i do, it i get a 500 internal server error.     now i read this part of the FAQ...
QuoteIf you get a 500 Connection error you might have to set your file permissions as well.
There are 2 folder for the AJAX Chat Intergration Mod "Chat" and "Shoutbox".
For AJAX Chat Intergration Version 3 be sure to change the file permissions (CHMOD) /chat/index.php and /shoutbox/index.php to 755 (and in some cases CHMOD the actual "Folders" as well).

and i see the post a couple above.. but i'm retarded, and having troubles where i need to find the area where i change it to 755.   i go to edit index.php to look where to put it.. but i don't know if i'm in the right spot or not.   and this is what i see...

Quote<?php
/*
* @package AJAX_Chat
* @author Sebastian Tschan
* @copyright (c) Sebastian Tschan
* @license GNU Affero General Public License
* @link https://blueimp.net/ajax/
*/

// Show all errors:
error_reporting(E_ALL);

// Path to the chat directory:
define('AJAX_CHAT_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');

// Include custom libraries and initialization code:
require(AJAX_CHAT_PATH.'lib/custom.php');

// Include Class libraries:
require(AJAX_CHAT_PATH.'lib/classes.php');

// Initialize the chat:
$ajaxChat = new CustomAJAXChat();
?>

i had this up and running nice before... had to do a server change through go daddy, and when i went to apply it again, this is what's been happening.     thanks for the help guys.
can anybody tell me where i need to go to find and put that 755 at?     Thank you.

dujapa

I solve my problem in install with a change in file Tables_1.1.X.php.

Only this:
//remove previous version's tabales
/*
db_query("DROP TABLE IF EXISTS ajax_chat_online", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_chat_messages", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_chat_bans", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_chat_invitations", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_shout_online", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_shout_messages", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_shout_bans", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS ajax_shout_invitations", __FILE__, __LINE__);

db_query("DROP TABLE IF EXISTS {$db_prefix}ajaxchat_online", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS {$db_prefix}ajaxchat_messages", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS {$db_prefix}ajaxchat_bans", __FILE__, __LINE__);
db_query("DROP TABLE IF EXISTS {$db_prefix}ajaxchat_invitations", __FILE__, __LINE__);
*/


But I have other problem after all Chat ok and installed.

Verification image no longer appears after installation of CHAT. Does anybody know what might be or how to fix this?

Look at the pictures below:

In Portuguese-brazilian_utf8 (Not WORK)

But in English is Normal

new200

Can someone show me how I can replace the ShoutBox in index with a YouTube video???? many thanks!!!


Advertisement: