Some problems to fix

clubwise

Member
Jun 30, 2013
38
2
Hi there,

At the moment I'm upgrading my R63(a) to the newest version on PlusEmulator
This are my problems that I will fix:

- Badge above head as remove (staffproblem?) FIXED
- He doens't log IP's into the database but the rows are into the structure
- Change login screen (Habbo Pictures)
- Stacktiles fix ?
- chatlog time isn't the same time as the server
Let me know if you can help me :)

Thanks in advance!
 
Last edited:

mcmatters

Member
Dec 2, 2014
195
6
1. You want to remove badge on top head? OR edit it?
2. Are you using cloud flare?
3. What?
4. Thats in the plus emu support thread.
5. Is there server's time set properly? Explain.
 

clubwise

Member
Jun 30, 2013
38
2
1. You want to remove badge on top head? OR edit it? Yes, default there will be display an staffbadge every time. I can remove this to do :enable 0.
2. Are you using cloud flare? No, A friend of mine told me this is something in the emulator but I don't know.
3. What? Default when you load the hotel there are some pictures of Habbo, in oldscool style.
4. Thats in the plus emu support thread. Thanks I will take a look into this.
5. Is there server's time set properly? Explain. He logs everywhere the correct time (+2 UTC) but only in the chatlog in the room he doesn't give the correct time.
 

mcmatters

Member
Dec 2, 2014
195
6
1. Go to RoomUserManager.cs and remove the line that says something about giveeffect 102 OR remove the Staff.swf from your Gordon folder
 
2. The CMS does the IPs, and your cms is probably looking for cloudflare ip header.
3. What swf revision are you using?
 
5. your chatlog class in the emu might be broken​
 

clubwise

Member
Jun 30, 2013
38
2
1. Go to RoomUserManager.cs and remove the line that says something about giveeffect 102 OR remove the Staff.swf from your Gordon folder. Thanks this is fixed now (-:
2. The CMS does the IPs, and your cms is probably looking for cloudflare ip header. Oh okay then I need to check this inside the CMS, any idea where I need to search?
3. What swf revision are you using? PRODUCTION-201601012205-226667486
5. your chatlog class in the emu might be broken Oh okay then I will take a look into this thanks.
 

clubwise

Member
Jun 30, 2013
38
2
2. Use notepad's find in files feature and look for $_SERVER in your www root. It will find something related to CF and IP I have found something in class.users.php and class.core.php Do I need to change something?
3. Post client.php
See Below

PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelname} ~ Hotel</title>
      
        <link rel="stylesheet" href="{url}/static/client/reset.css" type="text/css">
      
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/javascript/hotel/habboflashclient.js"></script>

        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "{hotelname} is aan het laden...",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "IP",
                "connection.info.port" : "30000",
                "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" style="height:100%;"></div>
  
    </body>
</html>
 

Velaski

winner
Aug 4, 2015
562
165
See Below

PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelname} ~ Hotel</title>
      
        <link rel="stylesheet" href="{url}/static/client/reset.css" type="text/css">
      
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/javascript/hotel/habboflashclient.js"></script>

        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "{hotelname} is aan het laden...",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "80.61.75.228",
                "connection.info.port" : "30000",
                "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" style="height:100%;"></div>
  
    </body>
</html>
Cover your IP's for security reasons.
 

Joshhh

Member
Apr 13, 2016
323
174
If you are looking for a swf editor, here's one: .
You can also find some other tools here to help at:
:up:
 

Users who are viewing this thread

Top