<?xml version="1.0" encoding="iso-8859-1" ?>
<!-- eClever © 1992-2008 Studio dmm, http:/multiuser.web-cd.net-->
<configServer>
	<config file=""/>
	<logging logPath="" isLogging="True" isLoggingMsg="False"/>
	<news active="True">
		<email>info@mymail.com</email>
		<email>admin@mymail.com</email>
	</news>
	<black-list>
		<ip>128.0.1.12</ip>
		<ip>128.0.1.13</ip>
	</black-list>
	<master-server>
		<server>http://master.web-cd.net/</server>
	</master-server>
	<externalAppStart>
		<app>timerHttp.exe</app>
	</externalAppStart>
	<externalAppStop>
		<app>timerHttp.exe q</app>
	</externalAppStop>
	<!--Http Server-->
	<http-server maxDocLength="250" root="c:\http">
		<connections>
			<connection ip="127.0.0.1" port="2722"/>
			<connection ip="127.0.0.1" port="2524"/>
		</connections>
	</http-server>
	<!--Socket Server-->
	<socket-server id="my eClever" maxUsers="5" maxMemory="20" loginTimeOut="10" userIdleTime="600" maxMsgLength="16">
		<connections>
			<connection ip="127.0.0.1" port="2727"/>
			<connection ip="127.0.0.1" port="2277"/>
		</connections>
		<xtras>
			<xtra name="test1" file="test1.ecs"/>
			<xtra name="test2" file="test2.ecs"/>
		</xtras>
		<!--Domains-->
		<domains>
			<domain name="demo1" password="pass1" xtras="test1#test2" maxUsers="0" maxRooms="20" maxRoomsPerUser="5" maxVariables="20" maxVariablesPerUser="2">
				<room name="room1" password="pass1" isPrivate="False" maxUsers="0" category="" content="" language="">
					<variable name="a" isPrivate="False">10</variable>
					<variable name="b" isPrivate="False">xyz</variable>
					<variable name="c" isPrivate="False">27</variable>
				</room>
				<room name="room2" password="pass2" isPrivate="False" maxUsers="0" category="" content="" language="">
				</room>
				<room name="room3" password="pass3" isPrivate="False" maxUsers="0" category="" content="" language="">
				</room>
			</domain>
			<domain name="demo2" password="pass2" xtras="" maxUsers="0" maxRooms="20" maxRoomsPerUser="5" maxVariables="10" maxVariablesPerUser="1">
				<room name="demoA" password="passA" isPrivate="False" maxUsers="0" category="" content="" language="">
				</room>
				<room name="demoB" password="passB" isPrivate="False" maxUsers="0" category="" content="" language="">
				</room>
				<room name="demoC" password="passC" isPrivate="False" maxUsers="0" category="" content="" language="">
				</room>
			</domain>
		</domains>
	</socket-server>
</configServer>

