i change the chatroom name from the freichat back end in the hadline when i press and enter the room on the front end i see the had line in hebrew' but on the room loist on the right side when i open the chatroom insted of the room name for the 1 i change i get 1513;עמם לי
I would like to know, where can I find the part of code that belongs to the freichat userlist? I am not talking about the css file and I don't mean the list in to the chat rooms window!!! It should be somewhere in to the freichat.js file, but I can't find it!!! Please help me!!! I'm close to brake my PC!!!
I isntalled freichat and first it worked fine. Then I created a new template and did some changes in it. Now all of a sudden, freichat is not working anymore. It is fetching user data forever!
I would like to know, how can I update from 6.2 to 6.3 without installing the whole thing from the beginning? I mean, which files have been changed? I want to upload them and update the FreiChat manually cause I have make some changes and I don't want to lose them!!!
i've installed frei-Chart on our website and its work great but recently got problem with some of the registered user (through LDAP) become offline so that we can't see them but they can see us.
First of all I must say that this is a great product and it worked right out of the box.
One issue: I have a joomla 1.7 installation with the latest version of JomSocial installed. Avatars from Jomsocial do not show up in the online user list. It only shows the placeholder for a picture, but not the picture itself.
Thanks, Idso Brouwer.
PS: I have not found a search feature in the forum. Perhaps I am not looking in the right place, but it would be nice to search the forum topics.
Hello, I just have one change to make and for the life of me cant find it in the css or graphic.. see this image I am trying to change the color of the small window that shows the online users just the top part...as you can see I was able to change the normal chat one. http://www.widowmakers.com/temp/chat.png
<?php // This file is here solely to protect your Themes directory.
// Look for Settings.php.... if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php')) { // Found it! require(dirname(dirname(__FILE__)) . '/Settings.php'); header('Location: ' . $boardurl); } // Can't find it... just forget it. else exit;
?>
after installing i got this to place in my index.php
message: Manual installation **NOT Recommended
Add the following lines in your Index.php between the start head tag and close head tagin the header(before head tag)
<!--==========================FreiChatX====VERSIONS====5.X====START========================--> <!-- For uninstalling ME , first remove/comment all FreiChatX related code i.e below code Then remove FreiChatX tables frei_session & frei_chat if necessary The best/recommended way is using the module for installation -->
<?php $ses=null;
if(!function_exists("freichatx_get_hash")){ function freichatx_get_hash($ses){
return 0; } } ?> <script type="text/javascript" language="javascipt" src="http://www.frendznetworks.in/freichat/client/main.php?id=<?php%20echo%20%24ses;?>&xhash=<?php%20echo%20freichatx_get_hash(%24ses);%20?>"></script><script type="text/javascript" language="javascipt" src="http://evnix-dot-com.appspot.com/?time=<?php%20echo%20time();%20?>"></script><link rel="stylesheet" href="http://www.frendznetworks.in/freichat/client/jquery/freichat_themes/freichatcss.php" type="text/css"><!-- NOTE:: The copypaste code differs from 4.X to 5.X and may differ for further versions--><!-- So to be at a safer side always replace the entire FreiChatX code during installation--><!--===========================FreiChatX====VERSIONS====5.X====END=========================-->
I am trying to change some of the graphics, what is the name of the topbar that shows the online users?
I had to disable file send because it acts as if the file gets sent but when you click on the link its telling me there is no file. The upload folder has full permissions.
In the Dark backend Theme maker, I get a bunch of errors when I select either the default or other theme I am working on.
Warning: mkdir() [function.mkdir]: No such file or directory in /home/stele/wm.widowmakers.com/hq/freichat/server/admin_files/theme_maker/index.php on line 46
Warning: chmod() [function.chmod]: No such file or directory in /home/stele/wm.widowmakers.com/hq/freichat/server/admin_files/theme_maker/index.php on line 47 It goes on like that then states an error occured (check permissions for ~freichat/client/jquery/freichat_themes/)!! I gave that folder 777 permissions and still getting the issue.
// 4. Insert user data in FreiChatX Table Or Recreate Him if necessary $this->createFreiChatXdb(); // 5. Update user data in FreiChatX Table $this->updateFreiChatXdb($first, $custom_mesg);
found createFreiChatXdb() in base.php but did not find
$query = "SELECT DISTINCT status_mesg,username,session_id,status,guest FROM frei_session WHERE time>" . $this->online_time2 . " AND session_id!=" . $_SESSION[$this->uid . 'usr_ses_id'] . " AND guest=0 AND status!=2 AND status!=0";
//------------------------------------------------------------------------------ public function get_buddies() {
$query = "SELECT DISTINCT status_mesg,username,session_id,status,guest FROM frei_session WHERE time>" . $this->online_time2 . " AND session_id!=" . $_SESSION[$this->uid . 'usr_ses_id'] . " AND guest=0 AND status!=2 AND status!=0";