Where do i get Phoenix 3.11.0 ?

Status
Not open for further replies.

Dalle Beck

Member
Sep 27, 2011
40
3
Hello, i've been downloading the phx emulator but it says something like this:



It says: "Remoteserver returned an error"

And no matter what i do it gives me this error.. Where can i find a phx 3.11.0 emu as i can use for my hotel because epichosts has it for their vps where they sell habbo retros.

 

Daijoubu

Everything will be daijoubu
Mar 23, 2013
8
3
Here is a cracked version of 3.11:

You need to run these in your database for this to work as it has some modifications so you have the extra commands which are roll, rave, control, makesay, dance, exe and sitdown.

sql:

Code:
ALTER TABLE `permissions_users`
ADD COLUMN `cmd_roll`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_rave`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_control`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_makesay`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_dance`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_sitdown`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_exe`  enum('0','1') NOT NULL DEFAULT '0';
 
ALTER TABLE `permissions_ranks`
ADD COLUMN `cmd_roll`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_rave`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_control`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_makesay`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_dance`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_sitdown`  enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_exe`  enum('0','1') NOT NULL DEFAULT '0';
 
INSERT INTO `texts` VALUES ('cmd_dance_desc', ':dance <username> - Make the selected user dance');
INSERT INTO `texts` VALUES ('cmd_exe_desc', ':exe');
INSERT INTO `texts` VALUES ('cmd_makesay_desc', ':makesay <username> <message> - Make the selected user say a message');
INSERT INTO `texts` VALUES ('cmd_rave_desc', ':rave - Make everyone dance');
INSERT INTO `texts` VALUES ('cmd_roll_desc', ':roll <username> <number>  - Make a user roll the selected number');
INSERT INTO `texts` VALUES ('cmd_sitdown_desc', ':sitdown - Make everyone sitdown');
INSERT INTO `texts` VALUES ('cmd_control_desc', ':control <username> - Control the selected user');
INSERT INTO `texts` VALUES ('cmd_dance_name', 'dance');
INSERT INTO `texts` VALUES ('cmd_exe_name', 'exe');
INSERT INTO `texts` VALUES ('cmd_makesay_name', 'makesay');
INSERT INTO `texts` VALUES ('cmd_rave_name', 'rave');
INSERT INTO `texts` VALUES ('cmd_roll_name', 'roll');
INSERT INTO `texts` VALUES ('cmd_sitdown_name', 'sitdown');
INSERT INTO `texts` VALUES ('cmd_control_name', 'control');
 

Dalle Beck

Member
Sep 27, 2011
40
3
Just need a working r63 swf pack >.>

I get this error with my r63 swf pack.

Code:
6/21/2013 7:56:16 PM: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.WebException: The remote server returned an error: (404) Not Found.
  at System.Net.HttpWebRequest.GetResponse()
  at ns0.Class66.smethod_2(String string_0, Boolean bool_0)
  at ns0.GClass1.method_0(GDelegate0 gdelegate0_1)
  at ns0.Class16.method_3()
  at ns0.Class37.method_8(UInt32 uint_0, GClass1& gclass1_0)
  at ns0.Class113.method_5(SocketInformation socketInformation_0, Int32 int_0)
  at ns0.Class114.method_4(IAsyncResult iasyncResult_0)
 

St4nley

Member
Apr 13, 2013
469
76
Just need a working r63 swf pack >.>

I get this error with my r63 swf pack.

Code:
6/21/2013 7:56:16 PM: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.WebException: The remote server returned an error: (404) Not Found.
  at System.Net.HttpWebRequest.GetResponse()
  at ns0.Class66.smethod_2(String string_0, Boolean bool_0)
  at ns0.GClass1.method_0(GDelegate0 gdelegate0_1)
  at ns0.Class16.method_3()
  at ns0.Class37.method_8(UInt32 uint_0, GClass1& gclass1_0)
  at ns0.Class113.method_5(SocketInformation socketInformation_0, Int32 int_0)
  at ns0.Class114.method_4(IAsyncResult iasyncResult_0)

how are you sure its swfs?
 

Brian352

New Member
Nov 20, 2013
23
0
Just need a working r63 swf pack >.>

I get this error with my r63 swf pack.

Code:
6/21/2013 7:56:16 PM: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.WebException: The remote server returned an error: (404) Not Found.
  at System.Net.HttpWebRequest.GetResponse()
  at ns0.Class66.smethod_2(String string_0, Boolean bool_0)
  at ns0.GClass1.method_0(GDelegate0 gdelegate0_1)
  at ns0.Class16.method_3()
  at ns0.Class37.method_8(UInt32 uint_0, GClass1& gclass1_0)
  at ns0.Class113.method_5(SocketInformation socketInformation_0, Int32 int_0)
  at ns0.Class114.method_4(IAsyncResult iasyncResult_0)

Heres the newest swf pack
 
Status
Not open for further replies.

Users who are viewing this thread

Top