My Rp gives white client

Status
Not open for further replies.

Mosab

New Member
Jun 19, 2014
27
0
I was making an RP and when i go through client it gives a white client. I'm using FluxRP emu and it's running
and my swfs are setup well i think.

Any solution for this?
 

HoldUp

dont even
Aug 31, 2017
242
32
press F12 to use dev tools and click the error part.. or if you're using chrome to go
You must be registered for see images attach
You must be registered for see images attach
You must be registered for see images attach


Then it will tell you the error.
It must be the Habbo.swf not connecting properly as a swf link may be wrong in the client.php..
 
I don't have a habbo.swf ... Where to get one? and where to put it? and if it needs any editing what do i edit in it?
The habbo swf will be found in your swf folder, gordon, your production ( there's usually only 1 production folder in there ) and then search for the Habbo.swf... It will have a habbo.swf in there as the client won't load without it..
 

Attachments

  • upload_2017-11-21_22-59-34.png
    upload_2017-11-21_22-59-34.png
    109.2 KB · Views: 3

Mosab

New Member
Jun 19, 2014
27
0
press F12 to use dev tools and click the error part.. or if you're using chrome to go
You must be registered for see images attach
You must be registered for see images attach
You must be registered for see images attach


Then it will tell you the error.
It must be the Habbo.swf not connecting properly as a swf link may be wrong in the client.php..
 

The habbo swf will be found in your swf folder, gordon, your production ( there's usually only 1 production folder in there ) and then search for the Habbo.swf... It will have a habbo.swf in there as the client won't load without it..
You must be registered for see images attach
Here what i got
 

Mosab

New Member
Jun 19, 2014
27
0
Ok now the rp client wasn't working with the link i put for it. but when i used the ip for it the client showed the loading thing so anyway it stucks on %76. any solution? emu working well
You must be registered for see images attach
 

HoldUp

dont even
Aug 31, 2017
242
32
Ok now the rp client wasn't working with the link i put for it. but when i used the ip for it the client showed the loading thing so anyway it stucks on %76. any solution? emu working well
You must be registered for see images attach
What's the link to the RP so I can have a look?
 
Enable your flash..
If it's loading to 76% he won't need to enable his flash? If his flash wasn't enabled the screen would just stay black..?
 

Kak

Posting Freak
Apr 21, 2017
951
165
It's either you didn't edit your external_overrides_variables, firewall isn't completely turned off or you didn't open your emu ports which are 30000,30001 but if firewall is turned off don't think opening ports matter but could be wrong
 

Mosab

New Member
Jun 19, 2014
27
0
Why would he enable flash for 76%?
Make sure your ip is correct in main.ini and client.php
I've double checked the ip in client.php and the main.ini and here if you need it:

## Azure Emulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=(Hidden)
db.name=sedoa
db.type=MySQL

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

## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
game.tcp.port.proxy=30000

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Developer Settings
Debug=false

## Language System
system.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
 
It's either you didn't edit your external_overrides_variables, firewall isn't completely turned off or you didn't open your emu ports which are 30000,30001 but if firewall is turned off don't think opening ports matter but could be wrong
Ok i've completley turned off my vps firewall and it still doesn't work.
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
I've double checked the ip in client.php and the main.ini and here if you need it:

## Azure Emulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=(Hidden)
db.name=sedoa
db.type=MySQL

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

## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
game.tcp.port.proxy=30000

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Developer Settings
Debug=false

## Language System
system.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
 

Ok i've completley turned off my vps firewall and it still doesn't work.
Why the bobba is your game.tcpip 0.0.0.0 make it 127.0.0.1
 

Mosab

New Member
Jun 19, 2014
27
0
Show me what ur client php is jow
Here..


@Define $swf = Config::first()
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{{ $swf->site_name }} || Client</title>
<link rel="stylesheet" href="/resources/assets/css/client.css" type="text/css">
<script type="text/javascript" src="/resources/assets/js/swfobject.js"></script>
<script type="text/javascript">
var urlStatic = " ip is here but HIDDEN)";
var BaseUrl = " ip is here but HIDDEN)/gordon/PRODUCTION-201510261212-858675875/";
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : urlStatic,
"url.prefix" : urlStatic,
"client.reload.url" : urlStatic +"/play",
"client.fatal.error.url" : urlStatic +"/play",
"client.connection.failed.url" : urlStatic +"/play",
"logout.url" : urlStatic +" ip is here but HIDDEN)/play",
"logout.disconnect.url" : urlStatic +"(my ip is here but HIDDEN)//play",
"external.variables.txt" : " ip is here but HIDDEN)/gamedata/external_variables.txt",
"external.texts.txt" : " ip is here but HIDDEN)/gamedata/external_flash_texts.txt",
"external.figurepartlist.txt" : " ip is here but HIDDEN)/gamedata/figuredata.xml",
"productdata.load.url" : " ip is here but HIDDEN)/gamedata/productdata.txt",
"furnidata.load.url" : " ip is here but HIDDEN)/gamedata/furnidata.xml",
"sso.ticket" : "{{ Auth::user()->client() }}",
"processlog.enabled" : "1",
"account_id" : "2",
"client.starting.revolving" : "¿Estas listo para vivir la realidad?/Nuestro mundo se esta cargando, espera.../¿Estas listo para volverte un pandillero?/¿Estas listo para vivir la vida loca?/Es hora de vivir un nuevo mundo./¿Que estas esperando?/Creo que es hora de casarse./Este atuendo me gusta./¡Necesitamos ayuda!/Silencio, el presidente esta hablando.../Bienvenido a nuestro pequeño mundo.",
"flash.client.url" : " ip is here but HIDDEN)/gordon/PRODUCTION-201510261212-858675875/",
"user.hash" : "df2cd7104536553afde9f7d66133d578eccb4606",
"has.identity" : "1",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "false",
"country_code" : ""
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(" ip is here but HIDDEN)/gordon/PRODUCTION-201510261212-858675875/Habbo_new.swf", "client", "100%", "100%", "10.0.0", "swf/gordon//expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>

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

</body>
</html>
 
Status
Not open for further replies.

Users who are viewing this thread

Top