• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Bugs Fixed] [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
Hello RaGEZONE,

Here it is, my Frost 2.0.
Link:

For information view the readme.txt

Live Demos:
-

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):
PHP:
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();

© AmirZ

_
For people with a webbuild bug, replace the function UpdateWebbuild in _global_/core/site/oop.site.php with
PHP:
	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]));
	}

Updated bugs fixed:
 
Last edited:
Supreme Arcanarch
Loyal Member
Joined
Jul 7, 2011
Messages
944
Reaction score
205
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

Cool, I love templates :) Hopefully it's exploit-free, so I can edit CMS to work with HabboBETA.

Sincerely yours,

Josh.
 
Experienced Elementalist
Joined
Feb 21, 2012
Messages
207
Reaction score
24
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

I like this :)
 
Experienced Elementalist
Joined
Feb 19, 2012
Messages
287
Reaction score
23
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

Thanks,I Love This
 
Newbie Spellweaver
Joined
Oct 26, 2011
Messages
15
Reaction score
1
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

Omg this is really nice, I may use this for my hotel. I like cms that fit in my anal cavity(May sound weird).


Thanks!
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

Look's great. If I get back into retros I'll be sure to use this.
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

Bfly compatible right?:)
 
Junior Spellweaver
Joined
Feb 4, 2012
Messages
114
Reaction score
38
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

This is good man, well done I love it.
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
You only have to edit the sso thing I think, I haven't tested it sorry
That's okay. It's just yesterday i had tested DeltaCMS and FrostCMS it can make users and register but the me page look's very wierd:-D
 
Newbie Spellweaver
Joined
May 28, 2012
Messages
35
Reaction score
0
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

Nice !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
I don't even know
Loyal Member
Joined
Apr 7, 2010
Messages
1,699
Reaction score
420
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

For people with a webbuild bug, replace the function UpdateWebbuild in _global_/core/site/oop.site.php with
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]));
	}
 
Newbie Spellweaver
Joined
Jun 3, 2012
Messages
30
Reaction score
2
Re: [PHP, PDO, Multi-TPL] CMS Frost 2.0 - by AmirZ

The live demo do not work
 
Back
Top