FreiChat related discussions
stallation and integration with the CBE

friChatx installed on jomla by extending the first instalation com.freichat then frei chat mod that I have joomla włączyłem.Nastronie http://www.esklepy.cba.pl zinstalowane CBE and I score a window displays to me on the chat but it does not work by only Online Freunde I'm logged on to two other comp and other profiles CBE but the chat does not.

friChatx installed on jomla by extending the first instalation com.freichat then frei chat mod that I have joomla włączyłem.Nastronie http://www.esklepy.cba.pl zinstalowane CBE and I score a window displays to me on the chat but it does not work by only Online Freunde I'm logged on to two other comp and other profiles CBE but the chat does not.
cccc

i could not understand what you have written, i guess you translated it!!
tell me the version of freichat that you used??
and what were steps you took to install freichat.

i could not understand what you have written, i guess you translated it!! tell me the version of freichat that you used?? and what were steps you took to install freichat.
Necessity is the mother of all inventions!

1instalation FreiChatX.4.6.2 but uninstalled because there was nothing
2instalation german_freichat.3.5.0_cbe_unzip versions unpacked and installed the joomla instalation using the admin panel.
The components have Frei Chat
page displays frei chat but you can not chat

1instalation FreiChatX.4.6.2 but uninstalled because there was nothing 2instalation german_freichat.3.5.0_cbe_unzip versions unpacked and installed the joomla instalation using the admin panel. The components have Frei Chat page displays frei chat but you can not chat
cccc

install freichatx.v.4.6.3 and remember the 'freichatx' versions are not joomla 'modules' or 'components'.
freichatx is a seperate program in itself.
you have to read the 'readme.txt' file present in the 'freichat' folder. or just type the URL

http://~/freichat/index.php

install freichatx.v.4.6.3 and remember the 'freichatx' versions are not joomla 'modules' or 'components'. freichatx is a seperate program in itself. you have to read the 'readme.txt' file present in the 'freichat' folder. or just type the URL <code> http://~/freichat/index.php</code>
Necessity is the mother of all inventions!

