Client Stuck!

Status
Not open for further replies.

Nopman

Member
Sep 22, 2012
28
0
Please Help Me With My Stucked Client!All Swfs Are Correct,The Configuration For Emu And Config.php in app>management is ok but this happens.Can U Devbesters Help Me?:(
 

Majestic

Probably Habbotard
Apr 11, 2013
240
44
Go to Bcstorm>Bin>Debug>Settings>Configuration, Check the tcp.port ,

then

go to htdocs>app>tpl>skins>WHAT SKIN YOU USED>client.php , The tcp.port must be the same with client's port.
 

Majestic

Probably Habbotard
Apr 11, 2013
240
44
Your client port is this:
Code:
"connection.info.port" : "30000",

so, the emu's port must be:
Code:
game.tcp.port=30000
 

Majestic

Probably Habbotard
Apr 11, 2013
240
44
IN THE CLIENT PHP THERES NO TEXT INDICATES THAT THE TCP.PORT IS 30000

its not tcp.port bro, it is like this

var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : "{url}/",
"url.prefix" : "{url}/",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"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",
"account_id" : "1",
"client.starting" : "Please wait! {hotelName} is starting up",
"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "{sso}"


The on the red font is the port.
 

Mega

Posting Freak
Mar 23, 2013
858
155
its not tcp.port bro, it is like this

var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : "{url}/",
"url.prefix" : "{url}/",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"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",
"account_id" : "1",
"client.starting" : "Please wait! {hotelName} is starting up",
"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "{sso}"


The on the red font is the port.


Isit that in swfs? vars
 

Mega

Posting Freak
Mar 23, 2013
858
155
Have u changed the ports in BcStorm's config? If not find this :

game.tcp.port=300 change it to game.tcp.port=30000
&
mus.tcp.port=301 change it to mus.tcp.port=30001
 

Majestic

Probably Habbotard
Apr 11, 2013
240
44
Have u changed the ports in BcStorm's config? If not find this :

game.tcp.port=300 change it to game.tcp.port=30000
&
mus.tcp.port=301 change it to mus.tcp.port=30001

Yes, Your emu ports must be like this .
 
Status
Not open for further replies.

Users who are viewing this thread

Top