[REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

Page 73 of 210 FirstFirst ... 2363656667686970717273747576777879808183123173 ... LastLast
Results 1,081 to 1,095 of 3136
  1. #1081
    Member alexman112 is offline
    MemberRank
    Jan 2007 Join Date
    63Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    how do i add a new page to the cms?

  2. #1082
    Account Upgraded | Title Enabled! wwood28 is offline
    MemberRank
    Sep 2007 Join Date
    Down under AustraliaLocation
    203Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Is my idea being considered?

  3. #1083
    Account Upgraded | Title Enabled! Schfoo is offline
    MemberRank
    May 2007 Join Date
    Georgia, USLocation
    746Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by Schfoo View Post
    In core.php, the status check isn't always closed, only if it can connect. I think php still keeps it open for some reason. If it does, the fclose(); should go after the default
    PHP Code:
    $online "online"
    You could also fetch the MUS port from the system_config instead of assuming that the user would put it as the regular port + 1. And also, you could make both of the ports and mus ip editable in the general configuration.

    On the top of Alert Site User in the housekeeping, it says General Configuration instead of Alert Site User.

    I don't know if there already is, but you could add a housekeeping session timeout.

    You could have a MUS manager status check in core.php and if it's able to connect, then include mus.php

    I believe that's all that just came out and hit me :P
    I just wanted to put these back up so you(GraphiX) could read them. :P

    Kinda like a post bump.

    Also, another bug(sorta) I found is the top of most hk_*******.php pages is messed up with the padding.
    Code:
    BODY {
    	font-size: 10px;
    	font-family: Verdana, Arial, Sans-Serif;
    	color:#000;
    	padding:0px;
    	margin:0px 5px 0px 5px;
      }
    should be
    Code:
    BODY {
    	font-size: 10px;
    	font-family: Verdana, Arial, Sans-Serif;
    	color:#000;
    	padding:0px;
    	margin:5px 5px 5px 5px;
      }

  4. #1084
    Apprentice alefarns is offline
    MemberRank
    Apr 2008 Join Date
    5Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by Schfoo View Post
    I just wanted to put these back up so you(GraphiX) could read them. :P

    Kinda like a post bump.

    Also, another bug(sorta) I found is the top of most hk_*******.php pages is messed up with the padding.
    Code:
    BODY {
    	font-size: 10px;
    	font-family: Verdana, Arial, Sans-Serif;
    	color:#000;
    	padding:0px;
    	margin:0px 5px 0px 5px;
      }
    should be
    Code:
    BODY {
    	font-size: 10px;
    	font-family: Verdana, Arial, Sans-Serif;
    	color:#000;
    	padding:0px;
    	margin:5px 5px 5px 5px;
      }
    All that does is make it so the menu on the left isnt in a box anymore.

  5. #1085
    Alpha Member theninjaway is offline
    MemberRank
    Jan 2008 Join Date
    Nassau - BahamasLocation
    1,478Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    thanx aj ur tut worked

  6. #1086
    Apprentice alefarns is offline
    MemberRank
    Apr 2008 Join Date
    5Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    I have uploaded the entire php-files directory with all the patches that Schfoo has talked about, this is the latest files with all the bugs (currently) worked out in.

    RapidShare: 1-Click Webhosting

    You do not have to reinstall anything, it will pick everything up from your SQL database.

  7. #1087
    Apprentice eldavo is offline
    MemberRank
    Apr 2008 Join Date
    7Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Aj tyvm ;D

  8. #1088
    The next don TheAJ is offline
    DeveloperRank
    May 2007 Join Date
    Toronto, CanadaLocation
    3,946Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    No problem :P

    If your wondering why he's saying thanks, it's becus of

    http://forum.ragezone.com/f335/tut-f...olocms-391286/

  9. #1089
    Account Upgraded | Title Enabled! Schfoo is offline
    MemberRank
    May 2007 Join Date
    Georgia, USLocation
    746Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by alefarns View Post
    All that does is make it so the menu on the left isnt in a box anymore.
    What are you talking about?

    Edit:
    I found an error in hk_menu.php

    The "Housekeeping" block is a bit wider then the rest of them.
    Last edited by Schfoo; 26-04-08 at 07:53 PM.

  10. #1090
    Member alexman112 is offline
    MemberRank
    Jan 2007 Join Date
    63Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    when are holohomes gonna be fixed?

  11. #1091
    Member lglg55 is offline
    MemberRank
    Sep 2007 Join Date
    86Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    hello,
    i have gt this to work all i need to know is haw do i 1. make some one admin
    2 edit theloader

  12. #1092
    Member lglg55 is offline
    MemberRank
    Sep 2007 Join Date
    86Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    hello,
    i have gt this to work all i need to know is haw do i 1. make some one admin
    2 edit theloader

  13. #1093
    The next don TheAJ is offline
    DeveloperRank
    May 2007 Join Date
    Toronto, CanadaLocation
    3,946Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Go to the table 'users'

    and find your name and change the 1 under 'rank' to a 7

  14. #1094
    Enthusiast Drugbunny is offline
    MemberRank
    Apr 2008 Join Date
    46Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Finally, a note for every1:
    Dont try to host the database online, host it at localhost and u can buy furni and lose all the lag ;)

    So camera aint working yet?

  15. #1095
    Account Upgraded | Title Enabled! WeveOrWevo is offline
    MemberRank
    Apr 2007 Join Date
    HellLocation
    1,161Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    wow, very very nice! good work.



Advertisement