[HELP] server freez

10/29/2009 14:10 thony62#1
hi I have a problem with my server when I connect me her rest always there connection I have search on the forum without finding

sorry for my bad english

im using CoEmuV2

my error is ==> [Only registered and activated users can see links. Click Here To Register...]
10/29/2009 14:48 gad-legion#2
make sure ur server name in project C# is same as i server.dat that will fix it
10/29/2009 14:50 LookBehindYou#3
What source you using and what V client?
10/29/2009 15:55 _legitimate_#4
Quote:
Originally Posted by LookBehindYou View Post
What source you using and what V client?
he clearly said he is using coemu v2
10/29/2009 17:28 thony62#5
Quote:
if (ServerName == "CoEmu")
{
/*if(AuthSocket.Authorize(AccountName, Key, false))
{
CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
}
else
{
CSocket.Disconnect();
}*/
if(AuthSocket.Authorize(AccountName, Key, false))
{
CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
}
else
{
CSocket.Disconnect();
}
}
else if(ServerName == "CoEmu.Nano")
{
if(AuthSocket.Authorize(AccountName, Key, true))
{
CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
}
else
{
CSocket.Disconnect();
Quote:
<field name="id">101</field>
<field name="ServerName">CoEmu</field>
<field name="ServerIP">127.0.0.1</field>
<field name="ServerPort">9958</field>
<field name="FlashName">CoEmu</field>
<field name="FlashIcon">Group3/server2.swf</field>
<field name="FlashHint"></field>
<field name="Child">0</field>
client coemu 5095
10/29/2009 19:00 Zion~#6
Quote:
Originally Posted by thony62 View Post
hi I have a problem with my server when I connect me her rest always there connection
What?
10/29/2009 19:04 thony62#7
[Only registered and activated users can see links. Click Here To Register...]
10/29/2009 19:22 Zion~#8
What is your main language?
10/29/2009 20:37 thony62#9
im french
10/29/2009 20:57 gad-legion#10
Code:
if (ServerName == "CoEmu")
			        {
                        /*if(AuthSocket.Authorize(AccountName, Key, false))
                        {
                            CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
                        }
                        else
                        {
                            CSocket.Disconnect();
                        }*/
                        if (AuthSocket.Authorize(AccountName, Key, false))
				        {
                            CSocket.Send(Packets.AuthResponse(" [U]here ur ip[/U]", Key1, Key2));
				        }
				        else
				        {
				        	CSocket.Disconnect();
				        }
			        }
			        else if(ServerName == "CoEmu.Nano")
			        {
			        	if(AuthSocket.Authorize(AccountName, Key, true))
				        {
                            CSocket.Send(Packets.AuthResponse("[U]here ur ip[/U]"", Key1, Key2));
				        }
				        else
				        {
				        	CSocket.Disconnect();
				        }
			        }
	        	}

this on login server in packetprocessor
10/29/2009 21:02 BullShark#11
#edit
10/29/2009 21:08 Zion~#12
Quote:
Originally Posted by thony62 View Post
im french
Post your question in French.
10/29/2009 23:44 thony62#13
quand je me connect a mon serveur la page reste en chargement

voici l'erreur [Only registered and activated users can see links. Click Here To Register...]

Quote:
if (ServerName == "CoEmu")
{
/*if(AuthSocket.Authorize(AccountName, Key, false))
{
CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
}
else
{
CSocket.Disconnect();
}*/
if(AuthSocket.Authorize(AccountName, Key, false))
{
CSocket.Send(Packets.AuthResponse("5.36.61.196", Key1, Key2));
}
else
{
CSocket.Disconnect();
}
}
else if(ServerName == "CoEmu")
{
if(AuthSocket.Authorize(AccountName, Key, true))
{
CSocket.Send(Packets.AuthResponse("5.36.61.196", Key1, Key2));
}
else
{
CSocket.Disconnect();
}
}
}
10/30/2009 00:48 Zion~#14
Are you using hamachi?
10/30/2009 01:21 thony62#15
yes