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
Nitro Imager doesn't work for me..
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="LinuxUser" data-source="post: 472244" data-attributes="member: 104643"><p>Hey DevBest,</p><p></p><p>A Mod cleared my conversation with [USER=78351]@Object[/USER] and [USER=100214]@boz[/USER] because he want the tutorial for its own.</p><p>I did everything in my roleplay like in this tutorial thread --> <a href="https://devbest.com/threads/how-to-setup-nitro-imager-for-your-cms-iis.92569/" target="_blank">DevBest Thread</a></p><p></p><p>I tried it with reverse Proxy like in this tutorial.</p><p>It doesn't work - so i tried it with a subdomain.</p><p></p><p>I did a subfolder in C:/inetpub and put these things inside: <a href="http://prnt.sc/247aivy" target="_blank">Screenshot</a> (these files were converted out of my .xml and .swf files with nitro converter)</p><p>I wrote these inside the web.config file, like [USER=100214]@boz[/USER] told me to do: </p><p>[CODE]</p><p><?xml version="1.0" encoding="UTF-8"?></p><p><configuration></p><p> <system.webServer></p><p> <directoryBrowse enabled="false" /></p><p> <rewrite></p><p> <rules></p><p> <rule name="ReverseProxyInboundRule1" enabled="true" stopProcessing="true"></p><p> <match url="(.*)" negate="false" /></p><p> <action type="Rewrite" url="http://localhost:8080/{R:1}" appendQueryString="true" /></p><p> </rule></p><p> </rules></p><p> </rewrite></p><p> </system.webServer></p><p></configuration>[/CODE]</p><p></p><p>I also changed the links in the nitro-imager:</p><p>[CODE]"api.host": "localhost",</p><p> "api.port": 8080,</p><p> "asset.url": "C:/inetpub/imager.mydomain.com",</p><p> "gamedata.url": "${asset.url}/gamedata",</p><p> "avatar.save.path": "${asset.url}/saved-figures",</p><p> "avatar.actions.url": "${gamedata.url}/HabboAvatarActions.json",</p><p> "avatar.figuredata.url": "${gamedata.url}/FigureData.json",</p><p> "avatar.figuremap.url": "${gamedata.url}/FigureMap.json",</p><p> "avatar.effectmap.url": "${gamedata.url}/EffectMap.json",</p><p> "avatar.asset.url": "${asset.url}/figure/%libname%.nitro",</p><p> "avatar.asset.effect.url": "${asset.url}/effect/%libname%.nitro",[/CODE]</p><p></p><p>I added a new site in IIS-Manager: <a href="http://prnt.sc/247b1zp" target="_blank">Screenshot</a></p><p>It has these bindings: <a href="http://prnt.sc/247b7yz" target="_blank">Screenshot</a> (just 80, because everything works with http at the moment)</p><p>I enabled the proxy-settings in MAINSERVER (IIS-manager): <a href="http://prnt.sc/247bdzm" target="_blank">Screenshot</a></p><p>In default site (main domain) i added this url-rewrite, like in the tutorial: <a href="http://prnt.sc/247bp11" target="_blank">Screenshot</a> & <a href="http://prnt.sc/247bs3x" target="_blank">Screenshot</a></p><p></p><p>But the avatar is still like this: <a href="https://prnt.sc/247bxt7" target="_blank">Screenshot</a></p><p>And if i try to access the link directly (the exact link from the avatar image of me page) it will show this error: <a href="http://prnt.sc/247c38w" target="_blank">Screenshot</a></p><p></p><p>If anyone has an idea what i did wrong and how to fix this then please tell me.</p></blockquote><p></p>
[QUOTE="LinuxUser, post: 472244, member: 104643"] Hey DevBest, A Mod cleared my conversation with [USER=78351]@Object[/USER] and [USER=100214]@boz[/USER] because he want the tutorial for its own. I did everything in my roleplay like in this tutorial thread --> [URL='https://devbest.com/threads/how-to-setup-nitro-imager-for-your-cms-iis.92569/']DevBest Thread[/URL] I tried it with reverse Proxy like in this tutorial. It doesn't work - so i tried it with a subdomain. I did a subfolder in C:/inetpub and put these things inside: [URL='http://prnt.sc/247aivy']Screenshot[/URL] (these files were converted out of my .xml and .swf files with nitro converter) I wrote these inside the web.config file, like [USER=100214]@boz[/USER] told me to do: [CODE] <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <directoryBrowse enabled="false" /> <rewrite> <rules> <rule name="ReverseProxyInboundRule1" enabled="true" stopProcessing="true"> <match url="(.*)" negate="false" /> <action type="Rewrite" url="http://localhost:8080/{R:1}" appendQueryString="true" /> </rule> </rules> </rewrite> </system.webServer> </configuration>[/CODE] I also changed the links in the nitro-imager: [CODE]"api.host": "localhost", "api.port": 8080, "asset.url": "C:/inetpub/imager.mydomain.com", "gamedata.url": "${asset.url}/gamedata", "avatar.save.path": "${asset.url}/saved-figures", "avatar.actions.url": "${gamedata.url}/HabboAvatarActions.json", "avatar.figuredata.url": "${gamedata.url}/FigureData.json", "avatar.figuremap.url": "${gamedata.url}/FigureMap.json", "avatar.effectmap.url": "${gamedata.url}/EffectMap.json", "avatar.asset.url": "${asset.url}/figure/%libname%.nitro", "avatar.asset.effect.url": "${asset.url}/effect/%libname%.nitro",[/CODE] I added a new site in IIS-Manager: [URL='http://prnt.sc/247b1zp']Screenshot[/URL] It has these bindings: [URL='http://prnt.sc/247b7yz']Screenshot[/URL] (just 80, because everything works with http at the moment) I enabled the proxy-settings in MAINSERVER (IIS-manager): [URL='http://prnt.sc/247bdzm']Screenshot[/URL] In default site (main domain) i added this url-rewrite, like in the tutorial: [URL='http://prnt.sc/247bp11']Screenshot[/URL] & [URL='http://prnt.sc/247bs3x']Screenshot[/URL] But the avatar is still like this: [URL='https://prnt.sc/247bxt7']Screenshot[/URL] And if i try to access the link directly (the exact link from the avatar image of me page) it will show this error: [URL='http://prnt.sc/247c38w']Screenshot[/URL] If anyone has an idea what i did wrong and how to fix this then please tell me. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Nitro Imager doesn't work for me..
Top