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
AstroRP SWFs
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="NotoriousJameson" data-source="post: 405049" data-attributes="member: 65480"><p>My emu receive a connection but no errors, 100% loads and I've had the same problem, when I'm home I'll send via</p><p>[doublepost=1490718347,1490714620][/doublepost][CODE]</p><p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</p><p> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"></p><p><head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8" /></p><p> <title>DuskRP - Client</title></p><p></p><p><script type="text/javascript"></p><p>var andSoItBegins = (new Date()).getTime();</p><p></script></p><p><link rel="shortcut icon" href="{url}/fluxweb/v2/images/favicon.ico" type="image/vnd.microsoft.icon" /></p><p><meta name="csrf-token" content="a68e16da32"/></p><p><!--<script type="text/javascript" src="{url}/fluxweb/js/snow.js"></script>--></p><p><link rel="stylesheet" href="{url}/fluxweb/static/styles/common.css" type="text/css" /></p><p></p><p></p><p><link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Ubuntu+Medium' rel='stylesheet' type='text/css'></p><p></p><p></p><p></p><p><style></p><p></p><p>body {</p><p> font-family: 'Ubuntu', sans-serif;</p><p> width:960px;</p><p> overflow: hidden;</p><p> width: 100%;</p><p> height: 100%;</p><p>}</p><p></p><p>p{</p><p> color:#525252;</p><p> font-size:12px;</p><p>}</p><p></p><p>.skillbar {</p><p> position:relative;</p><p> display:block;</p><p> margin-bottom:15px;</p><p> width:70%;</p><p> background:#eee;</p><p> height:30px;</p><p> border-radius:3px;</p><p> overflow:hidden;</p><p> -moz-border-radius:3px;</p><p> -webkit-border-radius:3px;</p><p> -webkit-transition:0.4s linear;</p><p> -moz-transition:0.4s linear;</p><p> -ms-transition:0.4s linear;</p><p> -o-transition:0.4s linear;</p><p> transition:0.4s linear;</p><p> -webkit-transition-property:width, background-color;</p><p> -moz-transition-property:width, background-color;</p><p> -ms-transition-property:width, background-color;</p><p> -o-transition-property:width, background-color;</p><p> transition-property:width, background-color;</p><p>}</p><p></p><p>.skillbar-title {</p><p> position:absolute;</p><p> top:0;</p><p> left:0;</p><p> width:80px;</p><p> font-weight:bold;</p><p> font-size:13px;</p><p> color:#ffffff;</p><p> background:#6adcfa;</p><p> -webkit-border-top-left-radius:3px;</p><p> -webkit-border-bottom-left-radius:4px;</p><p> -moz-border-radius-topleft:3px;</p><p> -moz-border-radius-bottomleft:3px;</p><p> border-top-left-radius:3px;</p><p> border-bottom-left-radius:3px;</p><p>}</p><p></p><p>.skillbar-title span {</p><p> display:block;</p><p> background:rgba(0, 0, 0, 0.1);</p><p> padding:0 20px;</p><p> height:30px;</p><p> line-height:30px;</p><p> -webkit-border-top-left-radius:3px;</p><p> -webkit-border-bottom-left-radius:3px;</p><p> -moz-border-radius-topleft:3px;</p><p> -moz-border-radius-bottomleft:3px;</p><p> border-top-left-radius:3px;</p><p> border-bottom-left-radius:3px;</p><p>}</p><p></p><p>.client-overlay {</p><p> z-index: 99999;</p><p> position: absolute;</p><p> top: 5px;</p><p> left: 5px;</p><p> overflow: auto;</p><p> min-width: 250px;</p><p> pointer-events:none;</p><p>}</p><p></p><p>#client {</p><p> z-index: -1;</p><p> pointer-events: auto;</p><p>}</p><p></p><p>.skillbar-bar {</p><p> height:30px;</p><p> width:0px;</p><p> background:#6adcfa;</p><p> border-radius:3px;</p><p> -moz-border-radius:3px;</p><p> -webkit-border-radius:3px;</p><p>}</p><p></p><p>.skill-bar-percent {</p><p> position:absolute;</p><p> right:10px;</p><p> top:0;</p><p> font-size:11px;</p><p> height:35px;</p><p> line-height:35px;</p><p> color:#ffffff;</p><p> color:rgba(0, 0, 0, 0.4);</p><p>}</p><p>.skill-bar-percent{</p><p> color: black;</p><p>}</p><p></style></p><p></p><p><script type="text/javascript"></p><p>document.habboLoggedIn = true;</p><p>var habboName = "{username}";</p><p>var habboId = "{userid}";</p><p>var facebookUser = false;</p><p>var habboReqPath = "";</p><p>var habboStaticFilePath = "{url}/web-gallery";</p><p>var habboImagerUrl = "{url}/habbo-imaging/";</p><p>var habboPartner = "";</p><p>var habboDefaultClientPopupUrl = "{url}/client";</p><p>window.name = "13574bb849eaa68aba57af6b14a5477d5cbffc9c";</p><p>if (typeof HabboClient != "undefined") {</p><p> HabboClient.windowName = "13574bb849eaa68aba57af6b14a5477d5cbffc9c";</p><p> HabboClient.maximizeWindow = true;</p><p>}</p><p></p><p></p><p></script></p><p></p><p></p><p><meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /></p><p></p><p><noscript></p><p> <meta http-equiv="refresh" content="0;url=/me/nojs" /></p><p></noscript></p><p><meta http-equiv="Pragma" content="no-cache" /></p><p><meta http-equiv="Expires" content="-1" /></p><p><meta http-equiv="Cache-Control" content="no-cache, no-store" /></p><p><meta name="google" content="notranslate" /></p><p></p><p><link rel="stylesheet" href="{url}/fluxweb/static/styles/habboflashclient.css" type="text/css" /></p><p><script src="{url}/fluxweb/static/js/habboflashclient.js" type="text/javascript"></script></p><p></p><p><script type="text/javascript"></p><p>var BaseUrl = "{url}/swfs/gordon/PRODUCTION-201510261212-858675875";</p><p>var flashvars = {</p><p>"client.allow.cross.domain" : "0",</p><p>"client.notify.cross.domain" : "1",</p><p>"connection.info.host" : "{server_ip}",</p><p>"connection.info.port" : "4000",</p><p>"site.url" : "{url}",</p><p>"url.prefix" : "{url}",</p><p>"client.reload.url" : "{url}/client",</p><p>"client.fatal.error.url" : "{url}/client",</p><p>"client.connection.failed.url" : "{url}/client",</p><p>"logout.url" : "{url}/me",</p><p>"logout.disconnect.url" : "{url}/client",</p><p>"external.variables.txt" : "{URL}/swfs/gamedata/external_variables.txt",</p><p>"external.texts.txt" : "{url}/swfs/gamedata/external_flash_texts.txt",</p><p>"external.figurepartlist.txt" : "{url}/swfs/gamedata/figuredata.xml",</p><p>"productdata.load.url" : "{url}/swfs/gamedata/productdata.txt",</p><p>"furnidata.load.url" : "{url}/swfs/gamedata/furnidata.xml",</p><p>"sso.ticket" : "{sso}",</p><p>"processlog.enabled" : "1",</p><p>"account_id" : "2",</p><p>"client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...",</p><p>"flash.client.url" : "{url}/swfs/gordon/PRODUCTION-201510261212-858675875/",</p><p>"user.hash" : "df2cd7104536553afde9f7d66133d578eccb4606",</p><p>"has.identity" : "1",</p><p>"flash.client.origin" : "popup",</p><p>"nux.lobbies.enabled" : "false",</p><p>"country_code" : ""</p><p>};</p><p>var params =</p><p>{</p><p>"base" : BaseUrl + "/",</p><p>"allowScriptAccess" : "always",</p><p>"menu" : "false"</p><p>};</p><p>swfobject.embedSWF("{url}/swfs/gordon/PRODUCTION-201510261212-858675875/Habflux.swf", "client", "100%", "100%", "10.0.0", "{URL}/swfs/gordon/expressInstall.swf", flashvars, params, null);</p><p></script></p><p></head></p><p></p><p><body></p><p><?php</p><p></p><p> $k = mysql_fetch_assoc(mysql_query("SELECT * FROM rp_stats WHERE id = '" . $_SESSION['user']['id'] . "'"));</p><p> </p><p>?> </p><p><div class="client-overlay"></p><p><td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="curhealth" data-percent="<?php echo (($k['curhealth'] >= 100) ? '100' : $k['curhealth']); ?>%"></p><p> <div class="skillbar-title" style="background: #fa6e6e;"><span>Health</span></div></p><p> <div id="health" class="skillbar-bar" style="background: rgb(250, 110, 110);"></div></p><p> <div class="skill-bar-percent" id="curhealth-stat"><?php echo $k['curhealth']; ?>/<?php echo $k['maxhealth']; ?></div></p><p> </div></td> <!-- End Health Bar --></p><p></p><p></p><p> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="energy" data-percent="<?php echo (($k['energy'] >= 100) ? '100' : $k['energy']); ?>%"></p><p> <div class="skillbar-title" style="background: #88cd2a;"><span>Energy</span></div></p><p> <div class="skillbar-bar" style="background: rgb(136, 205, 42);"></div></p><p> <div class="skill-bar-percent" id="energy-stat"><?php echo $k['energy']; ?>/100</div></p><p> </div></td> <!-- End Energy Bar --></p><p></p><p> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hunger" data-percent="<?php echo (($k['hunger'] >= 100) ? '100' : $k['hunger']); ?>%"></p><p> <div class="skillbar-title" style="background: #f7a53b;"><span>Hunger</span></div></p><p> <div class="skillbar-bar" style="background: rgb(247, 165, 59);"></div></p><p> <div class="skill-bar-percent" id="hunger-stat"><?php echo $k['hunger']; ?>/100</div></p><p> </div></td> <!-- End Hunger Bar --></p><p></p><p> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hygiene" data-percent="<?php echo (($k['hygiene'] >= 100) ? '100' : $k['hygiene']); ?>%"></p><p> <div class="skillbar-title" style="background: #6adcfa;"><span>Hygiene</span></div></p><p> <div class="skillbar-bar" style="background: rgb(106, 220, 250);"></div></p><p> <div class="skill-bar-percent" id="hygiene-stat"><?php echo $k['hygiene']; ?>/100</div></p><p> </div></td> <!-- End Hygiene Bar --></p><p> </div></div></p><p></p><p></p><p><div id="client" class="flashclient" style="width:100%;min-height:100%;height:100%;"></div></p><p></p><p><div id="client-ui" style="position: absolute; top: 0; z-index: -5;"></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 red"></p><p> <h2 class="newtitle">Please update your Flash Player to the latest version.</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> If you're on an iPad, iPhone or an Android device, you can get <a href="#">SkyRP for iOS</a> on the App Store or <a href="#" target="_blank">AnxRP for Android</a> on Google Play.</p></p><p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://playdusk.com/fluxweb/v2/images/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></p><p> </div></p><p> </div></p><p> </div></p><p></p><p></p><p></script></p><p></p><p><!-- JS --></p><p><script src="https://code.jquery.com/jquery.js"></script></p><p></p><p><script type="text/javascript"></p><p></p><p>function updateBars()</p><p>{</p><p> jQuery('.skillbar').each(function(){</p><p> jQuery(this).find('.skillbar-bar').animate({</p><p> width:jQuery(this).attr('data-percent')</p><p> },6000);</p><p> });</p><p>}</p><p></p><p>jQuery(document).ready(function(){</p><p> updateBars();</p><p>});</p><p></p><p>jQuery("#health").animate({</p><p> width: "70%"</p><p>}, 10000 );</p><p></p><p>setInterval( function() {</p><p> $.get("{url}/userstats", function(data, status){</p><p> </p><p> var userstats = jQuery.parseJSON( data );</p><p> </p><p> jQuery( '#curhealth' ).attr( 'data-percent', ( ( userstats.curhealth / userstats.maxhealth ) * 100 ) + '%' );</p><p> </p><p> jQuery( '#curhealth-stat' ).text( userstats.curhealth + "/" + userstats.maxhealth );</p><p> </p><p> jQuery( '#energy' ).attr( 'data-percent', userstats.energy + '%' );</p><p> jQuery( '#energy-stat' ).text( userstats.energy + "/100" );</p><p> </p><p> jQuery( '#hunger' ).attr( 'data-percent', userstats.hunger + '%' );</p><p> jQuery( '#hunger-stat' ).text( userstats.hunger + "/100" );</p><p> </p><p> jQuery( '#hygiene' ).attr( 'data-percent', userstats.hygiene + '%' );</p><p> jQuery( '#hygiene-stat' ).text( userstats.hygiene + "/100" );</p><p> </p><p> updateBars();</p><p> });</p><p>}, 10000 );</p><p></p><p></p><p></script></p><p></body></p><p></html></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="NotoriousJameson, post: 405049, member: 65480"] My emu receive a connection but no errors, 100% loads and I've had the same problem, when I'm home I'll send via [doublepost=1490718347,1490714620][/doublepost][CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>DuskRP - Client</title> <script type="text/javascript"> var andSoItBegins = (new Date()).getTime(); </script> <link rel="shortcut icon" href="{url}/fluxweb/v2/images/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="csrf-token" content="a68e16da32"/> <!--<script type="text/javascript" src="{url}/fluxweb/js/snow.js"></script>--> <link rel="stylesheet" href="{url}/fluxweb/static/styles/common.css" type="text/css" /> <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Ubuntu+Medium' rel='stylesheet' type='text/css'> <style> body { font-family: 'Ubuntu', sans-serif; width:960px; overflow: hidden; width: 100%; height: 100%; } p{ color:#525252; font-size:12px; } .skillbar { position:relative; display:block; margin-bottom:15px; width:70%; background:#eee; height:30px; border-radius:3px; overflow:hidden; -moz-border-radius:3px; -webkit-border-radius:3px; -webkit-transition:0.4s linear; -moz-transition:0.4s linear; -ms-transition:0.4s linear; -o-transition:0.4s linear; transition:0.4s linear; -webkit-transition-property:width, background-color; -moz-transition-property:width, background-color; -ms-transition-property:width, background-color; -o-transition-property:width, background-color; transition-property:width, background-color; } .skillbar-title { position:absolute; top:0; left:0; width:80px; font-weight:bold; font-size:13px; color:#ffffff; background:#6adcfa; -webkit-border-top-left-radius:3px; -webkit-border-bottom-left-radius:4px; -moz-border-radius-topleft:3px; -moz-border-radius-bottomleft:3px; border-top-left-radius:3px; border-bottom-left-radius:3px; } .skillbar-title span { display:block; background:rgba(0, 0, 0, 0.1); padding:0 20px; height:30px; line-height:30px; -webkit-border-top-left-radius:3px; -webkit-border-bottom-left-radius:3px; -moz-border-radius-topleft:3px; -moz-border-radius-bottomleft:3px; border-top-left-radius:3px; border-bottom-left-radius:3px; } .client-overlay { z-index: 99999; position: absolute; top: 5px; left: 5px; overflow: auto; min-width: 250px; pointer-events:none; } #client { z-index: -1; pointer-events: auto; } .skillbar-bar { height:30px; width:0px; background:#6adcfa; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; } .skill-bar-percent { position:absolute; right:10px; top:0; font-size:11px; height:35px; line-height:35px; color:#ffffff; color:rgba(0, 0, 0, 0.4); } .skill-bar-percent{ color: black; } </style> <script type="text/javascript"> document.habboLoggedIn = true; var habboName = "{username}"; var habboId = "{userid}"; var facebookUser = false; var habboReqPath = ""; var habboStaticFilePath = "{url}/web-gallery"; var habboImagerUrl = "{url}/habbo-imaging/"; var habboPartner = ""; var habboDefaultClientPopupUrl = "{url}/client"; window.name = "13574bb849eaa68aba57af6b14a5477d5cbffc9c"; if (typeof HabboClient != "undefined") { HabboClient.windowName = "13574bb849eaa68aba57af6b14a5477d5cbffc9c"; HabboClient.maximizeWindow = true; } </script> <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> <noscript> <meta http-equiv="refresh" content="0;url=/me/nojs" /> </noscript> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache, no-store" /> <meta name="google" content="notranslate" /> <link rel="stylesheet" href="{url}/fluxweb/static/styles/habboflashclient.css" type="text/css" /> <script src="{url}/fluxweb/static/js/habboflashclient.js" type="text/javascript"></script> <script type="text/javascript"> var BaseUrl = "{url}/swfs/gordon/PRODUCTION-201510261212-858675875"; var flashvars = { "client.allow.cross.domain" : "0", "client.notify.cross.domain" : "1", "connection.info.host" : "{server_ip}", "connection.info.port" : "4000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/client", "client.connection.failed.url" : "{url}/client", "logout.url" : "{url}/me", "logout.disconnect.url" : "{url}/client", "external.variables.txt" : "{URL}/swfs/gamedata/external_variables.txt", "external.texts.txt" : "{url}/swfs/gamedata/external_flash_texts.txt", "external.figurepartlist.txt" : "{url}/swfs/gamedata/figuredata.xml", "productdata.load.url" : "{url}/swfs/gamedata/productdata.txt", "furnidata.load.url" : "{url}/swfs/gamedata/furnidata.xml", "sso.ticket" : "{sso}", "processlog.enabled" : "1", "account_id" : "2", "client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...", "flash.client.url" : "{url}/swfs/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("{url}/swfs/gordon/PRODUCTION-201510261212-858675875/Habflux.swf", "client", "100%", "100%", "10.0.0", "{URL}/swfs/gordon/expressInstall.swf", flashvars, params, null); </script> </head> <body> <?php $k = mysql_fetch_assoc(mysql_query("SELECT * FROM rp_stats WHERE id = '" . $_SESSION['user']['id'] . "'")); ?> <div class="client-overlay"> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="curhealth" data-percent="<?php echo (($k['curhealth'] >= 100) ? '100' : $k['curhealth']); ?>%"> <div class="skillbar-title" style="background: #fa6e6e;"><span>Health</span></div> <div id="health" class="skillbar-bar" style="background: rgb(250, 110, 110);"></div> <div class="skill-bar-percent" id="curhealth-stat"><?php echo $k['curhealth']; ?>/<?php echo $k['maxhealth']; ?></div> </div></td> <!-- End Health Bar --> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="energy" data-percent="<?php echo (($k['energy'] >= 100) ? '100' : $k['energy']); ?>%"> <div class="skillbar-title" style="background: #88cd2a;"><span>Energy</span></div> <div class="skillbar-bar" style="background: rgb(136, 205, 42);"></div> <div class="skill-bar-percent" id="energy-stat"><?php echo $k['energy']; ?>/100</div> </div></td> <!-- End Energy Bar --> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hunger" data-percent="<?php echo (($k['hunger'] >= 100) ? '100' : $k['hunger']); ?>%"> <div class="skillbar-title" style="background: #f7a53b;"><span>Hunger</span></div> <div class="skillbar-bar" style="background: rgb(247, 165, 59);"></div> <div class="skill-bar-percent" id="hunger-stat"><?php echo $k['hunger']; ?>/100</div> </div></td> <!-- End Hunger Bar --> <td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hygiene" data-percent="<?php echo (($k['hygiene'] >= 100) ? '100' : $k['hygiene']); ?>%"> <div class="skillbar-title" style="background: #6adcfa;"><span>Hygiene</span></div> <div class="skillbar-bar" style="background: rgb(106, 220, 250);"></div> <div class="skill-bar-percent" id="hygiene-stat"><?php echo $k['hygiene']; ?>/100</div> </div></td> <!-- End Hygiene Bar --> </div></div> <div id="client" class="flashclient" style="width:100%;min-height:100%;height:100%;"></div> <div id="client-ui" style="position: absolute; top: 0; z-index: -5;"> <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 red"> <h2 class="newtitle">Please update your Flash Player to the latest version.</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> If you're on an iPad, iPhone or an Android device, you can get <a href="#">SkyRP for iOS</a> on the App Store or <a href="#" target="_blank">AnxRP for Android</a> on Google Play.</p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://playdusk.com/fluxweb/v2/images/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> </div> </div> </script> <!-- JS --> <script src="https://code.jquery.com/jquery.js"></script> <script type="text/javascript"> function updateBars() { jQuery('.skillbar').each(function(){ jQuery(this).find('.skillbar-bar').animate({ width:jQuery(this).attr('data-percent') },6000); }); } jQuery(document).ready(function(){ updateBars(); }); jQuery("#health").animate({ width: "70%" }, 10000 ); setInterval( function() { $.get("{url}/userstats", function(data, status){ var userstats = jQuery.parseJSON( data ); jQuery( '#curhealth' ).attr( 'data-percent', ( ( userstats.curhealth / userstats.maxhealth ) * 100 ) + '%' ); jQuery( '#curhealth-stat' ).text( userstats.curhealth + "/" + userstats.maxhealth ); jQuery( '#energy' ).attr( 'data-percent', userstats.energy + '%' ); jQuery( '#energy-stat' ).text( userstats.energy + "/100" ); jQuery( '#hunger' ).attr( 'data-percent', userstats.hunger + '%' ); jQuery( '#hunger-stat' ).text( userstats.hunger + "/100" ); jQuery( '#hygiene' ).attr( 'data-percent', userstats.hygiene + '%' ); jQuery( '#hygiene-stat' ).text( userstats.hygiene + "/100" ); updateBars(); }); }, 10000 ); </script> </body> </html> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
AstroRP SWFs
Top