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="Solid" data-source="post: 468367" data-attributes="member: 16814"><p>this is what i use with my revcms and nitro and works perfect:</p><p>[ICODE]</p><p><?php $userMaster = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '".$_SESSION['user']['id']."'")); ?></p><p><head></p><p> <title>client</title></p><p> <link rel="stylesheet" href="LINKS/CLIENT.CSS"></p><p></head></p><p></head></p><p><body></p><p> <app-root></app-root></p><p> <script></p><p> var NitroConfig = {</p><p> configurationUrl: "LINKS/configuration.json",</p><p> sso: "{sso}"</p><p> };</p><p> </script></p><p> <script src="LINKS/runtime.js" defer></script></p><p> <script src="LINKS/polyfills.js" defer></script></p><p> <script src="LINKS/vendor.js" defer></script></p><p> <script src="LINKS/main.js" defer></script></p><p></body></p><p></html></p><p>[/ICODE]</p><p>this will work, just edit where it says links to your client.css and nitro files.</p><p>MAKE SURE your nitro is built.</p></blockquote><p></p>
[QUOTE="Solid, post: 468367, member: 16814"] this is what i use with my revcms and nitro and works perfect: [ICODE] <?php $userMaster = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '".$_SESSION['user']['id']."'")); ?> <head> <title>client</title> <link rel="stylesheet" href="LINKS/CLIENT.CSS"> </head> </head> <body> <app-root></app-root> <script> var NitroConfig = { configurationUrl: "LINKS/configuration.json", sso: "{sso}" }; </script> <script src="LINKS/runtime.js" defer></script> <script src="LINKS/polyfills.js" defer></script> <script src="LINKS/vendor.js" defer></script> <script src="LINKS/main.js" defer></script> </body> </html> [/ICODE] this will work, just edit where it says links to your client.css and nitro files. MAKE SURE your nitro is built. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
revcms client for nitro?
Top