FreiChat related discussions

Got any problems? Then this is the best place for all your questions regarding FreiChat

59
1
thiru_ch posted Mar 17 '11 at 10:10 am

hi i am new to this component. recently i installed this product on my site www.myreadingroom.co.in. it works very well.
when i try to validate my site on w3 validation server then it show 93 errors which are related to this component. so my request to u is is it necessary to validate, then tell me how to rectify all these errors. help will be appriciated.

67
4

I installed FreiChatX.. followed the installation instructions... edited the parameters.... everything looks great.

I was testing the script using two different browsers, and different login credentials. Was working great.

Here is the issue:

When I typed a long message, using words with punctuation ie: "That's"... the message would not transmit. It seems to only be an apostrophe that causes this challenge.

Any thoughts?

81
3
sorema posted Mar 16 '11 at 4:14 pm

hi, i'd like to remove hr tag in online user list as well as fixed height in userlist. I can't find the file where the code is stored. Can you help me please?

p.s. the new frey chat rocks! ;)

89
8
clend posted Mar 16 '11 at 3:57 pm

Hi,
I used your previous release which worked fine.
As I wanted to install FreiChat 4.6, I've cleaned all the contents in my Freichat subfolder, placed the new content after unzipped the new downloaded file, and cleaned the two blocks of special code inserted in the index.php file of my template.
After, I've realized the installation as explained, and finally tried the result on my site.
Now, I see none effect on my screen: exactly like if I didn't install your product!
What's the matters?
Thanks for your help!

121
13

hi

have tried few different versions includeing cb pure and x but i still get the same problem, frei chat showing no friends on line, i also cant save configuration in back end. have had similar problem before but managed to solve the problem by installing a different version but no matter what i do now it wont work.

(have tried different browser loged in as 2 different users, boath connected in cb)

site www.shannongaels.ie

any idea what im doing wrong?

thanks

90
5
Miguel0 posted Mar 10 '11 at 10:39 pm

Hi, I have a problem when I select the option to only have access to the chat users who have registered and logged.

When I try to access the chat, stays in a loop trying to retrieve users online. FreichatX me works fine when I put it to the guests. I am using the latest version 4.5 Beta Stable.

I was digging in the code to see if I could fix it, when I put it in debug mode, and what so far is that freixlog.log time to time I returned a pattern of lines like the following. Sometimes it gets a lot of lines "connected", sometimes few, but usually get many of them.

March 10, 2011, 2:32 pm: main.php loaded
March 10, 2011, 2:32 pm: successfully connected to database
.
..
...
....
March 10, 2011, 2:32 pm: successfully connected to database
March 10, 2011, 2:32 pm: Unable to store in session

I do not think that is a problem in Joomla or Community Builder.



I noticed the JCB driver and so far I could not understand much, but I came to getUsers function ().

You may have something wrong with the $ userid that is used in the query?

The query by itself with a valid userid someone registered works fine.

What I can do to make it work?

63
1
nspwebdesign posted Mar 7 '11 at 11:47 pm

I downloaded the CB plugin and when I tried to install it on CB it would not let me.

These are the two messages that appear:

ERROR: Could not find an XML setup file in the package.

Installation file not found:
/homepages/................................................................/install_4d756dd29046a/

Any ideas on what is causing this to happen?

58
1
bafplus posted Mar 7 '11 at 11:29 am

Hello,

I've resently updated to the freichatx and first ao all...good work!

I'm only missing one thing..

In the previous version you had an online counter in the title of the chatscreen in the richtcorner.
It tels you how many peopla ere online even if the chat is minimised.

If people were online you see something like this "online Users(4)".
I realy miss this feature.

Can you reimplement it in the upcomming update?

147
13
superfire posted Mar 4 '11 at 9:43 am

Hi,
I have this message error after FreichatX 4.5 install:

Parse error: syntax error, unexpected '{' in /web/htdocs/www.115extreme.it/home/joomla/freichat/server/admin_files/home/index.php on line 1

this is index.php:

<?phpif (!isset($_SESSION['phplogin']) || $_SESSION['phplogin'] !== true) { header('Location: ../administrator/index.php'); //Replace that if login.php is somewhere else exit; } require("../arg.php");/********************************************************************************************/class param{ public function __construct() { $this->argpath="../arg.php"; $this->themepath='../client/jquery/freichat_themes/'; $this->langpath='../lang/'; $this->themeray=$this->langray=array(); }//-------------------------------------------------------------------------------------------- public function change_param($name,$files,$value) { //var_dump($value); foreach($files as $file) { $handle=$file; @chown($handle, "root"); @chmod($handle, 0777); $file_path=$file; $contents=file_get_contents($file_path,true); $values=null; foreach($value as $val) { if(strpos($contents,"\$".$name."='".$val."';")==true) { $values=$val; } else {} } $new_contents = str_replace("\$".$name."='".$values."';", "\$".$name."='".$_POST[$name]."';", $contents); file_put_contents($file_path, $new_contents); } }//-------------------------------------------------------------------------------------------- public function default_param($name,$files,$value) { $selected=false; //default html selected must be false foreach($files as $file) { $handle=$file; @chown($handle, "root"); @chmod($handle, 0777); $handle=$file; $contents=file_get_contents($handle,true); if(strpos($contents,"\$".$name."='".$value."';")==true) { $selected=true; } else {} } if($selected==true) { echo
.
.
.
.
.
.
m->argpath),"hide"); ?>>Minimized




