Imagician Phoenix 3.11.1 Source release

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 78
  1. #61
    Proficient Member NoOne96 is offline
    MemberRank
    Jul 2013 Join Date
    173Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Quote Originally Posted by DutchenL View Post
    This source doesn't work. (The not-open source from Imagician does work, this not). Screen:

    anyone a fix? Permissions tables are allright..
    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/)

  2. #62
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Maybe I'm missing something but why not just remove the license stuff?

  3. #63
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Quote Originally Posted by Hejula View Post
    Maybe I'm missing something but why not just remove the license stuff?
    #donotknownoshit #choosingthehardestway #yolo

  4. #64
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Quote Originally Posted by NoOne96 View Post
    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/)
    I've uploaded them to my wwwroot, what should I add in the config.conf now? Because it's still not working..

  5. #65
    Banned bugme is offline
    BannedRank
    Feb 2007 Join Date
    1,380Posts

    Re: Imagician Phoenix 3.11.1 Source release

    You don't need to upload your emulator to your root folder you need to extract it to your desktop.

  6. #66
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Imagician Phoenix 3.11.1 Source release

    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.

  7. #67
    Proficient Member NoOne96 is offline
    MemberRank
    Jul 2013 Join Date
    173Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Quote Originally Posted by DutchenL View Post
    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/

  8. #68
    Account Upgraded | Title Enabled! streamhotel is offline
    MemberRank
    Apr 2012 Join Date
    EarthLocation
    511Posts

    Re: Imagician Phoenix 3.11.1 Source release

    @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');

  9. #69
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: Imagician Phoenix 3.11.1 Source release


  10. #70
    Member knaller1 is offline
    MemberRank
    Apr 2007 Join Date
    56Posts

    Re: Imagician Phoenix 3.11.1 Source release

    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?

  11. #71
    Member ruflesbpt is offline
    MemberRank
    Jun 2011 Join Date
    live:ajdaudioLocation
    70Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Someone please continue the project. Phoenix is very important to my hotel.

  12. #72
    Member knaller1 is offline
    MemberRank
    Apr 2007 Join Date
    56Posts

    Re: Imagician Phoenix 3.11.1 Source release

    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.
    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?

  13. #73
    Member knaller1 is offline
    MemberRank
    Apr 2007 Join Date
    56Posts

    Re: Imagician Phoenix 3.11.1 Source release

    @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

  14. #74
    Member RyanVS is offline
    MemberRank
    Feb 2013 Join Date
    64Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Quote Originally Posted by ruflesbpt View Post
    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.

  15. #75
    Member ruflesbpt is offline
    MemberRank
    Jun 2011 Join Date
    live:ajdaudioLocation
    70Posts

    Re: Imagician Phoenix 3.11.1 Source release

    Quote Originally Posted by RyanVS View Post
    I am working on Phx using the source released here a couple of months ago check releases section for my edition.
    Thanks... Sir... working fix 100% cpu ?



Page 5 of 6 FirstFirst 123456 LastLast

Advertisement