MyBB Community Forums

Full Version: FREICHAT - FACEBOOK/GMAIL LIKE CHAT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone to make it for Mybb

Description:

FreiChat is a free web-based chat program for your website similar to the one provided by Facebook and Google Chat.
FreiChat automatically integrates with your site's login, friends list, avatars, links as well as status updates.

[Image: 1.png]

But FreiChat has much more, with its unique UX and features, your visitors will be encouraged to socialize and interact, which will make them stay on your website for a long time and will also help bring in new visitors.
You too can Interact with your visitors to drive up sales or give them quick tips.

Features:
Easy installation
Avatar support
Chatrooms
send/receive files
save/send conversation
facebook like chatbar
Minimize and close chat boxes
Able to chat even while you browse different pages.
Option for username or nickname
smiley support(BBcode similar to kunena)
url to clickable url support
WYSIWYG Theming
And much more...

NOTE: This mod only integrates FreiChat , you will need to also install freichat by downloading it from http://codologic.com/

Installation Procedure:

1. download freichat from http://codologic.com/
2. unzip freichat.zip to [BoardURL]/freichat
3. to install go to http://[BoardURL]/freichat/installation
4. download and install the mod.
okay I have done this but there's a problem it does not integrate with mybb, do I click custom or something?

 Lets look at an example code for it

if(USER_IS_LOGGED_IN)
{ 
    $ses = LOGGED_IN_USERID //tell freichat the userid of the current user

    setcookie("freichat_user", "LOGGED_IN", time()+3600, "/"); // *do not change -> freichat code
}
else {
    $ses = null; //tell freichat that the current user is a guest

    setcookie("freichat_user", null, time()+3600, "/"); // *do not change -> freichat code
} 
this is where I am stuck at man, I have no clue what to do here

In fact nothing is working, it does display beautifully but does not work, I have tried it on two different computers and I can't see no one online and when I create chat room other user cannot see the chat room not sure what the deal is here
Hi, sorry for bumping an old thread.
Is there anyone here using this FREICHAT ? is it secure?