FreiChat related discussions
UTF-8 Support. Russian letters are not working.

Thank you for your previous support on older versions of Frichat. They are all working, and I'm happy.
On my recent site - unknowndominicana.com that I'm creating right now, everything is supposed to be in Russian. However I have a few questions (I installed a new version just today).
1. The lines from Read me file:
a) Note anyone wanting cyrillic characters or having issues with languages in chat must disable wordwrap.
One can do that by going to
~/freichat/server/freichat.php
Search and comment the following line:
$message=mywordwrap($message);
It should look this way:
//$message=mywordwrap($message);

are no longer valid, because there is no line like that.
I commented all that block - no use.
Can you help, please?
All you see in the chat window is ??????????????????????????? ???// ????? ?????
How do you like it? :)

2. How do I remove the "Additional Options" little icon, because it is there for nothing, just opens a little icon of a home on top ?

3. How can I translate all the front end interface in Russian? And how can I submit that translation to you, so that switching to Russian would be available to everybody? It'll take me 30 minutes top (if I'm not working that day :S )

4. How can I, as an owner of a website, be sure, that some stupid pedophiles, terrorists, or, even better, CIA, or FBI are not using my Freichat installation to conduct their disgusting activities? Where is the control panel for moderation? Banning? Assigning moderators -by my criteria - may be by countries, or, even better - by languages used?

Or... last thing about this installation - the avatars from my old JomSocial version are not displayed. They all are working on my older sites with older versions of Frichat.
Thank you.

Thank you for your previous support on older versions of Frichat. They are all working, and I'm happy. On my recent site - unknowndominicana.com that I'm creating right now, everything is supposed to be in Russian. However I have a few questions (I installed a new version just today). 1. The lines from Read me file: a) Note anyone wanting cyrillic characters or having issues with languages in chat must disable wordwrap. One can do that by going to ~/freichat/server/freichat.php Search and comment the following line: $message=mywordwrap($message); It should look this way: //$message=mywordwrap($message); are no longer valid, because there is no line like that. I commented all that block - no use. Can you help, please? All you see in the chat window is ??????????????????????????? ???// ????? ????? How do you like it? :) 2. How do I remove the "Additional Options" little icon, because it is there for nothing, just opens a little icon of a home on top ? 3. How can I translate all the front end interface in Russian? And how can I submit that translation to you, so that switching to Russian would be available to everybody? It'll take me 30 minutes top (if I'm not working that day :S ) 4. How can I, as an owner of a website, be sure, that some stupid pedophiles, terrorists, or, even better, CIA, or FBI are not using my Freichat installation to conduct their disgusting activities? Where is the control panel for moderation? Banning? Assigning moderators -by my criteria - may be by countries, or, even better - by languages used? Or... last thing about this installation - the avatars from my old JomSocial version are not displayed. They all are working on my older sites with older versions of Frichat. Thank you.

I guess the Read Me file was not updated,
Russian language is working perfectly in my browser.
Can you provide a screenshot of this problem.

The additional option has a icon of home which when clicked brings the chatwindows to their original position.(if they are dragged)But this option will be removed from the next major version anyway.

for the front end translation, you could copy the english.php file present in the freichat/lang directory , and edit it according to your language (dont forget to rename it to your_lang.php).
Later , you can select the new language from the FreiChatX backend .

May be you installed with the wrong integration driver , did you select JomSocial driver during FreiChatX installation ?

I guess the Read Me file was not updated, Russian language is working perfectly in my browser. Can you provide a screenshot of this problem. The additional option has a icon of home which when clicked brings the chatwindows to their original position.(if they are dragged)But this option will be removed from the next major version anyway. for the front end translation, you could copy the english.php file present in the freichat/lang directory , and edit it according to your language (dont forget to rename it to your_lang.php). Later , you can select the new language from the FreiChatX backend . May be you installed with the wrong integration driver , did you select JomSocial driver during FreiChatX installation ?
Necessity is the mother of all inventions!

I did choose Jomsocial - avatars are not integrated.
Russian characters are not displayed.
I created 2 friends on a site for you to play. Same names and passwords like before on the other site. chattest and testchat, pass moloko for both.
I did not change adminpass yet on installation.
Please tell me what's wrong.
Thank you for comments on my "security" topic. Glad I made somebody smile.

I did choose Jomsocial - avatars are not integrated. Russian characters are not displayed. I created 2 friends on a site for you to play. Same names and passwords like before on the other site. chattest and testchat, pass moloko for both. I did not change adminpass yet on installation. Please tell me what's wrong. Thank you for comments on my "security" topic. Glad I made somebody smile.

Ok i have checked it out,
I ll try and upload a fix as soon as possible

Ok i have checked it out, I ll try and upload a fix as soon as possible
Necessity is the mother of all inventions!

I know you are very busy. Do you have an approximate date for this fix?
Thank you.

I know you are very busy. Do you have an approximate date for this fix? Thank you.

The problem is that i am not able to reproduce the bug in my localhost.
So I am not able to understand what is causing the bug.
There will be some major changes in the next version, hopefully the issue gets resolved.

The problem is that i am not able to reproduce the bug in my localhost. So I am not able to understand what is causing the bug. There will be some major changes in the next version, hopefully the issue gets resolved.
Necessity is the mother of all inventions!

Today I installed a new version of chat. Everything is working beautiful. But as before - it is useless, because all site is aimed at Russian users, and there are only question marks, and nothing to comment in php file from Read Me instructions... Is there ANY hope it could be corrected?

Today I installed a new version of chat. Everything is working beautiful. But as before - it is useless, because all site is aimed at Russian users, and there are only question marks, and nothing to comment in php file from Read Me instructions... Is there ANY hope it could be corrected?

Chat is on all pages of unknowndominicana, except main one.

Chat is on all pages of unknowndominicana, except main one.

I read ALL forum.
I double checked that I have $custom_mesg = htmlentities($_GET['custom_mesg'], ENT_QUOTES, "UTF-8"); in place, as suggested.
Nothing helps...(((
Please?!

I read ALL forum. I double checked that I have $custom_mesg = htmlentities($_GET['custom_mesg'], ENT_QUOTES, "UTF-8"); in place, as suggested. Nothing helps...((( Please?!

can you send two dummy accounts and your website address by using the contact us form.
we will have a look.

can you send two dummy accounts and your website address by using the contact us form. we will have a look.
Necessity is the mother of all inventions!

I have the same problem. I'm sure it's something with the db connection of the application. Try to put: mysql_query("SET NAMES 'utf8'"); in the begging of freichat.php
Look at your error log file to see what's the problem. Hope to find a solution...

I have the same problem. I'm sure it's something with the db connection of the application. Try to put: mysql_query("SET NAMES 'utf8'"); in the begging of freichat.php Look at your error log file to see what's the problem. Hope to find a solution...
139
10
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