Page 1 of 1

Chat.

PostPosted: Wed Jul 11, 2007 8:05 pm
Author: Joshie
The chat seems like they won't enter a message with ' in them.

Example - "hello, I'm tired" <--- That don't work, because of ' in them, but if I enter a message like this "Hello, Im tired". It works.

Is there a way to fix this, so they can have ' in them, or maybe place better free chat for that kind of .script from here to integrate?

PostPosted: Wed Jul 11, 2007 8:53 pm
Author: Joshie
Another one.

Member can't type long sentence, how can I remove that disable for the long sentence/character of words for the chat?

PostPosted: Wed Jul 11, 2007 9:02 pm
Author: Joshie
:O I looked for a chat forum around here, and seen a mod called flashchat, I want it to be integrate onto integramod 141!!!!!!!!

PostPosted: Wed Jul 11, 2007 9:14 pm
Author: Joshie
I bought flashchat from tufat.com ! Now I need instruction on how to integrate onto integramod. Anyone can give me the instruction?

Re: Chat.

PostPosted: Thu Jul 12, 2007 2:47 am
Author: found it
If you do a search here and at forums.tufat.com you will find the instructions you need to set up flash chat using Integramod...

and look at the old site found [url=http]HERE[/url]

:mrgreen:

PostPosted: Thu Jul 12, 2007 2:55 am
Author: Joshie
phpBB 2.0.10 and above
phpBB 3.0.B2 and above

I click two option and it tells me that it can't integrate.:(

Re: Chat.

PostPosted: Thu Jul 12, 2007 3:50 am
Author: found it
The integration should work for 1.4.1 even though it states 1.4.0 as the changes involved do not effect the update....

:mrgreen:

Re: Chat.

PostPosted: Thu Jul 12, 2007 4:51 am
Author: Joshie
"found it";p="27214" wrote:The integration should work for 1.4.1 even though it states 1.4.0 as the changes involved do not effect the update....

:mrgreen:
Sweet. Now, I am going to try.

<img>

PostPosted: Thu Jul 12, 2007 5:02 am
Author: Joshie
I don't get this.<img> Go to http://www.killyourboredom.com/chat/chat/install.php and then click either one and click next, you'll see bunch of errors. Saying it can't integrate.

Any one willing help me? Can get through my server if you want. And as well I may pay $1 ~ $5 (if I MUST, that is).

Re: Chat.

PostPosted: Thu Jul 12, 2007 5:06 am
Author: found it
Just add your database name username and paswword that is the one you use integramod for....

Also you should be using the phpbb integration to install with so the tables are the same....

:mrgreen:

PostPosted: Thu Jul 12, 2007 5:54 am
Author: Joshie
I can't put database in them because it is blocked until I get the errors fixed.

Re: Chat.

PostPosted: Thu Jul 12, 2007 8:41 am
Author: found it
Hi

You have your path set up as

Code: Select all
chat/chat/install.php


it should be

Code: Select all
chat/install.php

PostPosted: Thu Jul 12, 2007 3:11 pm
Author: Joshie
I will try that tonight.

PostPosted: Fri Jul 13, 2007 10:33 pm
Author: Joshie
Got it work!

Now, I am wondering how can I change the chat block, and chat link? Replace the link from the old chat to the new one. And as well numbers of people who is in the chat.

Re: Chat.

PostPosted: Sat Jul 14, 2007 7:00 am
Author: .QUACK.Major.Pain
root/templates/your template/chat_block.tpl

<table>
<tr>
<td>
<p>{TOTAL_CHATTERS_ONLINE}:<br>
{CHATTERS_LIST}
</p>
<p>[ {L_CHAT_LINK} ]</p>
</td>
</tr>
</table>

This stuff I don't know but this is your chat box file. I would guess L_Chat_Link is what needs changing. How is beyond me. Haven't learned that yet, so hope someone posts how so I can learn it too <img>

Re: Chat.

PostPosted: Sat Jul 14, 2007 7:12 am
Author: .QUACK.Major.Pain
Found more:

root/blocks/blocks_imp_chat.php

<?php
/***************************************************************************
* blocks_imp_chat.php
* -------------------
* begin : Saturday, March 20, 2004
* copyright : (C) 2004 masterdavid - Ronald John David
* website : http://www.integramod.com
* email : <a>webmaster@integramod.com</a>
*
* note: removing the original copyright is illegal even you have modified
* the code. Just append yours if you have modified it.
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/

if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}

if(!function_exists(imp_chat_block_func))
{
function imp_chat_block_func()
{
global $template, $lang, $db, $theme, $phpEx, $lang, $board_config, $userdata, $phpbb_root_path, $table_prefix, $portal_config, $var_cache;

if(!$userdata['session_logged_in'])
{
$chat_link = $lang['Login_to_join_chat'];
}
else
{
$chat_link = "<a>" . $lang['Click_to_join_chat'] . "</a>";
}

require_once( $phpbb_root_path . 'chatspot_front.' . $phpEx );

$template->assign_vars(array(
// ChatBox Mod
'TOTAL_CHATTERS_ONLINE' => sprintf( $lang[ 'How_Many_Chatters' ], $num_users_in_chat ),
'CHATTERS_LIST' => '<b>' . $users_in_chat . '</b>',
'L_CHAT_LINK' => $chat_link));
}
}

imp_chat_block_func();

?>


I think this is the line that need editting:

$chat_link = "<a>" . $lang['Click_to_join_chat'] . "</a>";

Re: Chat.

PostPosted: Thu Mar 13, 2008 12:33 pm
Author: Angelus
Hi,

the standard chat is really buggy. often people are kicked because of session issue (although the session timeout was switched to 1h).

The link posted here for the other chat does not work anymore. Can anyone help with this?

I want to change to another chat.

Greetings
Thorsten

Re: Chat.

PostPosted: Thu Mar 13, 2008 1:48 pm
Author: .QUACK.Major.Pain
Here is one I was suggested to use: http://www.bestofchat.com/.script-chat-gratuit/

The site is in French, but it is a great chat. Includes webcam. Also has admin rights to create channels and such.

I have been having problems with it.

I created a new page on the forum and put the chat in the center block.
You have to also add a mini banner of the chat to enable the chat.
When I get it going, I keep getting an email telling me it was deactivated and to reactivate it again.
I do this and 3-4 days later, it deactivated again. Can't figure out why, put it would be nice to see if it could be figured out.

I got tired of trying and gave up. I am not French, but had someone assisting me with it. He couldn't figure it out either, but he had his working great.

Re: Chat.

PostPosted: Thu Mar 13, 2008 1:57 pm
Author: Angelus
Is there any other alternative? Because the integrated chat is really not stable at all.

Greetings
Thorsten

Re: Chat.

PostPosted: Thu Mar 13, 2008 2:05 pm
Author: .QUACK.Major.Pain
This is the English version of the above: http://www.123flashchat.com/

I just couldn't figure it out.
Someone with better coding skills could figure it out and maybe create a working model and post it here for others to use.