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
Client stuck on 76%
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="jtagedjay" data-source="post: 383960" data-attributes="member: 71006"><p>im using localhost atm but cant seem to get passed 76%</p><p><a href="http://imgur.com/a/hXDzN" target="_blank">http://imgur.com/a/hXDzN</a></p><p><a href="http://imgur.com/a/NE0FQ" target="_blank">http://imgur.com/a/NE0FQ</a></p><p>it doesn't come up with anything when i hit f12 and refresh</p><p><img src="http://imgur.com/a/NE0FQ" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://imgur.com/a/hXDzN" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://imgur.com/a/pLLUS" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Client</p><p>[PHP]<!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <link rel="shortcut icon" href="http://localhost/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} Hotel</title></p><p> </p><p> <link rel="stylesheet" href="http://localhost/app/tpl/skins/Weeb/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="http://localhost/app/tpl/skins/Weeb/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201602082203-712976078/";</p><p> var flashvars =</p><p> {</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "127.0.0.1",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "http://localhost",</p><p> "url.prefix" : "http://localhost",</p><p> "client.reload.url" : "http://localhost/disconnected",</p><p> "client.fatal.error.url" : "http://localhost/disconnected",</p><p> "client.connection.failed.url" : "http://localhost/disconnected",</p><p> "external.variables.txt" : "http://localhost/swf/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://localhost/swf/gamedata/external_flash_texts.txt",</p><p> "external.override.texts.txt" : "http://localhost/swf/gamedata/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" : "http://localhost/swf/gamedata/override/external_override_variables.txt",</p><p> "external.figurepartlist.txt" : "http://localhost/swf/gamedata/figuredata.xml", </p><p> "productdata.load.url" : "http://localhost/swf/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://localhost/swf/gamedata/furnidata.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "client.starting" : "Please wait! {hotelName} is starting up.", </p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",</p><p> "flash.client.origin" : "popup" </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(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/swf/gordon/PRODUCTION-201602082203-712976078/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body></p><p> </p><p> <div id="client"></div></p><p><style type="text/css"></p><p>.menu-spacefm {</p><p> position:fixed;</p><p> bottom:48px;</p><p> right:180px;</p><p> z-index:1005!important;</p><p> color:#FFF;</p><p> cursor:pointer;</p><p> background-color: #10100d;</p><p> width: 100px;</p><p> height: 28px;</p><p> border-radius: 5px 5px 0px 0px;</p><p> border: 2px solid #201e19;border-bottom: 0px;</p><p>}.menu-spacefm-second {</p><p> position:fixed;</p><p> bottom:48px;</p><p> right:15px;</p><p> z-index:1005!important;</p><p> color:#FFF;</p><p> background-color: #10100d;</p><p> width: 260px;</p><p> height: auto;</p><p> border-radius: 5px 5px 0px 0px;</p><p> border: 2px solid #201e19;</p><p> display: none;</p><p> border-bottom: 0px;</p><p>}</p><p>.menu-spacefm-third {</p><p> position:fixed;</p><p> bottom:142px;</p><p> right:15px;</p><p> z-index:1005!important;</p><p> color:#FFF;</p><p> background-color: #2E2E2C;</p><p> width: 260px;</p><p> height: auto;</p><p> border-radius: 5px 5px 5px 5px;</p><p> border: 2px solid #201e19;</p><p> display: none;</p><p>}</p><p>.content {</p><p> padding-top: 5px;</p><p> padding-left: 4px;</p><p> background-color: #2E2E2C;</p><p> text-align: left;</p><p>}</p><p>.arrow-up {</p><p> width: 0;</p><p> height: 0;</p><p> border-left: 7px solid transparent;</p><p> border-right: 7px solid transparent;</p><p> border-bottom: 7px solid #fff;</p><p> display: inline-block;</p><p> background-color: #2E2E2C;</p><p>}</p><p>.arrow-down {</p><p> width: 0;</p><p> height: 0;</p><p> border-left: 7px solid transparent;</p><p> border-right: 7px solid transparent;</p><p> border-top: 7px solid #fff;</p><p> display: inline-block;</p><p> background-color: #2E2E2C;</p><p>}</p><p>.img {</p><p> background: url(http://localhost/app/tpl/skins/Weeb/styling/images/logo.gif);</p><p> background-repeat: no-repeat;</p><p> width: 153px;</p><p> height: 34px;</p><p> cursor: pointer;</p><p>}</p><p>#spacefmclose {cursor: pointer;background-color: #2E2E2C;}</p><p>#shoutlijn {background: #2E2E2C;}</p><p></p><p>/*/ dit hoeft niet op spacehotel.co /*/</p><p>*{background: #000;}</p><p></style>[/PHP]</p><p></p><p>Config</p><p>[PHP]<?php</p><p>$homepage = file_get_contents('http://iphub.info/api.php?ip='.$_SERVER['HTTP_CF_CONNECTING_IP'].'&showtype=4');</p><p>$vpn = json_decode($homepage, true);</p><p>if($vpn['proxy'] == '1')</p><p>include'app/tpl/skins/Cold/inc/geentoegang.php';</p><p>if($vpn['proxy'] == '0')</p><p>if(!defined('IN_INDEX')) { die('Sorry, je hebt geen toegang tot deze pagina!'); }</p><p># Gemaakt door Chris - Badge systeem #</p><p>function generateRandomString($length = 10) {</p><p> $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';</p><p> $randomString = '';</p><p> for ($i = 0; $i < $length; $i++) {</p><p> $randomString .= $characters[rand(0, strlen($characters) - 1)];</p><p> }</p><p> return $randomString;</p><p>}</p><p></p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p></p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</p><p></p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p></p><p>$_CONFIG['mysql']['password'] = 'micro17'; //MySQL password</p><p></p><p>$_CONFIG['mysql']['database'] = 'microdb'; //MySQL database</p><p></p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p></p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['hotel']['server_ip'] = '127.0.0.1';</p><p></p><p>$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"</p><p></p><p>$_CONFIG['hotel']['name'] = 'Blast'; // Hotel's name</p><p></p><p>$_CONFIG['hotel']['desc'] = 'Best retro since 911!'; //Hotel's description</p><p></p><p>$_CONFIG['hotel']['email'] = 'Flush@Blast.com'; //Where the help queries from users are emailed to.@Priv skin</p><p></p><p>$_CONFIG['hotel']['in_maint'] = False; //False if hotel is NOT in maintenance. True if hotel IS in maintenance</p><p></p><p>$_CONFIG['hotel']['motto'] = 'Blast Noobie!'; //Default motto users will register with.</p><p></p><p>$_CONFIG['hotel']['credits'] = 95000; //Default number of credits users will register with.</p><p></p><p>$_CONFIG['hotel']['pixels'] = 85000; //Default number of pixels users will register with.</p><p></p><p>$_CONFIG['hotel']['figure'] = 'hd-180-3.ha-3129-106.hr-831-60.cc-3039-106.ch-215-106.fa-1206-106.lg-270-106.sh-3154-92-106'; //Default figure users will register with.</p><p></p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1532'; //Web_Build</p><p></p><p>$_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/external_variables.txt'; //URL to your external vars</p><p></p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/swf/external_flash_texts.txt'. generateRandomString(); //URL to your external texts</p><p></p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/swf/productdata.txt'; //URL to your productdata</p><p></p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/furnidata.xml'; //URL to your furnidata</p><p></p><p>$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf'; //URL to your SWF folder(does not end with a '/')</p><p></p><p>/*</p><p>*</p><p>* Templating management - Pick one of our default styles or make yours by following our examples!</p><p>*</p><p>*/</p><p></p><p>#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.</p><p></p><p>$_CONFIG['template']['style'] = 'Weeb';</p><p></p><p>/*</p><p>*</p><p>* Other topsites.. thing</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['thehabbos']['username'] = 'Kryptos';</p><p>$_CONFIG['retro_top']['user'] = 'Kryptos';</p><p></p><p>/*</p><p>*</p><p>* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';</p><p>$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';</p><p></p><p></p><p>/*</p><p>*</p><p>* Social Networking stuff</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['social']['twitter'] = 'Cold'; //Hotel's Twitter account</p><p></p><p>$_CONFIG['social']['facebook'] = 'Cold'; //Hotel's Facebook account</p><p></p><p>?>[/PHP]</p></blockquote><p></p>
[QUOTE="jtagedjay, post: 383960, member: 71006"] im using localhost atm but cant seem to get passed 76% [URL]http://imgur.com/a/hXDzN[/URL] [URL]http://imgur.com/a/NE0FQ[/URL] it doesn't come up with anything when i hit f12 and refresh [IMG]http://imgur.com/a/NE0FQ[/IMG] [IMG]http://imgur.com/a/hXDzN[/IMG] [IMG]http://imgur.com/a/pLLUS[/IMG] Client [PHP]<!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="http://localhost/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} Hotel</title> <link rel="stylesheet" href="http://localhost/app/tpl/skins/Weeb/styles/client.css" type="text/css"> <script type="text/javascript" src="http://localhost/app/tpl/skins/Weeb/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201602082203-712976078/"; var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "127.0.0.1", "connection.info.port" : "30000", "site.url" : "http://localhost", "url.prefix" : "http://localhost", "client.reload.url" : "http://localhost/disconnected", "client.fatal.error.url" : "http://localhost/disconnected", "client.connection.failed.url" : "http://localhost/disconnected", "external.variables.txt" : "http://localhost/swf/gamedata/external_variables.txt", "external.texts.txt" : "http://localhost/swf/gamedata/external_flash_texts.txt", "external.override.texts.txt" : "http://localhost/swf/gamedata/override/external_flash_override_texts.txt", "external.override.variables.txt" : "http://localhost/swf/gamedata/override/external_override_variables.txt", "external.figurepartlist.txt" : "http://localhost/swf/gamedata/figuredata.xml", "productdata.load.url" : "http://localhost/swf/gamedata/productdata.txt", "furnidata.load.url" : "http://localhost/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" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/", "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/swf/gordon/PRODUCTION-201602082203-712976078/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> <style type="text/css"> .menu-spacefm { position:fixed; bottom:48px; right:180px; z-index:1005!important; color:#FFF; cursor:pointer; background-color: #10100d; width: 100px; height: 28px; border-radius: 5px 5px 0px 0px; border: 2px solid #201e19;border-bottom: 0px; }.menu-spacefm-second { position:fixed; bottom:48px; right:15px; z-index:1005!important; color:#FFF; background-color: #10100d; width: 260px; height: auto; border-radius: 5px 5px 0px 0px; border: 2px solid #201e19; display: none; border-bottom: 0px; } .menu-spacefm-third { position:fixed; bottom:142px; right:15px; z-index:1005!important; color:#FFF; background-color: #2E2E2C; width: 260px; height: auto; border-radius: 5px 5px 5px 5px; border: 2px solid #201e19; display: none; } .content { padding-top: 5px; padding-left: 4px; background-color: #2E2E2C; text-align: left; } .arrow-up { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; display: inline-block; background-color: #2E2E2C; } .arrow-down { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #fff; display: inline-block; background-color: #2E2E2C; } .img { background: url(http://localhost/app/tpl/skins/Weeb/styling/images/logo.gif); background-repeat: no-repeat; width: 153px; height: 34px; cursor: pointer; } #spacefmclose {cursor: pointer;background-color: #2E2E2C;} #shoutlijn {background: #2E2E2C;} /*/ dit hoeft niet op spacehotel.co /*/ *{background: #000;} </style>[/PHP] Config [PHP]<?php $homepage = file_get_contents('http://iphub.info/api.php?ip='.$_SERVER['HTTP_CF_CONNECTING_IP'].'&showtype=4'); $vpn = json_decode($homepage, true); if($vpn['proxy'] == '1') include'app/tpl/skins/Cold/inc/geentoegang.php'; if($vpn['proxy'] == '0') if(!defined('IN_INDEX')) { die('Sorry, je hebt geen toegang tot deze pagina!'); } # Gemaakt door Chris - Badge systeem # function generateRandomString($length = 10) { $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; $randomString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, strlen($characters) - 1)]; } return $randomString; } $_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection. $_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host $_CONFIG['mysql']['username'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = 'micro17'; //MySQL password $_CONFIG['mysql']['database'] = 'microdb'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * * Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['server_ip'] = '127.0.0.1'; $_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/" $_CONFIG['hotel']['name'] = 'Blast'; // Hotel's name $_CONFIG['hotel']['desc'] = 'Best retro since 911!'; //Hotel's description $_CONFIG['hotel']['email'] = 'Flush@Blast.com'; //Where the help queries from users are emailed to.@Priv skin $_CONFIG['hotel']['in_maint'] = False; //False if hotel is NOT in maintenance. True if hotel IS in maintenance $_CONFIG['hotel']['motto'] = 'Blast Noobie!'; //Default motto users will register with. $_CONFIG['hotel']['credits'] = 95000; //Default number of credits users will register with. $_CONFIG['hotel']['pixels'] = 85000; //Default number of pixels users will register with. $_CONFIG['hotel']['figure'] = 'hd-180-3.ha-3129-106.hr-831-60.cc-3039-106.ch-215-106.fa-1206-106.lg-270-106.sh-3154-92-106'; //Default figure users will register with. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1532'; //Web_Build $_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/external_variables.txt'; //URL to your external vars $_CONFIG['hotel']['external_texts'] = 'http://localhost/swf/external_flash_texts.txt'. generateRandomString(); //URL to your external texts $_CONFIG['hotel']['product_data'] = 'http://localhost/swf/productdata.txt'; //URL to your productdata $_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/furnidata.xml'; //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf'; //URL to your SWF folder(does not end with a '/') /* * * Templating management - Pick one of our default styles or make yours by following our examples! * */ #RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style. $_CONFIG['template']['style'] = 'Weeb'; /* * * Other topsites.. thing * */ $_CONFIG['thehabbos']['username'] = 'Kryptos'; $_CONFIG['retro_top']['user'] = 'Kryptos'; /* * * Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy. * */ $_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43'; $_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD'; /* * * Social Networking stuff * */ $_CONFIG['social']['twitter'] = 'Cold'; //Hotel's Twitter account $_CONFIG['social']['facebook'] = 'Cold'; //Hotel's Facebook account ?>[/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client stuck on 76%
Top