Plus Emu Help [SLEDMORE]

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Hey Guyz,
I have troubles with PlusEMU And Swfs etc.

Client is Loading, Everything is good but Connection Not Coming on Emulator. BUT ITS LOADING TO %100 !

I see Landing And disconnecting then. Have A Look .
<!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 = " ";
var flashvars =
{

"hotelview.banner.url" : " ",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "localhost",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"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(" ", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
</head>

<body>

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

</body>
</html>
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=mabbo

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

## Game TCP/IP Configuration
game.tcp.bindip=localhost
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=25
game.tcp.enablenagles=true

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

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
Here We Go, I Hope You Can Help Me.
Regards,
Me.
 

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
. go to the bottom of external vars;-)
Then? bottom of external vars:
Code:
productdata.load.url=http://127.0.0.1/game/gamedata/productdata.txt
external.texts.txt=http://127.0.0.1/game/gamedata/external_flash_texts.txt
external.override.variables.txt=http://127.0.0.1/game/gamedata/override/external_override_variables.txt
flash.client.url=//127.0.0.1/gordon/PRODUCTION-201601012205-226667486/
furnidata.load.url=http://127.0.0.1/game/gamedata/furnidata.xml
external.variables.txt=http://127.0.0.1/game/gamedata/external_variables.txt
external.override.texts.txt=http://127.0.0.1/game/gamedata/override/external_flash_override_texts.txt
external.figurepartlist.txt=http://127.0.0.1/game/gamedata/figuredata.xml
 
Oct 11, 2014
1,071
256
PHP:
<!DOCTYPE html>

<html>
    <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">
                <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
      
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
      
            var BaseUrl = "http://YOURURL/swf/gordon/PRODUCTION-201601012205-226667486/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "IP/PROXY",
                "client.starting" : "Hello {username}, {hotelname} is Loading",
                "connection.info.port" : "30000",
                "site.url" : "http://YOURURL",
                "url.prefix" : "http://YOURURL",
                "client.reload.url" : "http://YOURURL/client",
                "client.fatal.error.url" : "http://YOURURL/disconnect",
                "client.connection.failed.url" : "http://YOURURL/disconnect",
                "external.variables.txt" : "http://YOURURL/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://YOURURL/swf/gamedata/external_flash_texts.txt",
                "external.figurepartlist.txt" : "http://YOURURL/swf/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://YOURURL/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://YOURURL/swf/gamedata/override/external_override_variables.txt",
                "productdata.load.url" : "http://YOURURL/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://YOURURL/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",
                "processlog.enabled" : "0",
                "flash.client.url" : "//YOURURL/swf/gordon/PRODUCTION-201601012205-226667486/",
                "flash.client.origin" : "popup",
                "nux.lobbies.enabled" : "true"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"         
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://YOURURL/swf/expressInstall.swf",               flashvars, params, null);

</script>

    </head>

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

</body>
</html>
try this client.php
 

Users who are viewing this thread

Top