Show Categories
58
5
aghein posted Mar 13 '11 at 9:14 pm

Hi, I'm trying to install this chat elgg and everything seems to work but I can not see the chat, any suggestions? to do? thanks

52
2
admin posted Mar 13 '11 at 2:11 pm

Today i.e on 13 March stable version of FreiChatX has been released.

No doubts, even stable version can have bugs .

Features Added :

1. Online user count is now shown.
2. On new message there is image change.
3. Quick installation added but only for Joomla users.
4. Added Unicode support

Improvements :

1. Improved JS performance related to minimizing the chatwindow.
2. Blocked parallel/simultaneous requests when creating chatwindow.
3. Improved CSS by adding style rules thus extending support.

Bugfixes :

7 minor bugs and 4 major bugs solved

So overall there have been many changes in this version.
Like always , this version is now available in the Downloads section.

EDIT : Forgot to mention sound works now !

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

67
4
clend posted Feb 26 '11 at 10:00 am

Hi,
I just download your product today, and I have installed it in local for developpement and tests.
On my localhost server, it's impossible to have real connections: so, it's impossible for me to test FreiChat.
Please, what is te right solution? (ie: a real but demo site ???)

48
0

Today FreiChatX 4.5 Beta-Stable version has been released

The major changes are :

1. Translation plugin is added .
2. Name/Username option added
3. Improved JS performance by little

And other bugs solved.
As always , this version is now available in the Downloads section

48
0
admin posted Feb 16 '11 at 5:19 am

This is a small video we captured while testing FreiChat-XC (The desktop version of FreiChatX)
with FreiChaX, your site users can chat without loading the site on the browser (The idea is to serve updates,news or even Ads in the desktop version itself)

The testing was held on 28 jan 2011

Please give some feedback on the test!

<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/Jwfo-C4hQRs" frameborder="0" allowfullscreen></iframe>

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?

41
0
admin posted Feb 13 '11 at 6:20 pm

After one and a half month a beta version has now been finally released.

FreiChatX 4.4 beta changes mainly includes

1. Reduced server requests
2. File sending and recieving
3. Auto busy and offline
Other small features.

One major bug and some other minor bugs have been solved.

You can download it from the Downloads section.

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?

61
1
seb posted Feb 3 '11 at 8:15 am

Hello,

Very nice extension for Joomla you have here, but would be great if it would allows group chat.
For example, the ability for admins to create private and public chat rooms to chat with several users at once.

Thanks again, keep up the good work :)

Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft