Phoenix 'connection dropped' error

Reestv

New Member
Jul 4, 2010
29
1
Hi,

I was wondering if anybody could help me with my (licensed) Phoenix Emulator error. When I try to access my hotel, I get the following error:

Code:
>> Conection [0] from [xxx.xx.xxx.xxx]
Login error: User account not found - Make sure the users ip_last matches their current IP <xxx.xx.xxx.xxx>
>> Connection Dropped [0] from [xxx.xx.xxx.xxx]
I have already tried following several tutorials, such as changing the enable_securesessions from 1 to 0 but no luck.
I'm using PhoenixPHP as the CMS and the SWF's are set up correctly, they are all valid links.

If anyone could help me out with my error, I'd be really grateful.

Thanks much,
Reestv.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,903
Okay, done that. Now I get:

Code:
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, String RealName, String AuthTicket, UInt32 Rank, String Motto, String Look, String Gender, Int32 Credits, Int32 ActivityPoints, Double LastActivityPointsUpdate, Boolean Muted, UInt32 HomeRoom, Int32 NewbieStatus, Boolean BlockNewFriends, Boolean HideinRoom, Boolean HideOnlineStatus, Boolean vip, Int32 volume, Int32 shells, xca0375af76c32b7d pClient, xf174b6b774db7993 UserData)
  at Phoenix.HabboHotel.Users.Authenticator.x33bd309dad9062ca.xdb64faa4eab54656(DataRow x6b73aa01aa019d3a, String x96d4b0dc3ed8f2a3, xca0375af76c32b7d x9546072177ed2413, xf174b6b774db7993 x153ed47707b469cb)
  at Phoenix.HabboHotel.GameClients.xca0375af76c32b7d.x65786cb9e5cd1242(String x96d4b0dc3ed8f2a3)

Do I add this to the table user_stats again?

I'm going to guess it's users table, but try user_stats, then users table.
 

BatDev

Active Member
Apr 20, 2012
110
25
Okay, done that. Now I get:

Code:
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, String RealName, String AuthTicket, UInt32 Rank, String Motto, String Look, String Gender, Int32 Credits, Int32 ActivityPoints, Double LastActivityPointsUpdate, Boolean Muted, UInt32 HomeRoom, Int32 NewbieStatus, Boolean BlockNewFriends, Boolean HideinRoom, Boolean HideOnlineStatus, Boolean vip, Int32 volume, Int32 shells, xca0375af76c32b7d pClient, xf174b6b774db7993 UserData)
  at Phoenix.HabboHotel.Users.Authenticator.x33bd309dad9062ca.xdb64faa4eab54656(DataRow x6b73aa01aa019d3a, String x96d4b0dc3ed8f2a3, xca0375af76c32b7d x9546072177ed2413, xf174b6b774db7993 x153ed47707b469cb)
  at Phoenix.HabboHotel.GameClients.xca0375af76c32b7d.x65786cb9e5cd1242(String x96d4b0dc3ed8f2a3)

Do I add this to the table user_stats again?

I would imagine so.
 

Reestv

New Member
Jul 4, 2010
29
1
I'm going to guess it's users table, but try user_stats, then users table.
It went under user_stats

Code:
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 x153ed47707b469cb)
  at Phoenix.HabboHotel.GameClients.xca0375af76c32b7d.x65786cb9e5cd1242(String x96d4b0dc3ed8f2a3)
Under user_stats again - or would this be a game table?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,903
It went under user_stats

Code:
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 x153ed47707b469cb)
  at Phoenix.HabboHotel.GameClients.xca0375af76c32b7d.x65786cb9e5cd1242(String x96d4b0dc3ed8f2a3)
Under user_stats again - or would this be a game table?

user_stats again, I'm guessing it'll be THEIR matchid (current game they're playing then get it via game table, or something). To log their stats. (Wild guess).
 

Reestv

New Member
Jul 4, 2010
29
1
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.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,903
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.

All good, whats the error with the SWFs? Also do you have a current hotel up and public? I'd happily come on for you.
 

Reestv

New Member
Jul 4, 2010
29
1
All good, whats the error with the SWFs? Also do you have a current hotel up and public? I'd happily come on for you.
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? :)
 

Users who are viewing this thread

Top