R63B EMU's

Weasel

👄 I'd intercept me
Nov 25, 2011
4,135
2,461
There currently aren't any stable ones, however there are some releases like Bfly EMU, RevEMU.... and is now working on Phoenix 4.0 which will be the latest release.
 

FastHabbo

Member
Aug 23, 2011
160
8
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="socketServer" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine"/>
</configSections>
<appSettings>
<add key="ServiceName" value="Session"/>
</appSettings>
<socketServer loggingMode="IndependantFile">
<servers>
<server name="HabboServer"
serviceName="Session"
ip="Any" port="21" mode="Async">
</server>
</servers>
<services>
<service name="Session"
type="Revolution.Application.Communication.HabboServer, Mango.Communication.Sessions.Session" />
</services>
</socketServer>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>

Where do i add my database, my root pass then?
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="socketServer" type="SuperSocket.SocketEngine.Configuration.SocketServiceConfig, SuperSocket.SocketEngine"/>
</configSections>
<appSettings>
<add key="ServiceName" value="Session"/>
</appSettings>
<socketServer loggingMode="IndependantFile">
<servers>
<server name="HabboServer"
serviceName="Session"
ip="Any" port="21" mode="Async">
</server>
</servers>
<services>
<service name="Session"
type="Revolution.Application.Communication.HabboServer, Mango.Communication.Sessions.Session" />
</services>
</socketServer>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>

Where do i add my database, my root pass then?

You're right let me keep looking, soz.
 

Users who are viewing this thread

Top