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
[FOR EVERYONE]The great help thread.
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="Donnyschr" data-source="post: 310520" data-attributes="member: 52295"><p>Hello,</p><p></p><p>I saw there are alot of unanswered question in this HHHS. (Habbo Hotel Help Section)</p><p></p><p>So, i made this thread so you can ask your question here. And im gonna try answering it, i'll put it in this post to. So other people who have the similair question's just look up the answer in here.</p><p></p><p>(Newer question's will be placed above)</p><p>Question's asked (Q: / A: Format)</p><p>[spoiler]</p><p><strong>Q: Roller bug, furniture goes up but not all up.</strong></p><p>That's on the emulator side, change </p><p>else if (!isroller && !Override)</p><p>{</p><p>PlacementHeight = (PlacementHeight) + (Item.RoomPosition.Z - 0.45);</p><p></p><p>To:</p><p></p><p>else if (!isroller && !Override)</p><p>{</p><p>PlacementHeight = (PlacementHeight) + (Item.RoomPosition.Z - 0.5);</p><p></p><p>And it should be fixed.</p><p><strong>Q: Mercury source "Astar // MySQL.Data.dll error" (<a href="http://i.imgur.com/16GQCtU.png" target="_blank">http://i.imgur.com/16GQCtU.png</a>)</strong></p><p>Copy the astar.dll and MySQL.data.dll to the .NET/reassemblies(Or something) map. Restart the current project, and then the error's shouldn't show up again.</p><p><strong></strong></p><p><strong>Q: IIS Is not showing my PHP scripts</strong></p><p>This fix is actually an easy fix. You need to install "PHP Manager for IIS" (Without the quotes), after downloading/installing it the .PHP extension should be working.</p><p></p><p><strong>Q: Where to edit command's (Like <a href="https://devbest.com/attachments/upload_2014-11-1_23-33-21-png.3691/" target="_blank">https://devbest.com/attachments/upload_2014-11-1_23-33-21-png.3691/</a>)</strong></p><p>Well, you need the source of the emulator at first and have C#. Open the project file, and search in "ChatcommandHandler.cs" (Without the quotes) for case "CMDNAME". There you can edit it!</p><p></p><p><strong>Q: Input string is not in a correct format (<a href="http://i.imgur.com/WSm1Izp.png" target="_blank">http://i.imgur.com/WSm1Izp.png</a>)</strong></p><p>Well, i don't know exactly how to do it. But i know, that you need to change your PC Decimal into a "." (Without quotes)</p><p></p><p><strong>Q: Access denied for user "Root@localhost" (<a href="http://i.imgur.com/SoEYzlE.png" target="_blank">http://i.imgur.com/SoEYzlE.png</a>)</strong></p><p>This fix is simple, everbody should know it. You just need to change your password in the config file, and if you already did it's problably wrong.</p><p></p><p><strong>Q: Core error in IIS</strong></p><p>First of all, you need to go to applications on the IIS manager. Then press DefaultAppPool, then Advanced Settings. Make "Enable 32-bits server (Or something similair)" from false to true. Reload the website, pampampam bug fixed.</p><p></p><p><strong>Q: Datasource error in Coldfusion </strong></p><p>Make sure you made a database in localhost/CFide/Administrator/Index.cfm. Once you do that, the error should go away.</p><p></p><p>More questions/answers gonna be asked as soon people are gonna ask stuff<img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p><strong>Q: Xampp error MySQL is going away blabla</strong></p><p>It's not a big error, or a fatal error. It's just a message, that the mysql is going to get out. Just put this little thingy in your config file, and the error isn't showing. (Other error's are not gonna show to!)</p><p>error_reporting(0);</p><p></p><p><strong>Q: HabboPHP table's of phoenix not found on install</strong></p><p>You need to upload the database of an Butterfly emulator or phoenix emulator first before installing habboPHP, otherwise it won't work.</p><p></p><p></p><p></p><p>[/spoiler]</p><p></p><p>Hope you all like this thread. And maybe gimme a like of 2<img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Donnyschr, post: 310520, member: 52295"] Hello, I saw there are alot of unanswered question in this HHHS. (Habbo Hotel Help Section) So, i made this thread so you can ask your question here. And im gonna try answering it, i'll put it in this post to. So other people who have the similair question's just look up the answer in here. (Newer question's will be placed above) Question's asked (Q: / A: Format) [spoiler] [B]Q: Roller bug, furniture goes up but not all up.[/B] That's on the emulator side, change else if (!isroller && !Override) { PlacementHeight = (PlacementHeight) + (Item.RoomPosition.Z - 0.45); To: else if (!isroller && !Override) { PlacementHeight = (PlacementHeight) + (Item.RoomPosition.Z - 0.5); And it should be fixed. [B]Q: Mercury source "Astar // MySQL.Data.dll error" ([URL]http://i.imgur.com/16GQCtU.png[/URL])[/B] Copy the astar.dll and MySQL.data.dll to the .NET/reassemblies(Or something) map. Restart the current project, and then the error's shouldn't show up again. [B] Q: IIS Is not showing my PHP scripts[/B] This fix is actually an easy fix. You need to install "PHP Manager for IIS" (Without the quotes), after downloading/installing it the .PHP extension should be working. [B]Q: Where to edit command's (Like [URL]https://devbest.com/attachments/upload_2014-11-1_23-33-21-png.3691/[/URL])[/B] Well, you need the source of the emulator at first and have C#. Open the project file, and search in "ChatcommandHandler.cs" (Without the quotes) for case "CMDNAME". There you can edit it! [B]Q: Input string is not in a correct format ([URL]http://i.imgur.com/WSm1Izp.png[/URL])[/B] Well, i don't know exactly how to do it. But i know, that you need to change your PC Decimal into a "." (Without quotes) [B]Q: Access denied for user "Root@localhost" ([URL]http://i.imgur.com/SoEYzlE.png[/URL])[/B] This fix is simple, everbody should know it. You just need to change your password in the config file, and if you already did it's problably wrong. [B]Q: Core error in IIS[/B] First of all, you need to go to applications on the IIS manager. Then press DefaultAppPool, then Advanced Settings. Make "Enable 32-bits server (Or something similair)" from false to true. Reload the website, pampampam bug fixed. [B]Q: Datasource error in Coldfusion [/B] Make sure you made a database in localhost/CFide/Administrator/Index.cfm. Once you do that, the error should go away. More questions/answers gonna be asked as soon people are gonna ask stuff:) [B]Q: Xampp error MySQL is going away blabla[/B] It's not a big error, or a fatal error. It's just a message, that the mysql is going to get out. Just put this little thingy in your config file, and the error isn't showing. (Other error's are not gonna show to!) error_reporting(0); [B]Q: HabboPHP table's of phoenix not found on install[/B] You need to upload the database of an Butterfly emulator or phoenix emulator first before installing habboPHP, otherwise it won't work. [/spoiler] Hope you all like this thread. And maybe gimme a like of 2:) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[FOR EVERYONE]The great help thread.
Top