Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
New Loader! [HELP!!!!!!!!]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="emo-nemo-321" data-source="post: 68769" data-attributes="member: 11618"><p>I need help on my **NEW** habbo loader for uber cms. Ive done every thing, but it stays at zero%!!!!!!!!!!!!!!!</p><p>Here is my client.php</p><p>[CODE]<?php</p><p>/*=======================================================================</p><p>| UberCMS - Advanced Website and Content Management System for uberEmu</p><p>| #######################################################################</p><p>| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'</p><p>| http://www.meth0d.org & http://www.sulake.biz</p><p>| #######################################################################</p><p>| This program is free software: you can redistribute it and/or modify</p><p>| it under the terms of the GNU General Public License as published by</p><p>| the Free Software Foundation, either version 3 of the License, or</p><p>| (at your option) any later version.</p><p>| #######################################################################</p><p>| This program is distributed in the hope that it will be useful,</p><p>| but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p>| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p>| GNU General Public License for more details.</p><p>\======================================================================*/</p><p> </p><p>define('HIDE_FEEDBACK', true);</p><p> </p><p>require_once "global.php";</p><p>require_once "inc/class.rooms.php";</p><p> </p><p>if (!LOGGED_IN)</p><p>{</p><p> header("Location: " . WWW. "/login_popup");</p><p> exit;</p><p>}</p><p> </p><p>$forwardType = 0;</p><p>$forwardId = 0;</p><p> </p><p> </p><p>// Temp VIP</p><p>$enabled = "0";</p><p>if($enabled == "1")</p><p>{</p><p> if($users->getUserVar(USER_ID, 'vip') == 0 && $users->getUserVar(USER_ID, 'temp') == 0)</p><p> {</p><p> if($users->getUserVar(USER_ID, 'rank') >= 4)</p><p> {</p><p> dbquery("UPDATE users SET vip = 1 WHERE id = '" . USER_ID . "'");</p><p> dbquery("UPDATE users SET temp = '1' WHERE id = '" . USER_ID . "'");</p><p> }</p><p> else</p><p> {</p><p> dbquery("UPDATE users SET vip = '1' WHERE id = '" . USER_ID . "'");</p><p> dbquery("UPDATE users SET temp = '1' WHERE id = '" . USER_ID . "'");</p><p> dbquery("UPDATE users SET rank = '3' WHERE id = '" . USER_ID . "'");</p><p> }</p><p> }</p><p>}</p><p>elseif($enabled == "0")</p><p>{</p><p> if($users->getUserVar(USER_ID, 'vip') == 1 && $users->getUserVar(USER_ID, 'temp') == 1)</p><p> {</p><p> if($users->getUserVar(USER_ID, 'rank') >= 4)</p><p> {</p><p> dbquery("UPDATE users SET temp = '0' WHERE id = '" . USER_ID . "'");</p><p> }</p><p> else</p><p> {</p><p> dbquery("UPDATE users SET vip = '0' WHERE id = '" . USER_ID . "'");</p><p> dbquery("UPDATE users SET temp = '0' WHERE id = '" . USER_ID . "'");</p><p> dbquery("UPDATE users SET rank = '1' WHERE id = '" . USER_ID . "'");</p><p> }</p><p> }</p><p>}</p><p> </p><p>if ($users->getUserVar(USER_ID, 'newbie_status') == "0")</p><p>{</p><p> if (isset($_GET['createRoom']) && is_numeric($_GET['createRoom']))</p><p> {</p><p> $roomId = RoomManager::CreateRoom(USER_NAME . "'s room", USER_NAME, 'model_s');</p><p> </p><p> switch (intval($_GET['createRoom']))</p><p> {</p><p> default:</p><p> case 0:</p><p> </p><p> RoomManager::PaintRoom($roomId, '1701', '601');</p><p> break;</p><p> </p><p> case 1:</p><p> </p><p> RoomManager::PaintRoom($roomId, '607', '111');</p><p> break;</p><p> </p><p> case 2:</p><p> </p><p> RoomManager::PaintRoom($roomId, '1901', '301');</p><p> break;</p><p> </p><p> case 3:</p><p> </p><p> RoomManager::PaintRoom($roomId, '1801', '110');</p><p> break;</p><p> </p><p> case 4:</p><p> </p><p> RoomManager::PaintRoom($roomId, '503', '104');</p><p> break;</p><p> </p><p> case 5:</p><p> </p><p> RoomManager::PaintRoom($roomId, '804', '107');</p><p> break;</p><p> }</p><p> </p><p> //die('createRoom Result: ' . $roomId);</p><p> dbquery("UPDATE users SET home_room = '" . $roomId . "', newbie_status = '1' WHERE id = '" . USER_ID . "' LIMIT 1");</p><p> </p><p> //$forwardType = 2;</p><p> //$forwardId = $roomId;</p><p> }</p><p> else</p><p> {</p><p> header("Location: " . WWW . "/client?createRoom=" . rand(0, 5));</p><p> exit;</p><p> }</p><p>}</p><p>else if (isset($_GET['forwardType']) && isset($_GET['forwardId']) && is_numeric($_GET['forwardType']) && is_numeric($_GET['forwardId']))</p><p>{</p><p> $forwardType = intval($_GET['forwardType']);</p><p> $forwardId = intval($_GET['forwardId']);</p><p> </p><p> if ($forwardType >= 3 || $forwardType <= 0)</p><p> {</p><p> return;</p><p> }</p><p>}</p><p>if ($users->getUserVar(USER_ID, 'newbie_status') == "2")</p><p>{ </p><p> // 227824 = Jontycats welcome room</p><p> dbquery("UPDATE users SET home_room = '8' WHERE username = '" . USER_NAME . "'");</p><p> dbquery("UPDATE users SET newbie_status = '3' WHERE username = '" . USER_NAME . "'");</p><p> dbquery("UPDATE users SET motto = 'I am new here.' WHERE username = '" . USER_NAME . "'");</p><p>}</p><p>if ($users->GetUserVar(USER_ID, "newbie_status", false) == "1")</p><p>{</p><p> header("Location: " . WWW . "/account/policy-verify");</p><p> exit;</p><p>}</p><p> </p><p>dbquery("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '".USER_NAME."'"); // set ip_last for shitty phoenix</p><p> </p><p> </p><p>$users->CheckSSO(USER_ID);</p><p> </p><p>$tpl->Init();</p><p> </p><p>$tpl->AddGeneric('head-init');</p><p>$tpl->AddIncludeSet('default');</p><p>$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/habboclient.css', 'stylesheet'));</p><p>$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/habboflashclient.css', 'stylesheet'));</p><p>$tpl->AddIncludeFile(new IncludeFile('text/javascript', 'http://24.61.139.164/Loader.js'));</p><p>$tpl->AddIncludeFile(new IncludeFile('http://24.61.139.164/habboflashclient.js')); </p><p>$tpl->WriteIncludeFiles();</p><p>$tpl->AddGeneric('head-bottom');</p><p> </p><p>$client = new Template('page-client');</p><p>$client->SetParam('page_title', ' ');</p><p>$client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false));</p><p>$client->SetParam('flash_base', 'http://images.habbo.com/swf/r64/');</p><p>$client->SetParam('flash_client_url', 'http://images.habbo.com/dcr/r51_none_b4ea29afdff17a13afb841a9811ebf55/');</p><p>$client->SetParam('hotel_status', $core->GetUsersOnline() . ' users online now!');</p><p>$client->SetParam('forwardType', $forwardType);</p><p>$client->SetParam('forwardId', $forwardId);</p><p> </p><p>if (isset($_GET['forceTicket']) && $users->HasFuse(USER_ID, 'fuse_admin'))</p><p>{</p><p> $client->SetParam('sso_ticket', $_GET['forceTicket']);</p><p>}</p><p> </p><p>$tpl->AddTemplate($client);</p><p> </p><p>$tpl->Output();</p><p> </p><p>?></p><p>[/CODE]</p><p>And My Client.tpl</p><p>[CODE] <?php</p><p> </p><p> $query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");</p><p> </p><p> ?></p><p> </p><p> <body id="client" class="flashclient"></p><p> </p><p> <script type="text/javascript"></p><p> var habboDefaultClientPopupUrl = "%www%/client";</p><p>if(FlashDetect.installed)</p><p>{</p><p>jjLoader.init('client', 6, 'hhttp://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/737/web-gallery/v2/images/habbologo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel_view_images_hq/hotelview_xmas10_000.png');</p><p>}</p><p> </p><p> </script></p><p> </p><p> </p><p> </p><p> <noscript></p><p> <meta http-equiv="refresh" content="0;url=%www%/client/nojs" /></p><p> </noscript></p><p> </p><p> <script type="text/javascript"></p><p> FlashExternalInterface.loginLogEnabled = true;</p><p> </p><p> FlashExternalInterface.logLoginStep("web.view.start");</p><p> </p><p> if (top == self) {</p><p> FlashHabboClient.cacheCheck();</p><p> }</p><p> var flashvars = {</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "24.61.139.164",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "%www%",</p><p> "url.prefix" : "%www%",</p><p> "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",</p><p> "client.fatal.error.url" : "%www%/flash_client_error",</p><p> "client.connection.failed.url" : "%www%/client_connection_failed",</p><p> "external.hash" : "",</p><p> "external.variables.txt" : "http://24.61.139.164/r63/external_variables.txt",</p><p> "external.texts.txt" : "http://24.61.139.164/r63/external_flash_texts.txt",</p><p> "use.sso.ticket" : "1",</p><p> <?php</p><p> </p><p> if ($forwardType > 0)</p><p> {</p><p> echo ' "forward.type" : "' . $forwardType . '",' . LB;</p><p> echo ' "forward.id" : "' . $forwardId . '",' . LB;</p><p> }</p><p> </p><p> ?></p><p> "sso.ticket" : "<?php echo $ticket; ?>",</p><p> "processlog.enabled" : "0",</p><p> "account_id" : "0",</p><p> "client.starting" : "Loading Habbo Hotel...",</p><p> "flash.client.url" : "http://24.61.139.164/r63/",</p><p> "user.hash" : "",</p><p> "facebook.user" : "0",</p><p> "has.identity" : "0",</p><p> "flash.client.origin" : "popup"</p><p> };</p><p> var params = {</p><p> "base" : "http://24.61.139.164/r63/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false",</p><p> "bgcolor" : "#000",</p><p> "wmode" : "transparent" </p><p> };</p><p> </p><p> if (!(HabbletLoader.needsFlashKbWorkaround())) {</p><p> params["wmode"] = "opaque";</p><p> }</p><p> </p><p> var clientUrl = "http://24.61.139.164/r63/Habbo.swf";</p><p> try {</p><p> if (swfobject.getFlashPlayerVersion().major <= 9) {</p><p> clientUrl = "http://24.61.139.164/r63/Habbo.swf";</p><p> }</p><p> } catch(e) {}</p><p> swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);</p><p> </script></p><p> </p><p> <div id="overlay"></div></p><p> <div id="client-ui" ></p><p> <div id="flash-wrapper"></p><p> <div id="flash-container"></p><p> <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"></p><p> <div class="cbb clearfix"></p><p> <h2 class="title">Please install Adobe Flash Player.</h2></p><p> <div class="box-content"></p><p> <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p></p><p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></p><p> </div></p><p> </div></p><p> </div></p><p> <script type="text/javascript"></p><p> $('content').show();</p><p> </script></p><p> <noscript></p><p> <div style="width: 400px; margin: 20px auto 0 auto; text-align: center"></p><p> <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p></p><p> </div></p><p> </noscript></p><p> </div></p><p> </div></p><p> <div id="content" class="client-content"></div> </p><p> </div></p><p> <div style="display: none"></p><p> <div id="habboCountUpdateTarget"></p><p> %hotel_status%</p><p> </div></p><p> <script language="JavaScript" type="text/javascript"></p><p> setTimeout(function() {</p><p> HabboCounter.init(600);</p><p> }, 20000);</p><p> </script></p><p> </div></p><p> <script type="text/javascript"></p><p> RightClick.init("flash-wrapper", "flash-container");</p><p> </script></p><p> </p><p> </p><p> </p><p> <script type="text/javascript"></p><p> jjLoader.init('client', 6, 'http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/737/web-gallery/v2/images/habbologo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel_view_images_hq/hotelview_xmas10_000.png');</p><p> </script></p><p> </p><p> </body></p><p> </html></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="emo-nemo-321, post: 68769, member: 11618"] I need help on my **NEW** habbo loader for uber cms. Ive done every thing, but it stays at zero%!!!!!!!!!!!!!!! Here is my client.php [CODE]<?php /*======================================================================= | UberCMS - Advanced Website and Content Management System for uberEmu | ####################################################################### | Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK' | http://www.meth0d.org & http://www.sulake.biz | ####################################################################### | This program is free software: you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, either version 3 of the License, or | (at your option) any later version. | ####################################################################### | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. \======================================================================*/ define('HIDE_FEEDBACK', true); require_once "global.php"; require_once "inc/class.rooms.php"; if (!LOGGED_IN) { header("Location: " . WWW. "/login_popup"); exit; } $forwardType = 0; $forwardId = 0; // Temp VIP $enabled = "0"; if($enabled == "1") { if($users->getUserVar(USER_ID, 'vip') == 0 && $users->getUserVar(USER_ID, 'temp') == 0) { if($users->getUserVar(USER_ID, 'rank') >= 4) { dbquery("UPDATE users SET vip = 1 WHERE id = '" . USER_ID . "'"); dbquery("UPDATE users SET temp = '1' WHERE id = '" . USER_ID . "'"); } else { dbquery("UPDATE users SET vip = '1' WHERE id = '" . USER_ID . "'"); dbquery("UPDATE users SET temp = '1' WHERE id = '" . USER_ID . "'"); dbquery("UPDATE users SET rank = '3' WHERE id = '" . USER_ID . "'"); } } } elseif($enabled == "0") { if($users->getUserVar(USER_ID, 'vip') == 1 && $users->getUserVar(USER_ID, 'temp') == 1) { if($users->getUserVar(USER_ID, 'rank') >= 4) { dbquery("UPDATE users SET temp = '0' WHERE id = '" . USER_ID . "'"); } else { dbquery("UPDATE users SET vip = '0' WHERE id = '" . USER_ID . "'"); dbquery("UPDATE users SET temp = '0' WHERE id = '" . USER_ID . "'"); dbquery("UPDATE users SET rank = '1' WHERE id = '" . USER_ID . "'"); } } } if ($users->getUserVar(USER_ID, 'newbie_status') == "0") { if (isset($_GET['createRoom']) && is_numeric($_GET['createRoom'])) { $roomId = RoomManager::CreateRoom(USER_NAME . "'s room", USER_NAME, 'model_s'); switch (intval($_GET['createRoom'])) { default: case 0: RoomManager::PaintRoom($roomId, '1701', '601'); break; case 1: RoomManager::PaintRoom($roomId, '607', '111'); break; case 2: RoomManager::PaintRoom($roomId, '1901', '301'); break; case 3: RoomManager::PaintRoom($roomId, '1801', '110'); break; case 4: RoomManager::PaintRoom($roomId, '503', '104'); break; case 5: RoomManager::PaintRoom($roomId, '804', '107'); break; } //die('createRoom Result: ' . $roomId); dbquery("UPDATE users SET home_room = '" . $roomId . "', newbie_status = '1' WHERE id = '" . USER_ID . "' LIMIT 1"); //$forwardType = 2; //$forwardId = $roomId; } else { header("Location: " . WWW . "/client?createRoom=" . rand(0, 5)); exit; } } else if (isset($_GET['forwardType']) && isset($_GET['forwardId']) && is_numeric($_GET['forwardType']) && is_numeric($_GET['forwardId'])) { $forwardType = intval($_GET['forwardType']); $forwardId = intval($_GET['forwardId']); if ($forwardType >= 3 || $forwardType <= 0) { return; } } if ($users->getUserVar(USER_ID, 'newbie_status') == "2") { // 227824 = Jontycats welcome room dbquery("UPDATE users SET home_room = '8' WHERE username = '" . USER_NAME . "'"); dbquery("UPDATE users SET newbie_status = '3' WHERE username = '" . USER_NAME . "'"); dbquery("UPDATE users SET motto = 'I am new here.' WHERE username = '" . USER_NAME . "'"); } if ($users->GetUserVar(USER_ID, "newbie_status", false) == "1") { header("Location: " . WWW . "/account/policy-verify"); exit; } dbquery("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '".USER_NAME."'"); // set ip_last for shitty phoenix $users->CheckSSO(USER_ID); $tpl->Init(); $tpl->AddGeneric('head-init'); $tpl->AddIncludeSet('default'); $tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/habboclient.css', 'stylesheet')); $tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/habboflashclient.css', 'stylesheet')); $tpl->AddIncludeFile(new IncludeFile('text/javascript', 'http://24.61.139.164/Loader.js')); $tpl->AddIncludeFile(new IncludeFile('http://24.61.139.164/habboflashclient.js')); $tpl->WriteIncludeFiles(); $tpl->AddGeneric('head-bottom'); $client = new Template('page-client'); $client->SetParam('page_title', ' '); $client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false)); $client->SetParam('flash_base', 'http://images.habbo.com/swf/r64/'); $client->SetParam('flash_client_url', 'http://images.habbo.com/dcr/r51_none_b4ea29afdff17a13afb841a9811ebf55/'); $client->SetParam('hotel_status', $core->GetUsersOnline() . ' users online now!'); $client->SetParam('forwardType', $forwardType); $client->SetParam('forwardId', $forwardId); if (isset($_GET['forceTicket']) && $users->HasFuse(USER_ID, 'fuse_admin')) { $client->SetParam('sso_ticket', $_GET['forceTicket']); } $tpl->AddTemplate($client); $tpl->Output(); ?> [/CODE] And My Client.tpl [CODE] <?php $query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'"); ?> <body id="client" class="flashclient"> <script type="text/javascript"> var habboDefaultClientPopupUrl = "%www%/client"; if(FlashDetect.installed) { jjLoader.init('client', 6, 'hhttp://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/737/web-gallery/v2/images/habbologo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel_view_images_hq/hotelview_xmas10_000.png'); } </script> <noscript> <meta http-equiv="refresh" content="0;url=%www%/client/nojs" /> </noscript> <script type="text/javascript"> FlashExternalInterface.loginLogEnabled = true; FlashExternalInterface.logLoginStep("web.view.start"); if (top == self) { FlashHabboClient.cacheCheck(); } var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "24.61.139.164", "connection.info.port" : "30000", "site.url" : "%www%", "url.prefix" : "%www%", "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client", "client.fatal.error.url" : "%www%/flash_client_error", "client.connection.failed.url" : "%www%/client_connection_failed", "external.hash" : "", "external.variables.txt" : "http://24.61.139.164/r63/external_variables.txt", "external.texts.txt" : "http://24.61.139.164/r63/external_flash_texts.txt", "use.sso.ticket" : "1", <?php if ($forwardType > 0) { echo ' "forward.type" : "' . $forwardType . '",' . LB; echo ' "forward.id" : "' . $forwardId . '",' . LB; } ?> "sso.ticket" : "<?php echo $ticket; ?>", "processlog.enabled" : "0", "account_id" : "0", "client.starting" : "Loading Habbo Hotel...", "flash.client.url" : "http://24.61.139.164/r63/", "user.hash" : "", "facebook.user" : "0", "has.identity" : "0", "flash.client.origin" : "popup" }; var params = { "base" : "http://24.61.139.164/r63/", "allowScriptAccess" : "always", "menu" : "false", "bgcolor" : "#000", "wmode" : "transparent" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } var clientUrl = "http://24.61.139.164/r63/Habbo.swf"; try { if (swfobject.getFlashPlayerVersion().major <= 9) { clientUrl = "http://24.61.139.164/r63/Habbo.swf"; } } catch(e) {} swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params); </script> <div id="overlay"></div> <div id="client-ui" > <div id="flash-wrapper"> <div id="flash-container"> <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"> <div class="cbb clearfix"> <h2 class="title">Please install Adobe Flash Player.</h2> <div class="box-content"> <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> </div> </div> <script type="text/javascript"> $('content').show(); </script> <noscript> <div style="width: 400px; margin: 20px auto 0 auto; text-align: center"> <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p> </div> </noscript> </div> </div> <div id="content" class="client-content"></div> </div> <div style="display: none"> <div id="habboCountUpdateTarget"> %hotel_status% </div> <script language="JavaScript" type="text/javascript"> setTimeout(function() { HabboCounter.init(600); }, 20000); </script> </div> <script type="text/javascript"> RightClick.init("flash-wrapper", "flash-container"); </script> <script type="text/javascript"> jjLoader.init('client', 6, 'http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/737/web-gallery/v2/images/habbologo_whiteR.gif', 'http://habbo.hs.llnwd.net/c_images/hotel_view_images_hq/hotelview_xmas10_000.png'); </script> </body> </html> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
New Loader! [HELP!!!!!!!!]
Top