why do not chat on your website?
Installation went well.
still no chat window on the site?
copy index.php templatki
<?php
/**
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" />
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->
<?php if($this->direction == 'rtl') : ?>
<link href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>
<?php @include(INC_OSEMKA_MAS); ?>
<?php $session = JSession::getInstance("none",array()); $ses=$session->getId(); ?>
<script type="text/javascript" language="javascipt" src="http://kwiaty.aq.pl/joomla/instal/freichat/client/main.php?id=<?php echo $ses;?>"></script>
<link rel="stylesheet" href="http://kwiaty.aq.pl/joomla/instal/freichat/client/jquery/freichat_themes/freichatcss.php" type="text/css">
</head>
<body id="page_bg" class="color_<?php echo $this->params->get('colorVariation'); ?> bg_<?php echo $this->params->get('backgroundVariation'); ?> width_<?php echo $this->params->get('widthStyle'); ?>">
.
.
.
.
<?php @include(INC_OSEMKA_LAY); ?>
<div class="freichathtml" id="freichathtml"> </div>
</body>
</html>
can copy error?

why do not chat on your website? Installation went well. still no chat window on the site? copy index.php templatki &amp;lt;?php /** * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined( &#039;_JEXEC&#039; ) or die( &#039;Restricted access&#039; ); ?&amp;gt; &amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt; &amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;&amp;lt;?php echo $this-&amp;gt;language; ?&amp;gt;&amp;quot; lang=&amp;quot;&amp;lt;?php echo $this-&amp;gt;language; ?&amp;gt;&amp;quot; &amp;gt; &amp;lt;head&amp;gt; &amp;lt;jdoc:include type=&amp;quot;head&amp;quot; /&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/system/css/system.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/system/css/general.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/rhuk_milkyway/css/template.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/rhuk_milkyway/css/&amp;lt;?php echo $this-&amp;gt;params-&amp;gt;get(&#039;colorVariation&#039;); ?&amp;gt;.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/rhuk_milkyway/css/&amp;lt;?php echo $this-&amp;gt;params-&amp;gt;get(&#039;backgroundVariation&#039;); ?&amp;gt;_bg.css&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;!--[if lte IE 6]&amp;gt; &amp;lt;link href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/&amp;lt;?php echo $this-&amp;gt;template ?&amp;gt;/css/ieonly.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;![endif]--&amp;gt; &amp;lt;?php if($this-&amp;gt;direction == &#039;rtl&#039;) : ?&amp;gt; &amp;lt;link href=&amp;quot;&amp;lt;?php echo $this-&amp;gt;baseurl ?&amp;gt;/templates/rhuk_milkyway/css/template_rtl.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt; &amp;lt;?php endif; ?&amp;gt; &amp;lt;?php @include(INC_OSEMKA_MAS); ?&amp;gt; &amp;lt;?php $session = JSession::getInstance(&amp;quot;none&amp;quot;,array()); $ses=$session-&amp;gt;getId(); ?&amp;gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; language=&amp;quot;javascipt&amp;quot; src=&amp;quot;http://kwiaty.aq.pl/joomla/instal/freichat/client/main.php?id=&amp;lt;?php echo $ses;?&amp;gt;&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;http://kwiaty.aq.pl/joomla/instal/freichat/client/jquery/freichat_themes/freichatcss.php&amp;quot; type=&amp;quot;text/css&amp;quot;&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body id=&amp;quot;page_bg&amp;quot; class=&amp;quot;color_&amp;lt;?php echo $this-&amp;gt;params-&amp;gt;get(&#039;colorVariation&#039;); ?&amp;gt; bg_&amp;lt;?php echo $this-&amp;gt;params-&amp;gt;get(&#039;backgroundVariation&#039;); ?&amp;gt; width_&amp;lt;?php echo $this-&amp;gt;params-&amp;gt;get(&#039;widthStyle&#039;); ?&amp;gt;&amp;quot;&amp;gt; . . . . &amp;lt;?php @include(INC_OSEMKA_LAY); ?&amp;gt; &amp;lt;div class=&amp;quot;freichathtml&amp;quot; id=&amp;quot;freichathtml&amp;quot;&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; can copy error?
cccc

your sever is inserting unwanted javascript into freichat code. the following is the unwanted code for the url http://www.esklepy.cba.pl/instaled/freichat/client/main.php?id=809db5b9ede6b88e7e88c6217e1c51b6 (enter the url and then view source of that file):

<!-- HEADER //]]>'"</script></iframe></noembed></embed></object></noscript>
<script type="text/javascript" src="/e8375d7cd983efcbf956da5937050ffc.js"></script>
<script type="text/javascript" src="/b28354b543375bfa94dabaeda722927f.js"></script>-->
<script type="text/javascript" src="/d0004e8cad401f4e3c02ddd8a69cb2d7.js"></script>
<script type="text/javascript" src="/05d8cb992b11b84ce44d8924f26950b9.js"></script>

/*-----------------------Definitions--------------------------------------------*/
var freidefines = {
url:'http://kwiaty.aq.pl/joomla/instal/freichat/',
theme:'ce_green',


None of those script tags should have appeared.
You must talk to your hosting provider regarding this situation. (Probably they are trying to inject ads or it is some kind of tracking code. Most free hosting providers do such things)

your sever is inserting unwanted javascript into freichat code. the following is the unwanted code for the url http://www.esklepy.cba.pl/instaled/freichat/client/main.php?id=809db5b9ede6b88e7e88c6217e1c51b6 (enter the url and then view source of that file): &amp;lt;code&amp;gt; &amp;lt;!-- HEADER //]]&amp;gt;&#039;&amp;quot;&amp;lt;/script&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/noembed&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&amp;lt;/noscript&amp;gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/e8375d7cd983efcbf956da5937050ffc.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/b28354b543375bfa94dabaeda722927f.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;--&amp;gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/d0004e8cad401f4e3c02ddd8a69cb2d7.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/05d8cb992b11b84ce44d8924f26950b9.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; /*-----------------------Definitions--------------------------------------------*/ var freidefines = { url:&#039;http://kwiaty.aq.pl/joomla/instal/freichat/&#039;, theme:&#039;ce_green&#039;, &amp;lt;/code&amp;gt; None of those script tags should have appeared. You must talk to your hosting provider regarding this situation. (Probably they are trying to inject ads or it is some kind of tracking code. Most free hosting providers do such things)
Necessity is the mother of all inventions!

hello
I thought so too.
Thank you for your help.

hello I thought so too. Thank you for your help.
cccc
124
6
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft