Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Imagician Phoenix 3.11.1 Source release

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 1, 2013
Messages
173
Reaction score
12
This source doesn't work. (The not-open source from Imagician does work, this not). Screen:
0YIC9n6 - Imagician Phoenix 3.11.1 Source release - RaGEZONE Forums

anyone a fix? Permissions tables are allright..
You need phx-license files in your wwwroot/htdocs.
Here, take a link.
(virustotal: )
 

Attachments

You must be registered for see attachments list
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
You need phx-license files in your wwwroot/htdocs.
Here, take a link.
(virustotal: )
I've uploaded them to my wwwroot, what should I add in the config.conf now? Because it's still not working..
 
Banned
Banned
Joined
Feb 9, 2007
Messages
1,313
Reaction score
177
You don't need to upload your emulator to your root folder you need to extract it to your desktop.
 
YOLO <3
Joined
Jul 6, 2013
Messages
542
Reaction score
31
I'm not that stupid, I've already done that. I only downloaded the 2 files he gave to me and put them into my wwwroot.
 
Junior Spellweaver
Joined
Jul 1, 2013
Messages
173
Reaction score
12
I've uploaded them to my wwwroot, what should I add in the config.conf now? Because it's still not working..
You have 'em on 'phx' folder in there or separate files? They should be in folder.
and in config you should have on rows 7-8:
## Licence Server Information
LicenceServer.URL=http://127.0.0.1/phx/
 
Joined
Apr 17, 2012
Messages
508
Reaction score
77
@NoOne96

This error can get fixed when you run this sql in your database.

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');
 
Loyalty
Loyal Member
Joined
May 4, 2012
Messages
1,763
Reaction score
884
Download mysql 6.5.4
 
Newbie Spellweaver
Joined
Apr 15, 2007
Messages
52
Reaction score
1
Code:
Fehler	2	"Phoenix.Program.SetConsoleCtrlHandler(Phoenix.Program.EventHandler, bool)" ist nicht als abstrakt, extern oder partiell gekennzeichnet und muss daher einen Text deklarieren.	D:\Hobba\Phoenix 3.11.1 - Live Edition\Source\Phx 3.11.1 Source\Program.cs	23	25	Phoenix 3.0

and

Code:
Fehler	5	Das Steuerelement kann nicht von einer case-Bezeichnung ("default:") zur nächsten fortfahren.	D:\Hobba\Phoenix 3.11.1 - Live Edition\Source\Phx 3.11.1 Source\HabboHotel\Misc\ChatCommandHandler.cs	998	11	Phoenix 3.0

how i can fix that?
 
Newbie Spellweaver
Joined
Jun 26, 2011
Messages
70
Reaction score
3
Someone please continue the project. Phoenix is very important to my hotel.
 
Newbie Spellweaver
Joined
Apr 15, 2007
Messages
52
Reaction score
1
Please post a fix for my last post.
I need the Source of this EMU :)



Now i add the System.xml but now this error is left and i can't build.
Code:
Fehler	1	'Phoenix.Program.SetConsoleCtrlHandler(Phoenix.Program.EventHandler, bool)' ist nicht als abstrakt, extern oder partiell gekennzeichnet und muss daher einen Text deklarieren.	D:\Hobba\Decompiler\decomp\Phoenix 3.0\Program.cs	23	25	Phoenix 3.0

any idears?
 
Newbie Spellweaver
Joined
Apr 15, 2007
Messages
52
Reaction score
1
@Vaulient and other people.

How you compile this? I use your source and can't Compile it. I get a lot of errors.

I only open the Project and add the System.xml and compile it but it gives me a lot of errors.

Please help me

I use Visual Studio 2013
 
Newbie Spellweaver
Joined
Feb 7, 2013
Messages
64
Reaction score
16
Someone please continue the project. Phoenix is very important to my hotel.
I am working on Phx using the source released here a couple of months ago check releases section for my edition.
 
Status
Not open for further replies.
Back
Top