diff --git a/site/.buildpath b/site/.buildpath
deleted file mode 100644
index 8bcb4b5f..00000000
--- a/site/.buildpath
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<buildpath>
-	<buildpathentry kind="src" path=""/>
-	<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
-</buildpath>
diff --git a/site/.htaccess b/site/.htaccess
deleted file mode 100644
index 48e4615e..00000000
--- a/site/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-RewriteEngine on
-
-RewriteBase /       
-RewriteRule     ^(ru|en|sp|ua|fr|nl)/(.*)        $2?intlocale=$1 [L]
-RewriteRule     ^(ru|en|sp|ua|fr|nl)$        	$1/ [R,L]
diff --git a/site/admin/images/favicon.ico b/site/admin/images/favicon.ico
deleted file mode 100644
index f042a878..00000000
Binary files a/site/admin/images/favicon.ico and /dev/null differ
diff --git a/site/admin/images/formline.gif b/site/admin/images/formline.gif
deleted file mode 100644
index 4c0d1554..00000000
Binary files a/site/admin/images/formline.gif and /dev/null differ
diff --git a/site/admin/images/free.gif b/site/admin/images/free.gif
deleted file mode 100644
index 1fb63de6..00000000
Binary files a/site/admin/images/free.gif and /dev/null differ
diff --git a/site/admin/images/icon_err.gif b/site/admin/images/icon_err.gif
deleted file mode 100644
index 6d7791de..00000000
Binary files a/site/admin/images/icon_err.gif and /dev/null differ
diff --git a/site/admin/images/loginbg.gif b/site/admin/images/loginbg.gif
deleted file mode 100644
index fbf2f932..00000000
Binary files a/site/admin/images/loginbg.gif and /dev/null differ
diff --git a/site/admin/images/logincrnlb.gif b/site/admin/images/logincrnlb.gif
deleted file mode 100644
index 584fa6fe..00000000
Binary files a/site/admin/images/logincrnlb.gif and /dev/null differ
diff --git a/site/admin/images/logincrnlt.gif b/site/admin/images/logincrnlt.gif
deleted file mode 100644
index afe30460..00000000
Binary files a/site/admin/images/logincrnlt.gif and /dev/null differ
diff --git a/site/admin/images/logincrnrb.gif b/site/admin/images/logincrnrb.gif
deleted file mode 100644
index 39f82e8b..00000000
Binary files a/site/admin/images/logincrnrb.gif and /dev/null differ
diff --git a/site/admin/images/logincrnrt.gif b/site/admin/images/logincrnrt.gif
deleted file mode 100644
index 2406eb6d..00000000
Binary files a/site/admin/images/logincrnrt.gif and /dev/null differ
diff --git a/site/admin/images/save.gif b/site/admin/images/save.gif
deleted file mode 100644
index d27f651e..00000000
Binary files a/site/admin/images/save.gif and /dev/null differ
diff --git a/site/admin/images/tablediv3.gif b/site/admin/images/tablediv3.gif
deleted file mode 100644
index 246607e3..00000000
Binary files a/site/admin/images/tablediv3.gif and /dev/null differ
diff --git a/site/admin/styles.css b/site/admin/styles.css
deleted file mode 100644
index 45885472..00000000
--- a/site/admin/styles.css
+++ /dev/null
@@ -1,337 +0,0 @@
-a {
-	text-decoration: underline;
-}
-
-a:hover {
-	text-decoration: none;
-}
-
-ul {
-	margin-bottom: 10px;
-	margin-top: 10px;
-	margin-left: 0px;
-}
-
-li {
-	margin-left: 18px;
-	list-style-image: url(images/li.gif);
-}
-
-li.error {
-	margin-left: 15px;
-	list-style-image: url(images/li_error.gif);
-}
-
-li.grey {
-	margin-left: 15px;
-	list-style-image: url(images/li_grey.gif);
-}
-
-form {
-	margin-bottom: 0px;
-	margin-top: 0px;
-}
-
-.bgcn {
-	background-position: center;
-	background-repeat: no-repeat;
-}
-
-.bgrn {
-	background-position: right;
-	background-repeat: no-repeat;
-}
-
-.bgcy {
-	background-position: center;
-	background-repeat: repeat-y;
-}
-
-.bgry {
-	background-position: right;
-	background-repeat: repeat-y;
-}
-
-.bgly {
-	background-position: left;
-	background-repeat: repeat-y;
-}
-
-.bgbx {
-	background-position: bottom;
-	background-repeat: repeat-x;
-}
-
-.textform {
-	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #000000;
-}
-
-.textform a {
-	color: #2971C1;
-}
-
-.text {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #515151;
-}
-
-.text h1 {
-	margin-bottom: 15px;
-	margin-top: 0px;
-	color: #000000;
-	font-size: 18px;
-	font-weight: normal;
-	line-height: 15px;
-}
-
-.text h2 {
-	margin-bottom: 15px;
-	margin-top: 0px;
-	color: #000000;
-	font-size: 16px;
-}
-
-.text h3 {
-	margin-bottom: 15px;
-	margin-top: 0px;
-	color: #000000;
-	font-size: 14px;
-}
-
-.text h4 {
-	margin-bottom: 15px;
-	margin-top: 0px;
-	color: #000000;
-	font-size: 12px;
-}
-
-.text span.date {
-	font-size: 11px;
-	color: #FFFFFF;
-	font-weight: bold;
-}
-
-.text span.sub {
-	font-size: 11px;
-	color: #676767;
-}
-
-.text a.sublink {
-	font-size: 11px;
-	color: #666666;
-}
-
-.text b.black {
-	color: #000000;
-}
-
-.text span.black {
-	color: #000000;
-}
-
-.block {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #515151;
-}
-
-.block h1 {
-	margin-bottom: 10px;
-	font-size: 12px;
-	color: #000000;
-	font-weight: bold;
-	line-height: 11px;
-}
-
-.bann {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 21px;
-	color: #000000;
-	line-height: 18px;
-}
-
-.bann span.text {
-	font-size: 14px;
-	color: #9F7800;
-}
-
-.bannin {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 17px;
-	color: #000000;
-	line-height: 14px;
-	font-weight: bold;
-}
-
-.bannin span.text {
-	font-size: 12px;
-	color: #9F7800;
-	font-weight: normal;
-	white-space: nowrap;
-}
-
-.bannform {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #766037;
-}
-
-.menu {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-
-.menu a {
-	color: #000000;
-}
-
-.smenu {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #165798;
-}
-
-.smenu a {
-	color: #165798;
-}
-
-.table {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #515151;
-	padding-left: 5px;
-	padding-right: 15px;
-	padding-top: 2px;
-	padding-bottom: 2px;
-}
-
-.table span.header {
-	color: #FFFFFF;
-}
-
-.table span.headergrey {
-	color: #676767;
-}
-
-.table a.black {
-	color: #000000;
-}
-
-.table span.black {
-	color: #000000;
-}
-
-.table a.blocked {
-	color: #e0a0a0;
-}
-
-.address {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-
-.address a {
-	color: #000000;
-}
-
-.phone {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 12px;
-	color: #000000;
-}
-
-.phone span.number {
-	font-size: 17px;
-	color: #3D79AD;
-	font-weight: bold;
-}
-
-td.formauth {
-	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #000000;
-	padding-left: 0px;
-}
-
-td.formauth span {
-	color: #474747;
-}
-
-td.formauth span.formdescr {
-	font-size: 10px;
-	color: #676767;
-}
-
-.formauth {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #676767;
-}
-
-input.formauth {
-	border: 1px solid #878787;
-}
-
-textarea.formauth {
-	border: 1px solid #878787;
-	overflow: auto;
-}
-
-.submit a {
-	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #000000;
-	text-decoration: none;
-}
-
-.perpage {
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #676767;
-}
-
-input.submit {
-	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #000000;
-	background: transparent;
-	background-image: url(images/submitbg.gif);
-	height: 33px;
-	cursor: hand;
-	border: none;
-}
-
-.cal {
-	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	color: #515151;
-}
-
-.cal a {
-	color: #515151;
-	text-decoration: none;
-}
-
-.cal span {
-	color: #B70606;
-}
-
-.cal b {
-	color: #000000;
-}
-
-.firstmessage a {
-	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
-	font-size: 10px;
-	text-decoration: none;
-	color: #6a6a6a;
-}
-
-.firstmessage a:hover {
-	color: #8a6a6a;
-}
\ No newline at end of file
diff --git a/site/admin/translate.php b/site/admin/translate.php
deleted file mode 100644
index fd945664..00000000
--- a/site/admin/translate.php
+++ /dev/null
@@ -1,144 +0,0 @@
-<?php
-/*
- * This file is part of Web Instant Messenger project.
- *
- * Copyright (c) 2005-2008 Web Messenger Community
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Evgeny Gryaznov - initial API and implementation
- */
-
-require_once('../libs/common.php');
-require_once('../libs/pagination.php');
-
-function getparam( $name ) { 
-	global $site_encoding; 
-	if( isset($_POST[$name]) ) 
-		return myiconv(getoutputenc(), $site_encoding, $_POST[$name]); 
-	die("no ".$name." parameter"); 
-} 
-
-function form_value($key) {
-    global $page;
-    if( isset($page) && isset($page["form$key"]) )
-            return $page["form$key"];
-    return "";
-}
-
-function save_message($locale,$key,$value) {
-	global $site_encoding;
-	$result = "";
-	$added = false;
-	$current_encoding = $site_encoding;
-	$fp = fopen(dirname(__FILE__)."/../locales/$locale/properties", "r");
-	while (!feof($fp)) {
-		$line = fgets($fp, 4096);
-		$keyval = preg_split("/=/", $line, 2 );
-		if( isset($keyval[1]) ) {
-			if($keyval[0] == 'encoding') {
-				$current_encoding = trim($keyval[1]);
-			} else if(!$added && $keyval[0] == $key) {
-				$line = "$key=".myiconv($site_encoding, $current_encoding, str_replace("\r", "",str_replace("\n", "\\n",trim($value))))."\n";
-				$added = true;
-			}
-		}
-		$result .= $line;
-	}
-	fclose($fp);
-	if(!$added) {
-		$result .= "$key=".myiconv($site_encoding, $current_encoding, str_replace("\r", "",str_replace("\n", "\\n",trim($value))))."\n";
-	}
-	$fp = fopen(dirname(__FILE__)."/../locales/$locale/properties", "w");
-	fwrite($fp, $result);
-	fclose($fp);
-	$fp = fopen(dirname(__FILE__)."/../locales/$locale/properties.log", "a");
-
-	$extAddr = $_SERVER['REMOTE_ADDR'];
-	if (isset($_SERVER['HTTP_X_FORWARDED_FOR']) &&
-	          $_SERVER['HTTP_X_FORWARDED_FOR'] != $_SERVER['REMOTE_ADDR']) {
-		$extAddr = $_SERVER['REMOTE_ADDR'].' ('.$_SERVER['HTTP_X_FORWARDED_FOR'].')';
-	}
-	$userbrowser = $_SERVER['HTTP_USER_AGENT'];
-	$remoteHost = isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr;
-
-	fwrite($fp,"# ".date(DATE_RFC822)." by $remoteHost using $userbrowser\n");
-	fwrite($fp,"$key=".myiconv($site_encoding, $current_encoding, str_replace("\r", "",str_replace("\n", "\\n",trim($value))))."\n");
-	fclose($fp);
-}
-
-$source = verifyparam("source", "/^[\w-]{2,5}$/", $default_locale);
-$target = verifyparam("target", "/^[\w-]{2,5}$/", "ru");
-$stringid = verifyparam("key", "/^[_\.\w]+$/", "");
-
-if(!isset($messages[$source])) {
-	load_messages($source);
-}
-$lang1 = $messages[$source];
-if(!isset($messages[$target])) {
-	load_messages($target);
-}
-$lang2 = $messages[$target];
-
-$errors = array();
-$page = array(
-	'lang1' => $source,
-	'lang2' => $target,
-	'title1' => isset($lang1["localeid"]) ? $lang1["localeid"] : $source,
-	'title2' => isset($lang2["localeid"]) ? $lang2["localeid"] : $target
-);
-
-if($stringid) {
-	$translation = isset($lang2[$stringid]) ? $lang2[$stringid] : "";
-	if(isset($_POST['translation'])) {
-
-		$translation = getparam('translation');
-
-		if(!$translation) {
-			$errors[] = no_field("form.field.translation");
-		}
-
-		if(count($errors) == 0) {
-			if (get_magic_quotes_gpc()) {
-				$translation = stripslashes($translation);
-			}
-			save_message($target, $stringid, $translation);
-
-			$page['saved'] = true;
-			start_html_output();
-			require('view/translate.php');
-			exit;
-		}
-	}
-
-	$page['saved'] = false;
-	$page['key'] = $stringid;
-	$page['target'] = $target;
-	$page['formoriginal'] = isset($lang1[$stringid]) ? $lang1[$stringid] : "<b><unknown></b>";
-	$page['formtranslation'] = $translation;
-	start_html_output();
-	require('view/translate.php');
-	exit;
-}
-
-$localesList = array();
-foreach($available_locales as $loc) {
-	$localesList[] = array("id" => $loc, "name" => getlocal_($loc, "names"));
-}
-
-$result = array();
-$allkeys = array_keys($lang1);
-foreach($allkeys as $key) {
-	$result[] = array('id' => $key, 'l1' => $lang1[$key], 'l2' => (isset($lang2[$key]) ? $lang2[$key] : "<font color=\"#c13030\"><b>absent</b></font>") );
-}
-setup_pagination($result,100);
-
-$page['formtarget'] = $target;
-$page['formsource'] = $source;
-$page['availableLocales'] = $localesList;
-start_html_output();
-require('view/translatelist.php');
-?>
\ No newline at end of file
diff --git a/site/admin/view/.htaccess b/site/admin/view/.htaccess
deleted file mode 100644
index 14249c50..00000000
--- a/site/admin/view/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-Deny from all
\ No newline at end of file
diff --git a/site/admin/view/translate.php b/site/admin/view/translate.php
deleted file mode 100644
index c435484a..00000000
--- a/site/admin/view/translate.php
+++ /dev/null
@@ -1,115 +0,0 @@
-<?php
-/*
- * This file is part of Web Instant Messenger project.
- *
- * Copyright (c) 2005-2008 Web Messenger Community
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Evgeny Gryaznov - initial API and implementation
- */
-?>
-<html>
-<head>
-
-
-
-<link rel="stylesheet" type="text/css" media="all" href="<?php echo $siteroot ?>/admin/styles.css" />
-
-
-<link rel="shortcut icon" href="<?php echo $siteroot ?>/admin/images/favicon.ico" type="image/x-icon"/>
-<title>
-	Translate
-</title>
-</head>
-
-<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
-
-<table width="100%" cellpadding="2" cellspacing="0" border="0">
-<tr>
-<td valign="top" class="text">
-
-	<h1>Translate</h1>
-
-	<?php if( $page['saved'] ) { ?>
-	Your translation is saved.
-
-	<script><!--
-		setTimeout( (function() { window.close(); }), 500 );
-	//--></script>
-<?php } ?>
-<?php if( !$page['saved'] ) { ?>
-
-Enter you translation.
-<br/>
-<br/>
-
-<?php if( isset($errors) && count($errors) > 0 ) { ?>
-		<table cellspacing="0" cellpadding="0" border="0">
-		<tr>
-	    <td valign="top"><img src='<?php echo $siteroot ?>/admin/images/icon_err.gif' width="40" height="40" border="0" alt="" /></td>
-	    <td width="10"></td>
-	    <td class="text">
-		    <?php	if( isset($errors) && count($errors) > 0 ) {
-		print '<font color="#c13030"><b>Correct the mistakes:</b><br/><ul>';
-		foreach( $errors as $e ) {
-			print '<li class="error">';
-			print $e;
-			print '</li>';
-		}
-		print '</ul></font>';
-	} ?>
-
-		</td>
-		</tr>
-		</table>
-	<?php } ?>
-
-<form name="translateForm" method="post" action="<?php echo $siteroot ?>/admin/translate.php">
-<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $siteroot ?>/admin/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $siteroot ?>/admin/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $siteroot ?>/admin/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
-	<tr>
-		<td colspan="3" class="formauth"><?php echo $page['title1'] ?></td>
-	</tr>
-	<tr><td colspan="3" height="2"></td></tr>
-	<tr>
-		<td colspan="3">
-			<textarea name="original" tabindex="0" cols="80" rows="5" style="border:1px solid #878787; overflow:auto"><?php echo $page['formoriginal'] ?></textarea>
-		</td>
-	</tr>
-	<tr><td colspan="3" height="5"></td></tr>
-
-	<tr>
-		<td colspan="3" class="formauth"><?php echo $page['title2'] ?></td>
-	</tr>
-	<tr><td colspan="3" height="2"></td></tr>
-	<tr>
-		<td colspan="3">
-			<textarea name="translation" tabindex="0" cols="80" rows="5" style="border:1px solid #878787; overflow:auto"><?php echo $page['formtranslation'] ?></textarea>
-		</td>
-	</tr>
-	<tr><td colspan="3" height="5"></td></tr>
-
-	<tr><td colspan='3' height='20'></td></tr><tr><td colspan='3' background='<?php echo $siteroot ?>/admin/images/formline.gif'><img src='<?php echo $siteroot ?>/admin/images/formline.gif' width='1' height='2' border='0' alt=''></td></tr><tr><td colspan='3' height='10'></td></tr>
-
-	<tr>
-		<td class="formauth">
-		<input type="hidden" name="key" value="<?php echo $page['key'] ?>"/>
-		<input type="hidden" name="target" value="<?php echo $page['target'] ?>"/>
-		<input type="image" name="" src='<?php echo $siteroot ?>/admin/images/save.gif' border="0" alt='Save'/></td>
-		<td></td>
-		<td></td>
-	</tr>
-</table></td><td></td></tr><tr><td><img src='<?php echo $siteroot ?>/admin/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $siteroot ?>/admin/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table>
-</form>
-<?php } ?>
-
-</td>
-</tr>
-</table>
-
-</body>
-</html>
-
diff --git a/site/admin/view/translatelist.php b/site/admin/view/translatelist.php
deleted file mode 100644
index 57fc6ab2..00000000
--- a/site/admin/view/translatelist.php
+++ /dev/null
@@ -1,93 +0,0 @@
-<?php
-/*
- * This file is part of Web Instant Messenger project.
- *
- * Copyright (c) 2005-2008 Web Messenger Community
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Evgeny Gryaznov - initial API and implementation
- */
-?>
-<html>
-<head>
-
-
-
-<link rel="stylesheet" type="text/css" media="all" href="<?php echo $siteroot ?>/admin/styles.css" />
-
-
-<link rel="shortcut icon" href="<?php echo $siteroot ?>/admin/images/favicon.ico" type="image/x-icon"/>
-<title>
-	Translate
-</title>
-</head>
-
-<body bgcolor="#FFFFFF" text="#000000" link="#2971C1" vlink="#2971C1" alink="#2971C1">
-
-<table width="100%" cellpadding="2" cellspacing="0" border="0">
-<tr>
-<td valign="top" class="text">
-
-	<h1>Translate</h1>
-
-	If you don't like the translation, please send us an update.
-<br />
-<br />
-
-<form name="translateForm" method="get" action="<?php echo $siteroot ?>/admin/translate.php">
-<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $siteroot ?>/admin/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $siteroot ?>/admin/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $siteroot ?>/admin/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
-	<tr>
-		<td class="formauth" colspan="3">
-			<select name="source" onchange="this.form.submit();"><?php foreach($page['availableLocales'] as $k) { echo "<option value=\"".$k["id"]."\"".($k["id"] == form_value("source") ? " selected=\"selected\"" : "").">".$k["name"]."</option>"; } ?></select>
-			=>
-			<select name="target" onchange="this.form.submit();"><?php foreach($page['availableLocales'] as $k) { echo "<option value=\"".$k["id"]."\"".($k["id"] == form_value("target") ? " selected=\"selected\"" : "").">".$k["name"]."</option>"; } ?></select>
-		</td>
-	</tr>
-</table></td><td></td></tr><tr><td><img src='<?php echo $siteroot ?>/admin/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $siteroot ?>/admin/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table>
-</form>
-<br/>
-<?php if( $page['pagination'] && $page['pagination.items'] ) { ?>
-	<table cellpadding="0" cellspacing="0" border="0" width="100%">
-		<tr>
-			<td class='table' bgcolor='#276db8' height='30'><span class='header'>Key</span></td><td width='3'></td>
-			<td class='table' bgcolor='#276db8' height='30'width="40%"><span class='header'><?php echo topage($page['title1']) ?></span></td><td width='3'></td>
-			<td class='table' bgcolor='#276db8' height='30'width="40%"><span class='header'><?php echo topage($page['title2']) ?></span></td>
-		</tr>
-		<?php foreach( $page['pagination.items'] as $localstr ) { ?>
-			<tr>
-				<td height='20' class='table'>
-					<a href="<?php echo $siteroot ?>/admin/translate.php?source=<?php echo $page['lang1'] ?>&amp;target=<?php echo $page['lang2'] ?>&amp;key=<?php echo $localstr['id'] ?>" target="_blank" onclick="this.newWindow = window.open('<?php echo $siteroot ?>/admin/translate.php?source=<?php echo $page['lang1'] ?>&amp;target=<?php echo $page['lang2'] ?>&amp;key=<?php echo $localstr['id'] ?>', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=430,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><?php echo topage($localstr['id']) ?></a>
-				</td><td background='<?php echo $siteroot ?>/admin/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $siteroot ?>/admin/images/free.gif'></td>
-				<td height='20' class='table'>
-					<?php echo topage($localstr['l1']) ?>
-				</td><td background='<?php echo $siteroot ?>/admin/images/tablediv3.gif'><img width='3' height='1' border='0' alt='' src='<?php echo $siteroot ?>/admin/images/free.gif'></td>
-				<td height='20' class='table'>
-					<?php echo topage($localstr['l2']) ?>
-				</td>
-			</tr>
-			<tr><td height='2' colspan='9'></td></tr><tr><td bgcolor='#e1e1e1' colspan='9'><img width='1' height='1' border='0' alt='' src='<?php echo $siteroot ?>/admin/images/free.gif'></td></tr><tr><td height='2' colspan='9'></td></tr>
-		<?php } ?>
-	</table>
-	<br />
-	<?php echo generate_pagination($page['pagination']) ?>
-<?php } ?>
-<?php if( $page['pagination'] && !$page['pagination.items'] ) { ?>
-	<br/><br/>
-	<table cellspacing='0' cellpadding='0' border='0'><tr><td background='<?php echo $siteroot ?>/admin/images/loginbg.gif'><table cellspacing='0' cellpadding='0' border='0'><tr><td><img src='<?php echo $siteroot ?>/admin/images/logincrnlt.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $siteroot ?>/admin/images/logincrnrt.gif' width='16' height='16' border='0' alt=''></td></tr><tr><td></td><td align='center'><table border='0' cellspacing='0' cellpadding='0'>
-		<span class="table">
-			No items.
-		</span>
-	</table></td><td></td></tr><tr><td><img src='<?php echo $siteroot ?>/admin/images/logincrnlb.gif' width='16' height='16' border='0' alt=''></td><td></td><td><img src='<?php echo $siteroot ?>/admin/images/logincrnrb.gif' width='16' height='16' border='0' alt=''></td></tr></table></td></tr></table>
-<?php } ?>
-
-</td>
-</tr>
-</table>
-
-</body>
-</html>
-
diff --git a/site/contact.php b/site/contact.php
deleted file mode 100644
index fd216ee8..00000000
--- a/site/contact.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php 
-$page = 'home';
-$subpage = 'contacts';
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("contacts.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("contacts.title") ?></h2>
-			<div class="entry">
-			<p>
-			<?php echo getlocal("contacts.person") ?> Evgeny Gryaznov<br/>
-			<?php echo getlocal("contacts.email") ?> evgeny [at] mibew (dot) org
-			</p>
-			<p>
-			<?php echo getlocal("contacts.person") ?> Ed Kraus<br/>
-			<?php echo getlocal("contacts.email") ?> support [at] mibew (dot) org
-			</p>
-			</div>
-			<div class="nometa"></div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/main.i');
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/copyright.php b/site/copyright.php
deleted file mode 100755
index 2692b1fe..00000000
--- a/site/copyright.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-$page = 'home';
-$subpage = 'copyright';
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("copyright.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("copyright.title") ?></h2>
-			<div class="entry">
-			
-			<p>
-			<?php echo getlocal("copyright.text") ?>
-			</p>  
-			<ul class="decimal">
-			<li><?php echo getlocal("copyright.item1") ?></li>
-			<li><?php echo getlocal("copyright.item2") ?></li>
-			<li><?php echo getlocal("copyright.item3") ?></li>
-			<li><?php echo getlocal("copyright.item4") ?></li>
-			</ul>
-			
-			<p style="padding-top:.5em;margin-bottom:1em;">
-			<?php echo getlocal("copyright.contributors") ?>
-			</p>
-			
-			<p>
-			<?php echo getlocal("copyright.others") ?>
-			</p>
-			
-			</div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/main.i');
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/credits.php b/site/credits.php
deleted file mode 100644
index de4e867f..00000000
--- a/site/credits.php
+++ /dev/null
@@ -1,69 +0,0 @@
-<?php 
-$page = 'home';
-$subpage = 'credits';
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("credits.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("credits.title") ?></h2>
-			<div class="entry">
-			<p>
-			<?php echo getlocal("credits.content") ?>
-			</p>
-			
-			<p><?php echo getlocal("credits.translators") ?></p>
-			<ul>
-			<li>Arabic - <a href="/forums/index.php?action=profile;u=1366">Mostafa Khattab</a> and Active4web.net Developers; Tallal Suliman Eshaq</li>
-			<li>Bulgarian - Teodor Todorov</li>
-			<li>Catalan - Enric Garcia Barrios</li>
-			<li>Deutsch - <a href="/forums/index.php?action=profile;u=49">Gregor</a></li>
-			<li>Dutch - <a href="http://twitter.com/elegantchaos">Martin van der Linden</a></li>
-			<li>French - Hominn, Bard of LLYDAW</li>
-			<li>Hebrew - <a href="http://mediacms.net/" rel="nofollow">MediaCMS Team</a></li>
-			<li>Hrvatski - <a href="/forums/index.php?action=profile;u=1266">Gorana Rabar</a></li>
-			<li>Hungarian - bercy</li>
-			<li>Italiano - <a href="/forums/index.php?action=profile;u=781">CT32</a></li>
-			<li>Polski - <a href="/forums/index.php?action=profile;u=170">Kacper Wierzbicki</a>, <a href="http://mibew.org/forums/index.php?action=profile;u=170" > WebTower</a></li>
-			<li>Português Brasil - <a href="/forums/index.php?action=profile;u=1304">Leandro Luquetti</a></li>
-			<li>Romanian - Tallal Suliman Eshaq</li>
-			<li>Russian - <a href="/forums/index.php?action=profile;u=2">Evgeny Gryaznov</a></li>
-			<li>Spanish - <a href="http://christianmce.blogsome.com/">Christian Mauricio Castillo Estrada</a>, <a href="http://mibew.org/forums/index.php?action=profile;u=799">Lamies</a></li>
-			<li>Swedish - <a href="http://sverok.se">Sverok</a> - Oliver Sundström, Nina Högberg, Andreas Brodin and David Stenström</li>
-			<li>Thai - Bongkoch P.</li>
-			<li>Simplified Chinese - <a href="/forums/index.php?action=profile;u=1679">codion</a></li>
-			<li>Traditional Chinese - Dawei</li>
-			<li>Ukrainian - <a href="/forums/index.php?action=profile;u=1206">azzepis</a></li>
-			</ul>
-			
-			<p><?php echo "Tech Support Team" ?></p>
-			<ul>
-			<li>(eddybaur) Ed Kraus - Admininstrator</li>
-			</ul>
-			</div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/main.i');
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/default.css b/site/default.css
deleted file mode 100755
index ae8dee76..00000000
--- a/site/default.css
+++ /dev/null
@@ -1,409 +0,0 @@
-// reset.css
-
-html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-background-position:0 0;background-repeat:no-repeat;border:0 none;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;
-text-align:left;vertical-align:baseline;font-family:"Myriad Pro"!important;}
-a img, :link img, :visited img { border:0 none;}
-table { border-collapse:collapse;border-spacing:0; }
-ol, ul {list-style-image:none;list-style-position:outside;list-style-type:none;}
-q:before, q:after, blockquote:before, blockquote:after { content:""; }
-
-body {
-	background: #FFFFFF url(images/img01.gif) repeat-x;
-	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
-	font-size: 0.8em;
-	color: #333333;
-}
-html, body {
-	padding: 0;
-	margin:0;
-	border:0 none;
-	height:100%;
-}
-
-h1, h2, h3 {
-	margin: 0;
-	text-transform: lowercase;
-	font-weight: normal;
-	color: #3E3E3E;
-}
-
-h1 {
-	font-size: 32px;
-}
-
-h2 {
-	font-size: 23px;
-}
-
-p, ul, ol {
-	margin: 0 0 2em 0;
-	text-align: left;
-	line-height: 180%;
-	font-size: 1em;
-}
-
-a:link {
-	color: #7BAA0F;
-}
-
-a:hover, a:active {
-	text-decoration: none;
-	color: #003448;
-}
-
-a:visited {
-	color: #5B9A0F;
-}
-
-a.inactive {
-	color: #333333;
-	text-decoration: none;
-}
-
-img {
-	border: none;
-}
-
-img.left {
-	float: left;
-	margin-right: 15px;
-}
-
-img.right {
-	float: right;
-	margin-left: 15px;
-}
-
-/* Form */
-
-form {
-	margin: 0;
-	padding: 0;
-}
-
-fieldset {
-	margin: 0;
-	padding: 0;
-	border: none;
-}
-
-legend {
-	display: none;
-}
-
-input, textarea, select {
-	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
-	font-size: 13px;
-	color: #333333;
-}
-
-/* Header */
-
-#header {
-	width: 850px;
-	height: 107px;
-	margin: 0px auto 10px auto;
-	padding-top: 25px;
-	background: url(images/img03.gif) repeat-x left bottom;
-}
-
-#logo {
-	float: left;
-}
-
-#logo h1 {
-	font-size: 40px;
-	color: #494949;
-}
-
-#logo h1 sup {
-	vertical-align: text-top;
-	font-size: 24px;
-}
-
-#logo h1 a {
-	color: #494949;
-}
-
-#logo h2 {
-	margin-top: -4px;
-	margin-left: 2.4em;
-	font-size: 13px;
-	color: #A0A0A0;
-}
-
-#logo a {
-	text-decoration: none;
-}
-
-/* Menu */
-
-#menu {
-	float: right;
-	margin: 15px 0 0 0;
-}
-
-#clocale {
-	float: right;
-	margin: -17px 0 20px 0;
- 	background-color: #eee;
-	padding-right: 7px;
-	padding-left: 7px;
-	height: 22px;
-	color: #888;
-}
-
-#clocale span {
-	vertical-align: middle;
-}
-
-#clocale a {
-	text-decoration: none;
-	color: #889;
-}
-
-#clocale a:hover {
-	color: #111;
-	text-decoration: underline;
-}
-
-#menu ul {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#menu li {
-	display: inline;
-}
-
-#menu a {
-	display: block;
-	float: left;
-	margin-left: 30px;
-	padding: 7px;
-	text-decoration: none;
-	font-size: 1em;
-	color: #000;
-}
-
-#menu a:hover {
-	text-decoration: underline;
-}
-
-#menu .active a {
-	background: url(images/img02.gif) repeat-x left bottom;
-}
-
-#submenu a {
-	padding-left: 15px;
-	color: #536a1e;
-	font-size: 1em;
-	text-decoration: none;
-}
-
-#submenu .active a {
-	background: url(images/img02_h.gif) repeat-y left top;
-}
-
-#submenu a:hover {
-	text-decoration: underline;
-}
-
-/* Page */
-
-#page {
-	width: 850px;
-}
-
-.wrap {
-	position:relative;
-	width: 850px;
-	margin: 0px auto;
-	
-	height:auto !important;
-	height:100%;
-	min-height:100%;
-}
-
-/* Content */
-
-#content {
-	float: left;
-	width: 575px;
-}
-
-/* Post */
-
-.post {
-}
-
-.post .title {
-	margin-bottom: 20px;
-	padding-bottom: 5px;
-	background: url(images/img03.gif) repeat-x left bottom;
-}
-
-.post .entry {
-}
-
-.post .entry ul {
-	margin-top: -15px;
-	margin-bottom: 10px;
-}
-
-.post .entry ul {
-	line-height: 160%;
-}
-
-.post .entry ul.decimal {
-	list-style: decimal;
-	margin-left:3em;
-}
-
-.post .entry ul.decimal li {
-	padding-left: .5em;
-}
-
-.post .nometa {
-	padding: 0px 0 20px 0;
-}
-
-.post .meta {
-	padding: 15px 0 60px 0;
-	background: url(images/img03.gif) repeat-x;
-}
-
-.post .meta p {
-	margin: 0;
-	line-height: normal;
-	color: #999999;
-	font-size: 11px;
-}
-
-.post .meta .byline {
-	float: left;
-}
-
-.post .meta .links {
-	float: right;
-}
-
-.post .meta .more {
-	padding: 0 20px 0 18px;
-	background: url(images/img06.gif) no-repeat left center;
-}
-
-.post .meta b {
-	display: none;
-}
-
-/* Sidebar */
-
-#sidebar {
-	float: right;
-	width: 195px;
-}
-
-#sidebar ul {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#sidebar li {
-	margin-bottom: 20px;
-}
-
-#sidebar li ul {
-}
-
-#sidebar li li {
-	margin: 0;
-}
-
-#sidebar h2 {
-	margin-bottom: 10px;
-	background: url(images/img03.gif) repeat-x left bottom;
-	font-size: 1.3em;
-}
-
-.post .entry li {
-	padding-left: 22px;
-	margin-left: 0px;
-}
-
-.post .entry ul {
-	padding-left: 0px;
-}
-
-/* Locales */
-
-#locales a { margin-right:20px; }
-
-/* Footer */
-
-.empty_inner {
-	height:50px;
-}
-
-#footer {
-	height: 50px;
-	min-height: 50px;
-	background: white url(images/img01_v.gif) repeat-x;
-	font-size: 11px;
-
-	position:relative;
-	margin-top:-51px; 
-	width:100%; 
-}
-
-#legal {
-	clear: both;
-	line-height: 50px;
-	text-align: center;
-	color: #375C69;
-	margin-bottom: 0px;
-}
-
-#legal a {
-	color: #476B77;
-	text-decoration: none;
-}
-
-#legal a:hover {
-	text-decoration: underline;
-}
-
-#footer .flink {
-	color: #7BAA0F;
-	text-decoration: underline;
-}
-
-
-#tableh {
-	margin-bottom: 0.8em;
-}
-
-table#downl td {
-	padding-right: 2em;
-	line-height: 160%
-}
-
-#tablecomment {
-	margin-top: 0.5em;
-}
-
-.box1 {
-	padding: 19px;
-	background: url(images/img05.gif) no-repeat;
-}
-
-/* features */
-
-.featuretitle {
-	font-size: 1.1em;
-	text-decoration: underline;
-	margin-bottom: 1.2em;
-}
diff --git a/site/demo.php b/site/demo.php
deleted file mode 100644
index 9908a7e1..00000000
--- a/site/demo.php
+++ /dev/null
@@ -1,85 +0,0 @@
-<?php 
-$page = 'demo';
-$subpage = "demo";
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("demo.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("demo.title") ?></h2>
-			<div class="entry">
-			<p style="margin-bottom:15px;">
-			<?php echo getlocal("demo.login") ?><br/>
-			<a href="http://demo.openwebim.org/" target="_blank"><?php echo getlocal("demo.application") ?>, 1.6.3</a>  <small style="padding-left:10px;">(username: admin, password is empty)</small>
-			</p>
-			
-			<?php echo getlocal("demo.click") ?>
-			<div style="margin: 10px 0px 15px;">
-			<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="http://demo.openwebim.org/button.php?image=mblue&amp;lang=<?php echo $current_locale ?>" border="0" width="177" height="61"/></a><!-- / webim button -->
-			</div>
-<?php /*			
-			<p>
-			<?php echo getlocal("demo.tryrc") ?>
-			<br/>
-			<a href="/webim/" target="_blank"><?php echo getlocal("demo.application") ?>, 1.6.0 RC1</a><br/> 
-			<!-- webim button --><a href="/webim/client.php?locale=en" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('/webim/client.php?locale=en&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">Click to chat</a><!-- / webim button -->
-			</p>
-		*/
-?>				
-			<p>
-			<?php echo getlocal("demo.styles") ?>
-			
-			</p>
-			<table width="100%" cellpadding="5">
-			<tr>
-				<td>Simplicity style</td>
-				<td>Original style</td>
-			</tr>
-			<tr>
-				<td>
-					<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=simplicity" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=simplicity', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_simplicity_tn.png" border="0"/></a><!-- / webim button -->
-				</td>
-				<td>
-					<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=original" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=original', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_original_tn.png" border="0"/></a><!-- / webim button -->
-				</td>
-			</tr>
-			<tr>
-				<td>Default style</td>
-				<td></td>
-			</tr>
-			<tr>
-				<td>
-					<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=default" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=default', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_default_tn.png" border="0"/></a><!-- / webim button -->
-				</td>
-				<td>
-				</td>
-			</tr>
-			</table>
-			</div>
-			<div class="nometa"></div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/demo.i');
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/download.php b/site/download.php
deleted file mode 100644
index ece8828d..00000000
--- a/site/download.php
+++ /dev/null
@@ -1,162 +0,0 @@
-<?php 
-$page = 'downl';
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("downl.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("downl.title") ?></h2>
-			<div class="entry">
-			
-			<p>
-				<?php echo getlocal("downl.release") ?><br/>
-				<a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163.zip/download">
-				Mibew Messenger 1.6.3, <?php echo ccdate(14,10,2009) ?></a>
-				<small style="padding-left:1cm;">(requires <a href="http://php.net/">PHP</a> and <a href="http://mysql.com/">MySQL</a>)</small>
-			</p>
-
-			<p id="tableh">
-				<?php echo getlocal("downl.local") ?>
-			</p>
-			<table cellpadding="0" cellspacing="0" border="0" id="downl">
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_ar.zip/download">Arabic</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_bg.zip/download">Bulgarian</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(02,05,2010) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_ca.zip/download">Catalan</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(02,05,2010) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_de.zip/download">Deutsch</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-			
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_nl.zip/download">Dutch</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(17,02,2010) ?></td></tr>
-			
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_fr.zip/download">French</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_he.zip/download">Hebrew</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_hr.zip/download">Hrvatski</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_hu.zip/download">Hungarian</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(02,05,2010) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_it.zip/download">Italiano</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_pl.zip/download">Polski</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_pt-br.zip/download">Português Brasil</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-                <tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_ro.zip/download">Romanian</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(02,05,2010) ?></td></tr>
-				
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_ru.zip/download">Russian</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_sp.zip/download">Spanish</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_sv.zip/download">Swedish</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(02,05,2010) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_th.zip/download">Thai</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(17,02,2010) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_zh-cn.zip/download">Simplified Chinese</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-				
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_zh-tw.zip/download">Traditional Chinese</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-
-			<tr>
-				<td><a href="https://sourceforge.net/projects/webim/files/Mibew%20Messenger/1.6.3/webim163_ua.zip/download">Ukrainian</a></td>
-				<td>1.6.3</td>
-				<td><?php echo ccdate(14,10,2009) ?></td></tr>
-				
-			</table>
-
-			<p id="tablecomment">
-			<?php echo getlocal("lang.missing") ?> <a href="/forums/index.php?board=7.0"><?php echo getlocal("lang.link") ?></a>
-			</p>
-			
-			<p>
-				<?php echo getlocal("downl.tray") ?><br/>
-				<a href="http://prdownloads.sourceforge.net/webim/MibewTray11.msi?download">
-				Mibew Tray 1.1.0 beta, <?php echo ccdate(28,5,2009) ?></a>
-				<small style="padding-left:1cm;">(requires <a href="http://go.microsoft.com/fwlink/?LinkId=9832">.NET Framework 3.5</a> and <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=889482fc-5f56-4a38-b838-de776fd4138c">Windows Installer 3.1</a>)</small>
-			</p>
-			
-			
-			</div>
-			<div class="nometa"></div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/download/32x32.gif b/site/download/32x32.gif
deleted file mode 100644
index 315d547a..00000000
Binary files a/site/download/32x32.gif and /dev/null differ
diff --git a/site/download/64x64.gif b/site/download/64x64.gif
deleted file mode 100644
index a78219c4..00000000
Binary files a/site/download/64x64.gif and /dev/null differ
diff --git a/site/download/newlocale.zip b/site/download/newlocale.zip
deleted file mode 100644
index e5ee0189..00000000
Binary files a/site/download/newlocale.zip and /dev/null differ
diff --git a/site/download/screenshot.jpg b/site/download/screenshot.jpg
deleted file mode 100644
index 059d205c..00000000
Binary files a/site/download/screenshot.jpg and /dev/null differ
diff --git a/site/download/screenshot_tn.jpg b/site/download/screenshot_tn.jpg
deleted file mode 100644
index 6eb91329..00000000
Binary files a/site/download/screenshot_tn.jpg and /dev/null differ
diff --git a/site/download/webim.xml b/site/download/webim.xml
deleted file mode 100644
index 15cf3c7d..00000000
--- a/site/download/webim.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<XML_DIZ_INFO>
-	<MASTER_PAD_VERSION_INFO>
-		<MASTER_PAD_VERSION>3.10</MASTER_PAD_VERSION>
-		<MASTER_PAD_EDITOR>PADGen 3.1.0.41 http://www.padgen.org</MASTER_PAD_EDITOR>
-		<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad</MASTER_PAD_INFO>
-	</MASTER_PAD_VERSION_INFO>
-	<Company_Info>
-		<Company_Name>Mibew Messenger Community</Company_Name>
-		<Address_1 />
-		<Address_2 />
-		<City_Town>SourceForge.net</City_Town>
-		<State_Province />
-		<Zip_Postal_Code />
-		<Country>Czech Republic</Country>
-		<Company_WebSite_URL>http://mibew.org</Company_WebSite_URL>
-		<Contact_Info>
-			<Author_First_Name>Evgeny</Author_First_Name>
-			<Author_Last_Name>Gryaznov</Author_Last_Name>
-			<Author_Email>webimnotify@gmail.com</Author_Email>
-			<Contact_First_Name>Evgeny</Contact_First_Name>
-			<Contact_Last_Name>Gryaznov</Contact_Last_Name>
-			<Contact_Email>webimnotify@gmail.com</Contact_Email>
-		</Contact_Info>
-		<Support_Info>
-			<Sales_Email>webimnotify@gmail.com</Sales_Email>
-			<Support_Email>webimnotify@gmail.com</Support_Email>
-			<General_Email>webimnotify@gmail.com</General_Email>
-			<Sales_Phone />
-			<Support_Phone />
-			<General_Phone />
-			<Fax_Phone />
-		</Support_Info>
-	</Company_Info>
-	<Program_Info>
-		<Program_Name>Mibew Messenger</Program_Name>
-		<Program_Version>1.6.3</Program_Version>
-		<Program_Release_Month>10</Program_Release_Month>
-		<Program_Release_Day>14</Program_Release_Day>
-		<Program_Release_Year>2009</Program_Release_Year>
-		<Program_Cost_Dollars>0</Program_Cost_Dollars>
-		<Program_Cost_Other_Code />
-		<Program_Cost_Other />
-		<Program_Type>Freeware</Program_Type>
-		<Program_Release_Status>Minor Update</Program_Release_Status>
-		<Program_Install_Support>Install Only</Program_Install_Support>
-		<Program_OS_Support>Not Applicable</Program_OS_Support>
-		<Program_Language>English,Arabic,Chinese,ChineseSimplified,ChineseTraditional,Croatian,French,German,Hebrew,Italian,Polish,Portuguese,Russian,Spanish,Ukrainian</Program_Language>
-		<Program_Change_Info />
-		<Program_Specific_Category>Internet</Program_Specific_Category>
-		<Program_Category_Class>Communications::Chat &amp; Instant Messaging</Program_Category_Class>
-		<Program_System_Requirements>A webserver or web hosting account running on any major Operating System</Program_System_Requirements>
-		<File_Info>
-			<File_Size_Bytes>453239</File_Size_Bytes>
-			<File_Size_K>442</File_Size_K>
-			<File_Size_MB>0.43</File_Size_MB>
-		</File_Info>
-		<Expire_Info>
-			<Has_Expire_Info>N</Has_Expire_Info>
-			<Expire_Count />
-			<Expire_Based_On>Days</Expire_Based_On>
-			<Expire_Other_Info />
-			<Expire_Month />
-			<Expire_Day />
-			<Expire_Year />
-		</Expire_Info>
-	</Program_Info>
-	<Program_Descriptions>
-		<English>
-			<Keywords>web messenger, online chat, online support, online consultant</Keywords>
-			<Char_Desc_45>Online chat for your site.</Char_Desc_45>
-			<Char_Desc_80>Mibew Messenger allows visitors of your site to chat with your operators.</Char_Desc_80>
-			<Char_Desc_250>"Mibew Messenger" - is unique software allowing visitors of your site to chat with your operators.</Char_Desc_250>
-			<Char_Desc_450>"Mibew Messenger" - is unique software allowing visitors of your site to chat with your operators. You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them. Mibew Messenger is distributed under the terms of the Eclipse Public License (or the General Public License, this means that you can choose one of two, and use it accordingly).</Char_Desc_450>
-			<Char_Desc_2000>Mibew Messenger is an open source live support / chat application. It supports unlimited operators, visitors &amp; chats. With a
-web-based admin interface, operators or admins can:
-- Send canned messages
-- Track where visitors clicked from
-- Search previous chat conversations
-- Reassign/transfer chat to another operator
-- Mark/highlight nuisance visitors
-- View active chats (admins) &amp; more
-- When there is no available operator, visitors can leave a message &amp; they can be contacted later.
-
-The look &amp; feel of the chat window can be totally customized with the theme support. This free live support application requires PHP 5 &amp; MySQL 5 to run.</Char_Desc_2000>
-		</English>
-		<Russian>
-			<Keywords>веб мессенджер, онлайн поддержка, живой сайт, онлайн консультант</Keywords>
-			<Char_Desc_45>Онлайн чат с посетителями вашего сайта.</Char_Desc_45>
-			<Char_Desc_80>Позволит посетителям вашего сайта легко общаться с вашими операторами.</Char_Desc_80>
-			<Char_Desc_250>"Мибью Веб Мессенджер" - уникальное програмное обеспечение, позволяющее вашим посетителям общаться с операторами в режиме реального времени.</Char_Desc_250>
-			<Char_Desc_450>"Мибью Веб Мессенджер" - уникальное програмное обеспечение, позволяющее вашим посетителям общаться с операторами в режиме реального времени. Вы размещаете предоставленную кнопку связи с оператором на вашем сайте. Ваши посетители получают возможность пообщаться с вашими операторами не устанавливая дополнительного ПО. В настоящее время Mibew Messenger выпускается под двумя лицензиями на выбор Eclipse Public License или General Public License.</Char_Desc_450>
-			<Char_Desc_2000>Бесплатное веб-приложение для организации живой поддержки на сайте. 
-Основные возможности:
- - общая очередь посетителей
- - перенаправление посетителя другому оператору
- - отслеживание откуда пришел посетитель
- - поиск по истории чатов, история по конкретному посетителю
- - предопределенные сообщения
- - группы операторов
-
-Требует: PHP / MySQL
-Лицензия: GPL / EPL</Char_Desc_2000>
-		</Russian>
-	</Program_Descriptions>
-	<Web_Info>
-		<Application_URLs>
-			<Application_Info_URL>http://mibew.org/</Application_Info_URL>
-			<Application_Order_URL>http://mibew.org/download.php</Application_Order_URL>
-			<Application_Screenshot_URL>http://mibew.org/download/screenshot.jpg</Application_Screenshot_URL>
-			<Application_Icon_URL>http://mibew.org/images/favicon.gif</Application_Icon_URL>
-			<Application_XML_File_URL>http://mibew.org/download/webim.xml</Application_XML_File_URL>
-		</Application_URLs>
-		<Download_URLs>
-			<Primary_Download_URL>http://prdownloads.sourceforge.net/webim/webim163.zip</Primary_Download_URL>
-			<Secondary_Download_URL />
-			<Additional_Download_URL_1 />
-			<Additional_Download_URL_2 />
-		</Download_URLs>
-	</Web_Info>
-	<Permissions>
-		<Distribution_Permissions>Mibew Messenger is distributed under the terms of the Eclipse Public License (or the General Public License, this means that you can choose one of two, and use it accordingly) with the following special exception.
-
-License exception:
-No one may remove, alter or hide any copyright notices or links to the community site ("http://mibew.org") contained within the Program. Any derivative work must include this license exception.</Distribution_Permissions>
-		<EULA>Mibew Messenger is distributed under the terms of the Eclipse Public License (or the General Public License, this means that you can choose one of two, and use it accordingly) with the following special exception.
-
-License exception:
-No one may remove, alter or hide any copyright notices or links to the community site ("http://mibew.org") contained within the Program. Any derivative work must include this license exception.</EULA>
-	</Permissions>
-</XML_DIZ_INFO>
diff --git a/site/features.php b/site/features.php
deleted file mode 100644
index f5a1eca9..00000000
--- a/site/features.php
+++ /dev/null
@@ -1,117 +0,0 @@
-<?php 
-$page = 'demo';
-$subpage = "features";
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("features.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<!-- start content -->
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("features.title") ?></h2>
-			<div class="entry">
-<a name='price'></a>
-<p class="featuretitle"><?php echo getlocal("features.price.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.price")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='main'></a>
-<p class="featuretitle"><?php echo getlocal("features.main.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.main")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='button'></a>
-<p class="featuretitle"><?php echo getlocal("features.button.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.button")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='chat'></a>
-<p class="featuretitle"><?php echo getlocal("features.chat.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.chat")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='operator'></a>
-<p class="featuretitle"><?php echo getlocal("features.operator.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.operator")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='groups'></a>
-<p class="featuretitle"><?php echo getlocal("features.groups.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.groups")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='admin'></a>
-<p class="featuretitle"><?php echo getlocal("features.admin.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.admin")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='requirements'></a>
-<p class="featuretitle"><?php echo getlocal("features.requirements.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.requirements")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-<a name='browsers'></a>
-<p class="featuretitle"><?php echo getlocal("features.browsers.title") ?></p>
-<ul>
-<?php foreach(preg_split("/\n/", getlocal("features.browsers")) as $val) {
-echo "<li>$val</li>\n"; } ?>
-</ul>
-
-
-
-			</div>
-			<div class="nometa"></div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/demo.i');
-require_once('inc/locales.i');
-?>
-			<li>
-				<h2><?php echo getlocal("features.content.head") ?></h2>
-				<ul>
-					<li><a href="#price"><?php echo getlocal("features.price.title") ?></a></li>
-					<li><a href="#main"><?php echo getlocal("features.main.title") ?></a></li>
-					<li><a href="#button"><?php echo getlocal("features.button.title") ?></a></li>
-					<li><a href="#chat"><?php echo getlocal("features.chat.title") ?></a></li>
-					<li><a href="#operator"><?php echo getlocal("features.operator.title") ?></a></li>
-					<li><a href="#groups"><?php echo getlocal("features.groups.title") ?></a></li>
-					<li><a href="#admin"><?php echo getlocal("features.admin.title") ?></a></li>
-					<li><a href="#requirements"><?php echo getlocal("features.requirements.title") ?></a></li>
-					<li><a href="#browsers"><?php echo getlocal("features.browsers.title") ?></a></li>
-				</ul>
-			</li>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/images/favicon.gif b/site/images/favicon.gif
deleted file mode 100644
index 869935e9..00000000
Binary files a/site/images/favicon.gif and /dev/null differ
diff --git a/site/images/favicon.ico b/site/images/favicon.ico
deleted file mode 100644
index ca59e49c..00000000
Binary files a/site/images/favicon.ico and /dev/null differ
diff --git a/site/images/img01.gif b/site/images/img01.gif
deleted file mode 100755
index 43f1ed60..00000000
Binary files a/site/images/img01.gif and /dev/null differ
diff --git a/site/images/img01_v.gif b/site/images/img01_v.gif
deleted file mode 100644
index b1c7730a..00000000
Binary files a/site/images/img01_v.gif and /dev/null differ
diff --git a/site/images/img02.gif b/site/images/img02.gif
deleted file mode 100755
index 7ed5fab5..00000000
Binary files a/site/images/img02.gif and /dev/null differ
diff --git a/site/images/img02_h.gif b/site/images/img02_h.gif
deleted file mode 100644
index cb72b40e..00000000
Binary files a/site/images/img02_h.gif and /dev/null differ
diff --git a/site/images/img03.gif b/site/images/img03.gif
deleted file mode 100755
index 51c0ef82..00000000
Binary files a/site/images/img03.gif and /dev/null differ
diff --git a/site/images/img05.gif b/site/images/img05.gif
deleted file mode 100755
index c77a8c56..00000000
Binary files a/site/images/img05.gif and /dev/null differ
diff --git a/site/images/img06.gif b/site/images/img06.gif
deleted file mode 100755
index 0ec61703..00000000
Binary files a/site/images/img06.gif and /dev/null differ
diff --git a/site/images/mediacms.png b/site/images/mediacms.png
deleted file mode 100644
index 5b0217d6..00000000
Binary files a/site/images/mediacms.png and /dev/null differ
diff --git a/site/images/style_default_tn.png b/site/images/style_default_tn.png
deleted file mode 100644
index b4bcfec7..00000000
Binary files a/site/images/style_default_tn.png and /dev/null differ
diff --git a/site/images/style_original_tn.png b/site/images/style_original_tn.png
deleted file mode 100644
index 78e82c57..00000000
Binary files a/site/images/style_original_tn.png and /dev/null differ
diff --git a/site/images/style_simplicity_tn.png b/site/images/style_simplicity_tn.png
deleted file mode 100644
index cfbd3caf..00000000
Binary files a/site/images/style_simplicity_tn.png and /dev/null differ
diff --git a/site/images/twitterbutton-0208.png b/site/images/twitterbutton-0208.png
deleted file mode 100644
index 134db126..00000000
Binary files a/site/images/twitterbutton-0208.png and /dev/null differ
diff --git a/site/images/webimlogo.gif b/site/images/webimlogo.gif
deleted file mode 100644
index 11cd8d38..00000000
Binary files a/site/images/webimlogo.gif and /dev/null differ
diff --git a/site/inc/demo.i b/site/inc/demo.i
deleted file mode 100644
index cc405fd3..00000000
--- a/site/inc/demo.i
+++ /dev/null
@@ -1,7 +0,0 @@
-			<li>
-				<h2><?php echo getlocal("submenu.title") ?></h2>
-				<ul id="submenu">
-					<li<?php echo $subpage == 'demo' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/demo.php"><?php echo getlocal("menu.demo") ?></a></li>
-					<li<?php echo $subpage == 'features' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/features.php"><?php echo getlocal("menu.features") ?></a></li>
-				</ul>
-			</li>
diff --git a/site/inc/footer.i b/site/inc/footer.i
deleted file mode 100644
index 165d63d9..00000000
--- a/site/inc/footer.i
+++ /dev/null
@@ -1,17 +0,0 @@
-	<div class="empty_inner" style="">&#160;</div>
-</div>
-<div id="footer">
-<p id="legal"><a href="<?php echo $siteroot ?>/contact.php" class="flink">Contact Us</a> | (c) 2009 mibew.org. <a href="http://www.trilexnet.com/labs">A Trilex Labs Group</a>. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a></p>
-</div>
-
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-1480373-6");
-pageTracker._trackPageview();
-} catch(err) {}</script>
-</body>
-</html>
diff --git a/site/inc/header.i b/site/inc/header.i
deleted file mode 100644
index 392a0dbe..00000000
--- a/site/inc/header.i
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<title><?php echo $title ?> - <?php echo getlocal("title") ?></title>
-<link href="/default.css?v1" rel="stylesheet" type="text/css" />
-<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
-</head>
-<body>
-<div class="wrap">
\ No newline at end of file
diff --git a/site/inc/locales.i b/site/inc/locales.i
deleted file mode 100644
index f0092364..00000000
--- a/site/inc/locales.i
+++ /dev/null
@@ -1,42 +0,0 @@
-			<li>
-				<h2><b>Stay in Touch</b></h2>
-				<ul>
-				<li><a href="http://twitter.com/mibew"><img src="/images/twitterbutton-0208.png" title="By: TwitterButtons.com" width="120" height="90" alt="Follow us"/></a></li>
-				<li>
-
-<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><p>
-<input type="hidden" name="cmd" value="_s-xclick"/>
-<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHPwYJKoZIhvcNAQcEoIIHMDCCBywCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYA0JVsArTU54M1PEa55D5GSK2DO5BnI/0x3HP5ZRIBBzJMNRu2t7HWVO93UBXQocj/gDllkxOS1AiyIqhQ5fS3KzHCzSyFu70lHzuUZdX6ZwnFHNhC1+pX22fZqlVgysvpma5XZFenS7dG/65kQ4SnVnfbUhxF7geaqCFkpEQ/HOTELMAkGBSsOAwIaBQAwgbwGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIMaZmTQIiHN6AgZi+JTDMI2eZJOkfOuRS+EjvjB8Ozv8JiUYNZqdw0JLvjBXtlmXPOa/DGUJjr+eYSpcA3PI1zfnHegJGQtVRUb5ydkEIxmiHAdmyabOleOKHf7XVmtBioRSDYe3wCzu8mKTiuF5q+mJuVzczcOK+3UNy1sneqMbwjImpOblzzq4OzOj5D4509X0CpsyjOVzUTAT+qQvzF25lG6CCA4cwggODMIIC7KADAgECAgEAMA0GCSqGSIb3DQEBBQUAMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTAeFw0wNDAyMTMxMDEzMTVaFw0zNTAyMTMxMDEzMTVaMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAwUdO3fxEzEtcnI7ZKZL412XvZPugoni7i7D7prCe0AtaHTc97CYgm7NsAtJyxNLixmhLV8pyIEaiHXWAh8fPKW+R017+EmXrr9EaquPmsVvTywAAE1PMNOKqo2kl4Gxiz9zZqIajOm1fZGWcGS0f5JQ2kBqNbvbg2/Za+GJ/qwUCAwEAAaOB7jCB6zAdBgNVHQ4EFgQUlp98u8ZvF71ZP1LXChvsENZklGswgbsGA1UdIwSBszCBsIAUlp98u8ZvF71ZP1LXChvsENZklGuhgZSkgZEwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAgV86VpqAWuXvX6Oro4qJ1tYVIT5DgWpE692Ag422H7yRIr/9j/iKG4Thia/Oflx4TdL+IFJBAyPK9v6zZNZtBgPBynXb048hsP16l2vi0k5Q2JKiPDsEfBhGI+HnxLXEaUWAcVfCsQFvd2A1sxRr67ip5y2wwBelUecP3AjJ+YcxggGaMIIBlgIBATCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA5MDcxODExMjE1NVowIwYJKoZIhvcNAQkEMRYEFEhX9zdL0klKVdu49FnhPWjzZAckMA0GCSqGSIb3DQEBAQUABIGAm/U/1NHETHFBwSDB99+RG59eEwhHhjIIy9RpAdT0zhNWPduwXwJ5tEcXFZc4Ny99ObBbnzpUNkw2Dat9F43B0uTmDthllQLpIC6DwJon5oozjKj8Aj/nOHHoaVBLfAtymaQE87id7UThEl6dSonbjbyfCiSB7hc1dLYUCsLW1u0=-----END PKCS7-----"/>
-<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
-<img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
-</p></form>
-
-				</li>
-				</ul>
-			</li>
-			<li>
-				<h2><?php echo getlocal("partners.title") ?></h2>
-				<ul>
-				<li><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=195701&amp;type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></li>
-				<li><a href="http://www.trilexnet.com/" style="padding-left:20px;"><img src="http://www.trilexnet.com/images/trilexlabs.jpg" width="80" height="30" alt="Trilex Labs Logo"/></a></li>
-				<!--
-				<li><a href="http://www.mediacms.net/" style="padding-left:10px;"><img src="images/mediacms.png" width="88" height="37"/></a></li> -->
-				</ul>
-			</li>
-<?php if(!(isset($hidelocales) && $hidelocales)) { ?>
-			<li id="locales">
-				<h2><?php echo getlocal("languages.title") ?></h2>
-				<p>
-<?php	
-	foreach(array('en'=>'English','sp'=>'Spanish','ru'=>'Russian') as $k => $v) {
-		if($k == $current_locale) {
-			echo "<a href=\"#\" class=\"inactive\">".$v."</a>";
-		} else {
-			echo "<a href=\"".($k != "en" ? "/$k" : "")."/\">".$v."</a>";
-		}
-	}			
-?>
-				</p>
-			</li>
-<?php } ?>
-			
\ No newline at end of file
diff --git a/site/inc/main.i b/site/inc/main.i
deleted file mode 100644
index 6d1c9bed..00000000
--- a/site/inc/main.i
+++ /dev/null
@@ -1,10 +0,0 @@
-			<li>
-				<h2><?php echo getlocal("submenu.title") ?></h2>
-				<ul id="submenu">
-					<li<?php echo $subpage == 'news' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/index.php"><?php echo getlocal("menu.news") ?></a></li>
-					<li<?php echo $subpage == 'contacts' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/contact.php"><?php echo getlocal("menu.contacts") ?></a></li>
-					<li<?php echo $subpage == 'terms' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/license.php"><?php echo getlocal("menu.terms") ?></a></li>
-					<li<?php echo $subpage == 'copyright' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/copyright.php"><?php echo getlocal("menu.copyright") ?></a></li>
-                	<li<?php echo $subpage == 'credits' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/credits.php"><?php echo getlocal("menu.credits") ?></a></li>
-				</ul>
-			</li>
diff --git a/site/inc/menu.i b/site/inc/menu.i
deleted file mode 100644
index 458bd2fd..00000000
--- a/site/inc/menu.i
+++ /dev/null
@@ -1,21 +0,0 @@
-<div id="header">
-
-	<div id="clocale">
-	 <span><a href="/en">en</a> | <a href="/ru">ru</a> | <a href="/sp">sp</a>
-	</div>
-	<br clear="all"/>
-	<div id="logo">
-		
-		<h1><a href="#"><?php echo getlocal("head.name") ?></a></h1>
-		<h2><?php echo getlocal("head.descr") ?></h2>
-	</div>
-	<div id="menu">
-	  <ul>
-        <li<?php echo $page == 'home' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/index.php"><?php echo getlocal("menu.home") ?></a></li>
-        <li<?php echo $page == 'demo' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/demo.php"><?php echo getlocal("menu.demo") ?></a></li>
-        <li<?php echo $page == 'downl' ? ' class="active"' : '' ?>><a href="<?php echo $siteroot ?>/download.php"><?php echo getlocal("menu.download") ?></a></li>
-        <li><a href="<?php echo $siteroot ?>/contact.php"><?php echo getlocal("menu.ticket") ?></a></li>
-        <li><a href="/forums/"><?php echo getlocal("menu.support") ?></a></li>
-	  </ul>
-	</div>
-</div>
diff --git a/site/index.php b/site/index.php
deleted file mode 100644
index 9068770e..00000000
--- a/site/index.php
+++ /dev/null
@@ -1,128 +0,0 @@
-<?php 
-function handle_error($errno, $errstr) {
-    echo <<<END
-<html>
-<head>
-    <title>Mibew.org :: Woops!</title>
-    <style type='text/css'>
-        div#header {
-            width: 100%;
-            position: absolute;
-            top: 0px;
-            left: 0px;
-            height: 10px;
-            background-color: #00567a;
-        }
-        body {
-            text-align: center;
-        }
-        .logo-text {
-            font-family: Verdana, sans-serif;
-            font-size: 40px;
-            color: #555555;
-            text-shadow: 0px -1px 0px #111111;
-        }
-        .woops {
-            font-size: 20px;
-            font-weight: bold;
-            font-family: Arial, serif;
-        }
-    </style>
-</head>
-<body>
-    <br /><br /><br /><br />
-    <div id='header'></div>
-    <img src='http://www.burn-blue.com/image/view/r03JwQ8l/64x64.gif' alt='Mibew Logo' title='Mibew Logo' />&nbsp;<span class='logo-text'>Mibew</span>
-    <br /><br /><br />
-    <span class='woops'>Woops! We seem to be having problems right now, check back in about 10 minutes by which time we hope to have the problem fixed</span>
-</body>
-</html>
-END;
-}
-
-set_error_handler('handle_error', E_ALL & ~E_STRICT);
-
-$page = 'home';
-$subpage = 'news';
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("home.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-
-?>
-
-<div id="page">
-	<!-- start content -->
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("index.how.title") ?></h2>
-			<div class="entry">
-				<p><?php echo getlocal("index.how.text") ?></p>
-				
-				<?php if($current_locale == 'ru') {?>
-				<p style="margin-bottom:1em;">
-					<b><?php echo getlocal("article.attention") ?></b>: 
-					<a href="/ru/article/webim.php" rel="nofollow"><b><?php echo getlocal("article.about") ?></b></a>
-				</p>
-				<?php } ?>
-
-			</div>
-			<div class="nometa"></div>
-		</div>
-<?php /*
-    		<div class="post">
-			<h2 class="title"><?php echo getlocal("index.nextpost.title") ?></h2>
-			<div class="entry">
-				<?php echo getlocal("index.nextpost.text") ?>
-			</div>
-			<div class="meta">
-				<p class="byline"><?php echo getlocal("index.nextpost.when") ?></p>
-				<p class="links"><?php echo getlocal("index.nextpost.link") ?></p>
-			</div>
-		</div> */ ?>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal2("index.post.title", array("1.6.3")) ?></h2>
-			<div class="entry">
-				<p><?php echo getlocal2("index.post.minor.release", array("1.6.3")) ?></p>
-				<ul>
-				<li>password restore functionality for operator</li>
-				<li>new Blue logo; new buttons: mgreen, mblue</li>
-				<li>fixed: button code conflicts with spam filters and mod_security</li>
-				<li>workarounds if some functions are disabled in php</li>
-				<li>compatibility with PHP 5.3.0</li>
-				</ul>
-				<p><a href="<?php echo $siteroot ?>/download.php"><?php echo getlocal2("index.post.download", array("1.6.3")) ?></a></p>
-			</div>
-			<div class="meta">
-				<p class="byline"><?php echo getlocal2("index.post.when",array(ccdate(14,10,2009),"inspirer")) ?></p>
-				<p class="links"><a href="/forums/index.php?topic=25.0" class="more"><?php echo getlocal("index.post.readfull") ?></a></p>
-			</div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/main.i');
-?>
-			<li>
-				<h2><?php echo getlocal("sidebar.quicknav") ?></h2>
-				<ul>
-					<li><a href="<?php echo $siteroot ?>/features.php"><?php echo getlocal("menu.features") ?></a></li>
-				</ul>
-			</li>
-<?php
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/latestWebim.js b/site/latestWebim.js
deleted file mode 100644
index ed25afe3..00000000
--- a/site/latestWebim.js
+++ /dev/null
@@ -1,28 +0,0 @@
-
-window.webimLatest = {
-	version: "1.6.3",
-	download: "http://mibew.org/download.php",
-	title: "Mibew Messenger 1.6.3"
-};
-
-window.webimNews = [
-	{
-		title: 'Mibew Messenger 1.6.3 Released',
-		link: 'http://mibew.org/forums/index.php?topic=318.0',
-		date: 'October 14, 2009',
-		message: 'We are pleased to announce the immediate availability of 1.6.3. This is a service release with minor fixes and improvements.'
-	},
-
-	{
-		title: 'Mibew Messenger 1.6.2 Released',
-		link: 'http://mibew.org/forums/index.php?topic=256.0',
-		date: 'August 12, 2009',
-		message: 'We finally released it! This is a service release which improves current functionality.'
-	},
-	{
-		title: 'Visit our forum',
-		link: 'http://mibew.org/forums/',
-		date: 'January 15, 2009',
-		message: 'Welcome to our Web Messenger Community forum. We are ready to answer your questions.'
-	}
-];
diff --git a/site/libs/.htaccess b/site/libs/.htaccess
deleted file mode 100644
index 14249c50..00000000
--- a/site/libs/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-Deny from all
\ No newline at end of file
diff --git a/site/libs/common.php b/site/libs/common.php
deleted file mode 100644
index 2e3e9738..00000000
--- a/site/libs/common.php
+++ /dev/null
@@ -1,188 +0,0 @@
-<?php
-
-$available_locales = array("en","sp","ru","ua","fr","nl");
-$default_locale = "en";
-$siteroot = "";
-$site_encoding = "utf-8"; 
-
-$requestUri = $_SERVER["REQUEST_URI"];
-if(preg_match("/^\/(en|sp|ru|ua|fr|nl)\//", $requestUri)) {
-	$siteroot = substr($requestUri, 0, 3);
-}
-
-if(preg_match("/www\.mibew\.org/", $_SERVER['HTTP_HOST'])) {
-    header("Location: http://mibew.org");
-    exit;
-}
-
-function myiconv($in_enc, $out_enc, $string) {
-	if($in_enc == $out_enc ) {
-		return $string;
-	}
-	if( function_exists('iconv') ) {
-		$converted = @iconv($in_enc, $out_enc, $string);
-		if( $converted !== FALSE ) {
-			return $converted;
-		}
-	}
-	return $string; // do not know how to convert
-}
-
-function verifyparam( $name, $regexp, $default = null ) {
-        if( isset( $_GET[$name] ) ) {
-                $val = $_GET[$name];
-                if( preg_match( $regexp, $val ) )
-                        return $val;
-
-        } else if( isset( $_POST[$name] ) ) {
-                $val = $_POST[$name];
-                if( preg_match( $regexp, $val ) )
-                        return $val;
-
-        } else {
-                if( isset( $default ) )
-                        return $default;
-        }
-        echo "<html><head></head><body>Wrong parameter used or absent: ".$name."</body></html>";
-        exit;
-}
-
-function get_locale() {
-	global $available_locales;
-
-	$locale = verifyparam("intlocale", "/^[\w-]{2,5}$/", "");
-	if( !$locale || !in_array($locale,$available_locales) )
-		$locale = "en";
-
-	return $locale;
-}
-
-$current_locale = get_locale();
-setlocale(LC_TIME, getstring("time.locale"));
-$messages = array();
-$output_encoding = array();
-
-function get_locale_links($href) {
-	global $available_locales, $current_locale;
-	$localeLinks = "";
-	foreach($available_locales as $k) {
-		if( strlen($localeLinks) > 0 )
-			$localeLinks .= " &bull; ";
-		if( $k == $current_locale )
-			$localeLinks .= getlocal_($k, "names");
-		else
-			$localeLinks .= "<a href=\"$href?locale=$k\">".getlocal_($k, "names")."</a>";
-	}
-	return $localeLinks;
-}
-
-function load_messages($locale) {
-	global $messages, $site_encoding, $output_encoding;
-	$hash = array();
-	$current_encoding = $site_encoding;
-	$fp = @fopen(dirname(__FILE__)."/../locales/$locale/properties", "r");
-	if(!$fp) { die("wrong locale"); }
-	while (!feof($fp)) {
-		$line = fgets($fp, 4096);
-		$keyval = preg_split("/=/", $line, 2 );
-		if( isset($keyval[1]) ) {
-			if($keyval[0] == 'encoding') {
-				$current_encoding = trim($keyval[1]);
-			} else if($keyval[0] == 'output_encoding') {
-				$output_encoding[$locale] = trim($keyval[1]);
-			} else if( $current_encoding == $site_encoding ) {
-				$hash[$keyval[0]] = str_replace("\\n", "\n",trim($keyval[1]));
-			} else {
-				$hash[$keyval[0]] = myiconv($current_encoding, $site_encoding, str_replace("\\n", "\n",trim($keyval[1])));
-			}
-		}
-	}
-	fclose($fp);
-	$messages[$locale] = $hash;
-}
-
-function getoutputenc() {
-	global $current_locale, $output_encoding, $site_encoding, $messages;
-	if(!isset($messages[$current_locale]))
-		load_messages($current_locale);
-	return isset($output_encoding[$current_locale]) ? $output_encoding[$current_locale] : $site_encoding;
-}
-
-function getstring_($text,$locale) {
-	global $messages;
-	if(!isset($messages[$locale]))
-		load_messages($locale);
-
-	$localized = $messages[$locale];
-	if( isset($localized[$text]) )
-		return $localized[$text];
-
-	if( $locale != 'en' ) {
-		return getstring_($text,'en');
-	}
-	return "!".$text;
-}
-
-function getstring($text) {
-	global $current_locale;
-	return getstring_($text,$current_locale);
-}
-
-function getlocal($text) {
-	global $current_locale, $site_encoding;
-	return myiconv($site_encoding,getoutputenc(), getstring_($text,$current_locale));
-}
-
-function getlocal_($text,$locale) {
-	global $site_encoding;
-	return myiconv($site_encoding,getoutputenc(), getstring_($text,$locale));
-}
-
-function topage($text) {
-	global $site_encoding;
-	return myiconv($site_encoding,getoutputenc(), $text);
-}
-
-function getstring2_($text,$params,$locale) {
-	$string = getstring_($text,$locale);
-	for( $i = 0; $i < count($params); $i++ ) {
-		$string = str_replace("{".$i."}", $params[$i], $string);
-	}
-	return $string;
-}
-
-function getstring2($text,$params) {
-	global $current_locale;
-	return getstring2_($text,$params,$current_locale);
-}
-
-function getlocal2($text,$params) {
-	global $current_locale, $site_encoding;
-	$string = myiconv($site_encoding,getoutputenc(), getstring_($text,$current_locale));
-	for( $i = 0; $i < count($params); $i++ ) {
-		$string = str_replace("{".$i."}", $params[$i], $string);
-	}
-	return $string;
-}
-
-function start_html_output() {
-	$charset = getstring("output_charset");
-	header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
-	header("Cache-Control: no-store, no-cache, must-revalidate");
-	header("Pragma: no-cache");
-	header("Content-type: text/html".(isset($charset)?"; charset=".$charset:""));
-}
-
-function div($a,$b) {
-    return ($a-($a % $b)) / $b;
-}
-
-function date_to_text($unixtime) {
-	return strftime(getlocal("time.dateformat"), $unixtime);
-}
-
-function ccdate($day,$month,$year) {
-	return date_to_text(mktime(0,0,0,$month,$day,$year));
-}
-	
-?>
diff --git a/site/libs/pagination.php b/site/libs/pagination.php
deleted file mode 100644
index a75c6157..00000000
--- a/site/libs/pagination.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php
-/*
- * This file is part of Web Instant Messenger project.
- *
- * Copyright (c) 2005-2008 Web Messenger Community
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Evgeny Gryaznov - initial API and implementation
- */
-
-$pagination_spacing = "&nbsp;&nbsp;&nbsp;";
-$links_on_page = 5;
-
-function generate_pagination_link($page,$title) {
-	$lnk = $_SERVER['REQUEST_URI'];
-	$href = preg_replace("/\?page=\d+\&/", "?", preg_replace("/\&page=\d+/", "", $lnk));
-	$href .= strstr($href,"?") ? "&page=$page" : "?page=$page";
-	return "<a href=\"$href\" class=\"pagelink\">$title</a>";
-}
-
-function generate_pagination_image($id) {
-	global $webimroot;
-	return "<img src=\"$webimroot/images/$id.gif\" border=\"0\"/>";
-}
-
-function setup_pagination($items,$default_items_per_page=15) {
-	global $page;
-
-	if( $items ) {
-		$items_per_page = verifyparam("items", "/^\d{1,3}$/", $default_items_per_page);
-		if( $items_per_page < 2 )
-			$items_per_page = 2;
-
-		$total_pages = div(count($items) + $items_per_page - 1, $items_per_page);
-		$curr_page = verifyparam("page", "/^\d{1,6}$/", 1);
-
-		if( $curr_page < 1 )
-			$curr_page = 1;
-		if( $curr_page > $total_pages )
-			$curr_page = $total_pages;
-
-		$start_index = ($curr_page-1)*$items_per_page;
-		$end_index = min($start_index+$items_per_page, count($items));
-		$page['pagination.items'] = array_slice($items, $start_index, $end_index-$start_index);
-		$page['pagination'] =
-			array(  "page" => $curr_page, "items" => $items_per_page, "total" => $total_pages,
-					"count" => count($items), "start" => $start_index, "end" => $end_index );
-	} else {
-		$page['pagination.items'] = false;
-		$page['pagination'] = true;
-	}
-}
-
-function setup_empty_pagination() {
-	global $page;
-	$page['pagination.items'] = false;
-	$page['pagination'] = false;
-}
-
-function generate_pagination($pagination) {
-	global $pagination_spacing, $links_on_page;
-	$result = getlocal2("tag.pagination.info",
-		array($pagination['page'],$pagination['total'],$pagination['start']+1,$pagination['end'],$pagination['count']))."<br/>";
-
-	if( $pagination['total'] > 1 ) {
-		$result.="<br/><div class='pagination'>";
-		$curr_page = $pagination['page'];
-
-		$minPage = max( $curr_page - $links_on_page, 1 );
-		$maxPage = min( $curr_page + $links_on_page, $pagination['total'] );
-
-		if( $curr_page > 1 ) {
-			$result .= generate_pagination_link($curr_page-1, generate_pagination_image("prevpage")).$pagination_spacing;
-		}
-
-		for($i = $minPage; $i <= $maxPage; $i++ ) {
-			$title = abs($curr_page-$i) >= $links_on_page && $i != 1 ? "..." : $i;
-			if( $i != $curr_page)
-				$result .= generate_pagination_link($i, $title);
-			else
-				$result .= "<span class=\"pagecurrent\">$title</span>";
-			if( $i < $maxPage )
-				$result .= $pagination_spacing;
-		}
-
-		if( $curr_page < $pagination['total'] ) {
-			$result .= $pagination_spacing.generate_pagination_link($curr_page+1, generate_pagination_image("nextpage"));
-		}
-		$result.="</div>";
-	}
-	return $result;
-}
-
-?>
\ No newline at end of file
diff --git a/site/license.php b/site/license.php
deleted file mode 100644
index 65e00b88..00000000
--- a/site/license.php
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php 
-$page = 'home';
-$subpage = 'terms';
-require_once('libs/common.php');
-start_html_output();
-$title = getlocal("license.title");
-require_once('inc/header.i');
-require_once('inc/menu.i');
-?>
-
-<div id="page">
-	<div id="content">
-		<div class="box1">
-			<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
-		</div>
-		<div class="post">
-			<h2 class="title"><?php echo getlocal("license.title") ?></h2>
-			<div class="entry">
-			
-			<p>Mibew Messenger is distributed under the terms of the Eclipse Public License (or
-			the General Public License, this means that you can choose one of two, and use it
-			accordingly) with the following special exception.</p>
-			
-			<b>License exception:</b>
-			<p>No one may remove, alter or hide any copyright notices or links to the community
-			site ("http://mibew.org" or "http://openwebim.org") contained within the Program. Any derivative work
-			must include this license exception.</p>
-			
-			<p>Eclipse Public License:<br/>
-			<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
-			</p>
-			
-			<p>
-			General Public License:<br/>
-			<a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
-			</p>
-			
-			</div>
-			<div class="nometa"></div>
-		</div>
-	</div>
-	<!-- end content -->
-	<!-- start sidebar -->
-	<div id="sidebar">
-		<ul>
-<?php
-require_once('inc/main.i');
-require_once('inc/locales.i');
-?>
-		</ul>
-	</div>
-	<!-- end sidebar -->
-	<div style="clear: both;">&nbsp;</div>
-</div>
-
-
-<?php require_once('inc/footer.i'); ?>
diff --git a/site/locales/en/properties b/site/locales/en/properties
deleted file mode 100644
index a61b1f49..00000000
--- a/site/locales/en/properties
+++ /dev/null
@@ -1,123 +0,0 @@
-encoding=utf-8
-output_charset=utf-8
-output_encoding=utf-8
-
-title=Mibew Web Messenger
-head.name=Mibew Messenger
-head.descr=open-source live support software
-
-menu.home=Home
-menu.news=News
-menu.contacts=Contact Us
-menu.terms=Terms Of Use
-menu.credits=Credits
-menu.demo=Demo
-menu.features=Features
-menu.download=Download
-menu.support=Forums
-menu.ticket=Support
-menu.copyright=Remove Copyright
-
-copyright.text=<b>Mibew Messenger Community</b> is a non-profit organization that relies on contributions from volunteers to develop, support, and promote its products. There are several ways to become a member and remove copyright links in your instance of Mibew Messenger.
-copyright.item1=<b>Translate</b> Mibew Messenger to your language
-copyright.item2=Design a <b>new theme</b> for Chat window
-copyright.item3=Contribute to <b>the code</b>
-copyright.item4=<b>Donate</b> $45 or more
-copyright.contributors=<i>Contributors:</i> If your name is listed on credits page, just <a href="http://mibew.org/contact.php">inform us</a> about domain name(s) where you use Messenger with removed copyrights.
-copyright.others=<i>Others:</i> Donation of $45 allows you to use Messenger without copyright links on one domain. Please, include your domain name(s) into donation comment. You can <a href="http://mibew.org/contact.php">contact us</a> later in case of domain name change.
-
-home.title=Home
-submenu.title=<b>More</b>
-partners.title=<b>partners</b>
-languages.title=<b>languages</b>
-sidebar.quicknav=Quick <b>Navigation</b>
-copyright.title=Removing Copyright
-
-head.intro=<strong>Mibew Messenger</strong> (also known as <b>Open Web Messenger</b>) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.
-
-contacts.title=Contact us
-contacts.person=Contact person:
-contacts.email=E&nbsp;mail:
-
-credits.title=Credits
-credits.translators=Translators:
-credits.content=This is a list of people that have contributed to the Open Web Messenger project.
-
-license.title=Terms of use
-
-index.how.title=How it works?
-index.how.text=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.
-
-index.post.title=Version {0} Released
-index.post.minor.release=We are pleased to announce the immediate availability of {0}. This is a minor release with several fixes and improvements.
-index.post.download=Download {0}
-index.post.when=Posted on {0} by {1}
-index.post.readfull=Read full article
-
-index.nextpost.title=Comming in Version {0}
-index.nextpost.text=We are pleased to announce our next version will be {0}. This release will contain the following:
-
-index.whatis.title=What is Web Messenger?
-index.whatis="Web Messenger" - is unique software allowing visitors of your site to chat with your operators.
-index.why.title=Why should I use Web Messenger?
-index.why="Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.
-index.how=You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.
-index.license.title=License
-
-index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
-
-features.title=Features
-features.price.title=Pricing
-features.price=Open-source code, free of charge\nEclipse Public License (EPL) or General Public License (GPL)
-features.main.title=Main features
-features.main=Real-time chat (without page refresh)\nUnlimited operators, chats, and users\nUnlimited departments (groups of operators)\nPriority queue of visitors\nLocalized to 10+ languages, unicode support\nRuns on your server and domain\nEasy-to-modify source code
-features.button.title=Chat button
-features.button=Shows online/offline status\nReady for email signatures\nUsing different buttons on the same domain\n"Leave a message" when you are away\nDepartment buttons
-
-features.chat.title=Chat window
-features.chat=Optional pre-chat survey\nChat window themes (three themes are included)\nOperator and visitor "Typing Indicator"\nOperator's photo in visitors chat\nChat transcript emails\nSound and visual alerts on new message\nEnable/disable notification sound\nCustomize chat with your Logo, Name etc.\nQuickly convert text to hyperlinks in chat\nNot blocked by pop-up blockers\nCompatible with mod_security\nProtection against automated spam (captcha)\nAuto-reconnect if the internet connection went down
-features.operator.title=Operator abilites
-features.operator=Web-based Operator Console\nOperator is away mode\nCanned messages for speed and consistency\nTrack where your visitors clicked from to get to your website (refer URL)\nChat conversation history with search\nLinking to previous visits, instant access to previous chats\nInformation about visitor: first message, address, browser, geo-location\nNotification messages when visitors changes page\nReassign/Transfer chat ownership\nMark/Highlight nuisance visitors\nAdministrator can view active chats\nAdministrator can take over the chat\nDaily statistical reports\nOperator password retrieval
-
-features.groups.title=Groups of operators (Departments)
-features.groups=Assign operator to multiple groups\nGroup canned messages\nAbility to select group in pre-chat survey\nGroup button with online/offline status
-features.admin.title=Administration
-features.admin=Adding and managing canned responses\nPerformance options to control server load\nThemes preview mode for easy interface customization\nEnable/disable features like Groups, Malicious Visitors, Survey etc.\nUpdates page with the latest messenger news\nLocalization wizard
-
-features.requirements.title=Server requirements
-features.requirements=A webserver or web hosting account running on any major Operating System\nPHP (5.x and above) with MySQL support\nMySQL 5.0 and above
-features.browsers.title=Supported browsers
-features.browsers=Microsoft Internet Explorer 5.0+\nMozilla Firefox 1.0+\nMozilla 1.4, 1.7\nOpera 7.0+\nSafari 1.2.5+\nNetscape 6.0+\nGoogle Chrome 0.2.149.29+\niPhone 1.1.4+
-
-features.content.head=Content:
-
-demo.title=Demo
-demo.login=1. Log into operator panel and navigate to "Awaiting visitors" page.
-demo.click=2. Start a chat
-demo.tryalpha=3. (optional) Try out a new alpha (next version is coming soon)
-demo.tryrc=3. (optional) Try out our Release candidate
-demo.application=Mibew Messenger Application
-demo.styles=Click the following images to view different look and feels of the chat:
-
-downl.title=Download
-downl.release=Stable:
-downl.unstable=Alpha:
-downl.unstable.2=Release candidate:
-downl.nightly=Nightly:
-downl.prev=Previous release:
-downl.local=Localization packages:
-downl.tray=Desktop tray application for Windows:
-
-support.title=Support
-support.tutorials=How to Install
-support.FAQ=FAQ
-support.ScreenShots=Screenshots
-
-tag.pagination.info=Page {0} of {1}, {2}-{3} from {4}
-
-lang.missing=Your language is missing?
-lang.link=Try here
-
-time.timeformat=%I:%M %p
-time.dateformat=%B %d, %Y
-time.locale=en_US
diff --git a/site/locales/fr/properties b/site/locales/fr/properties
deleted file mode 100644
index 305bf18f..00000000
--- a/site/locales/fr/properties
+++ /dev/null
@@ -1,4 +0,0 @@
-encoding=utf-8
-output_charset=utf-8
-output_encoding=utf-8
-title=Mibew Web Messenger
diff --git a/site/locales/names/properties b/site/locales/names/properties
deleted file mode 100644
index 8996d6b5..00000000
--- a/site/locales/names/properties
+++ /dev/null
@@ -1,41 +0,0 @@
-encoding=utf-8
-
-ar=Arabic
-bg=Bulgarian
-ca=Català
-cs=Čeština
-da=Dansk
-de=Deutsch
-el=Greek
-en=English
-et=Eesti
-fa=Persian
-fi=Suomi
-fr=Français
-he=Hebrew
-hr=Hrvatski
-hu=Magyar
-it=Italiano
-ka=Georgian
-kk=Kazakh
-ko=Korean
-ky=Kyrgyz
-lv=Latvian
-lt=Lithuanian
-nl=Dutch
-no=Norsk
-pl=Polski
-pt-pt=Português
-pt-br=Português Brasil
-ro=Romanian
-ru=Russian
-sk=Slovenčina
-sl=Slovenščina
-sp=Español
-sr=Serbian
-sv=Svenska
-th=Thai
-tr=Türkçe
-ua=Ukrainian
-zh-cn=Simplified Chinese
-zh-tw=Traditional Chinese
diff --git a/site/locales/nl/properties b/site/locales/nl/properties
deleted file mode 100644
index 305bf18f..00000000
--- a/site/locales/nl/properties
+++ /dev/null
@@ -1,4 +0,0 @@
-encoding=utf-8
-output_charset=utf-8
-output_encoding=utf-8
-title=Mibew Web Messenger
diff --git a/site/locales/ru/properties b/site/locales/ru/properties
deleted file mode 100644
index c7f8e515..00000000
--- a/site/locales/ru/properties
+++ /dev/null
@@ -1,95 +0,0 @@
-encoding=cp1251
-output_charset=utf-8
-output_encoding=utf-8
-article.attention=��������
-article.about=������ � mibew.org � webim.ru
-contacts.email=E&nbsp;mail:
-contacts.person=���������� ����:
-contacts.title=��������� � ����
-copyright.item1=<b>����������</b> ����� ���������� �� ��� ����
-copyright.item2=������������ <b>����� ����</b> ��� ��� ����
-copyright.item3=�������� ��� <b>����</b> � ����� �������� ����������������
-copyright.item4=<b>�����������</b> 45$ ��� �����
-copyright.text=<b>Mibew Messenger Community</b> - �������������� �����������, ���������� �� ��������� ���������� � ����������� ���������� ������������ �����������. ��� �� �������� ����������� ����������� �� ������������ �������. �� ������ �������������� � ��� � �������� ����� �������� ������ �� ������������ ���� � ����� ����� ����� �����������.
-copyright.title=����������� ������� ������
-credits.content=������ �����, ������� ������� ������� Mibew Messenger.
-credits.title=�������������
-credits.translators=�����������:
-demo.application=���������� ����� ����������
-demo.click=2. ������� ���
-demo.login=1. ������� ��� �������� � �������� �������� � ���������� ������������.
-demo.styles=������� �� ��� ��������, ����� ������� ��������� ��� ���� �������:
-demo.title=������������ ������
-downl.local=�������������� �����:
-downl.nightly=�������������:
-downl.prev=����������:
-downl.release=����������:
-downl.title=��������� ������
-downl.tray=���������� ��� ���������� ���� ��� Windows:
-downl.unstable=�����:
-features.admin.title=����������
-features.admin=�������� � ���������� ��������� ��� �������� ������\n����� ��� �������� �������� �� ������\n����� ������������� ������, ��� ������� ������������ ����������\n���������/���������� �������, ����� ��� ������, ������������� ����������, ����� ����� ����� � �.�.\n�������� ���������� �����������\n������ �����������
-features.browsers.title=�������������� ��������
-features.button.title=������ �������� �������
-features.button=����������� ������ � ����������� �� ����������� ����������\n����������� �������� ��� ������ � email ��������\n��������� ������ ������ ��� ������������� �� ����� �����\n����������� �������� ��������� ��� ���������� ���������� � �������\n��������� ������ ��� ������ ����������
-features.chat.title=���� �������
-features.chat=����������� ��������� �������������� ���������� ����� ������� ����\n��������� ����� ���� � �������� (3 ����� �������� � �����������)\n����������� � ������ ������ ������������\n���������� ��������� � ���� �������\n����������� �������� ������� ������� ���� �� email\n�������� � ���������� ���������� � ������� ������ ���������\n���������� �������� ����������� � ����\n������������ ������ �������� � �������� ��������\n��������� ������ � ���� ������� � ������������ ��������\n����������� ���� �� ����������� ������������ ��������� \n������������� � mod_security\n������ �� ������������������� ����� (�����)\n�������������� �������������� ���������� � ��������
-features.content.head=����������:
-features.groups.title=������ ���������� (������)
-features.groups=���������� ��������� � ��������� ����� (�������)\n���������������� ������ ��� ������\n����� ������ (������) ����� ������� ����, ���� ����������\n������ ������ �������� ������� ���������� ������ � �������
-features.main.title=�������� �����������
-features.main=����-���� ��� (��� ������������ �������)\n�������������� ���������� ����������, ����� � �������������\n�������������� ���������� ����� ���������� (�������)\n������������ ������� �����������, ��������� ������\n����������� �� 10+ ������, ������� ������� � ����������. ��������� unicode.\n����������� �� ����� ������� � ������\n������� � �������� ���, ����� ������������ ��� ���� �����
-features.next.title=����� � ������ 1.5
-features.next=<ul>\n<li>����� ���������� ��� ����, ����� ����� � ������� ��-���������\n<li>��������� ������ � ������ ������ �����\n<li>2 ����� �� ��������� �������� � �������\n<li>��������� ��� ������� ���������� ����� ������\n<li>��������� ��� �������� ������� �� ������ �����\n<li>������ �� ������������� ��� ������� IP\n<li>������� ���� ������� ��� �������\n</ul>
-features.operator.title=����������� ����������
-features.operator=���-��������� ��� ������������ �����������\n����� "������ �� ����������" ��� ���������\n������� ��������� ��� �������� ������\n����������� � ����� �������� ������ ����������\n������� ��������� � ����� �� ���\n������ � ���������� �������� � ������� ����������� �� ����\n���������� � ���������� � �������: ������ ���������, �����, �������, geo-location\n����������� � ����� ����������� �������� �� ����� �����\n��������������� ���������� ������� ���������\n��������� ������������� ����������� � ������\n�������� ������� �������� ��������������� �������\n�������� �������� ��������������� ������� (����� �������������)\n���������� �������������� ������\n�������������� ������
-features.price.title=���������
-features.price=�������� �������� ���, ��������� ���������������\nEclipse Public License (EPL) ��� General Public License (GPL), �� ������
-features.requirements.title=����������� ���������� � �������
-features.requirements=���-������ ��� ���-�������, ���������� �� ����� �� ����������� ������������ ������\nPHP ������ 5.x ��� ���� � ���������� MySQL\nMySQL ������ 5.0 ��� ����
-features.title=�����������
-head.descr=��������� ����������� ������ �����
-head.intro=<strong>����� ��� ����������</strong> (����� Open ��� ����������) ��� ���������� open-source ���������� ��� ������-����������������. ��� ��������� �������� �� ���� ������ ������ ����� � ������ �����������, ��� ���� ��� ������� ���������� ����� � ��������.
-head.name=����� ����������
-home.title=�������
-index.hosted=Copyright (c) 2005-09 Mibew Community, Powered By Trilex Labs
-index.how.text=�� ���������� ��������������� ������ ����� � ���������� �� ����� �����. ���� ���������� �������� ����������� ���������� � ������ ����������� �� ������������ ��������������� ��.
-index.how.title=��� ��� ��������?
-index.how=�� ���������� ��������������� ������ ����� � ���������� �� ����� �����. ���� ���������� �������� ����������� ���������� � ������ ����������� �� ������������ ��������������� ��.
-index.license.title=��������
-index.post.download=������� {0}
-index.post.minor.release=�� ���� �������� �� ���������� ��� ����������� �� ������ {0}. ��� �������� �����, ���������� ����������� ��������� ������ � ��������� ���������.
-index.post.readfull=��������� ��� ������
-index.post.title=���������� �� ������ {0}
-index.post.when=��������� {0}, ����� {1}
-index.whatis.title=��� ����� Open ����������?
-index.whatis="Open ����������" - ���������� ���������� �����������, ����������� ����� ����������� �������� � ����������� � ������ ��������� �������.
-index.why.title=������ ����� ������������ Open ����������?
-index.why=Open ���������� �������� �������������� � ������������� � �������������� ���������. �� ��������� �������� �������� ������ ������� � �������� ��������� � ��� ����� ��������.
-lang.link=���������� �����
-lang.missing=������ ����� ��� � ������?
-languages.title=<b>�����</b>
-license.title=������� �������������
-menu.contacts=��������� � ����
-menu.copyright=�������� ������
-menu.credits=�������������
-menu.demo=����
-menu.download=�������
-menu.features=�����������
-menu.home=�������
-menu.news=�������
-menu.support=�����
-menu.terms=������� �������������
-menu.ticket=���������
-partners.title=<b>��������</b>
-sidebar.quicknav=� <b>�����...</b>
-submenu.title=<b>���</b>
-support.FAQ=����� ���������� �������
-support.ScreenShots=���������
-support.title=���������
-support.tutorials=��� �������������
-tag.pagination.info=�������� {0} �� {1}, �������� {2}-{3} �� {4}
-time.dateformat=%d %B %Y
-time.locale=ru_RU.UTF-8
-time.timeformat=%H:%M
-title=����� ��� ����������
diff --git a/site/locales/sp/properties b/site/locales/sp/properties
deleted file mode 100644
index 1bb48835..00000000
--- a/site/locales/sp/properties
+++ /dev/null
@@ -1,102 +0,0 @@
-encoding=utf-8
-output_charset=utf-8
-output_encoding=utf-8
-contacts.email=Email:
-contacts.person=Persona de Contacto:
-contacts.title=Contáctenos
-copyright.contributors=<i>Contribuidores:</i> Si su nombre aparece en los créditos de la página, sólo <a href="http://mibew.org/contact.php">infórmenos</a> acerca del nombre de su dominio(s) donde usted usa Mibew Messenger con los copyrights eliminados.
-copyright.item1=<b>Traducir</b> Mibew Messenger a tu idioma
-copyright.item2=Diseñar un <b>nuevo tema</b> para la Ventana de Chat
-copyright.item3=Contribuir al <b>código</b>
-copyright.item4=<b>Donar</b> $45 o más
-copyright.others=<i>Otros:</i> Una donación de $45 le permite usar Mibew Messenger sin links de copyright en un dominio. Por favor, incluya el nombre de su dominio(s) en el comentario de donación. Usted puede <a href="http://mibew.org/contact.php">contactarnos</a> más tarde en caso de que haya cambiado su nombre de dominio.
-copyright.text=La Comunidad Mibew Messenger es una organización sin fines de lucro que se basa en las contribuciones de voluntarios para desarrollar, apoyar y promover sus productos. Hay varias maneras de convertirse en miembro y eliminar los enlaces de copyright en la instancia de Mibew Messenger.
-copyright.title=Borrar Copyright
-credits.content=Esta es una lista de las personas que han contribuido al Proyecto Open Web Messenger.
-credits.title=Créditos
-credits.translators=Traductores:
-demo.application=Web Messenger Application
-demo.click=2. Haga clic en este botón
-demo.login=1. Inicie sesión como administrador aquí (no se requiere contraseña)
-demo.styles=Haga clic en las siguientes imágenes, para ver los diferentes estilos de ventanas de charla:
-demo.title=DEMO
-demo.tryalpha=3. (opcional) Pruebe nuestra nueva alfa (la próxima versión estará disponible muy pronto)
-demo.tryrc=3. (opcional) Pruebe nuestro candidato de lanzamiento
-downl.local=Paquetes de idioma:
-downl.nightly=Noche:
-downl.prev=Liberación previa:
-downl.release=Estable:
-downl.title=Descargas
-downl.tray=Aplicación de escritorio para Windows:
-downl.unstable.2=Candidato de lanzamiento:
-downl.unstable=Alpha:
-features.admin.title=Administración
-features.admin=Adición y gestión de mensajes enlatados\nOpciones de rendimiento para controlar la carga del servidor\nPrevisualización de temas para una interfaz de personalización sencilla\nHabilitar / deshabilitar características como Grupos, Usuarios maliciosos, Encuesta, etc.\nPágina de actualizaciones con las últimas noticias de Mibew Messenger\nAsistente de localización
-features.browsers.title=Exploradores de internet soportados
-features.browsers=Microsoft Internet Explorer 5.0+\nMozilla Firefox 1.0+\nMozilla 1.4, 1.7\nOpera 7.0+\nSafari 1.2.5+\nNetscape 6.0+
-features.button.title=Botón de chat
-features.button=Muestra el estado online/offline\nListo para firmas de email\nUso de diferentes botones en el mismo dominio\n"Deje un mensaje" cuando usted está ausente\nBotones de departamento
-features.chat.title=Ventana de Chat
-features.chat=Indicador de escritura para los operadores y visitantes\nFotografía del operador\nTrascripción de la conversación del chat a correo electrónico\nSonidos y alertas visuales\nPermite dejar un "mensaje" cuando usted está ausente\nPersonalizar el chat con su logotipo, nombre, etc.\nSoporte Unicode para varios idiomas\nConvierte rápida de textos a hipervínculos en el chat\nLa ventana no es deshabilitada por bloqueadores de pop-ups
-features.content.head=Contenido:
-features.groups.title=Grupos de operadores (Departamentos)
-features.groups=Asigne un operador a múltiples grupos\nGrupo de mensajes enlatados\nAbilidad para seleccionar el grupo en la encuesta de pre-chat\nGrupo de botón con estado online/offline
-features.main.title=Principales características
-features.main=Número ilimitado de operadores, chats y usuarios\nCola de prioridad de visitantes\nBotón de chat, para firmas de correo electrónico\nDiferentes botones en el mismo sitio web\nVarios idiomas. Entre Ellos, Inglés, Ruso y Español\nReconexión automática si la conexión a Internet falla
-features.next.title=Novedades en la version 1.6
-features.next=<ul>\n<li>Departamentos (Por Ejemplo, Soporte o Ventas)\n<li>Formulario Antes de Empezar el Chat\n<li>Estadísticas\n<li>Mensajes Enlatados\n<li>Nueva Consola de Operador\n</ul>
-features.operator.title=Habilidades para el Operador
-features.operator=Consola del operador basado en web\nAlmacenamiento de mensajes para una mayor velocidad y consistencia\nSeguimiento de la procedencia del acceso de los usuarios a tu sitio web (consulta de URL)\nHistorial de conversaciones con opción de búsqueda\nVínculos a visitas anteriores, acceso inmediato a charlas anteriores\nReasignar / Transferir control de chat\nIdentificación de visitantes molestosos\nEl administrador puede ver todas las charlas activas\nInformación acerca del visitante: primer mensaje, dirección, búsqueda\nEl administrador puede hacerse cargo de cualquier charla
-features.price.title=Precio
-features.price=Código abierto, Gratis\nEclipse Public License (EPL) or General Public License (GPL)
-features.requirements.title=Requerimientos del Servidor
-features.requirements=Servidor web o cuenta de alojamiento web ejecutado en cualquier sistema operativo.\nPHP (5.x o superior) con soporte para MySQL (InnoDB).\nMySQL 5.0 o superior
-features.title=Características
-head.descr=Software de Código Abierto para Soporte en Línea
-head.intro=<strong>"Web Messenger</strong> Permite una fácil comunicación con clientes potenciales. Lo que significa que incrementarás las ventas de tu sitio web.<br/><br/>
-head.name=Mibew Messenger
-home.title=Inicio
-index.hosted=Copyright (c) 2005-10 Mibew Community, Potenciado Por Trilex Labs
-index.how.text=Debes colocar el botón de Web Messenger en tu sitio web, para que tus visitantes hagan clic en el botón y entonces puedan comunicarse con tus operadores quienes lesproporcionaran la correspondiente ayuda en línea.
-index.how.title=¿Cómo funciona?
-index.how=Debes colocar el botón de Web Messenger en tu sitio web, para que tus visitantes hagan clic en el botón y entonces puedan comunicarse con tus operadores quienes les proporcionarán el correspondiente Soporte.
-index.license.title=Licencia
-index.license=Este programa y sus respectivos recursos están disponibles bajo los términos de Eclipse Public License v1.0.
-index.nextpost.text=Nos complace anunciar nuestra próxima versión que será {0}. Este lanzamiento contiene lo siguiente:
-index.nextpost.title=Próximamente en la versión {0}
-index.post.download=Descargar {0}
-index.post.minor.release=Nos complace en anunciar la nueva versión disponible {0}. Esta versión incluye correcciones y mejoras.
-index.post.readfull=Leer artículo completo
-index.post.title=Versión {0} Liberada
-index.post.when=Publicado el {0} por {1}
-index.whatis.title=¿Qué es Web Messenger?
-index.whatis="Web Messenger" – es el único software que permite que los visitantes de tu sitio webse comuniquen con tus operadores.
-index.why.title=¿Por qué debo usar Web Messenger?
-index.why="Web Messenger" permite una fácil comunicación con clientes potenciales, lo que significa incrementar los tipos de conversión y ventas en línea de tu sitio web.
-lang.link=Haz Clic Aquí
-lang.missing=¿Tu idioma no está disponible?
-languages.title=<b>Idiomas</b>
-license.title=Términos de uso
-menu.contacts=Contáctenos
-menu.copyright=Borrar Copyright
-menu.credits=Créditos
-menu.demo=Demo
-menu.download=Descargas
-menu.features=Características
-menu.home=Inicio
-menu.news=Noticias
-menu.support=Foro
-menu.terms=Términos de Uso
-menu.ticket=Soporte
-partners.title=<b>Socios</b>
-sidebar.quicknav=<b>Navegación Rápida</b>
-submenu.title=<b>Secciones</b>
-support.FAQ=FAQ
-support.ScreenShots=Captura de Pantallas
-support.title=Soporte
-support.tutorials=¿Como instalar?
-tag.pagination.info=Página {0} de {1}, {2}-{3} hasta {4}
-time.dateformat=%d %B %Y,
-time.locale=es_ES.UTF-8
-time.timeformat=%H:%M
-title=Mibew Messenger
diff --git a/site/locales/ua/properties b/site/locales/ua/properties
deleted file mode 100644
index 61cb8995..00000000
--- a/site/locales/ua/properties
+++ /dev/null
@@ -1,7 +0,0 @@
-encoding=utf-8
-output_charset=utf-8
-output_encoding=utf-8
-time.dateformat=%d %B %Y
-time.locale=uk_UA.UTF-8
-time.timeformat=%H:%M
-title=Мибью Веб Мессенджер
diff --git a/site/robots.txt b/site/robots.txt
deleted file mode 100644
index 95631bd3..00000000
--- a/site/robots.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-User-Agent: *
-Disallow: /webim/
-Disallow: /article/
-Allow: /
-
diff --git a/site/sitemap.xml b/site/sitemap.xml
deleted file mode 100644
index 8c85a938..00000000
--- a/site/sitemap.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-<url>
-    <loc>http://mibew.org/</loc>
-    <changefreq>monthly</changefreq>
-    <priority>1.0</priority>
-</url> 
-<url>
-    <loc>http://mibew.org/demo.php</loc>
-    <changefreq>monthly</changefreq>
-    <priority>1.0</priority>
-</url> 
-<url>
-    <loc>http://mibew.org/download.php</loc>
-    <changefreq>weekly</changefreq>
-    <priority>0.9</priority>
-</url> 
-<url>
-    <loc>http://mibew.org/features.php</loc>
-    <changefreq>monthly</changefreq>
-    <priority>0.5</priority>
-</url> 
-<url>
-    <loc>http://mibew.org/forums/</loc>
-    <changefreq>daily</changefreq>
-    <priority>0.5</priority>
-</url> 
-
-</urlset>
diff --git a/site/webimlogo.gif b/site/webimlogo.gif
deleted file mode 100644
index 6af88531..00000000
Binary files a/site/webimlogo.gif and /dev/null differ