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
Find Retros
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="opinionswrest" data-source="post: 465493" data-attributes="member: 90370"><p>[SPOILER="client file"]</p><p><?php</p><p>require_once 'findretros_config.php';</p><p>require_once 'findretros.php';</p><p>$FindRetros = new FindRetros();</p><p>if($FindRetros->hasClientVoted()) {</p><p> echo 'You have voted!';</p><p>}else{</p><p> // echo 'You have yet to vote!';</p><p> $FindRetros->redirectClientToVote();</p><p>}</p><p></p><p></p><p></p><p>?></p><p><?php include_once('habboflashstyle.php'); ?></p><p><?php</p><p> staffCheck();</p><p> Game::sso('client'); </p><p> Game::homeRoom(); </p><p>?></p><p><html></p><p></body></p><p><head></p><p> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></p><p> <title><?= $config['hotelName'] ?> - Game</title></p><p> <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script></p><p> <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script></p><p> <script src="/templates/brain/client/js/flashclient.js"></script></p><p> <script src="/templates/brain/client/js/flash_detect_min.js"></script></p><p> <script src="/templates/brain/client/js/client.js" type="text/javascript"></script></p><p> <link rel="stylesheet" href="/templates/brain/client/css/client.css?v=5" type="text/css"></p><p> </head></p><p><body></p><p> <?php</p><p> if($hotel['onlineCounter'] == true)</p><p> {</p><p> ?></p><p> <script type="text/javascript"></p><p> $(document).ready(function(e) {</p><p> $.ajaxSetup({</p><p> cache:true</p><p> });</p><p> setInterval(function() {</p><p> $('#onlinecount').load('/onlinecountclient');</p><p> }, 8000);</p><p> $( "#onlinecount").click(function() {</p><p> $('#onlinecount').load('/onlinecountclient');</p><p> });</p><p> });</p><p> </script></p><p> <div class="clientOnlineBox"></p><p> <div class="clientOnlineBoxTxt" id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online</small></div></p><p> <img src="/templates/brain/client/images/onlineiconclient.png" style="width:29px;height:28px;ht; */position: absolute;margin-left: 130px;margin-top: -19px;"></p><p> </div></p><p> <?php</p><p> }</p><p> ?></p><p> <center></p><p> <div id="client-ui"></p><p> <div class="client" id="client"></div></p><p> </div></p><p> <script></p><p> var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0");</p><p> Client.addVariable("client.allow.cross.domain", "0"); </p><p> Client.addVariable("client.notify.cross.domain", "1");</p><p> Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");</p><p> Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");</p><p> Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>");</p><p> Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>"); </p><p> Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>"); </p><p> Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>"); </p><p> Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>");</p><p> Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>"); </p><p> Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>"); </p><p> Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>");</p><p> Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>"); </p><p> Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>");</p><p> Client.addVariable("use.sso.ticket", "1"); </p><p> Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>");</p><p> Client.addVariable("processlog.enabled", "0");</p><p> Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading...");</p><p> Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/"); </p><p> Client.addVariable("flash.client.origin", "popup");</p><p> Client.addVariable("ads.domain", "");</p><p> Client.addVariable("diamonds.enabled", '<?= $hotel['diamonds.enabled'] ?>');</p><p> Client.addParam('base', '<?= $hotel['swfFolder'] ?>/');</p><p> Client.addParam('allowScriptAccess', 'always');</p><p> Client.addParam('wmode', "opaque");</p><p> Client.write('client');</p><p> FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout";</p><p> </script></p><p> </center></p><p></body></p><p></html></p><p></center></p><p></div></p><p></head></p><p>[/SPOILER]</p><p></p><p>[SPOILER="Find retros Config"]</p><p><?php</p><p>$_CONFIG = array(</p><p> /* What is "username" of your page on FindRetros? */</p><p></p><p> 'pagename' => 'cloudhotelnew',</p><p> /* How many seconds should it take to try and reach FindRetros if it's down? */</p><p> 'timeout' => 2,</p><p> /* Are you using CloudFlare? If so, set this to true. */</p><p> 'cloudflare' => true,</p><p> /* Incase FindRetros.com has a new domain, change it below. */</p><p> 'api' => '<a href="https://findretros.com/" target="_blank">https://findretros.com/</a>'</p><p>);</p><p>[/SPOILER]</p><p>[automerge]1606492881[/automerge]</p><p></p><p>[SPOILER="client file"]</p><p><?php</p><p>require_once 'findretros_config.php';</p><p>require_once 'findretros.php';</p><p>$FindRetros = new FindRetros();</p><p>if($FindRetros->hasClientVoted()) {</p><p> echo 'You have voted!';</p><p>}else{</p><p> // echo 'You have yet to vote!';</p><p> $FindRetros->redirectClientToVote();</p><p>}</p><p></p><p></p><p></p><p>?></p><p><?php include_once('habboflashstyle.php'); ?></p><p><?php</p><p> staffCheck();</p><p> Game::sso('client'); </p><p> Game::homeRoom(); </p><p>?></p><p><html></p><p></body></p><p><head></p><p> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></p><p> <title><?= $config['hotelName'] ?> - Game</title></p><p> <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script></p><p> <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script></p><p> <script src="/templates/brain/client/js/flashclient.js"></script></p><p> <script src="/templates/brain/client/js/flash_detect_min.js"></script></p><p> <script src="/templates/brain/client/js/client.js" type="text/javascript"></script></p><p> <link rel="stylesheet" href="/templates/brain/client/css/client.css?v=5" type="text/css"></p><p> </head></p><p><body></p><p> <?php</p><p> if($hotel['onlineCounter'] == true)</p><p> {</p><p> ?></p><p> <script type="text/javascript"></p><p> $(document).ready(function(e) {</p><p> $.ajaxSetup({</p><p> cache:true</p><p> });</p><p> setInterval(function() {</p><p> $('#onlinecount').load('/onlinecountclient');</p><p> }, 8000);</p><p> $( "#onlinecount").click(function() {</p><p> $('#onlinecount').load('/onlinecountclient');</p><p> });</p><p> });</p><p> </script></p><p> <div class="clientOnlineBox"></p><p> <div class="clientOnlineBoxTxt" id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online</small></div></p><p> <img src="/templates/brain/client/images/onlineiconclient.png" style="width:29px;height:28px;ht; */position: absolute;margin-left: 130px;margin-top: -19px;"></p><p> </div></p><p> <?php</p><p> }</p><p> ?></p><p> <center></p><p> <div id="client-ui"></p><p> <div class="client" id="client"></div></p><p> </div></p><p> <script></p><p> var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0");</p><p> Client.addVariable("client.allow.cross.domain", "0");</p><p> Client.addVariable("client.notify.cross.domain", "1");</p><p> Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");</p><p> Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");</p><p> Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>");</p><p> Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>");</p><p> Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me");</p><p> Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>");</p><p> Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>"); </p><p> Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>");</p><p> Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>");</p><p> Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>");</p><p> Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>");</p><p> Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>");</p><p> Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>");</p><p> Client.addVariable("use.sso.ticket", "1");</p><p> Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>");</p><p> Client.addVariable("processlog.enabled", "0");</p><p> Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading...");</p><p> Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/");</p><p> Client.addVariable("flash.client.origin", "popup");</p><p> Client.addVariable("ads.domain", "");</p><p> Client.addVariable("diamonds.enabled", '<?= $hotel['diamonds.enabled'] ?>');</p><p> Client.addParam('base', '<?= $hotel['swfFolder'] ?>/');</p><p> Client.addParam('allowScriptAccess', 'always');</p><p> Client.addParam('wmode', "opaque");</p><p> Client.write('client');</p><p> FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout";</p><p> </script></p><p> </center></p><p></body></p><p></html></p><p></center></p><p></div></p><p></head></p><p>[/SPOILER]</p><p></p><p>[SPOILER="Find retros Config"]</p><p><?php</p><p>$_CONFIG = array(</p><p> /* What is "username" of your page on FindRetros? */</p><p></p><p> 'pagename' => 'cloudhotelnew',</p><p> /* How many seconds should it take to try and reach FindRetros if it's down? */</p><p> 'timeout' => 2,</p><p> /* Are you using CloudFlare? If so, set this to true. */</p><p> 'cloudflare' => true,</p><p> /* Incase FindRetros.com has a new domain, change it below. */</p><p> 'api' => '<a href="https://findretros.com/" target="_blank">https://findretros.com/</a>'</p><p>);</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="opinionswrest, post: 465493, member: 90370"] [SPOILER="client file"] <?php require_once 'findretros_config.php'; require_once 'findretros.php'; $FindRetros = new FindRetros(); if($FindRetros->hasClientVoted()) { echo 'You have voted!'; }else{ // echo 'You have yet to vote!'; $FindRetros->redirectClientToVote(); } ?> <?php include_once('habboflashstyle.php'); ?> <?php staffCheck(); Game::sso('client'); Game::homeRoom(); ?> <html> </body> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><?= $config['hotelName'] ?> - Game</title> <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script> <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script> <script src="/templates/brain/client/js/flashclient.js"></script> <script src="/templates/brain/client/js/flash_detect_min.js"></script> <script src="/templates/brain/client/js/client.js" type="text/javascript"></script> <link rel="stylesheet" href="/templates/brain/client/css/client.css?v=5" type="text/css"> </head> <body> <?php if($hotel['onlineCounter'] == true) { ?> <script type="text/javascript"> $(document).ready(function(e) { $.ajaxSetup({ cache:true }); setInterval(function() { $('#onlinecount').load('/onlinecountclient'); }, 8000); $( "#onlinecount").click(function() { $('#onlinecount').load('/onlinecountclient'); }); }); </script> <div class="clientOnlineBox"> <div class="clientOnlineBoxTxt" id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online</small></div> <img src="/templates/brain/client/images/onlineiconclient.png" style="width:29px;height:28px;ht; */position: absolute;margin-left: 130px;margin-top: -19px;"> </div> <?php } ?> <center> <div id="client-ui"> <div class="client" id="client"></div> </div> <script> var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0"); Client.addVariable("client.allow.cross.domain", "0"); Client.addVariable("client.notify.cross.domain", "1"); Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>"); Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>"); Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>"); Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>"); Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>"); Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>"); Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>"); Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>"); Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>"); Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>"); Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>"); Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>"); Client.addVariable("use.sso.ticket", "1"); Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>"); Client.addVariable("processlog.enabled", "0"); Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading..."); Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/"); Client.addVariable("flash.client.origin", "popup"); Client.addVariable("ads.domain", ""); Client.addVariable("diamonds.enabled", '<?= $hotel['diamonds.enabled'] ?>'); Client.addParam('base', '<?= $hotel['swfFolder'] ?>/'); Client.addParam('allowScriptAccess', 'always'); Client.addParam('wmode', "opaque"); Client.write('client'); FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout"; </script> </center> </body> </html> </center> </div> </head> [/SPOILER] [SPOILER="Find retros Config"] <?php $_CONFIG = array( /* What is "username" of your page on FindRetros? */ 'pagename' => 'cloudhotelnew', /* How many seconds should it take to try and reach FindRetros if it's down? */ 'timeout' => 2, /* Are you using CloudFlare? If so, set this to true. */ 'cloudflare' => true, /* Incase FindRetros.com has a new domain, change it below. */ 'api' => '[URL]https://findretros.com/[/URL]' ); [/SPOILER] [automerge]1606492881[/automerge] [SPOILER="client file"] <?php require_once 'findretros_config.php'; require_once 'findretros.php'; $FindRetros = new FindRetros(); if($FindRetros->hasClientVoted()) { echo 'You have voted!'; }else{ // echo 'You have yet to vote!'; $FindRetros->redirectClientToVote(); } ?> <?php include_once('habboflashstyle.php'); ?> <?php staffCheck(); Game::sso('client'); Game::homeRoom(); ?> <html> </body> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><?= $config['hotelName'] ?> - Game</title> <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script> <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script> <script src="/templates/brain/client/js/flashclient.js"></script> <script src="/templates/brain/client/js/flash_detect_min.js"></script> <script src="/templates/brain/client/js/client.js" type="text/javascript"></script> <link rel="stylesheet" href="/templates/brain/client/css/client.css?v=5" type="text/css"> </head> <body> <?php if($hotel['onlineCounter'] == true) { ?> <script type="text/javascript"> $(document).ready(function(e) { $.ajaxSetup({ cache:true }); setInterval(function() { $('#onlinecount').load('/onlinecountclient'); }, 8000); $( "#onlinecount").click(function() { $('#onlinecount').load('/onlinecountclient'); }); }); </script> <div class="clientOnlineBox"> <div class="clientOnlineBoxTxt" id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online</small></div> <img src="/templates/brain/client/images/onlineiconclient.png" style="width:29px;height:28px;ht; */position: absolute;margin-left: 130px;margin-top: -19px;"> </div> <?php } ?> <center> <div id="client-ui"> <div class="client" id="client"></div> </div> <script> var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0"); Client.addVariable("client.allow.cross.domain", "0"); Client.addVariable("client.notify.cross.domain", "1"); Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>"); Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>"); Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>"); Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>"); Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me"); Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>"); Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>"); Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>"); Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>"); Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>"); Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>"); Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>"); Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>"); Client.addVariable("use.sso.ticket", "1"); Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>"); Client.addVariable("processlog.enabled", "0"); Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading..."); Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/"); Client.addVariable("flash.client.origin", "popup"); Client.addVariable("ads.domain", ""); Client.addVariable("diamonds.enabled", '<?= $hotel['diamonds.enabled'] ?>'); Client.addParam('base', '<?= $hotel['swfFolder'] ?>/'); Client.addParam('allowScriptAccess', 'always'); Client.addParam('wmode', "opaque"); Client.write('client'); FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout"; </script> </center> </body> </html> </center> </div> </head> [/SPOILER] [SPOILER="Find retros Config"] <?php $_CONFIG = array( /* What is "username" of your page on FindRetros? */ 'pagename' => 'cloudhotelnew', /* How many seconds should it take to try and reach FindRetros if it's down? */ 'timeout' => 2, /* Are you using CloudFlare? If so, set this to true. */ 'cloudflare' => true, /* Incase FindRetros.com has a new domain, change it below. */ 'api' => '[URL]https://findretros.com/[/URL]' ); [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Find Retros
Top