Search results

  1. R

    [Help] Client Disconnection Errors

    It was. I fixed it, thanks :)
  2. R

    [Help] Client Disconnection Errors

    Hi, I've just set up my Phoenix client, but whenever I try to perform an action on the Hotel I get disconnected. This could be either just talking or trying to change clothing. I get the following exception: 16/01/2013 11:16:13: Error: System.Collections.Generic.KeyNotFoundException: The...
  3. R

    Editing Catalog 'Help' Pages

    Thanks! Turns out I had put the text in the wrong section. You actually need to put it in page_text_teaser instead of page_text_details. Thanks for the help (:
  4. R

    Editing Catalog 'Help' Pages

    Thanks for the reply. I tried that, using two \r to represent two spaces, but it appeared as this: This was the code I used: How does it work?\r\r To get Wired you will need three types of WIRED Furni.
  5. R

    Editing Catalog 'Help' Pages

    Bump. Sorrry! :(
  6. R

    Editing Catalog 'Help' Pages

    Hi, I was wondering if anyone could help me with a small issue. I want to create a WIRED help page, like Habbo have, but only a bit of my text is actually showing. This is what it looks like in the Database: But this is how the page looks on the actual client: Does anyone know how I...
  7. R

    SWF Errors (r63)

    Hi, I've just set up a new r63 Hotel, but when I enter the client nothing loads. The client itself works fine, and my (licensed) Phoenix Emulator notices that there is 1 user online. However, I get this: I'm currently using - Phoenix Emulator - RevCMS I've checked all of the r63 SWF...
  8. R

    Recommended SWFs?

    Hey, I was wondering if anyone had any good SWF files I could use? I'm using Gordon at the moment, but the files are a bit old. If anyone has some good, current, SWFs I could use for my r63 hotel I would be grateful if you could post them here. Thanks.
  9. R

    Phoenix 'connection dropped' error

    Downloading now. Do you want me to PM you the link?
  10. R

    Phoenix 'connection dropped' error

    Yes, the hotel is up and public. It appears that the client is a bit messed up, with no homescreen image and the shop not functioning correctly. I'll try to change SWFS. Any recommended ones? :)
  11. R

    Phoenix 'connection dropped' error

    Thanks for the help! After fixing a few more and executing their SQL's to the user_stats column, the client finally works. Just trying to figure out whether it's the SWF's malfunctioning or something else on the client messing it up - aha.
  12. R

    Phoenix 'connection dropped' error

    It went under user_stats System.ArgumentException: Column 'MatchID' does not belong to table . at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at Phoenix.HabboHotel.Users.x6c0e7b029a8d7571.x92cbd0cf0b5f3dcf(xf174b6b774db7993...
  13. R

    Phoenix 'connection dropped' error

    Okay, done that. Now I get: System.ArgumentException: Column 'aggression' does not belong to table . at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at Phoenix.HabboHotel.Users.x6c0e7b029a8d7571..ctor(UInt32 Id, String Username...
  14. R

    Phoenix 'connection dropped' error

    Okay, I executed these two SQL's: ALTER TABLE `users` DROP COLUMN `mafiapoints` and ALTER TABLE `user_stats` ADD `mafiapoints` int(11) NOT NULL DEFAULT '0' Restarted the emulator and went to enter the client. Got the same error, different exception: System.ArgumentException: Column...
  15. R

    Phoenix 'connection dropped' error

    Yes, user_stats does exist. Should I excecute the SQL to there as well?
  16. R

    Phoenix 'connection dropped' error

    I executed the SQL and restarted the emulator. I got the same error when trying to get on the client, with the exception being this (again): System.ArgumentException: Column 'mafiapoints' does not belong to table . at System.Data.DataRow.GetDataColumn(String columnName) at...
  17. R

    Phoenix 'connection dropped' error

    Would the SQL be: ALTER TABLE `users` ADD `mafiapoints` int(11) NOT NULL DEFAULT '0', I'm not the best at coding.
  18. R

    Phoenix 'connection dropped' error

    I just looked through the SQL file I inserted, and I actually can't find a 'mafiapoints' field. Should I try to delete it from the database? The critical exceptions were: System.NullReferenceException: Object reference not set to an instance of an object. at...
  19. R

    Phoenix 'connection dropped' error

    System.ArgumentException: Column 'mafiapoints' does not belong to table . at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at Phoenix.HabboHotel.Users.x6c0e7b029a8d7571..ctor(UInt32 Id, String Username, String RealName, String...
  20. R

    Phoenix 'connection dropped' error

    Thanks for the reply. I managed to fix this error. Unfortunately, I now get: >> Connection [0] from [xxx.xx.xxx.xxx] Exception has been saved >> Connection Dropped [0] from [xxx.xx.xxx.xxx]
Top