[STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

Page 1 of 2 12 LastLast
Results 1 to 25 of 38
  1. #1
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    cool [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    I have continued my CMS FrostCMS because it was a success, and now I can call it Frost 2.0. It's 20% from DeltaCMS 20% from FrostCMS and 60% new coded :)

    For more information you can view the readme.txt

    For Screens just look at Habbo.com.. (For a live demo visit hablow.dyndns.org, not 24/7)

    Live demo by maeltic: http://habnyhotel.net/

    Snippet(index.php)

    PHP Code:
    <?php
    require('config.php');
    require(
    './_global_/core.php');

    $tpl = new Tpl();

    $tpl->addVar('site'Site::path());
    $tpl->addVar('onlinecount'Site::onlineCount());
    $tpl->addVar('webbuild'Site::webbuild());
    $tpl->addVar('sitename'$site_name);
    $tpl->addVar('twitter'$twitter);

    $tpl->addVar('ip'Site::HostIp());
    $tpl->addVar('gameport'$game_port);

    $tpl->addVar('swfhost'Site::Swfhost());
    $tpl->addVar('swfbase'Site::SwfAddSite($swfs_root));
    $tpl->addVar('swfvars'Site::SwfAddSite($swfs_vars));
    $tpl->addVar('swffile'$swfs_file);

    $tpl->addVar('username'$user->getVar('username'));
    $tpl->addVar('id'$user->getVar('id'));
    $tpl->addVar('motto'$user->getVar('motto'));
    $tpl->addVar('look'$user->getVar('look'));
    $tpl->addVar('credits'$user->getVar('credits'));
    $tpl->addVar('pixels'$user->getVar('activity_points'));
    $tpl->addVar('sso'$user->getVar('auth_ticket'));
    $tpl->addVar('last_online'$user->last_online());
    $tpl->addVar('token'substr(md5(date('DMYH')), 025));

    $tpl->output();
    ?>
    Link:
    Frost2beta.rar
    Mirror:
    http://hablow.dyndns.org/frost2beta.rar

    I still need a complete housekeeping, I always hate coding em.
    I only have the habbo style for now but I'm going to make a lot more styles than Delta had.

    Credits: for now just me, I hope someone can make more styles.

    __
    Please report any bugs, I'll try to fix them ASAP and you can ask questions ABOUT THE CMS, not about an EMU error or IIS errors. I won't listen to reactions like "This cms sucks" or "whateverCMS is much better".

    -AmirZ
    Last edited by azaidi; 28-07-12 at 09:58 PM.


  2. #2
    Account Upgraded | Title Enabled! J4y2 is offline
    MemberRank
    Feb 2012 Join Date
    South KoreaLocation
    317Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Great To See That Your Back!

  3. #3
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by J4y2 View Post
    Great To See That Your Back!
    Hmm thanks and I was already back for like a week :)

  4. #4
    Account Upgraded | Title Enabled! J4y2 is offline
    MemberRank
    Feb 2012 Join Date
    South KoreaLocation
    317Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by azaidi View Post
    Hmm thanks and I was already back for like a week :)
    Back With Your Awesome CMS!

  5. #5
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    lol, can't believe you're still making cms's.

    anyway, nice to see it's in oop this time, and has a multi-database support framework.

  6. #6
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by Livar View Post
    lol, can't believe you're still making cms's.
    What's wrong about that?

  7. #7
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by azaidi View Post
    What's wrong about that?
    nothing, just thought you'd be bored by now, thats like what 10 cms's? (idk just a guess from seeing most of your threads)

  8. #8
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Many features was deleted, sorry i don't like..

  9. #9
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by Lasse View Post
    Many features was deleted, sorry i don't like..
    I'm going to make it multi-tpl just like delta again so I had to remove some functions because the Habbo style would become way too big. I can code some other things again, but what do you like to have back?

    And btw I'm just trying to share my work and as far as I know I have only made PhoenixHeavyEdit, DeltaCMS, Frost1 and now Frost 2..

  10. #10
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by azaidi View Post
    I'm going to make it multi-tpl just like delta again so I had to remove some functions because the Habbo style would become way too big. I can code some other things again, but what do you like to have back?

    And btw I'm just trying to share my work and as far as I know I have only made PhoenixHeavyEdit, DeltaCMS, Frost1 and now Frost 2..
    Example, you've removed homes, that you were working at..

  11. #11
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    HablowCMS, PhoenixPHP Edit 0.4, PhoenixPHP Heavy Edit 1.0, PhoenixPHP Heavy Edit 2.1.1, PhoenixPHP Heavy Edit 2.5, DeltaCMS 1.1, DeltaCMS 1.2, DeltaCMS 1.2 (Third one), DeltaCMS 1.3, FrostCMS 0.0.1, FrostCMS 0.0.2, FrostCMS 1.0 BETA, FrostCMS 2.0 (this)?

    thats 13?

  12. #12
    Ask me about Daoism FullmetalPride is offline
    MemberRank
    Nov 2010 Join Date
    2,172Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by Livar View Post
    HablowCMS, PhoenixPHP Edit 0.4, PhoenixPHP Heavy Edit 1.0, PhoenixPHP Heavy Edit 2.1.1, PhoenixPHP Heavy Edit 2.5, DeltaCMS 1.1, DeltaCMS 1.2, DeltaCMS 1.2 (Third one), DeltaCMS 1.3, FrostCMS 0.0.1, FrostCMS 0.0.2, FrostCMS 1.0 BETA, FrostCMS 2.0 (this)?

    thats 13?
    Be thankful he's back, and we don't have to use the same shitty CMSs getting released/ripped from Kekomundo.

    And it's a great thing that he develops so many. He's ready for new challenges, to constantly upgrade the past.

    I don't see you doing that. Az doesn't have to do this, he could just leave, but instead he wants to keep bringing us to new heights.

  13. #13
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by Livar View Post
    HablowCMS, PhoenixPHP Edit 0.4, PhoenixPHP Heavy Edit 1.0, PhoenixPHP Heavy Edit 2.1.1, PhoenixPHP Heavy Edit 2.5, DeltaCMS 1.1, DeltaCMS 1.2, DeltaCMS 1.2 (Third one), DeltaCMS 1.3, FrostCMS 0.0.1, FrostCMS 0.0.2, FrostCMS 1.0 BETA, FrostCMS 2.0 (this)?

    thats 13?
    IDK why I made new threads for it, but it are different versions.
    And I have never released HablowCMS, it was MabboCMS Edit and MabboCF btw.

    So 6 CMS' in total actually.

    If you don't want me to release anything anymore just tell me

    And I'm learning C# a little bit but I'm not good enough to code a total emu yet.

    Quote Originally Posted by FullmetalPride View Post
    Be thankful he's back, and we don't have to use the same shitty CMSs getting released/ripped from Kekomundo.

    And it's a great thing that he develops so many. He's ready for new challenges, to constantly upgrade the past.

    I don't see you doing that. Az doesn't have to do this, he could just leave, but instead he wants to keep bringing us to new heights.
    Thanks, I'm still here for users like you

    Quote Originally Posted by Lasse View Post
    Example, you've removed homes, that you were working at..
    Homes are very hard to MAKE, I could try to rip them of HabboRE but I'm not going to do that.

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

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Would it not be better to save those variables in a session or something to improve load times? Having all those defined once per 24 hours or however long the session lasts would improve loads. I think so anyway :P

  15. #15
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    AmirZ, Make groups and homes, the are many cms releases on ragezone but the most without groups and homes...

  16. #16
    Account Upgraded | Title Enabled! Jhonn is offline
    MemberRank
    Jun 2012 Join Date
    257Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    I love it! Keep it up!

  17. #17
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by Hejula View Post
    Would it not be better to save those variables in a session or something to improve load times? Having all those defined once per 24 hours or however long the session lasts would improve loads. I think so anyway :P
    Do you mean the defines? I didn't know that took a lot of time.

  18. #18
    IT-Developer djboetz is offline
    MemberRank
    Aug 2010 Join Date
    SwedenLocation
    210Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    It would be great to see that this CMS has Groups and Homes working, in future.
    Anyway, Great work.

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

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by azaidi View Post
    Do you mean the defines? I didn't know that took a lot of time.
    No, these.

    Code:
    $tpl->addVar('site', Site::path()); $tpl->addVar('onlinecount', Site::onlineCount()); $tpl->addVar('webbuild', Site::webbuild()); $tpl->addVar('sitename', $site_name); $tpl->addVar('twitter', $twitter); $tpl->addVar('ip', Site::HostIp()); $tpl->addVar('gameport', $game_port); $tpl->addVar('swfhost', Site::Swfhost()); $tpl->addVar('swfbase', Site::SwfAddSite($swfs_root)); $tpl->addVar('swfvars', Site::SwfAddSite($swfs_vars)); $tpl->addVar('swffile', $swfs_file); $tpl->addVar('username', $user->getVar('username')); $tpl->addVar('id', $user->getVar('id')); $tpl->addVar('motto', $user->getVar('motto')); $tpl->addVar('look', $user->getVar('look')); $tpl->addVar('credits', $user->getVar('credits')); $tpl->addVar('pixels', $user->getVar('activity_points')); $tpl->addVar('sso', $user->getVar('auth_ticket')); $tpl->addVar('last_online', $user->last_online()); $tpl->addVar('token', substr(md5(date('DMYH')), 0, 25));


    The template manager has to parse them each time the page loads so I thought maybe if they're set once in a time period it might reduce load times :P

  20. #20
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Then the onlinecount for example won't be uptodate.

  21. #21
    Account Upgraded | Title Enabled! iZoom is offline
    MemberRank
    Jul 2011 Join Date
    Near OlympicsLocation
    240Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    OMG azaidi is back yay and hey!

  22. #22
    Web & Interaction Design Gangnam is offline
    MemberRank
    Dec 2010 Join Date
    Lincoln, UKLocation
    1,983Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Quote Originally Posted by azaidi View Post
    Then the onlinecount for example won't be uptodate.
    Save the static variables (those that are not likely to change often) to sessions, and keep the the rest how they are.

  23. #23
    Valued Member Shebsonwai is offline
    MemberRank
    Mar 2012 Join Date
    wwwrootLocation
    108Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Maybe you should upload the next time some screencaptures because your live demo isn't 24/7 online..

  24. #24
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    It looks good, well the codes, good luck Amir.

  25. #25
    Valued Member Stiezo is offline
    MemberRank
    Apr 2010 Join Date
    The NetherlandsLocation
    105Posts

    Re: [STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]

    Make more addons like a shop? And nice cms!



Page 1 of 2 12 LastLast

Advertisement