Firstly, the video would have been better slowed down at least 50% - way too fast. And audio would have helped too.
I uploaded the file via FTP and unzipped. Verified the folder was there. Went to browser and put in www.domainname.com/freichat/ and got a 500 error. Appended installation/install.php to the end and got the same error. All Freichat directories are set at 777.
Have i missed something? This is the latest version downloaded today on a Joomla! 1.5.26. Also using CB 1.8.
After nearly 4 months, we have released this version. This version will be in continual development.
Features include: True Comet Technology. Display Time of message sent. Link to profile for CB and JomSocial(CBE will be included shortly). WYSIWYG Theme Maker renewed UI. New settings added. Support for PHPFusion,PHPFox, CBE 2.5
Bug Fixes: Chatroom width bug. message delete bug. http_referer bug. and huge list of other minor bugs.
as always , this version is now available in the Downloads section.
enabled it only in contact section so you can see the issue
I dont know were to go to edit the css, firebug points to freichatcss.php, that points to css.php and css_rtl.php, but the css I am looking for is not there i.e. frei_tab
I followed the instructions on the video, uploaded freichat, installed it, installed module, enabled module, but nothing happens
what module position am I supposed to enable it in?
also, I am using godaddy.com and they recently did some upgrades that prevent ajax applications to run on my site, another of my applications stopped working and what we had to do was to remove the domain name from the url the ajax use, but I dont know how to do it myself, could you point me in the right direction?
hello.. i have installed freichat v6.3 on my wampserver its custom installation. installation was done properly. i have seen the total installation process via video for custom installation. the problem is that whenever i login into the page chatbox doesnt appear. i have seen freilog file too no error is shown it. can u please help me with this?? thanks in advance
awesome chat so far, but I've ran into one major problem. well it's major for me at least. lol. this isn't SSL compliant. it breaks SSL. :-) i think that needs to be fixed and kept in-mind for future expansion of this extension.
FreiChatX refuses to load consistently on my website. Occasionally it will work without issue, but more commonly the chat box says "Fetching...User..Data" etc.
Joomla! 1.5.22 CB 1.8
Chrome gives me the following errors:
Resource interpreted as Script but transferred with MIME type text/html: "http://www.livingadventures.net/freichat/client/main.php?id=c55d63b4f6739dc97b18cbd6256ee908&xhash=7e6cd76ce643ff62375ccf48bb89e58c". main.php:2355FreiChatX script initiated (17) XMLHttpRequest cannot load http://www.livingadventures.net/freichat/server/freichat.php?freimode=getmembers&xhash=7e6cd76ce643ff62375ccf48bb89e58c&id=c55d63b4f6739dc97b18cbd6256ee908&first=false&time=0&chatroom_mesg_time=0&clrchtids%5B%5D=&custom_mesg=I+am+available&in_room=-1. Origin http://livingadventures.net is not allowed by Access-Control-Allow-Origin. XMLHttpRequest cannot load http://www.livingadventures.net/freichat/server/freichat.php?freimode=getdata&xhash=7e6cd76ce643ff62375ccf48bb89e58c&id=c55d63b4f6739dc97b18cbd6256ee908. Origin http://livingadventures.net is not allowed by Access-Control-Allow-Origin. 4XMLHttpRequest cannot load http://www.livingadventures.net/freichat/server/freichat.php?freimode=getmembers&xhash=7e6cd76ce643ff62375ccf48bb89e58c&id=c55d63b4f6739dc97b18cbd6256ee908&first=false&time=0&chatroom_mesg_time=0&clrchtids%5B%5D=&custom_mesg=I+am+available&in_room=-1. Origin http://livingadventures.net is not allowed by Access-Control-Allow-Origin.
hi. Hey canyou add in Next Version so it can be used with PHP-Fusion? You can get the PHP-Fusion at http://www.php-fusion.co.uk that is a Realy Pwerfull CMS.
I recently added Freichat to my website; using Jomsocial. Actually, In the box right down, normally, we can display image profile from the friend. With Jomsocial, it does not work. I would like to know how to solve it.
Moreover, Is it possible to only display in this box friends in the site, and not all people connected ?
1. When chatting and changing the web page (on the same site), then re-opening the chat window to continue chatting: all the own text is either a) -gone completely b) -will reload after some time and will then display alltogether in one single bubble or c) will reappear and display in another one's bubble (also together)
2. When trying to customize a template via the backend option and adding it as the default, the chat window on the site is gone completely, and the small module displaying users online and providing personal chatrooms slides to the footer. When changing back to the default template all is fine and normal again.
FreiChatX is running on Joomla 2.5 with CB.
I really would like to keep the chat - users respond very well to it (allthough it's only a small community), so I am glad for any help that could advise me on how to proceed with my questions.
Thanks for your help in advance, and for a damn fine piece of work I am allowed to use :o)
I am working in Elgg and i need to save my frei chat into messages in Elgg. Elgg message calling a function messages_send(), but when i used inside the class of freichat it is not working. I just need to save a copy of chat history to the message table. Messages should display the chat between friends. So i just want to know how we can access the normal message function inside freichat class.I stuck here for 3 days. Can you please help me.
Hi, just download FreiChat to install it on our current community website which is under development, we try to install FreiChat in a sub-folder since the website is not yet completed but while proceeding with installation, we are receiving a 500 error.
We are actually working in a sub-folder since the website currently under development will replace an existing one, moving from Joomla 1.5 to Joomla 2.5. Can anyone please assist us?
Hello friends How to remove "Powered by EvNix" using a custom version? Eu pesquisei no arquivo client/freichat.js mais não encontrei a frase pwdby nem evnix.
Hi, I'm trying to use Freichat for creating "private" chatrooms for Joomla users. "Private" means administrator creates chatroom and sets who can access that room. To achieve this I've created additional table - frei_private__rooms with just two rows - user_id and room_id. This table is to hold information which user is allowed to use witch room. IF THERE ARE NO USERS SET TO PARTICULAR ROOM, THAT MEANS THE ROOM IS PUBLIC.
In original code (/server/freichat.php)I've changed just two SQL Queries: 1st (line about 265) <?php $query2 = "SELECT r.room_name,r.id as room_id,count(s.id) as online_count FROM frei_rooms as r LEFT join frei_session as s on r.id=s.in_room where r.id NOT IN (select distinct room_id from frei_private_rooms) or r.id IN (select room_id from frei_private_rooms where user_id=".$_SESSION[$this->uid . 'usr_ses_id'].") AND time>" . $this->online_time2 . " Group BY r.id ORDER BY r.room_order"; ?> And second (line about 545) <?php $query2 = "SELECT r.room_name,r.id as room_id,count(s.id) as online_count FROM frei_rooms as r LEFT join frei_session as s on r.id=s.in_room where r.id NOT IN (select distinct room_id from frei_private_rooms) or r.id IN (select room_id from frei_private_rooms where user_id=".$_SESSION[$this->uid . 'usr_ses_id'].") Group BY r.id ORDER BY r.room_order"; ?> Modified QUERY is to filter just PUBLIC rooms, or that user is assigned to.
And it works pretty well. BUT.... But when user is clicking on different room name, those private rooms are disappearing! What else should I change, or where to look for room function that refreshes room list?
I know this is complicated but if anyone could help me it would be great :)
I just have one problem with sending files - file is uploading, sender receives information that file is uploaded (filename [Send successfully!]), link is working (sender can download this file) but receiver sees nothing! No information that any action was taken. No link, no info, nothing.
What could be wrong? When I check database entries that holds all messages, there is no info about uploaded file.
Hello, Thanks for a brilliant addition to my site, but I've got a minor problem.
The chat works everywhere on my site, apart from in the detail Category view in my Phoca gallery component. The weird thing is that it works in the galleries overview and in the detail image view, but is not showing once I enter a category overview.
Would be superb if you found out what's missing :)
http://www.exalted-gaming.com Social -> Picture galleries username: Trolly pw: 1234
When logged in: working: http://www.exalted-gaming.com/social/picture-galleries not working: http://www.exalted-gaming.com/social/picture-galleries/portraits/category/1-portrait-images
Also; What is the css code for the usernames in the chatbox, they are all white on white on my end (As links are white), but I'd like to have them visible of course :)
When putting this onto a site Everything installs fine. I followed the installation instructions even. I used another install of joomla 2.5 just to test this in my test server it installed fine too and was able to see the chat. Now that I am ready to put this to a live website it does not show. Everything is the same between the 2 test and live shy of content. I used the same position for the chat as I did on my test install. I do not see any errors or anything. It just does not show in my site.
Any help would be great.
Once I can get this to install correctly I can move everything to the live server.
Ok sorry there is an error I just rechecked everything. This is the following error I get: www.registryrocket.com : server does not support RFC 5746, see CVE-2009-3555
If I disable the mod. The error is gone. And Like I have mentioned already this server is the same that I used to test this out on another install of joomla 2.5 so I know the server is setup correctly.
first off, thanks for this great tool, it has fit in well with my company's new content management system.
I was wondering if there is a way to alter the below code to only show other users that happen to be in the same group, and users can be in multiple groups. the database is called group_users and the fields are group_id and user_id. there is 1 user_id per person, but they can have several group_id values.
found this code @ http://elgghacks.com/customizing-frei-chat/ but cant figure out how to begin editing it to do what i want, thanks for looking
the following gets edited into \freichat\server\drivers\custom.php just after $result = $this->getList();
$query = "SELECT guid_two FROM " . DBprefix . "entity_relationships WHERE guid_one = " . $_SESSION[$this->uid . 'usr_ses_id'] . " AND relationship = 'friend'"; $friendsarray = $this->db->query($query)->fetchAll();
$friends = array(); foreach($friendsarray as $array){ $friends[] = $array[0]; }
hi i have looked at ur source codes on freichat plugin & instead of the 3rd party integration of user image i want to use my own website user icon. i have added a line on server/drivers/freichat.php line no 499. which i have used $guid to retrive the image of my site user.
Is there some way to retrive the database value of 'to' from the database 'frei_chat' instead of 'from' at line 499. if so can u pls pls let me know how??