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
revcms client for nitro?
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="boz" data-source="post: 468366" data-attributes="member: 100214"><p>Hi i've been off the retro scene for awhile now.... obviously coming back to no flash is mind boggling me. i've set up everything just barring the client (nitro.php) i've got the file but if i goto access the file its just a blank screen. I'll post the .php file below.</p><p></p><p>[ICODE]</p><p><html lang="en"></p><p><head></p><p> <meta charset="utf-8"></p><p> <title>Ubbo - Hotel</title></p><p> <base href="nitro-assets/</p><p> "></p><p> <meta name="viewport" content="width=device-width, initial-scale=1.0"></p><p> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"></p><p> <link rel="stylesheet" href="app/tpl/skins/custom-habbo/client/client.css"></p><p></head></p><p><body></p><p> <script></p><p> var NitroConfig = {</p><p> configurationUrl: 'localhost/configuration.json?9999999999',</p><p> sso: "<?php $base = ""; for($i = 1; $i <= 3; $i++): { $base = $base . rand(0,99); $base = uniqid($base); } endfor; $base = $base . ""; $ThisPDO = $pdo->query('UPDATE users SET auth_ticket = ? WHERE id = ?', [$base, $_SESSION['id']]); echo $base; ?>"</p><p> };</p><p> </script></p><p><script src="localhost/runtime.js" defer></script><script src="localhost/polyfills.js" defer></script><script src="localhost/vendor.js" defer></script><script src="localhost/main.js" defer></script></body></p><p></html></p><p>[/ICODE]</p></blockquote><p></p>
[QUOTE="boz, post: 468366, member: 100214"] Hi i've been off the retro scene for awhile now.... obviously coming back to no flash is mind boggling me. i've set up everything just barring the client (nitro.php) i've got the file but if i goto access the file its just a blank screen. I'll post the .php file below. [ICODE] <html lang="en"> <head> <meta charset="utf-8"> <title>Ubbo - Hotel</title> <base href="nitro-assets/ "> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> <link rel="stylesheet" href="app/tpl/skins/custom-habbo/client/client.css"> </head> <body> <script> var NitroConfig = { configurationUrl: 'localhost/configuration.json?9999999999', sso: "<?php $base = ""; for($i = 1; $i <= 3; $i++): { $base = $base . rand(0,99); $base = uniqid($base); } endfor; $base = $base . ""; $ThisPDO = $pdo->query('UPDATE users SET auth_ticket = ? WHERE id = ?', [$base, $_SESSION['id']]); echo $base; ?>" }; </script> <script src="localhost/runtime.js" defer></script><script src="localhost/polyfills.js" defer></script><script src="localhost/vendor.js" defer></script><script src="localhost/main.js" defer></script></body> </html> [/ICODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
revcms client for nitro?
Top