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
RP - 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="Metaphoracity" data-source="post: 417967" data-attributes="member: 55667"><p>Just recently got back into Habbo retro's, and I always wanted to have a HabboRP, I am using it just for personal but I got everything to work, besides the Client. Here is what I get : <img src="https://gyazo.com/db1cdff1e6181b28bd9427a025dc6ae4" alt="" class="fr-fic fr-dii fr-draggable " style="" /><img src="http://blob:http://imgur.com/6076a913-edf3-4e5a-9f8a-b53491558944" alt="" class="fr-fic fr-dii fr-draggable " style="" />[SPOILER="Image"]<img src="http://i.imgur.com/bfx3PG3.png8944" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>[/SPOILER]</p><p> I will post the Client.php below,</p><p></p><p>[SPOILER="Client"]</p><p><?php</p><p>$validBeta = mysql_query("SELECT beta_code FROM beta WHERE user_id = '".$_SESSION['user']['id']."'");</p><p>if(mysql_num_rows($validBeta) == 0){</p><p> header('Location: ../logout');</p><p> exit;</p><p>}</p><p>?></p><p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</p><p> "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"></p><p><html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>" xml:lang="en" lang="en" xmlns<img src="/styles/default/xenforo/smilies/emojione/eek.png" class="smilie" loading="lazy" alt=":eek:" title="Eek! :eek:" data-shortname=":eek:" />g="<a href="http://opengraphprotocol.org/schema/" target="_blank">http://opengraphprotocol.org/schema/</a>" xmlns:fb="<a href="http://www.facebook.com/2008/fbml" target="_blank">http://www.facebook.com/2008/fbml</a>"></p><p><head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8" /></p><p> <title>FluxRP - 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="http://{myurl}/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="http://{myurl}/fluxweb/js/snow.js"></script>--></p><p><link rel="stylesheet" href="http://{myurl}/fluxweb/static/styles/common.css" type="text/css" /></p><p><script src="http://{myurl}/fluxweb/static/js/libs2.js" type="text/javascript"></script></p><p><script src="http://{myurl}/fluxweb/static/js/visual.js" type="text/javascript"></script></p><p><script src="http://{myurl}/fluxweb/static/js/libs.js" type="text/javascript"></script></p><p><script src="http://{myurl}/fluxweb/static/js/common.js" type="text/javascript"></script></p><p></p><p></p><p><link href='<a href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Ubuntu+Medium" target="_blank">http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Ubuntu+Medium</a>' 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 = "Nath";</p><p>var habboId = 2;</p><p>var facebookUser = false;</p><p>var habboReqPath = "";</p><p>var habboStaticFilePath = "http://{myurl}/web-gallery";</p><p>var habboImagerUrl = "http://{myurl}/habbo-imaging/";</p><p>var habboPartner = "";</p><p>var habboDefaultClientPopupUrl = "http://{myurl}/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="http://{myurl}/fluxweb/static/styles/habboflashclient.css" type="text/css" /></p><p><script src="http://{myurl}/fluxweb/static/js/habboflashclient.js" type="text/javascript"></script></p><p></p><p><script type="text/javascript"></p><p> var BaseUrl = "http://{myurl}/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" : "127.0.0.1",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "http://{myurl}",</p><p> "url.prefix" : "http://{myurl}",</p><p> "client.reload.url" : "http://{myurl}/client",</p><p> "client.fatal.error.url" : "http://{myurl}/client",</p><p> "client.connection.failed.url" : "http://{myurl}/client",</p><p> "logout.url" : "http://{myurl}/me",</p><p> "logout.disconnect.url" : "http://{myurl}/client",</p><p> "external.variables.txt" : "http://{myurl}/swfs/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://{myurl}/swfs/gamedata/external_flash_texts.txt",</p><p> "external.figurepartlist.txt" : "http://{myurl}/swfs/gamedata/figuredata.xml",</p><p> "productdata.load.url" : "http://{myurl}/swfs/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://{myurl}/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" : "http://{myurl}/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("http://{myurl}/swfs/gordon/PRODUCTION-201510261212-858675875/HabFlux.swf", "client", "100%", "100%", "10.0.0", "http://{myurl}/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> <div class="StatContainer 1" style="top: 1%; left: 5%; display: block;"></p><p> <table width="100%"></p><p> <tbody><tr></p><p> </p><p> <td width="2%"><div class="Character" style="background: url(&quot;<a href="https://avatar-retro.com/habbo-imaging/avatarimage?figure=wa-3263-110-82.lg-3057-82.ch-210-96.hd-180-8.hr-3163-38.cc-3007-96-110.sh-3016-96&amp;gesture=srp&amp;head_direction=3&amp;headonly=1" target="_blank">https://avatar-retro.com/habbo-imaging/avatarimage?figure=wa-3263-110-82.lg-3057-82.ch-210-96.hd-180-8.hr-3163-38.cc-3007-96-110.sh-3016-96&amp;gesture=srp&amp;head_direction=3&amp;headonly=1</a>&quot<img src="/styles/default/xenforo/smilies/emojione/wink.png" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" />;"><div class="LevelIndicator">1</div></div></td></p><p> </p><p> <td></p><p> <div class="BarContainer"></p><p> <div class="BoxBackground"><div class="StatBar HealthBar" style="width: 108px;"></div></div></p><p> <div class="BoxBackground"><div class="StatBar EnergyBar" style="width: 108px;"></div></div></p><p> <div class="BoxBackground" style="width:56px !important;"><div class="StatBar XPBar" style="width: 0px;"></div></div></p><p> </div></p><p> </td></p><p> </p><p> </p><p> </tr></p><p> </tbody></table></p><p> </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="<a href="http://get.adobe.com/flashplayer/" target="_blank">http://get.adobe.com/flashplayer/</a>">Install flash player</a>. More instructions for installation can be found here: <a href="<a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/" target="_blank">http://www.adobe.com/products/flashplayer/productinfo/instructions/</a>">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="<a href="http://www.adobe.com/go/getflashplayer" target="_blank">http://www.adobe.com/go/getflashplayer</a>"><img src="http://{myurl}/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="<a href="https://code.jquery.com/jquery.js" target="_blank">https://code.jquery.com/jquery.js</a>"></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></p><p>[/SPOILER]</p><p>Alert me if you need to see the External_Variables. I have changed all of my URLS in there aswell.</p><p>[doublepost=1504552208,1504499836][/doublepost][USER=36373]@JayCustom[/USER] , any help? If not that's fine</p></blockquote><p></p>
[QUOTE="Metaphoracity, post: 417967, member: 55667"] Just recently got back into Habbo retro's, and I always wanted to have a HabboRP, I am using it just for personal but I got everything to work, besides the Client. Here is what I get : [IMG]https://gyazo.com/db1cdff1e6181b28bd9427a025dc6ae4[/IMG][IMG]http://blob:http://imgur.com/6076a913-edf3-4e5a-9f8a-b53491558944[/IMG][SPOILER="Image"][IMG]http://i.imgur.com/bfx3PG3.png8944[/IMG] [/SPOILER] I will post the Client.php below, [SPOILER="Client"] <?php $validBeta = mysql_query("SELECT beta_code FROM beta WHERE user_id = '".$_SESSION['user']['id']."'"); if(mysql_num_rows($validBeta) == 0){ header('Location: ../logout'); exit; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]"> <html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]" xml:lang="en" lang="en" xmlns:eek:g="[URL]http://opengraphprotocol.org/schema/[/URL]" xmlns:fb="[URL]http://www.facebook.com/2008/fbml[/URL]"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>FluxRP - Client</title> <script type="text/javascript"> var andSoItBegins = (new Date()).getTime(); </script> <link rel="shortcut icon" href="http://{myurl}/fluxweb/v2/images/favicon.ico" type="image/vnd.microsoft.icon" /> <meta name="csrf-token" content="a68e16da32"/> <!--<script type="text/javascript" src="http://{myurl}/fluxweb/js/snow.js"></script>--> <link rel="stylesheet" href="http://{myurl}/fluxweb/static/styles/common.css" type="text/css" /> <script src="http://{myurl}/fluxweb/static/js/libs2.js" type="text/javascript"></script> <script src="http://{myurl}/fluxweb/static/js/visual.js" type="text/javascript"></script> <script src="http://{myurl}/fluxweb/static/js/libs.js" type="text/javascript"></script> <script src="http://{myurl}/fluxweb/static/js/common.js" type="text/javascript"></script> <link href='[URL]http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Ubuntu+Medium[/URL]' 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 = "Nath"; var habboId = 2; var facebookUser = false; var habboReqPath = ""; var habboStaticFilePath = "http://{myurl}/web-gallery"; var habboImagerUrl = "http://{myurl}/habbo-imaging/"; var habboPartner = ""; var habboDefaultClientPopupUrl = "http://{myurl}/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="http://{myurl}/fluxweb/static/styles/habboflashclient.css" type="text/css" /> <script src="http://{myurl}/fluxweb/static/js/habboflashclient.js" type="text/javascript"></script> <script type="text/javascript"> var BaseUrl = "http://{myurl}/swfs/gordon/PRODUCTION-201510261212-858675875"; var flashvars = { "client.allow.cross.domain" : "0", "client.notify.cross.domain" : "1", "connection.info.host" : "127.0.0.1", "connection.info.port" : "30000", "site.url" : "http://{myurl}", "url.prefix" : "http://{myurl}", "client.reload.url" : "http://{myurl}/client", "client.fatal.error.url" : "http://{myurl}/client", "client.connection.failed.url" : "http://{myurl}/client", "logout.url" : "http://{myurl}/me", "logout.disconnect.url" : "http://{myurl}/client", "external.variables.txt" : "http://{myurl}/swfs/gamedata/external_variables.txt", "external.texts.txt" : "http://{myurl}/swfs/gamedata/external_flash_texts.txt", "external.figurepartlist.txt" : "http://{myurl}/swfs/gamedata/figuredata.xml", "productdata.load.url" : "http://{myurl}/swfs/gamedata/productdata.txt", "furnidata.load.url" : "http://{myurl}/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" : "http://{myurl}/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("http://{myurl}/swfs/gordon/PRODUCTION-201510261212-858675875/HabFlux.swf", "client", "100%", "100%", "10.0.0", "http://{myurl}/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"> <div class="StatContainer 1" style="top: 1%; left: 5%; display: block;"> <table width="100%"> <tbody><tr> <td width="2%"><div class="Character" style="background: url("[URL]https://avatar-retro.com/habbo-imaging/avatarimage?figure=wa-3263-110-82.lg-3057-82.ch-210-96.hd-180-8.hr-3163-38.cc-3007-96-110.sh-3016-96&gesture=srp&head_direction=3&headonly=1[/URL]");"><div class="LevelIndicator">1</div></div></td> <td> <div class="BarContainer"> <div class="BoxBackground"><div class="StatBar HealthBar" style="width: 108px;"></div></div> <div class="BoxBackground"><div class="StatBar EnergyBar" style="width: 108px;"></div></div> <div class="BoxBackground" style="width:56px !important;"><div class="StatBar XPBar" style="width: 0px;"></div></div> </div> </td> </tr> </tbody></table> </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="[URL]http://get.adobe.com/flashplayer/[/URL]">Install flash player</a>. More instructions for installation can be found here: <a href="[URL]http://www.adobe.com/products/flashplayer/productinfo/instructions/[/URL]">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="[URL]http://www.adobe.com/go/getflashplayer[/URL]"><img src="http://{myurl}/fluxweb/v2/images/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> </div> </div> </script> <!-- JS --> <script src="[URL]https://code.jquery.com/jquery.js[/URL]"></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> [/SPOILER] Alert me if you need to see the External_Variables. I have changed all of my URLS in there aswell. [doublepost=1504552208,1504499836][/doublepost][USER=36373]@JayCustom[/USER] , any help? If not that's fine [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RP - Help
Top