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
- 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
- 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
- Current Options
[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


