MuOnlineCMS v2.0

Page 1 of 6 123456 LastLast
Results 1 to 15 of 82
  1. #1
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Iron Engine 1.0.x

    Iron Engine 1.0.x

    Iron Engine is mu online content management system for mu online servers.
    Basic Information


    • MD5 is currently disabled
    • Don't support Me_MuOnline
    • Tested under PHP Version: 5.x / MSSQL 2000 SP4
    • Type: Free

    Current Features
    • Plugin System
      • Same as moCMS, Iron Engine have 3 type addons
        • Blocks
          • PHP/MSQL/HTML mixed Blocks that are located at sidebar

        • Modules
          • PHP/MSQL/HTML mixed based pages

        • Pages
          • Simple HTML formatted pages


      • All plugin can be writed/edited/deleted/configured from administrator panel
        • When you add new plugin, it will be automatically added to site Menu

      • Plugins have access levels, you can configure witch level users can view plugin
        • All (Guests, Members, VIP, Game Master, Administrator)
        • Guests (Guests)
        • Members (Members, VIP, Game Master, Administrator)
        • VIP (VIP, Game Master, Administrator)
        • Game Master (Game Master, Administrator)
        • Administrator (Administrator)

      • Module plugin types now support administration panel
        • This means if plugin have back-end administration panel support it will automatically show admin Iron Engine admin panel

      • Enable or disable plugin :D
      • All plugin types can access many types of library
        • SQL Server
          • SQL Database Connector
          • SQL Query Builder

        • Data Validation
          • Data Validator
          • SQL Data Input Checker

        • Module Builder
          • Module Configuration

        • User
          • Get User Types and general information about session

        • String Checker / Validator
        • Config Reader
        • more...


    • Template System
      • Template system is writed so, that content would look good with any template you select.
      • Template structure is, like this
        • Template Design
          • header.tpl
          • footer.tpl

        • Template Back-end fuctions
          • Iron_Template::writeContent($page_name,$page_html);
            • Writes a costum page or module output

          • Iron_Template::writeBlock($block_name,$block_html);
            • Writes a costum side bar block output

          • Iron_Template::MenuBar($link_name,$url);
            • Writes a costum link to menu output

          • Iron_Template::writeNews($title,$content,$id);
            • Writes a new news element



      • Templates can't have any php scripts in them (except back-end), all in parsed as html.
      • Templates have costum 'scripts' or 'variables'
        • more information will be added soon


    • Cache System
      • You can set difrent settings for each module or page
      • Warning: Some module you can't cache, for example like login module, if you cache login module, then login will not work...
      • Currently supports
        • Module
        • Pages

      • Current Options
        • Enable
        • Refresh Time




    [I.E 1.0.1]
    Code:
     - Added Menu Editor
     - Added Block Creator / View / Editor
     - Updated Template back-end functions
    Pictures from I.E 1.0.0


    Pictures from I.E 1.0.1


    [I.E 1.0.2] Updates
    Code:
    - Added plugin (module only) administration panel support
      - there you can manage module settings etc
    - Template core update
      -  Added Iron_Template::writeNews($title,$content,$id)
    - Updated cache system
    Last edited by KristiansJ; 24-01-13 at 03:11 PM. Reason: Iron Engine 1.0.x edi


  2. #2
  3. #3
    Apprentice MiXxXeD is offline
    MemberRank
    Dec 2012 Join Date
    19Posts

    Re: MuOnlineCMS

    I can see "Type: Free" but can't see the "Download" button. Waiting for it =)
    P.S. Inspired by Vaflan? :D

  4. #4
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: MuOnlineCMS

    Quote Originally Posted by MiXxXeD View Post
    I can see "Type: Free" but can't see the "Download" button. Waiting for it =)
    P.S. Inspired by Vaflan? :D
    no, im using this themes, becouse i cant design :D no skill in photoshop,etc...

    yes,its free, but still in development selection... thats why no dl link :P

  5. #5
    Apprentice MiXxXeD is offline
    MemberRank
    Dec 2012 Join Date
    19Posts

    Re: MuOnlineCMS

    Can i get a copy of the engine(with templates)? I would like to try to make new templates. =)) Hope i can get it.

  6. #6
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: MuOnlineCMS

    Quote Originally Posted by MiXxXeD View Post
    Can i get a copy of the engine(with templates)? I would like to try to make new templates. =)) Hope i can get it.
    add me on skype: kristians_jaunzems or msn: kristians.jaunzems@inbox.lv

  7. #7
    King of the bongo Denied is offline
    MemberRank
    Oct 2009 Join Date
    RomaniaLocation
    986Posts

    Re: MuOnlineCMS

    Dude, awesome way of presenting your projects and great idea. But I hope this one will last....

  8. #8
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: MuOnlineCMS

    Quote Originally Posted by Denied View Post
    Dude, awesome way of presenting your projects and great idea. But I hope this one will last....
    thanks,

    v2.0 now is under development:

    Information
    On v2.0 i have rewrited engine completely...

    Features
    • Fully OOP
    • Multiple template support
      • Users can select their perfered theme from lists

    • Easy to configure
    • Less loading speed
    • Advanced plugin system


    Looking for people who would like to join in for this project..

  9. #9
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: MuOnlineCMS

    If anyone want to see it how it works, or test it, make templates...

    Release Preview Download: Download moCMS.rar from Sendspace.com - send big files the easy way

    Source Code Preview: http://pastebin.com/RwreMaB9

  10. #10
    Valued Member CaHeK is offline
    MemberRank
    Aug 2008 Join Date
    MoldovaLocation
    113Posts

    Re: MuOnlineCMS v2.0

    can't use
    showing error : Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:1) in C:\xampp\htdocs\index.php on line 9

  11. #11

    Re: MuOnlineCMS v2.0

    Quote Originally Posted by CaHeK View Post
    can't use
    showing error : Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:1) in C:\xampp\htdocs\index.php on line 9
    I think you have to save the file as UTF8 + Bom ( You can use Notepad++ to do so)
    or check if you have any spaces after and before the php tags, if you have then delete them.

  12. #12
    Valued Member CaHeK is offline
    MemberRank
    Aug 2008 Join Date
    MoldovaLocation
    113Posts

    Re: MuOnlineCMS v2.0

    Thank You

  13. #13
    Digital Horizon KristiansJ is offline
    MemberRank
    Jul 2012 Join Date
    203Posts

    Re: MuOnlineCMS v2.0

    Quote Originally Posted by CaHeK View Post
    Thank You
    I'm using this: PHP IDE :: JetBrains PhpStorm

    heres currently latest version(includes the phpstorm project configuration): Download moCMS.rar from Sendspace.com - send big files the easy way

    PS. It's not recommended to use this on actual mu online server, please wait for the stable release...

  14. #14
    Banned MuXGuardian is offline
    BannedRank
    Dec 2009 Join Date
    339Posts

    Re: MuOnlineCMS

    Quote Originally Posted by Denied View Post
    Dude, awesome way of presenting your projects and great idea. But I hope this one will last....
    Like your ServeR? Hahaha it did'nt Last.


    Anyways Good Development!

  15. #15
    Member DavidKing is offline
    MemberRank
    Jul 2012 Join Date
    76Posts

    Re: MuOnlineCMS v2.0

    Where to edit the details of the SQL?



Page 1 of 6 123456 LastLast

Advertisement