9. Show Powered by

<select name="evnixpower"><option value="visible">default_param("evnixpower",array($param-&gt;argpath),"visible"); ?&gt;&gt;Yes</option>
<option value="hidden">default_param("evnixpower",array($param-&gt;argpath),"hidden"); ?&gt;&gt;No</option></select>



10. Remove Jquery Conflicts About

<select name="conflict"><option value="true">default_param("conflict",array($param-&gt;argpath),"true"); ?&gt;&gt;Yes</option>
<option value="">default_param("conflict",array($param-&gt;argpath),""); ?&gt;&gt;No</option></select>

11. Show Jquery Animations



<select name="fxval"><option value="true">default_param("fxval",array($param-&gt;argpath),"true"); ?&gt;&gt;Yes</option>
<option value="false">default_param("fxval",array($param-&gt;argpath),"false"); ?&gt;&gt;No</option></select>

12. Choose any Language



<select name="lang"><?phpif ($handle = opendir('../lang/')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != ".." && $file!='.svn') { $file_name=str_replace(".php", "", $file); echo '<option value='."$file_name "; $param->default_param("lang",array($param-&gt;argpath),$file_name); echo"&gt;$file_name"; } } closedir($handle);}else{ echo 'directory open failed';}?&gt;</select>

<input type="submit" style="height: 25px; width: 100px" value="SUBMIT">
219
29
tulip posted Mar 2 '11 at 12:12 pm

Hi
First of all thanks for nice work.
i have been struggling to make frei up and running.i m not integrating frei to anything but just want to test with localhost.i m able to access an dloging server/login.php and login succesfully.when i try access client/main.php i get page full of errors which start with


User parameters wrong line 121 in drivers/JCB.php/*-----------------------Definitions--------------------------------------------*/ var freidefines = { url:'http://localhost:8080/FreiChat/', theme:'pattern_blue', ses_status:'1', fonload:'show', reidfroh

can some one help me with this.also i am surprised why JCB.php is called even if i use customised option.in my opinion costom.php should be called.any ways i m not an expert so need ur help.

ok now i made a simple index.php and i guess i am suppose to add some code there and when i wd call index.php the chat wd appear.but i m unable to know what codes to be added and where.its not clear from the vid.

Br
Tulip

57
3
sgmax posted Feb 28 '11 at 3:18 pm

After submitting database information there are some issues on the next page.

1) "unknown driver" on the top left corner;
2) There's a totally empty textarea after "Step 2. Adding the code | Please Add the following two lines in your
in the header(before tag)", so I have no clue what to put in the header;

Help please.... :(

37
2
clend posted Feb 28 '11 at 3:18 pm

Hi,
I have installed your product with J!1.6, and I find this problem: when 2 users are in communication, one of them doesn't see on his screen the words he write on his keyboard: none cursor, none character typed visible on the bottom lines. But, when he send his message, this message is well written in his history of messages (on the top of his screen).
Help, please!

82
3
bucdany posted Feb 26 '11 at 11:16 am

I use FrieChatX latest version in Joomla with Kunena Forum, and my question is : Is it possible to use kunena forum avatar instead of the default avatar ? And which file should I modify ?
Thanks,
Buc

107
9
bucdany posted Feb 26 '11 at 11:13 am

Thanks for this wonderful chat system.
I use the latest version in Joomla and it works very well but I would like to modify the code to let the username appears in Unicode. I have for the moment questions mark instead of the real username. Can you tell me which file I should modify. In the Chat text area and the text input I can use Unicode but not in the head and in the userlist.
Thank you for your help.
Yours,
Buc

51
1
ygiorgos posted Feb 15 '11 at 6:50 pm

Hello, I have the 3.5 Freichat with CB. When I use Greek Characters I am not be able to see more than 7 or 8 characters of every message. I write them but I can only see 7 or 8 characters at the sender's and also at the receiver's chat blog. What can I do?

75
4
gdm12345 posted Feb 10 '11 at 5:27 am

Is there any way to make all registered users included in the freichat group? I would like for them to just appear online or available for chat instead of having to rely on Connections thru CB in Joomla.

Thanks in advance.

58
5
cnaw posted Feb 9 '11 at 7:41 am

I have a weird problem. When I install the program, it keeps putting all the internal links to mydomain.com/reichatx instead of mydomain.com/freichatx . What file do i need to edit to stop this? renaming the directory to reichatx did not solve all the issues (and created a few).

Thanks,

Adam

95
9
larisahunter posted Feb 7 '11 at 1:08 pm

I installed Community Builder but none of the downloads work...they all say they are missing the XML file?

1.37k
6.23k
20
Actions
Hide topic messages
Enable infinite scrolling
Previous
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft