Gold tree emulator connections

Hashh

adam
Apr 17, 2015
799
170
Hello Devbest.

I am running on Gold Tree Emulator and when you make an account you can get in fine then all of a sudden I cant get back into the Client for some strange reason it says Connection Dropped when It didnt say that when I registered...

Client.php
PHP:
<!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, the hotel is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "198.251.80.61",
                "connection.info.port" : "5575",
                "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 + "/yablow.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>


Emulator config (Where it says 'MY VPS IP' I HAVE PUT MY VPS IP ON I AM JUST NOW SHOWING IT)

PHP:
## Gold Tree Emulator 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY SQL PASSWORD NOT TELLING YOU!
db.name=gte

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=55

## Game TCP/IP Configuration
game.tcp.bindip=MY VPS IP
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.proxyip=MY VPS IP

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

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

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

## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

## Automatic update
gte.update.noticy.disable=0
gte.update.autoupdate=0

## Anti Advertising Configuration ###
anti.ads.enable=1

## The following configuration defines the last rank that will have anti advertisement enabled
## ranks above this integer will be able to post links freely
anti.ads.rank=1

## Message that is displayed after ad preventation
anti.ads.msg=Advertising will lead you to be banned

## Some ad (alert) shit to client
ads.disable=0
ads.allowrdonlyrandomads=1

debug=0
 

C0dy

New Member
Nov 24, 2015
20
4
Hello Devbest.

I am running on Gold Tree Emulator and when you make an account you can get in fine then all of a sudden I cant get back into the Client for some strange reason it says Connection Dropped when It didnt say that when I registered...

Client.php
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
Weird, have you looked in your server_Settings and put enable_securesessions to 0, anti_bans to 1 and ip_lastforbans to 1
    
        <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, the hotel is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "198.251.80.61",
                "connection.info.port" : "5575",
                "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 + "/yablow.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>

    <body>

        <div id="client"></div>

    </body>
</html>


Emulator config (Where it says 'MY VPS IP' I HAVE PUT MY VPS IP ON I AM JUST NOW SHOWING IT)

PHP:
## Gold Tree Emulator 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY SQL PASSWORD NOT TELLING YOU!
db.name=gte

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=55

## Game TCP/IP Configuration
game.tcp.bindip=MY VPS IP
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.proxyip=MY VPS IP

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

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

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

## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

## Automatic update
gte.update.noticy.disable=0
gte.update.autoupdate=0

## Anti Advertising Configuration ###
anti.ads.enable=1

## The following configuration defines the last rank that will have anti advertisement enabled
## ranks above this integer will be able to post links freely
anti.ads.rank=1

## Message that is displayed after ad preventation
anti.ads.msg=Advertising will lead you to be banned

## Some ad (alert) shit to client
ads.disable=0
ads.allowrdonlyrandomads=1

debug=0

Go into server_settings set enable_iplastforbans to 1, anti_ddos to 1 and securesessions to 0

If that doesnt work, I recognise that port 5573 thats HostSavor I use their proxies my emulator goes with the MUS being 127.0.0.1 and the proxy ip being the proxys ip, not the vps ip and the top ip being the vps ip
 

Hashh

adam
Apr 17, 2015
799
170
I presume you're using an proxy so have you set anti_ddos to 1 and secure sessions to 0?
I cant see anti ddos and secure sessions on my config, Could you send me my config but with the stuff put to 0 and 1 as I cannot see it.
 
I presume you're using an proxy so have you set anti_ddos to 1 and secure sessions to 0?
And where is server_settings located?
 

C0dy

New Member
Nov 24, 2015
20
4
I cant see anti ddos and secure sessions on my config, Could you send me my config but with the stuff put to 0 and 1 as I cannot see it.
 

And where is server_settings located?
Server_settings is in the database, its a table.
Try this for the EMU config this is what I do.
Code:
## Gold Tree Emulator 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY SQL PASSWORD NOT TELLING YOU!
db.name=gte

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=55

## Game TCP/IP Configuration
game.tcp.bindip=MY VPS IP
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.proxyip=PROXY IP

## 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

## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

## Automatic update
gte.update.noticy.disable=0
gte.update.autoupdate=0

## Anti Advertising Configuration ###
anti.ads.enable=1

## The following configuration defines the last rank that will have anti advertisement enabled
## ranks above this integer will be able to post links freely
anti.ads.rank=1

## Message that is displayed after ad preventation
anti.ads.msg=Advertising will lead you to be banned

## Some ad (alert) shit to client
ads.disable=0
ads.allowrdonlyrandomads=1

debug=0
 

C0dy

New Member
Nov 24, 2015
20
4
These have already been set in the database lmao
Did you try this to the EMU config as stated previously? I use a HostSavor proxy and I put my settings as this
Code:
## Gold Tree Emulator 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY SQL PASSWORD NOT TELLING YOU!
db.name=gte

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=55

## Game TCP/IP Configuration
game.tcp.bindip=MY VPS IP
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.proxyip=PROXY IP

## 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

## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

## Automatic update
gte.update.noticy.disable=0
gte.update.autoupdate=0

## Anti Advertising Configuration ###
anti.ads.enable=1

## The following configuration defines the last rank that will have anti advertisement enabled
## ranks above this integer will be able to post links freely
anti.ads.rank=1

## Message that is displayed after ad preventation
anti.ads.msg=Advertising will lead you to be banned

## Some ad (alert) shit to client
ads.disable=0
ads.allowrdonlyrandomads=1

debug=0
 

Hashh

adam
Apr 17, 2015
799
170
Look for yourself :
Did you try this to the EMU config as stated previously? I use a HostSavor proxy and I put my settings as this
Code:
## Gold Tree Emulator 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=MY SQL PASSWORD NOT TELLING YOU!
db.name=gte

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=55

## Game TCP/IP Configuration
game.tcp.bindip=MY VPS IP
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.proxyip=PROXY IP

## 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

## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

## Automatic update
gte.update.noticy.disable=0
gte.update.autoupdate=0

## Anti Advertising Configuration ###
anti.ads.enable=1

## The following configuration defines the last rank that will have anti advertisement enabled
## ranks above this integer will be able to post links freely
anti.ads.rank=1

## Message that is displayed after ad preventation
anti.ads.msg=Advertising will lead you to be banned

## Some ad (alert) shit to client
ads.disable=0
ads.allowrdonlyrandomads=1

debug=0
I will use that and I use hostsavor too.
 

C0dy

New Member
Nov 24, 2015
20
4
Look for yourself :

I will use that and I use hostsavor too.
Also, I had a issue with HostSavor's proxy with GTE so I contacted Lewis about it who said in your client.php the connection IP should be for example, if your on Moldova it should be moldova.savor.ws with port 5573 it might make a difference
 
And the connections are still dropping UGH
 
@C0dy Do you want to do a TeamViewer??
yeah sure. PM me your teamviewer ID and password.
 

Hashh

adam
Apr 17, 2015
799
170
Open your proxy port.
Since thisi s my thread and I just moved on with emulators, Jay. I have moved to plus emulator and it loads to 70% and then goes to the me page, the emulator loads FINE,, 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/{skin}/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://lolmydomain/game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelname} loading",
                "hotelview.banner.url" : "http://lolmydomain/game/rs4.php",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "my ip",
                "connection.info.port" : "30000",
                "site.url" : "http://lolmydomain",
                "url.prefix" : "http://lolmydomain",
                "client.reload.url" : "http://lolmydomain/client",
                "client.fatal.error.url" : "http://lolmydomain/me",
                "client.connection.failed.url" : "http://lolmydomain/me",
                "external.variables.txt" : "http://lolmydomain/game/external_variables/1.xml",
                "external.texts.txt" : "http://lolmydomain/game/gamedata/external_flash_texts/1.xml",
                "productdata.load.url" : "http://lolmydomain/game/gamedata/productdata/1.xml",
                "furnidata.load.url" : "http://lolmydomain/game/gamedata/furnidata_xml/1.xml",
                "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", "http://lolmydomain/game/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>
 

JayC

Always Learning
Aug 8, 2013
5,497
1,398
Since thisi s my thread and I just moved on with emulators, Jay. I have moved to plus emulator and it loads to 70% and then goes to the me page, the emulator loads FINE,, 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/{skin}/styles/client.css" type="text/css">
      
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://lolmydomain/game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelname} loading",
                "hotelview.banner.url" : "http://lolmydomain/game/rs4.php",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "my ip",
                "connection.info.port" : "30000",
                "site.url" : "http://lolmydomain",
                "url.prefix" : "http://lolmydomain",
                "client.reload.url" : "http://lolmydomain/client",
                "client.fatal.error.url" : "http://lolmydomain/me",
                "client.connection.failed.url" : "http://lolmydomain/me",
                "external.variables.txt" : "http://lolmydomain/game/external_variables/1.xml",
                "external.texts.txt" : "http://lolmydomain/game/gamedata/external_flash_texts/1.xml",
                "productdata.load.url" : "http://lolmydomain/game/gamedata/productdata/1.xml",
                "furnidata.load.url" : "http://lolmydomain/game/gamedata/furnidata_xml/1.xml",
                "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", "http://lolmydomain/game/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
  
    <body>
  
        <div id="client"></div>
  
    </body>
</html>
Never worked with plus, now you're out of my experience zone :) Most emulators are the same so make sure your proxy is connected properly, ports are opened for connections, database is configured (if it needs to be) with plus
 

Users who are viewing this thread

Top