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)
Link: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')), 0, 25));
$tpl->output();
?>
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


Reply With Quote![[STILL BETA][PHOENIXEMU] Frost 2.0: PHP[ OOP, Multi-TPL, Cache ], PDO[ MySQL,.. ]](http://ragezone.com/hyper728.png)




