<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
/*******************************************************
** IntraMessenger - server **
** **
** Copyright: (C) 2006 - 2012 THeUDS **
** Web: http://www.theuds.com **
** http://www.intramessenger.net **
** Licence : GPL (GNU Public License) **
** http://opensource.org/licenses/gpl-license.php **
*******************************************************/
/*******************************************************
** This file is part of IntraMessenger-server **
** **
** IntraMessenger is a free software. **
** IntraMessenger is distributed in the hope that **
** it will be useful, but WITHOUT ANY WARRANTY. **
*******************************************************/
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-language" content="fr" />
<meta name="description" content="Instructions to install IntraMessenger" />
<meta http-equiv="content-style-type" content="text/css" />
<META NAME="Author" CONTENT="THeUDS.com">
<META NAME="copyright" content="THeUDS.com">
<LINK REL="SHORTCUT ICON" HREF="../../images/favicon.ico">
<title>Install IntraMessenger (server)</title>
<base href="./" target="_blank" />
<style type="text/css" >
<!--
body {
font-family:"Trebuchet MS", Arial, Sans-Serif;
color:#444;
font-size:.9em;
background-color:#FFF;
margin:0;
}
#header {
background-color:#A5C2E0;
font-family:Georgia, serif;
font-size:1.5em;
border-bottom:1px solid #650;
color:#FFF;
padding:2px 6% 12px;
}
#content {
margin:20px 6%;
}
.panel {
border:1px solid #D8D8D8;
background-color:#EFEFEF;
margin:1em 0;
padding:1.2ex;
}
.panel h2 {
border-bottom:1px dashed #2181B0;
font-size:1.6em;
font-weight:400;
color:#2181B0;
margin:0 0 0.5em;
}
.notice {
background:#FFFED1;
border:1px solid #E5E4A0;
color:#4B4000;
margin:0 0 15px;
padding:10px;
}
ul,ol {
list-style:square;
line-height:130%;
text-align:justify;
margin:10px 8px;
}
A.Code {
font-size : 11px;
font-weight : bold;
color : #990000;
}
-->
</style>
</head>
<body>
<div id="header">
<div>
<h1>How to</h1>
<ul>
<li>Install <I>IntraMessenger</I> (server)</li>
<li>Update <I>IntraMessenger</I> (server)</li>
</ul>
</div>
</div>
<div id="content">
<div class="panel">
<p>
Read <A href="http://www.intramessenger.com/forum/viewforum.php?f=7&" target="_blank">official announcements</A>
(or <A href="http://twitter.com/intramessenger" target="_blank">twitter</A>) on internet.<BR/>
More information about <A href="http://www.intramessenger.net/doc/options_list.html" target="_blank">server options</A>: read <A href="http://www.intramessenger.net/doc/intramessenger_options.pdf" target="_blank">client screenshot options explain</A>.<BR/>
</p>
<h2>System Requirements</h2>
Need a web server (dedicated or a shared website hosting space) with PHP and MySQL <small>(a LAMP or WAMP server)</small>.<BR/>
Example for MS-Windows server: install <A HREF='http://www.wampserver.com/en/index.php' target='_blank'>WampServer</A> ou <A HREF='http://www.easyphp.org/' target='_blank'>EasyPhp</A> ou <A HREF='http://www.apachefriends.org/en/xampp.html' target='_blank'>Xampp</A>
(see the <A HREF='http://www.intramessenger.net/doc/install_im_server_beginner.pdf' target='_blank'>pdf install doc</A> <font color='green'>include in /doc/en/</font>).<BR/>
</ul>
</div>
<div class="panel">
<h2><strong>Update</strong> an existing <I>IntraMessenger</I> server</h2>
See updates history in file <I>/doc/en/<A href="changelog.html" target="_blank">changelog.html</A></I> (on <A href="http://www.intramessenger.com/forum/viewforum.php?f=7&" target="_blank">official forum</A>
or <A href="http://twitter.com/intramessenger" target="_blank">twitter</A>).<BR/>
<UL>
<LI>Active maintenance mode <small>(not empty option <A class="Code">_MAINTENANCE_MODE</A> in configuration file)</small>.<BR/>
</LI>
<LI>Wait 5 minutes (to disconnect users).<BR/>
</LI>
<LI>Save <I>IntraMessenger</I> database by <A href="http://www.phpmyadmin.net/" target="_blank">phpMyAdmin</A>.<BR/>
</LI>
<LI> Backup folders:<br/>
- <SPAN style="BACKGROUND-COLOR: #ffff88"><I><B>/common/config/</B></I></SPAN> to keep configuration<BR/>
- <I>/distant/avatar/</I><BR/>
- <I>/distant/log/</I><BR/>
- <I>/admin/log/</I>.<BR/>
</LI>
<LI>Rename actualy <I>IntraMessenger</I> directory to temporarily save files (example : <I>/intramessenger<B>_bak</B>/</I>).<BR/>
</LI>
<LI>Unzip last archive <B>intramessenger.zip</B>,
<A HREF='http://www.intramessenger.net/download.php' target='_blank'>downloaded from the official website</A>
in root dir (or another) of the web server .<BR/>
</LI>
<LI> Restore folders:<br/>
- <SPAN style="BACKGROUND-COLOR: #ffff88"><I><B>/common/config/</B></I></SPAN> <BR/>
- <I>/distant/avatar/</I><BR/>
- <I>/distant/log/</I><BR/>
- <I>/admin/log/</I>.<BR/>
</LI>
<LI>Rename folder /admin/
</LI>
<LI><DIV style="color:white; background-color:red;"> Important !</DIV>
<p class="notice">
Go to <A HREF='../../admin/check.php'>/admin/check.php</A> (by your web browser) and check if everything correct (green) and :<BR/>
- new options added.<BR/>
- tables structure updated.<BR/>
</P>
</LI>
<LI><SPAN style="BACKGROUND-COLOR: #ffff88">Save options.</SPAN>
</LI>
<LI>Delete folder /install/
</LI>
<LI>Stop maintenance mode <small>(empty option <A class="Code">_MAINTENANCE_MODE</A> in configuration file)</small>.<BR/>
</LI>
<LI>When all finished, delete <I>/intramessenger_bak/</I> directory.<BR/>
</LI>
</UL>
</div>
<div class="panel">
<h2>First <I>IntraMessenger</I> server <strong>install</strong></h2>
Beginners will read <A HREF='http://www.intramessenger.net/doc/install_im_server_beginner.pdf' target='_blank'>install_im_server_beginner.pdf</A>.<BR/>
<UL>
<LI>
Unzip archive <B>intramessenger.zip</B>, <A HREF='http://www.theuds.com/download.php?soft=intramessenger-srv&site=4&lang=EN&' target='_blank'>downloaded from the official website</A>,
in root dir (/www/ or another) of the web server (HTTP).<BR/>
</LI>
<LI>Create a database (example : 'IntraMessenger').
</LI>
<LI><STRONG>Start install : go to <A HREF='../../install/install.php' target='_blank'>/install/install.php</A></STRONG> (by your web browser).
</LI>
<LI>Choose options on <A HREF='../../admin/list_options_updating.php' target='_blank'>/admin/list_options_updating.php</A> by your web browser) (in <I>/common/config/<B>config.inc.php</B></I>).
</LI>
<LI>Rename or delete /<B>install</B>/ directory.
</LI>
<LI>Rename /<B>admin</B>/ directory (if you not do it, for security reason, server will stay in maintenance mode).
</LI>
<LI>Verify enough rights (chmod) on directory : <B>/distant/log/ - /distant/avatar/ - /public/log/ - /public/upload/</B> !
</LI>
<LI>Check configuration : see <A HREF='../../admin/check.php' target='_blank'>/admin/check.php</A> (by your web browser).
</LI>
<LI>If <A class="Code">_USER_NEED_PASSWORD</A> activated, you may modify file <I>/common/config/auth.inc.php</I> and choose a value to <A class="Code">$password_pepper</A> (to improve password security).<BR/>
</LI>
<LI>Stop maintenance mode (empty option <A class="Code">_MAINTENANCE_MODE</A> in configuration file).<BR/>
</LI>
<LI>Lock access to /<B>admin</B>/ directory with (<A HREF='http://en.wikipedia.org/wiki/.htaccess'>htaccess</A>) password : see <A HREF='../../admin/htaccess.php' target='_blank'>/admin/htaccess.php</A>
</LI>
</UL>
</div>
<div class="panel">
<h2>Informations</h2>
<UL>
<p class="notice">
If clients very slow <A HREF='http://www.intramessenger.com/forum/viewtopic.php?t=378&' target='_blank'>read here</A> (FAQ).
</P>
<LI>On intranet (except DHCP or proxy) : rename <I>/common/acces.inc.chekip.php</I> in <I>/common/acces.inc.php</I> for systematically check IP address (improve security).<BR/>
</LI>
<LI>Manage censure bad words (replaced by "...") in file : <I>/common/config/censure.txt</I><BR/>
</LI>
<LI>If you cannot configure your server, you can try client access by using url (ask on first startup) :
http://www.theuds.com/intramessenger/ (test server).<BR/>
If you dont want install server, you can use url (address) : http://www.intramessenger.com/demo/<BR/>
</LI>
</UL>
</div>
<div class="panel">
<h2>External authentication</h2>
Authentication can exist by an existing server (MySQL database):
<UL>
<A HREF='http://forums.phpbb-fr.com/' target='_blank'>phpBB</A>,
<A HREF='http://www.vbulletin-ressources.com/' target='_blank'>vBulletin</A>,
<A HREF='http://www.phorum.org/' target='_blank'>Phorum</A>,
<A HREF='http://www.joomla.fr/' target='_blank'>Joomla</A>,
<A HREF='http://www.phpnuke.org/' target='_blank'>PHP-Nuke</A>,
<A HREF='http://www.egroupware.org/' target='_blank'>eGroupWare</A>,
<A HREF='http://www.dotproject.net/' target='_blank'>dotProject</A>,
<A HREF='http://fr.ovidentia.org/' target='_blank'>Ovidentia</A>,
<A HREF='http://www.dolibarr.fr/' target='_blank'>Dolibarr</A>,
<A HREF='http://www.phenix.gapi.fr/' target='_blank'>Phenix-Agenda</A>,
<A HREF='http://www.simplemachines.org/' target='_blank'>SMF</A>,
<A HREF='http://www.achievo.org/' target='_blank'>Achievo</A>,
<A HREF='http://www.taskfreak.com/' target='_blank'>TaskFreak</A>,
<A HREF='http://www.invisionpower.com/community/board/' target='_blank'>IP-Board</A>,
<A HREF='http://webcollab.sourceforge.net/' target='_blank'>WebCollab</A>,
<A HREF='http://www.php-fusion.co.uk/' target='_blank'>PHP-Fusion</A>,
<A HREF='http://www.frxoops.org/' target='_blank'>Xoops</A>,
<A HREF='http://www.mybb.fr/' target='_blank'>MyBB</A>,
<A HREF='http://phpgroupware.org/' target='_blank'>phpGroupWare</A>,
<A HREF='http://www.crm-france.com/' target='_blank'>SugarCRM</A>,
<A HREF='http://www.french-vtiger.fr/' target='_blank'>vtigerCRM</A>,
<A HREF='http://drupalfr.org/' target='_blank'>Drupal</A>,
<A HREF='http://www.typo3.fr/' target='_blank'>Typo3</A>,
<A HREF='http://www.mamboserver.com/' target='_blank'>Mambo</A>,
<A HREF='http://nucleuscms.org/' target='_blank'>Nucleus</A>,
<A HREF='http://modxcms.com/' target='_blank'>MODx</A>,
<A HREF='http://www.streber-pm.org/' target='_blank'>Streber</A>,
<A HREF='http://info.tikiwiki.org/' target='_blank'>TikiWiki</A>,
<A HREF='http://www.phprojekt.com/' target='_blank'>PHProjekt</A>,
<A HREF='http://www.toutateam.com/' target='_blank'>Toutateam</A>,
<A HREF='http://www.anelectron.com/' target='_blank'>AEF Board</A>,
<A HREF='http://fudforum.org/' target='_blank'>FUDforum</A>,
<A HREF='http://www.minibb.com/' target='_blank'>miniBB</A>,
<A HREF='http://owl.sourceforge.net/' target='_blank'>Owl</A>,
<A HREF='http://punbb.informer.com/' target='_blank'>PunBB</A>,
<A HREF='http://www.ultraapps.com/app_overview.php?app_id=19&' target='_blank'>VCalendar</A>,
<A HREF='http://www.k5n.us/webcalendar.php' target='_blank'>WebCalendar</A>,
<A HREF='http://www.comsenz.com/' target='_blank'>UCenter</A> (Discuz!),
<A HREF='http://www.agora-project.net/' target='_blank'>Agora-Project</A>,
<A HREF='http://www.collabtive.o-dyn.de/?lang=fr&' target='_blank'>Collabtive</A>,
<A HREF='http://sourceforge.net/projects/group-office/' target='_blank'>Group-Office</A>,
<A HREF='http://www.cuteflow.org/' target='_blank'>CuteFlow</A>,
<A HREF='http://www.concrete5.org/' target='_blank'>Concrete5</A>,
<A HREF='http://www.dotclear.net/' target='_blank'>Dotclear</A>,
<A HREF='http://www.projectpier.org/' target='_blank'>ProjectPier</A>,
<A HREF='http://www.bitweaver.org/' target='_blank'>Bitweaver</A>,
<A HREF='http://wordpress.org/' target='_blank'>WordPress</A>,
<A HREF='http://www.ultraapps.com/app_overview.php?app_id=20&' target='_blank'>IssueManager</A>,
<A HREF='http://www.activecollab.com/' target='_blank'>activeCollab</A>,
<A HREF='http://ez.no/ezpublish/' target='_blank'>eZ Publish</A>,
<A HREF='http://www.elgg.org/'>Elgg</A>,
<A HREF='http://www.yetanothercommunitysystem.com/'>YACS</A>,
<A HREF='http://www.contao.org/'>Contao</A>,
<A HREF='http://www.triade-educ.com/'>Triade</A>,
<A HREF='http://www.php-collab.com/'>phpCollab</A>,
<A HREF='http://www.fengoffice.com/'>Feng Office</A>,
<A HREF='http://www.accord5.com/trellis/'>Trellis Desk</A>,
<A HREF='http://www.phpboost.com/' target='_blank'>PHPBoost</A>,
<A HREF='http://www.obm.org/' target='_blank'>OBM</A>,
<A HREF='http://www.woltlab.com/products/burning_board_lite/' target='_blank'>Burning Board</A>,
<A HREF='http://www.claroline.net/' target='_blank'>Claroline</A>,
<A HREF='http://www.cmsmadesimple.org/' target='_blank'>CMS-Made-Simple</A>,
<A HREF='http://www.cmsmadesimple.fr/' target='_blank'>CMS-Made-Simple</A>,
<A HREF='http://www.connectix-boards.org/' target='_blank'>Connectix-Boards</A>,
<A HREF='http://www.dokeos.com/fr/' target='_blank'>Dokeos</A>,
<A HREF='http://e107.org/' target='_blank'>e107</A>,
<A HREF='http://fluxbb.org/' target='_blank'>FluxBB</A>,
<A HREF='http://gepi.mutualibre.org/fr/' target='_blank'>GEPI</A>,
<A HREF='http://www.impresscms.org/' target='_blank'>ImpressCMS</A>,
<A HREF='http://www.malleo-cms.com/' target='_blank'>Malleo</A>,
<A HREF='http://moodle.org/' target='_blank'>Moodle</A>,
<A HREF='http://www.pms-solution.fr/' target='_blank'>PMS</A>,
<A HREF='http://www.phpbms.org/' target='_blank'>phpBMS</A>,
<A HREF='http://www.phpizabi.net/' target='_blank'>PHPizabi</A>,
<A HREF='http://www.pligg.com/' target='_blank'>Pligg</A>,
<A HREF='http://promethee.eu.org/' target='_blank'>Prométhée</A>,
<A HREF='http://www.xmbforum.com/' target='_blank'>XMB-Forum</A>,
<A HREF='http://www.prestashop.com/' target='_blank'>Prestashop</A>,
<A HREF='http://www.oscommerce-fr.info/' target='_blank'>osCommerce</A>,
<A HREF='http://www.hesk.com/' target='_blank'>HESK</A>,
<A HREF='http://www.tine20.org/' target='_blank'>Tine</A>,
<A HREF='http://sitracker.org/' target='_blank'>SiT!</A>,
<A HREF='http://www.spip.net/' target='_blank'>SPIP</A>,
<A HREF='http://www.phpmyfaq.de/' target='_blank'>phpMyFAQ</A>,
<A HREF='http://68kb.com/' target='_blank'>68KB</A>,
<A HREF='http://www.admidio.org/' target='_blank'>Admidio</A>,
<A HREF='http://fengoffice.com/' target='_blank'>Feng Office</A>,
<A HREF='http://www.adheo-solution.fr/' target='_blank'>Adheo</A>,
<A HREF='http://www.phpfox.com/' target='_blank'>phpFoX</A>,
<A HREF='http://www.todoyu.com/' target='_blank'>todoyu</A>,
<A HREF='http://thelia.fr/' target='_blank'>Thelia</A>,
<A HREF='http://sharetronix.com/' target='_blank'>Sharetronix</A>,
<A HREF='http://www.npds.org/' target='_blank'>NPDS</A>,
<A HREF='http://vanillaforums.org/' target='_blank'>Vanilla</A>,
<A HREF='http://www.osticket.com/' target='_blank'>osTicket</A>,
<A HREF='http://www.oneorzero.com/index.php?controller=main_general&' target='_blank'>OneOrZero AIMS</A>,
<A HREF='http://www.mantisbt.org/' target='_blank'>MantisBT</A>,
<A HREF='http://www.lodel.org/' target='_blank'>Lodel</A>,
<A HREF='http://www.kubelabs.com/phpdug/' target='_blank'>PHPDug</A>,
<A HREF='http://b2evolution.net/' target='_blank'>b2evolution</A>,
<A HREF='http://www.artiphp.com/' target='_blank'>Artiphp</A>,
<A HREF='http://www.web2project.net/' target='_blank'>web2Project</A>,
<A HREF='http://www.socialengine.net/' target='_blank'>SocialEngine</A>,
<A HREF='http://www.nuked-klan.org/' target='_blank'>Nuked-Klan</A>,
<A HREF='http://www.docebo.org/doceboCms/' target='_blank'>Docebo</A>,
<A HREF='http://www.websitebaker2.org/' target='_blank'>WebsiteBaker</A>,
<A HREF='http://www.cs-cart.com/' target='_blank'>CS-Cart</A>,
<A HREF='http://livecart.com/' target='_blank'>LiveCart</A>,
<A HREF='http://www.zen-cart.com/' target='_blank'>ZenCart</A>,
<A HREF='http://www.tomatocart.com/' target='_blank'>TomatoCart</A>,
<A HREF='http://www.magentocommerce.com/' target='_blank'>Magento</A>,
<A HREF='http://frontaccounting.net/' target='_blank'>FrontAccounting</A>,
<A HREF='http://www.geeklog.net/' target='_blank'>Geeklog</A>,
<A HREF='http://www.thebuggenie.com/' target='_blank'>The Bug Genie</A>,
<A HREF='http://www.epesibim.com/' target='_blank'>epesi-BIM</A>,
<A HREF='http://www.openfreeway.org/' target='_blank'>Freeway</A>,
<A HREF='http://www.boonex.com/' target='_blank'>Dolphin</A>,
<A HREF='http://webissues.mimec.org/' target='_blank'>WebIssues</A>,
<A HREF='http://www.projelead.fr/' target='_blank'>ProjeLead</A>,
<A HREF='http://status.net/' target='_blank'>StatusNet</A>,
<A HREF='http://www.chamilo.org/' target='_blank'>Chamilo</A>,
<A HREF='http://www.atutor.ca/' target='_blank'>ATutor</A>,
<A HREF='http://www.oscmax.com/' target='_blank'>osCMax</A>,
<A HREF='http://mahara.org/' target='_blank'>Mahara</A>,
<A HREF='http://www.simple-groupware.de/cms/' target='_blank'>SimpleGroupware</A>,
<A HREF='http://trac.bevolunteer.org/' target='_blank'>BeWelcome-Rox</A>,
<A HREF='http://www.pragmamx.fr/' target='_blank'>pragmaMx</A>,
<A HREF='http://textpattern.com/' target='_blank'>Textpattern</A>,
<A HREF='http://zikula.org/' target='_blank'>Zikula</A>,
<A HREF='http://www.open-realty.org/' target='_blank'>Open-Realty</A>,
<A HREF='http://coppermine-gallery.net/' target='_blank'>Coppermine Photo Gallery</A> (cpg),
<A HREF='http://www.helpcenterlive.com/' target='_blank'>Help Center Live</A>,
<A HREF='http://www.phpwcms.de/' target='_blank'>phpwcms</A>,
<A HREF='http://www.etraxis.com/' target='_blank'>eTraxis</A>,
<A HREF='http://portal.friendika.com/' target='_blank'>Friendika</A>,
<A HREF='http://cibonfire.com/' target='_blank'>Bonfire</A>...<BR/>
</UL>
<p class="notice">
Please <B>read <A HREF='extern_authentication.html' target='_blank'>extern_authentication.html</A></B>.<BR/>
</P>
</div>
<div class="panel">
<h2>Automatic clients update</h2>
See /doc/en/<A HREF='how_to_update_clients.html'>how_to_update_clients.html</A>.<BR/>
</div>
<div class="panel">
<h2>Pictures or avatars</h2>
Put picture of users in <I>/distant/avatar/</I> folder, with filename : <I>username</I><B>.jpg</B><BR/>
The administrator can replace avatar...<BR/>
Users can propos new avatar (before admin validating).<BR/>
</div>
<div class="panel">
<h2>Publics <I>IntraMessenger</I> servers directory (list)</h2>
You can register your internet <I>IntraMessenger</I> server : <A HREF='http://www.intramessenger.net/list/servers/' target='_blank'>http://www.intramessenger.net/list/servers/</A><BR/>
See <A HREF='../../admin/register_to_public_servers_list.php' target='_blank'>/admin/register_to_public_servers_list.php</A><BR/>
<UL>
<LI>determine : <A class="Code">_IM_ADDRESS_BOOK_PASSWORD</A> (will be request on register)<BR/>
</LI>
<LI>active : <A class="Code">_ALLOW_AUTO_ADD_NEW_USER_ON_SERVER</A><BR/>
</LI>
<LI>keep empty : <A class="Code">_PASSWORD_FOR_PRIVATE_SERVER</A> and <A class="Code">_ENTERPRISE_SERVER</A><BR/>
</LI>
</UL>
</div>
<div class="panel">
<h2>Directory contents</h2>
<IMG src="folders.png" align='left'/>
<BR/>
- <I>/admin/</I> : the admin panel <acronym title='Admin Control Panel'>ACP</acronym> (must rename and/or protect !).<BR/>
- <I>/admin/log/</I> : error logs.<BR/>
- <I>/admin/save/</I> : database save.<BR/>
- <I>/common/</I> : common scripts.<BR/>
- <B><I>/common/config/</I> : options files (save before updates !)</B>.<BR/>
- <I>/common/extern/</I> : extern authentication scripts.<BR/>
- <I>/common/lang/</I> : translations/localizations.<BR/>
- <I>/common/library/</I> : extern librarys : geolocation scripts for internet connection (update GeoIP.dat every month).<BR/>
- <I>/common/styles/</I> : styles (css and images).<BR/>
<SMALL><BR/></SMALL>
- <I>/distant/</I> : scripts called by clients/PC.<BR/>
- <I>/distant/avatar/</I> : pictures (or avatar) of users (if administrator put pictures here).<BR/>
- <I>/distant/include/</I> : scripts indirect called by clients/PC (by /distant/action.php).<BR/>
- <I>/distant/log/</I> : connect and errors logs (save before updates).<BR/>
- <I>/distant/send/</I> : picture administrator can send to users.<BR/>
- <I>/distant/update/</I> : to update clients (for "update from server").<BR/>
<SMALL><BR/></SMALL>
- <I>/doc/en/</I> : it's here... dont forget to read <a href="changelog.html">changelog.html</A> before apply update !<BR/>
<BR/>
<BR/>
- <I>/install/</I> : to install and update table structure (must rename).<BR/>
- <I>/public/</I> : allow client PC to see server options (if administrator not delete this folder).<BR/>
- <I>/public/log/</I> : log about upload avatars.<BR/>
- <I>/public/upload/</I> : avatars uploaded (waiting admin validation).<BR/>
</div>
<div class="panel">
<h2>Informations</h2>
<UL>
<LI>
The official forum : <A HREF='http://www.intramessenger.com/forum/' target='_blank'>http://www.intramessenger.com/forum/</A><BR/>
Thanks to come post your improvements and translations.<BR/>
</LI>
<LI>
Support : <A HREF='http://www.intramessenger.net/contact.php?lang=EN&' target='_blank'>http://www.intramessenger.net/contact.php?lang=EN&</A><BR/>
</LI>
</UL>
<p class="notice">
Read <A href="http://www.intramessenger.com/forum/viewforum.php?f=7&" target="_blank">news list</A>
(or <A href="http://twitter.com/intramessenger" target="_blank">twitter</A>) on internet.
</P>
</div>
<div class="panel">
<A HREF='http://www.theuds.com' target='_blank'>THeUDS</A> © 2006 - 2012
</div>
</div>
</body>
</html>