Feng Forum

Other Topics => General Discussion => : THeUDS June 24, 2009, 02:47:09 PM

: IntraMessenger : instant messenger through Fen Office !
: THeUDS June 24, 2009, 02:47:09 PM
IntraMessenger (http://www.intramessenger.net/) is an instant messenger, can authenticate (login+password) through Fen Office.
You dont need to be connected in Fen Office, just can contact your "friends/teams/...".
Server is PHP/MySQL, make easy for the administrator to choise all options, for display, contact manage, lock...


Client :
(http://www.theuds.com/images/IntraMessenger_10_EN.png)
(only on Windows, sorry...)

Server :
User list (can see Fen Office users comes logging) :
(http://www.theuds.com/images/IntraMessenger_2_TN.png)
Maximize (http://www.theuds.com/images/IntraMessenger_2_EN.png)

Current sessions list (http://www.theuds.com/images/IntraMessenger_1_EN.png)


How to do in Fen Office ?
NOTHING to change inside Fen Office (a good news !)
Just have to active option external authentication
and if necessary change paremeters to OpenGoo (host, database, login and password) in file extern.config.inc.php (nothing else).


On (Windows) clients, install and choose the url of installing IntraMessenger,
write same login and password (same Fen Office), and lets go.



To see a online flash demonstration how to use (http://www.theuds.com/im-demo.php?lang=EN&) this software.

Test admin area (http://www.theuds.com/intramessenger/admin_demo/?lang=EN&)

Extern authentification example (http://www.intramessenger.net/tests/).
: Re: IntraMessenger : instant messenger through OpenGoo !
: robbrandt June 26, 2009, 02:07:18 AM
Looks like for Windows only.  ???
: Re: IntraMessenger : instant messenger through OpenGoo !
: THeUDS June 26, 2009, 11:12:03 AM
Yes... (for the client)

: THeUDS
(only on Windows, sorry...)


I hope to be able to compil a java version before end of this year.
(in august or september a new major upgrade will be online...)
: Re: IntraMessenger : instant messenger through OpenGoo !
: THeUDS April 12, 2010, 06:05:08 AM
Server version 2.0.1 is enable,
more informations (and screenshots) on : http://www.intramessenger.com/forum/viewtopic.php?p=2311#2311



(before) server version 2.0 was :
http://www.intramessenger.com/forum/viewtopic.php?p=2063#2063
: Re: IntraMessenger : instant messenger through OpenGoo !
: allenlook April 12, 2010, 05:08:38 PM
TheUDS - very nice.  Polished and cool!

Is anyone using this?  Comments?
: Re: IntraMessenger : instant messenger through OpenGoo !
: Pet April 13, 2010, 01:50:15 PM
This does look really good. Hopefully I have time to test this out soon.
: Re: IntraMessenger : instant messenger through Feng Office!
: conrado April 13, 2010, 04:52:29 PM
Nice work!
: Re: IntraMessenger : instant messenger through Fen Office !
: THeUDS September 22, 2010, 02:24:36 PM
Server version 2.0.2 is available, and client version 1.21A.



Many improvements (shoutbox with (publics/private) groups, votes...),
all listed with screenshots on :
http://www.intramessenger.com/forum/viewtopic.php?t=726&


Download : http://www.intramessenger.net/download.php
: Re: IntraMessenger : instant messenger through Fen Office !
: THeUDS May 15, 2011, 12:17:32 PM
New client version (1.22) available: see the  announcement (http://www.intramessenger.com/forum/viewtopic.php?f=7&t=787&).
: Re: IntraMessenger : instant messenger through Fen Office !
: bigbearomaha June 26, 2011, 09:59:24 PM
Is this still only available as a windows client?  if so this is quite disappointing.  based on several posts on this forum and info from the main website, FeengOffice is beginning to look like another company taking unfair advantage of open source and Linux to get a free kickstart then going proprietary.

I hope I am wrong.
: Re: IntraMessenger : instant messenger through Fen Office !
: conrado July 04, 2011, 01:29:12 PM
Here is my previous reply to Bigbearomaha:

http://forums.fengoffice.com/index.php?topic=3774.msg29288#msg29288

Now this one is harder to address. A complaint about a community contributed add-on?
: Re: IntraMessenger : instant messenger through Fen Office !
: jeniffermaben January 06, 2012, 06:16:14 AM
Quite good messenger for office use. Now i am using CD Messenger because when i started to use CD messenger, i don't need to install sticky notes, to-do list , event reminder and conferencing software separately. All are clubbed with CD Messenger.(cdmessenger .com)
: Re: IntraMessenger : instant messenger through Fen Office !
: THeUDS October 07, 2012, 11:11:54 AM
- New client version (1.3) available.
- New serveur version (2.0.4) available.


Many improvements, main is files exchanging AND sharing (publishing).
: Re: IntraMessenger : instant messenger through Fen Office !
: THeUDS September 29, 2013, 08:37:44 AM
- New serveur version (2.0.5) available.
- New client version (1.3.1) available.

Many improvements, main is user's files backup.
: Re: IntraMessenger : instant messenger through Fen Office 2.3.2.1 !
: encinmat October 26, 2013, 12:39:51 AM
Hi EveryOne,

I install the IntraMessenger 2.0.5.240 Server & Client 1.3.1.2 (1.31C) with External Authentication using Feng Office DB.

==================================================
Note: For FengOffice 2.3.2.1 I modify the following files:

********************************
After you unzip the file into the server and before start with the installation process please modify this files:
> For FengOffice 2.3.2.1 I see the Table where save the user is fo_contacts

go to IntraMessenger/Common/extern/fengoffice.auth.inc.php

In:
  $requete  = " select LOWER(username), token, salt FROM " . $extern_prefix . "users ";

Modify:
  $requete  = " select LOWER(username), token, salt FROM " . $extern_prefix . "contacts ";

Please don't modify to fo_contacts because the system will insert that part automatically from other configuration.

*******************************************************
*******************************************************
When you done the above part, please start with the installation:

> IntraMessenger/Common/Config/extern.config.inc.php (See the Installation Guide)
Here complete the information from DB FengOffice Like:

# Table prefix :
$extern_prefix = 'fo_';

# Mysql host (maybe : 'localhost') :
$extern_dbhost = 'localhost';

# Mysql port number :
$extern_dbport = '';

# Mysql database :
$extern_database = 'DB Name FengOffice';

# Mysql username :
$extern_dbuname = 'user admin DB that you use in the configuration web';

# Mysql password :
$extern_dbpass = 'Password';
*******************************************************
*******************************************************
Regarding the security I didn't know so much for priv... I am starting with GNU (Ubuntu.)
*******************************************************

Best Regards,
Matias
Argentina
: Re: IntraMessenger : instant messenger through Fen Office !
: john edward November 10, 2013, 07:52:08 AM
Wow This is awesome. I just use IntraMessenger 2.0.5.240 Server. Nice job and thank.
: Re: IntraMessenger : instant messenger through Fen Office !
: kientaoviet September 12, 2014, 08:36:37 AM
This does look really good
: Re: IntraMessenger : instant messenger through Fen Office !
: Baveskara July 27, 2022, 11:11:01 PM
buy generic cialis mastercard buying cialis online reviews (https://buycialikonline.com) Cialis En Ligne
: achat cialis original
: Baveskara November 08, 2022, 05:59:16 PM
2 billion years old, HIP 102152 is the oldest solar twin ever found cialis without prescription (https://abrandcialis.com) Synonyms 4, 17 20 Cis Pregnadien 3, 16 Dione; Gugulsterone; Guggulesterone Z; Guggulsterone; Guggulsterone Z; Guggulsterone Z Form; Cis 4, 17 20 Pregnadiene 3, 16 Dione; Cis Guggulsterone
: when to take cialis pill
: Baveskara December 17, 2022, 07:46:20 PM
Evaluation of gene expression profiles in a panel of leukemias revealed a strong correlation between the expression level of the gene encoding subunit 6 of the mitochondrial F 0 F 1 ATP synthase known to be the binding site of members of this class of macrolides and their sensitivity to these natural products buy clomid online ship usa (http://clomid.one)