Updated bugs fixed:Hello RaGEZONE,
Here it is, my Frost 2.0.
Link: Frost 2.0.rar
For information view the readme.txt
Live Demos:
- Hablow Hotel - Make friends, join the fun, get noticed!
I'll add hotels to the Live Demos list on request.
For screens of the Habbo style just go to habbo.com because I've tried to make the Habbocom style as much like it.
Index.php (Multi-tpl):
Ā© AmirZPHP Code:require('config.php');
require('./_global_/core.php');
$tpl = new Tpl();
$tpl->addVar('sitename', $site_name);
$tpl->addVar('site', Site::path());
$tpl->addVar('onlinecount', Site::onlineCount());
$tpl->addVar('webbuild', Site::webbuild());
$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', Site::token());
$tpl->output();
_
For people with a webbuild bug, replace the function UpdateWebbuild in _global_/core/site/oop.site.php with
PHP Code:static function updateWebbuild($force)
{
global $webbuild_host;
$split = explode('http://images.habbo.com/habboweb/', @file_get_contents('http://'.$webbuild_host));
$_SESSION['wb'] = current(explode('/web-gallery', @$split[1]));
}
Frost Bugs Fixed.rar


Reply With Quote![[Bugs Fixed] [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ](http://ragezone.com/hyper728.png)


