You need phx-license files in your wwwroot/htdocs.
Here, take a link. File-Upload.net - phx.rar
(virustotal: https://www.virustotal.com/en/file/...675be7fb883295df77441769/analysis/1387248942/)
You need phx-license files in your wwwroot/htdocs.
Here, take a link. File-Upload.net - phx.rar
(virustotal: https://www.virustotal.com/en/file/...675be7fb883295df77441769/analysis/1387248942/)
Maybe I'm missing something but why not just remove the license stuff?
You don't need to upload your emulator to your root folder you need to extract it to your desktop.
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.
@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');
Download mysql 6.5.4 mysql-connector-net-6.5.4 - Скачать - 4shared
andCode: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
how i can fix that?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
Someone please continue the project. Phoenix is very important to my hotel.
Please post a fix for my last post.
I need the Source of this EMU :)
- - - Updated - - -
Now i add the System.xml but now this error is left and i can't build.
any idears?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
@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