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
Client Loads to 76% then Redirects to Base URL
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="Santana" data-source="post: 365974" data-attributes="member: 65184"><p><strong><span style="font-size: 18px">Tips and Pointers -</span></strong></p><p>1. Check that your linking is correct, have you put your SWF files within the wwwroot directory and not a sub folder, so your links will be the same as the EXAMPLE: <a href="http://HOTELLINK/gamedata/external_variables" target="_blank">http://HOTELLINK/gamedata/external_variables</a></p><p>2. Check your linking within the external_variables and external_override_variables etc, for those using Notepad++ press CTRL + F and find the link you have put in, and make sure they're all linking to the correct directory.</p><p>3. Within your config, located in app - management (RevCMS), have you changed furnidata to an XML file instead of a TXT file, looking like so it looks like: <a href="http://HOTELLINK/gamedata/furnidata.xml" target="_blank">http://HOTELLINK/gamedata/furnidata.xml</a></p><p>4. Rename badge-fill within the SWF folder to habbo-imaging</p><p>5. Look in your web.config file for those using IIS, and see if you can locate the rules below, if you can't then put them in after the last rule.</p><p>[SPOILER="Web.config"]</p><p> <rule name="Imported Rule 61"></p><p> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 62"></p><p> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 63"></p><p> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 64"></p><p> <match url="^gamedata/habbopages/chat/commands" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/chat/commands.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 65"></p><p> <match url="^gamedata/habbopages/chat/options" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/chat/options.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 67"></p><p> <match url="^gamedata/supersecret" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/supersecret.php" appendQueryString="true" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 68"></p><p> <match url="^gamedata/external_variables" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/external_variables.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 69"></p><p> <match url="^gamedata/external_flash_texts" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/external_flash_texts.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 70"></p><p> <match url="^gamedata/override/external_flash_override_texts" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/override/external_flash_override_texts.php" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 71"></p><p> <match url="^gamedata/override/external_override_variables" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/override/external_override_variables.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 72"></p><p> <match url="^gamedata/figuredata" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/figuredata.xml" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 73"></p><p> <match url="^gamedata/productdata" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/productdata.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Imported Rule 74"></p><p> <match url="^gamedata/furnidata_xml" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/furnidata.xml" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Imported Rule 75"></p><p> <match url="^gamedata/habbopages/forums" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/forums.txt" appendQueryString="false" /></p><p> </rule></p><p>[/SPOILER]</p><p>For those using IIS, every <strong>necessary</strong> link <strong>HAS TO BE</strong> within the web.config for access.</p></blockquote><p></p>
[QUOTE="Santana, post: 365974, member: 65184"] [B][SIZE=5]Tips and Pointers -[/SIZE][/B] 1. Check that your linking is correct, have you put your SWF files within the wwwroot directory and not a sub folder, so your links will be the same as the EXAMPLE: [URL]http://HOTELLINK/gamedata/external_variables[/URL] 2. Check your linking within the external_variables and external_override_variables etc, for those using Notepad++ press CTRL + F and find the link you have put in, and make sure they're all linking to the correct directory. 3. Within your config, located in app - management (RevCMS), have you changed furnidata to an XML file instead of a TXT file, looking like so it looks like: [URL]http://HOTELLINK/gamedata/furnidata.xml[/URL] 4. Rename badge-fill within the SWF folder to habbo-imaging 5. Look in your web.config file for those using IIS, and see if you can locate the rules below, if you can't then put them in after the last rule. [SPOILER="Web.config"] <rule name="Imported Rule 61"> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 62"> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 63"> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 64"> <match url="^gamedata/habbopages/chat/commands" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/chat/commands.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 65"> <match url="^gamedata/habbopages/chat/options" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/chat/options.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 67"> <match url="^gamedata/supersecret" ignoreCase="false" /> <action type="Rewrite" url="gamedata/supersecret.php" appendQueryString="true" /> </rule> <rule name="Imported Rule 68"> <match url="^gamedata/external_variables" ignoreCase="false" /> <action type="Rewrite" url="gamedata/external_variables.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 69"> <match url="^gamedata/external_flash_texts" ignoreCase="false" /> <action type="Rewrite" url="gamedata/external_flash_texts.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 70"> <match url="^gamedata/override/external_flash_override_texts" ignoreCase="false" /> <action type="Rewrite" url="gamedata/override/external_flash_override_texts.php" appendQueryString="false" /> </rule> <rule name="Imported Rule 71"> <match url="^gamedata/override/external_override_variables" ignoreCase="false" /> <action type="Rewrite" url="gamedata/override/external_override_variables.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 72"> <match url="^gamedata/figuredata" ignoreCase="false" /> <action type="Rewrite" url="gamedata/figuredata.xml" appendQueryString="false" /> </rule> <rule name="Imported Rule 73"> <match url="^gamedata/productdata" ignoreCase="false" /> <action type="Rewrite" url="gamedata/productdata.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 74"> <match url="^gamedata/furnidata_xml" ignoreCase="false" /> <action type="Rewrite" url="gamedata/furnidata.xml" appendQueryString="false" /> </rule> <rule name="Imported Rule 75"> <match url="^gamedata/habbopages/forums" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/forums.txt" appendQueryString="false" /> </rule> [/SPOILER] For those using IIS, every [B]necessary[/B] link [B]HAS TO BE[/B] within the web.config for access. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client Loads to 76% then Redirects to Base URL
Top