New users cant connect to client

Sab

I love milfs.
Jun 25, 2011
1,212
136
Hey guys, I'm having a problem with my emu in which all new accounts made wont make connection to the client. Every so old accounts works like a charm. I think it's something to do with my proxy, but I still cant find a freaking fix.
Yes, I run on a proxy.
 
Last edited:

Sab

I love milfs.
Jun 25, 2011
1,212
136
I've also matched the users sqls from working ones and non working ones, same match. Could it be a connection limit of accounts somewhere?
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
This is a user.sql of one of the accounts that wont work @JerryCool

Code:
INSERT INTO `users` VALUES ('1567', 'Shoelace', '', 'password (Cantshow)', '(personal email)', 'RevCMS-359/4558cdf37435a4ecfd7f547559ff534db', '1', '10000', '1', '5000', '0', 'lg-275-64.hr-893-39.hd-180-7.sh-290-62.ch-255-62', 'M', 'I am new to Sharp-Hotel', '1398063687', '1398063687', '0', '2.221.(IP)', '2.221.(IP)', '0', '0', '3', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '1', 'd41d8cd98f00b204e9800998ecf8427e', '0');
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
This is a user.sql of one of the accounts that wont work @JerryCool

Code:
INSERT INTO `users` VALUES ('1567', 'Shoelace', '', 'password (Cantshow)', '(personal email)', 'RevCMS-359/4558cdf37435a4ecfd7f547559ff534db', '1', '10000', '1', '5000', '0', 'lg-275-64.hr-893-39.hd-180-7.sh-290-62.ch-255-62', 'M', 'I am new to Sharp-Hotel', '1398063687', '1398063687', '0', '2.221.(IP)', '2.221.(IP)', '0', '0', '3', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '1', 'd41d8cd98f00b204e9800998ecf8427e', '0');
Could you Show us the full error, I dont think it isnt the full error and what version of Pheonix are you using? GOLDENTREE or any other edit?
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Could you Show us the full error, I dont think it isnt the full error and what version of Pheonix are you using? GOLDENTREE or any other edit?
I'm currently using Phoenix 3.11

@Obodiah That extension is irrelevent, it was due to my proxy ip change that didn't fix the solution either. I don't get any errors that pop up. The new users get a cloudflare error after they completely load the hotel 100%
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
192
Hey guys, I'm having a problem with my emu in which all new accounts made wont make connection to the client. Every so old accounts works like a charm. I think it's something to do with my proxy, but I still cant find a freaking fix.

Exceptions error:

4/21/2014 7:40:38 AM: Error: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0)

Yes, I run on a proxy.
From what it looks like, Go to EMU configuration and allow more connections - Game/TCP connection and/or MUS socket.

Because the error is about Index Our of range for the array.

Also one more thing you could go and check is going to , GameClient.CS and checking method #13
And um try taking off proxy for 4-5 mins and see if it works.
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
The code:

Code:
if (isset($_SERVER["HTTP_CF_CONNECTING_IP"])) {
$_SERVER["REMOTE_ADDR"] = $_SERVER["HTTP_CF_CONNECTING_IP"];
}

Is not located in my class.users.php. Do I add it? If so what bit of the file.
 

Users who are viewing this thread

Top