Hey DevBest,
A Mod cleared my conversation with @Object and @boz because he want the tutorial for its own.
I did everything in my roleplay like in this tutorial thread -->
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:
I wrote these inside the web.config file, like @boz told me to do:
I also changed the links in the nitro-imager:
I added a new site in IIS-Manager:
It has these bindings:
I enabled the proxy-settings in MAINSERVER (IIS-manager):
In default site (main domain) i added this url-rewrite, like in the tutorial:
But the avatar is still like this:
And if i try to access the link directly (the exact link from the avatar image of me page) it will show this error:
If anyone has an idea what i did wrong and how to fix this then please tell me.
A Mod cleared my conversation with @Object and @boz because he want the tutorial for its own.
I did everything in my roleplay like in this tutorial thread -->
You must be registered for see links
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:
You must be registered for see links
(these files were converted out of my .xml and .swf files with nitro converter)I wrote these inside the web.config file, like @boz 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>
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",
I added a new site in IIS-Manager:
You must be registered for see links
It has these bindings:
You must be registered for see links
(just 80, because everything works with http at the moment)I enabled the proxy-settings in MAINSERVER (IIS-manager):
You must be registered for see links
In default site (main domain) i added this url-rewrite, like in the tutorial:
You must be registered for see links
&
You must be registered for see links
But the avatar is still like this:
You must be registered for see links
And if i try to access the link directly (the exact link from the avatar image of me page) it will show this error:
You must be registered for see links
If anyone has an idea what i did wrong and how to fix this then please tell me.