client black

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
Okay since i have hostsavor tcp proxy and the main site is connected to cloudflare since they updated there new control pannel for proxys i tryed to go back to my own ip the defult vps ip the emu config set up right client and config is set up right ports are opened swfs were tripled check just getting black client no emulator error logs any help i havnt tryed the cloudflare yet so it may be that but i am not sure
 

Attachments

  • blaack client.jpg
    blaack client.jpg
    98 KB · Views: 10
  • client.jpg
    client.jpg
    358.7 KB · Views: 11
  • Config.jpg
    Config.jpg
    367.3 KB · Views: 9
  • no emulator logs.jpg
    no emulator logs.jpg
    114 KB · Views: 8

JayC

Always Learning
Aug 8, 2013
5,504
1,401
You only need port opened for inbound, not outbound. Verify your client.php link again. If it was a client issue it would load and white screen or redirect. I think it's an issue with loading the swfs

Press Ctrl + shift + J on the client url to view errors there
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
You only need port opened for inbound, not outbound. Verify your client.php link again. If it was a client issue it would load and white screen or redirect. I think it's an issue with loading the swfs

Press Ctrl + shift + J on the client url to view errors there
okay i did that and i have found an error on the client side
 

Attachments

  • Only 1 Error.jpg
    Only 1 Error.jpg
    147.6 KB · Views: 7

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
Show us your client PHP we'll sort you out.
okay i get that now
PHP:
<?php include 'forcevote.php'; ?>
<?php
// Starter
$getStats = mysql_query("SELECT null FROM `user_stats` WHERE id = '".$_SESSION['user']['id']."'");
if(mysql_num_rows($getStats) != 1){
  $getRoomKit = mysql_fetch_assoc(mysql_query("SELECT * FROM room_starterkit ORDER BY RAND() LIMIT 1"));
  $welcomeMessage = "Welcome " . $_SESSION['user']['username'];
  mysql_query("INSERT INTO `rooms` (caption,owner,description,model_name,wallpaper,floor) VALUES ('".$welcomeMessage."', '".$_SESSION['user']['id']."', 'Welcome to my Nitro Homeroom!', '".$getRoomKit['room_Model']."', '".$getRoomKit['room_Wallpaper']."', '".$getRoomKit['room_Floor']."') ");
  $theRoomID = mysql_fetch_assoc(mysql_query("SELECT id FROM `rooms` ORDER BY `id` DESC LIMIT 1"));
  mysql_query("UPDATE `users` SET `home_room` = '".$theRoomID['id']."' WHERE `id` = '".$_SESSION['user']['id']."'");
  $getRoomItems = mysql_query("SELECT * FROM room_itemkits WHERE roomKit = '".$getRoomKit['id']."'");

  while($currItem = mysql_fetch_assoc($getRoomItems)){
    mysql_query("INSERT INTO `items`(user_id,room_id,base_item,extra_data,x,y,z,rot,wall_pos) VALUES ('".$_SESSION['user']['id']."','".$theRoomID['id']."','".$currItem['item_BaseID']."', '".$currItem['extra_data']."', '".$currItem['x']."', '".$currItem['y']."', '".$currItem['z']."','".$currItem['rot']."', '".$currItem['wall_pos']."')");
  }

}
?>
            <script>
