Issues

Stevee

Posting Freak
Mar 29, 2011
580
35
Hi, I need help using phoenix EMU

1.) - Everytime my emulator gets a certain amount of users, we just drop back to 0 it keeps doing that at random, anyone knows how to fix it?


2.) if you cant fix it, do you have a good and working download for phoenix emulator.


Thanks,
steve
 

Stevee

Posting Freak
Mar 29, 2011
580
35
Is the hotel still on localhost?
And post your EMU config file coding.
Nope, it's on a proper domain... This happens at random too, also here:

Code:
## Phoenix 3.0 System Configuration File

## Licence Information
Otaku-Studios.username=Steve
Otaku-Studios.password=lol321

## Licence Server Information
LicenceServer.URL=http://localhost/phx/

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=MY PASS
db.name=DB NAME
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=MY IP
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=MY IP
mus.tcp.port=30001
mus.tcp.allowedaddr=MY IP

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

I edited out My IP/DB name/password.
 

jayk

Retired Habbotard.
Sep 4, 2013
517
94
PHP:
## Phoenix 3.0 System Configuration File

## Licence Information
*****.username=Steve
*****.password=lol321

## Licence Server Information
LicenceServer.URL=http://localhost/phx/

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY PASS
db.name=DB NAME
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=MY IP
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1


Try that, let me know if it works.
I changed a few minor things.
 

Stevee

Posting Freak
Mar 29, 2011
580
35
PHP:
## Phoenix 3.0 System Configuration File

## Licence Information
*****.username=Steve
*****.password=lol321

## Licence Server Information
LicenceServer.URL=http://localhost/phx/

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY PASS
db.name=DB NAME
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=MY IP
game.tcp.port=30000
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1


Try that, let me know if it works.
I changed a few minor things.

Nope, same thing.
 

Stevee

Posting Freak
Mar 29, 2011
580
35
Post your client.php
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "pw.proxyby.us",
                "connection.info.port" : "4654",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "external.variables.txt" : "{external_vars}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>
 

jayk

Retired Habbotard.
Sep 4, 2013
517
94
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
      
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
      
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "pw.proxyby.us",
                "connection.info.port" : "4654",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "external.variables.txt" : "{external_vars}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"              
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
  
    <body>
  
        <div id="client"></div>
  
    </body>
</html>


"connection.info.port" : "4654",

Change that to 30001
 

Users who are viewing this thread

Top