function fullscreen(){document.fullScreenElement&&null!==document.fullScreenElement||!document.mozFullScreen&&!document.webkitIsFullScreen?document.documentElement.requestFullScreen?(document.documentElement.requestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.mozRequestFullScreen?(document.documentElement.mozRequestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.webkitRequestFullScreen&&(document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT),$("#fl_but").toggleClass("nrml")):document.cancelFullScreen?(document.cancelFullScreen(),$("#fl_but").removeClass("nrml")):document.mozCancelFullScreen?(document.mozCancelFullScreen(),$("#fl_but").removeClass("nrml")):document.webkitCancelFullScreen&&(document.webkitCancelFullScreen(),$("#fl_but").removeClass("nrml"))}
</script>
<style>.full_screen_but{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:5px;left:5px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but:hover{background-color:#ffd400;border-color:#fffd70}.full_screen_but.nrml{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:10px;left:10px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but.nrml:hover{background-color:#ffd400;border-color:#fffd70}</style>
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="http://nitrohotel.stream/app/tpl/skins/Layout/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>Nitro Client</title>
        
        <link rel="stylesheet" href="http://nitrohotel.stream/app/tpl/skins/Habbo/styles/client.css" type="text/css"/>
    

                <?php include ('/clientradio.php');?>
        <script type="text/javascript" src="http://nitrohotel.stream/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://nitrohotel.stream/swf/gordon/PRODUCTION-201709052204-426856518/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",               
                "connection.info.host" : "xxx.xxx.xxx.xxx",
                "connection.info.port" : "30000",
                "site.url" : "http://nitrohotel.stream",
                "url.prefix" : "http://nitrohotel.stream",
                "client.reload.url" : "http://nitrohotel.stream/404",
                "client.fatal.error.url" : "http://nitrohotel.stream/404",
                "client.connection.failed.url" : "http://nitrohotel.stream/404",
                "external.variables.txt" : "http://nitrohotel.stream/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://nitrohotel.stream/swf/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://nitrohotel.stream/swf/gamedata/figuredata.xml",   
                "productdata.load.url" : "http://nitrohotel.stream/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://nitrohotel.stream/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "Please wait! {hotelName} is starting up.",               
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Consequences.... ur shit",
                "flash.client.origin" : "popup"           
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "habbo.swf", "client", "100%", "100%", "10.0.0", "http://nitrohotel.stream/swf/gordon/PRODUCTION-201709052204-426856518/expressInstall.swf", flashvars, params, null);
        </script>
      

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

</body>
        
    <?php include('includes/checktheban.php'); ?>
</html>
note X's represent my ip
enable flash.
it automaticlly enabled when i first installed the browser
Yeah I forgot about this one... But he said his client was working before proxy removal - so i am assuming flash is already enabled?
again it turned on when i first installed the browser
 

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
Yeah I forgot about this one... But he said his client was working before proxy removal - so i am assuming flash is already enabled?
His issue was different from mine as that is what the owner told me. My issue was on there side
okay i get that now
PHP:
<?php include 'forcevote.php'; ?>
<?php
// Starter
$getStats = mysql_query("SELECT null FROM `user_stats` WHERE id = '".$_SESSION['user']['id']."'");
if(mysql_num_rows($getStats) != 1){
  $getRoomKit = mysql_fetch_assoc(mysql_query("SELECT * FROM room_starterkit ORDER BY RAND() LIMIT 1"));
  $welcomeMessage = "Welcome " . $_SESSION['user']['username'];
  mysql_query("INSERT INTO `rooms` (caption,owner,description,model_name,wallpaper,floor) VALUES ('".$welcomeMessage."', '".$_SESSION['user']['id']."', 'Welcome to my Nitro Homeroom!', '".$getRoomKit['room_Model']."', '".$getRoomKit['room_Wallpaper']."', '".$getRoomKit['room_Floor']."') ");
  $theRoomID = mysql_fetch_assoc(mysql_query("SELECT id FROM `rooms` ORDER BY `id` DESC LIMIT 1"));
  mysql_query("UPDATE `users` SET `home_room` = '".$theRoomID['id']."' WHERE `id` = '".$_SESSION['user']['id']."'");
  $getRoomItems = mysql_query("SELECT * FROM room_itemkits WHERE roomKit = '".$getRoomKit['id']."'");

  while($currItem = mysql_fetch_assoc($getRoomItems)){
    mysql_query("INSERT INTO `items`(user_id,room_id,base_item,extra_data,x,y,z,rot,wall_pos) VALUES ('".$_SESSION['user']['id']."','".$theRoomID['id']."','".$currItem['item_BaseID']."', '".$currItem['extra_data']."', '".$currItem['x']."', '".$currItem['y']."', '".$currItem['z']."','".$currItem['rot']."', '".$currItem['wall_pos']."')");
  }

}
?>
            <script>
function fullscreen(){document.fullScreenElement&&null!==document.fullScreenElement||!document.mozFullScreen&&!document.webkitIsFullScreen?document.documentElement.requestFullScreen?(document.documentElement.requestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.mozRequestFullScreen?(document.documentElement.mozRequestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.webkitRequestFullScreen&&(document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT),$("#fl_but").toggleClass("nrml")):document.cancelFullScreen?(document.cancelFullScreen(),$("#fl_but").removeClass("nrml")):document.mozCancelFullScreen?(document.mozCancelFullScreen(),$("#fl_but").removeClass("nrml")):document.webkitCancelFullScreen&&(document.webkitCancelFullScreen(),$("#fl_but").removeClass("nrml"))}
</script>
<style>.full_screen_but{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:5px;left:5px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but:hover{background-color:#ffd400;border-color:#fffd70}.full_screen_but.nrml{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:10px;left:10px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but.nrml:hover{background-color:#ffd400;border-color:#fffd70}</style>
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="http://nitrohotel.stream/app/tpl/skins/Layout/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>Nitro Client</title>
       
        <link rel="stylesheet" href="http://nitrohotel.stream/app/tpl/skins/Habbo/styles/client.css" type="text/css"/>
   

                <?php include ('/clientradio.php');?>
        <script type="text/javascript" src="http://nitrohotel.stream/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://nitrohotel.stream/swf/gordon/PRODUCTION-201709052204-426856518/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",              
                "connection.info.host" : "xxx.xxx.xxx.xxx",
                "connection.info.port" : "30000",
                "site.url" : "http://nitrohotel.stream",
                "url.prefix" : "http://nitrohotel.stream",
                "client.reload.url" : "http://nitrohotel.stream/404",
                "client.fatal.error.url" : "http://nitrohotel.stream/404",
                "client.connection.failed.url" : "http://nitrohotel.stream/404",
                "external.variables.txt" : "http://nitrohotel.stream/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://nitrohotel.stream/swf/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://nitrohotel.stream/swf/gamedata/figuredata.xml",  
                "productdata.load.url" : "http://nitrohotel.stream/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://nitrohotel.stream/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "Please wait! {hotelName} is starting up.",              
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Consequences.... ur shit",
                "flash.client.origin" : "popup"          
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"              
            };
            swfobject.embedSWF(BaseUrl + "habbo.swf", "client", "100%", "100%", "10.0.0", "http://nitrohotel.stream/swf/gordon/PRODUCTION-201709052204-426856518/expressInstall.swf", flashvars, params, null);
        </script>
     

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

</body>
       
    <?php include('includes/checktheban.php'); ?>
</html>
note X's represent my ip

it automaticlly enabled when i first installed the browser

again it turned on when i first installed the browser
Use the live chat on hostsavor it might be a issue on there side. As with my issue it was a issue with there server it wasnt mine.
 

JayC

Always Learning
Aug 8, 2013
5,504
1,401
Please replace your client with this:
Code:
<?php include 'forcevote.php';

$getStats = mysql_query("SELECT null FROM `user_stats` WHERE id = '".$_SESSION['user']['id']."'");
if(mysql_num_rows($getStats) != 1){
  $getRoomKit = mysql_fetch_assoc(mysql_query("SELECT * FROM room_starterkit ORDER BY RAND() LIMIT 1"));
  $welcomeMessage = "Welcome " . $_SESSION['user']['username'];
  mysql_query("INSERT INTO `rooms` (caption,owner,description,model_name,wallpaper,floor) VALUES ('".$welcomeMessage."', '".$_SESSION['user']['id']."', 'Welcome to my Nitro Homeroom!', '".$getRoomKit['room_Model']."', '".$getRoomKit['room_Wallpaper']."', '".$getRoomKit['room_Floor']."') ");
  $theRoomID = mysql_fetch_assoc(mysql_query("SELECT id FROM `rooms` ORDER BY `id` DESC LIMIT 1"));
  mysql_query("UPDATE `users` SET `home_room` = '".$theRoomID['id']."' WHERE `id` = '".$_SESSION['user']['id']."'");
  $getRoomItems = mysql_query("SELECT * FROM room_itemkits WHERE roomKit = '".$getRoomKit['id']."'");

  while($currItem = mysql_fetch_assoc($getRoomItems)){
    mysql_query("INSERT INTO `items`(user_id,room_id,base_item,extra_data,x,y,z,rot,wall_pos) VALUES ('".$_SESSION['user']['id']."','".$theRoomID['id']."','".$currItem['item_BaseID']."', '".$currItem['extra_data']."', '".$currItem['x']."', '".$currItem['y']."', '".$currItem['z']."','".$currItem['rot']."', '".$currItem['wall_pos']."')");
  }

}
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&amp;subset=Latin">

        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>Nitro - Client</title>
        <link rel="stylesheet" href="http://nitrohotel.stream/app/tpl/skins/Habbo/styles/client.css" type="text/css"/>
    
        
        <script type="text/javascript" src="http://nitrohotel.stream/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://nitrohotel.stream/swf/gordon/PRODUCTION-201709052204-426856518/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",               
                "connection.info.host" : "109.230.215.182",
                "connection.info.port" : "30000",
                "site.url" : "http://nitrohotel.stream",
                "url.prefix" : "http://nitrohotel.stream",
                "client.reload.url" : "http://nitrohotel.stream/404",
                "client.fatal.error.url" : "http://nitrohotel.stream/404",
                "client.connection.failed.url" : "http://nitrohotel.stream/404",
                "external.variables.txt" : "http://nitrohotel.stream/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://nitrohotel.stream/swf/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://nitrohotel.stream/swf/gamedata/figuredata.xml",   
                "productdata.load.url" : "http://nitrohotel.stream/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://nitrohotel.stream/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "Please wait! {hotelName} is starting up.",               
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Consequences.... ur shit",
                "flash.client.origin" : "popup"           
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "habbo.swf", "client", "100%", "100%", "10.0.0", "http://nitrohotel.stream/swf/gordon/PRODUCTION-201709052204-426856518/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
    
    <body>
        <div id="client"></div>
        </body>
</html>
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
we are going off topic @Wess can u clean the thread up please @JayCustom it didnt work the swfs are fine
 
oaky as the cms is released by paypal i got the original client.php so i use that and see if that fixes it
 

JayC

Always Learning
Aug 8, 2013
5,504
1,401
we are going off topic @Wess can u clean the thread up please @JayCustom it didnt work the swfs are fine
 
oaky as the cms is released by paypal i got the original client.php so i use that and see if that fixes it
If that client worked with your proxy, it may not be the client. I really think it's your SWFS. It doesn't seem to be loading that habbo.swf but it is found... hm..
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
i am useing PLus R1 but did download R3 base so it may be different swfs required as R3 had no EMU so i Went BAck to R1 so yeah i guess your right may be a swf production
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
anyone have the link to the plusemu resorces as the production version 518 came off R3 but there was no exe file for it
 
what if i change the production to the R1 stage will that fix it
 

Users who are viewing this thread

Top