Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Habbo][Development][CMS]

Status
Not open for further replies.
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
Why can't you just show me that one script.. It isn't like I'm going to copy it down.

Wait like everyone else. :)

The progress looks so great! Just tested it homes/groups all is fantastic!

I'm glad you like it.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Useful information? XD
 
Joined
Apr 28, 2010
Messages
2,794
Reaction score
1,178
I'm just saying, I won't be downloading this.. so I guess i'm never going to see it lol :/

Edit: Don't take that as disrespect, i'm just saying that I won't have a need for it so I won't download it.
 
Last edited:
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
I'm just saying, I won't be downloading this.. so I guess i'm never going to see it lol :/

Edit: Don't take that as disrespect, i'm just saying that I won't have a need for it so I won't download it.

Ok.

Looks great, are you also able to add a VIP page?
Gl with this.

Gr. Maestr

Urm, sure, when I get time to doing it I'll make it all fancy.

omg realy nice, cant wait!

Glad to see someones excited.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Collectables? Still in the works.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


If you change your motto to "crikey" and refresh the webpage, your avatar will change into a croc. ;p
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
86
Reaction score
4
How will thr collectible purchase button work? Will it add the furniture in your database of the user or is it fake?
 
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
How will thr collectible purchase button work? Will it add the furniture in your database of the user or is it fake?

I had to have time to think how this was going to work, luckly there is a mus command inside phoenix which basically gives a user an item, via present in the hotel, in this case a collectible.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


This is not static information, it's dynamic.

Code:
<!DOCTYPE html>
<head>
	<title>Habbo: Collectibles</title>
	
	<link rel="shortcut icon" href="[WWW]favicon.ico" type="image/vnd.microsoft.icon" />
	<script src="[WWW]web-gallery/static/js/visual.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/libs.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/common.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/libs2.js" type="text/javascript"></script>
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/style.css" type="text/css" />
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/buttons.css" type="text/css" />
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/boxes.css" type="text/css" />
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/tooltips.css" type="text/css" />
	
	<script type="text/javascript">
		var andSoItBegins = (new Date()).getTime();
		document.habboLoggedIn = true;
		var habboName = "[username]";
		var habboReqPath = "[WWW]";
		var habboStaticFilePath = "[WWW]web-gallery/";
		var habboImagerUrl = "[WWW]habbo-imaging/";
		var habboPartner = "";
		window.name = "habboMain";
	</script>
	
	<script src="[WWW]web-gallery/static/js/credits.js" type="text/javascript"></script>	
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/collectibles.css" type="text/css" />
	
	<meta name="description" content="habbo hotel is a virtual world where you can meet and make friends." />
	<meta name="keywords" content="habbo,habbo hotel,virtual world,play games,enter competitions,make friends" />
	
	<!--[if lt IE 8]>
		<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/ie.css" type="text/css" />
	<![endif]-->
	<!--[if lt IE 7]>
		<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/ie6.css" type="text/css" />
		<script src="[WWW]web-gallery/static/js/pngfix.js" type="text/javascript"></script>
		<script type="text/javascript">
			try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
		</script>
		<style type="text/css">
			body { behavior: url("[WWW]web-gallery/csshover.htc"); }
		</style>
	<![endif]-->
</head>
<body id="home">
	<div id="overlay"></div>
	<div id="header-container">
		<div id="header" class="clearfix">
			<h1><a href="[WWW]"></a></h1>
			<div id="subnavi">
				<div id="subnavi-user">
					<ul>
						<li id="myfriends"><a href="#"><span>My Friends</span></a><span class="r"></span></li>
						<li id="mygroups"><a href="#"><span>My Groups</span></a><span class="r"></span></li>
						<li id="myrooms"><a href="#"><span>My Rooms</span></a><span class="r"></span></li>
					</ul>
				</div>
				<div id="subnavi-search">
					<div id="subnavi-search-upper">
						<ul id="subnavi-search-links">
							<li>
								<a href="[WWW]iot/go.php" target="habbohelp" onclick="openOrFocusHelp(this); return false">Help</a>
							</li>
							<li>
								<a href="[WWW]logout.php" class="userlink">Sign Out</a>
							</li>
						</ul>
					</div>
					[housekeeping]
					<div id="to-hotel"> 
						<a href="[WWW]client.php" class="new-button green-button" target="client" onclick="openOrFocusHabbo('[WWW]client.php'); return false;"><b>Enter Habbo Hotel</b><i></i></a> 
					</div>
				</div>
			</div>
			<script type="text/javascript">
				L10N.put("purchase.group.title", "Create a group");
			</script>
			<ul id="navi">
				<li class="">
					<a href="[WWW]">[username]</a><span></span>
				</li>
				<li class="">
					<a href="[WWW]community.php">Community</a><span></span>
				</li>
				<li class="selected">
					<strong>Credits</strong><span></span>
				</li>
			</ul>
			<div id="habbos-online">
				<div class="rounded">
					<span>[ONLINECOUNT] users online now</span>
				</div>
			</div>
		</div>
	</div>
	<div id="content-container">
		<div id="navi2-container" class="pngbg">
			<div id="navi2" class="pngbg clearfix">
				<ul>
					<li class="">
						<a href="[WWW]credits.php">Credits</a>
					</li>
					<li class="">
						<a href="[WWW]pixels.php">Pixels</a>
					</li>
					<li class="selected">
						Collectibles
					</li>
					<li class="last">
						<a href="[WWW]club.php">Habbo Club</a>
					</li>
				</ul>
			</div>
		</div>
		<div id="container">
			<div id="content">
				<div id="column1" class="column">
					<div class="habblet-container" id="collectible-current">
						<div class="cbb clearfix gray">
							<h2 class="title">Current Collectible</h2>
							[collectible1]
						</div>
					</div>
					<div class="habblet-container">
						<div class="cbb clearfix red">
							<h2 class="title">Previous Collectibles</h2>
							<ul id="collectibles-list">
								[collectible2]
							</ul>
						</div>
					</div>
				</div>
				<script type='text/javascript'>if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
				<div id="column2" class="column">
					<div class="habblet-container">
						<div class="cbb clearfix red">
							<h2 class="title">All About Collectibles</h2>
							<div id="collectibles-instructions" class="box-content">
								Collectibles are special Habbo furniture sold only for a limited and set period of time. Experienced Habbos would class them as rare Habbo furniture.
							</div>
						</div>
					</div>
					<div class="habblet-container">
						<div class="cbb clearfix red">
							<h2 class="title">Invest In Collectibles</h2>
							<div class="box-content">
								<p class="collectibles-value-intro">
									<img src="[WWW]web-gallery/v2/images/collectibles/ukplane.png" alt="" />
									Collect your way to the top! Collectibles not only make a great piece of Habbo furniture, but also come with an amazing trade value. As collectibles are only sold once (that's our promise to you), the value will keep increasing from time to time.
								</p>
								<p class="clear last">
									<img src="[WWW]web-gallery/v2/images/collectibles/chart.png" alt="" />
								</p>
							</div>
						</div>
					</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
				<div id="column3" class="column">
					<div class="habblet-container">
						<div class="ad-container">
							
						</div>
					</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
				<!--[if lt IE 7]>
					<script type="text/javascript">
						Pngfix.doPngImageFix();
					</script>
				<![endif]-->
				<div id="footer">
					<p><a href="[WWW]" target="_self">Homepage</a> | <a href="[WWW]documents.php?page=1" target="_self">Terms of Service</a> | <a href="[WWW]documents.php?page=2" target="_self">Privacy Policy</a></p>
				</div>
			</div>
		</div>
	</div>
	<script type="text/javascript">
		HabboView.run();
	</script>
</body>
</html>

[collectible1] shows the rare
[collectible2] shows the previous rares been released.
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
86
Reaction score
4
I had to have time to think how this was going to work, luckly there is a mus command inside phoenix which basically gives a user an item, via present in the hotel, in this case a collectible.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


This is not static information, it's dynamic.

Code:
<!DOCTYPE html>
<head>
	<title>Habbo: Collectibles</title>
	
	<link rel="shortcut icon" href="[WWW]favicon.ico" type="image/vnd.microsoft.icon" />
	<script src="[WWW]web-gallery/static/js/visual.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/libs.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/common.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
	<script src="[WWW]web-gallery/static/js/libs2.js" type="text/javascript"></script>
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/style.css" type="text/css" />
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/buttons.css" type="text/css" />
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/boxes.css" type="text/css" />
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/tooltips.css" type="text/css" />
	
	<script type="text/javascript">
		var andSoItBegins = (new Date()).getTime();
		document.habboLoggedIn = true;
		var habboName = "[username]";
		var habboReqPath = "[WWW]";
		var habboStaticFilePath = "[WWW]web-gallery/";
		var habboImagerUrl = "[WWW]habbo-imaging/";
		var habboPartner = "";
		window.name = "habboMain";
	</script>
	
	<script src="[WWW]web-gallery/static/js/credits.js" type="text/javascript"></script>	
	<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/collectibles.css" type="text/css" />
	
	<meta name="description" content="habbo hotel is a virtual world where you can meet and make friends." />
	<meta name="keywords" content="habbo,habbo hotel,virtual world,play games,enter competitions,make friends" />
	
	<!--[if lt IE 8]>
		<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/ie.css" type="text/css" />
	<![endif]-->
	<!--[if lt IE 7]>
		<link rel="stylesheet" href="[WWW]web-gallery/v2/styles/ie6.css" type="text/css" />
		<script src="[WWW]web-gallery/static/js/pngfix.js" type="text/javascript"></script>
		<script type="text/javascript">
			try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
		</script>
		<style type="text/css">
			body { behavior: url("[WWW]web-gallery/csshover.htc"); }
		</style>
	<![endif]-->
</head>
<body id="home">
	<div id="overlay"></div>
	<div id="header-container">
		<div id="header" class="clearfix">
			<h1><a href="[WWW]"></a></h1>
			<div id="subnavi">
				<div id="subnavi-user">
					<ul>
						<li id="myfriends"><a href="#"><span>My Friends</span></a><span class="r"></span></li>
						<li id="mygroups"><a href="#"><span>My Groups</span></a><span class="r"></span></li>
						<li id="myrooms"><a href="#"><span>My Rooms</span></a><span class="r"></span></li>
					</ul>
				</div>
				<div id="subnavi-search">
					<div id="subnavi-search-upper">
						<ul id="subnavi-search-links">
							<li>
								<a href="[WWW]iot/go.php" target="habbohelp" onclick="openOrFocusHelp(this); return false">Help</a>
							</li>
							<li>
								<a href="[WWW]logout.php" class="userlink">Sign Out</a>
							</li>
						</ul>
					</div>
					[housekeeping]
					<div id="to-hotel"> 
						<a href="[WWW]client.php" class="new-button green-button" target="client" onclick="openOrFocusHabbo('[WWW]client.php'); return false;"><b>Enter Habbo Hotel</b><i></i></a> 
					</div>
				</div>
			</div>
			<script type="text/javascript">
				L10N.put("purchase.group.title", "Create a group");
			</script>
			<ul id="navi">
				<li class="">
					<a href="[WWW]">[username]</a><span></span>
				</li>
				<li class="">
					<a href="[WWW]community.php">Community</a><span></span>
				</li>
				<li class="selected">
					<strong>Credits</strong><span></span>
				</li>
			</ul>
			<div id="habbos-online">
				<div class="rounded">
					<span>[ONLINECOUNT] users online now</span>
				</div>
			</div>
		</div>
	</div>
	<div id="content-container">
		<div id="navi2-container" class="pngbg">
			<div id="navi2" class="pngbg clearfix">
				<ul>
					<li class="">
						<a href="[WWW]credits.php">Credits</a>
					</li>
					<li class="">
						<a href="[WWW]pixels.php">Pixels</a>
					</li>
					<li class="selected">
						Collectibles
					</li>
					<li class="last">
						<a href="[WWW]club.php">Habbo Club</a>
					</li>
				</ul>
			</div>
		</div>
		<div id="container">
			<div id="content">
				<div id="column1" class="column">
					<div class="habblet-container" id="collectible-current">
						<div class="cbb clearfix gray">
							<h2 class="title">Current Collectible</h2>
							[collectible1]
						</div>
					</div>
					<div class="habblet-container">
						<div class="cbb clearfix red">
							<h2 class="title">Previous Collectibles</h2>
							<ul id="collectibles-list">
								[collectible2]
							</ul>
						</div>
					</div>
				</div>
				<script type='text/javascript'>if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
				<div id="column2" class="column">
					<div class="habblet-container">
						<div class="cbb clearfix red">
							<h2 class="title">All About Collectibles</h2>
							<div id="collectibles-instructions" class="box-content">
								Collectibles are special Habbo furniture sold only for a limited and set period of time. Experienced Habbos would class them as rare Habbo furniture.
							</div>
						</div>
					</div>
					<div class="habblet-container">
						<div class="cbb clearfix red">
							<h2 class="title">Invest In Collectibles</h2>
							<div class="box-content">
								<p class="collectibles-value-intro">
									<img src="[WWW]web-gallery/v2/images/collectibles/ukplane.png" alt="" />
									Collect your way to the top! Collectibles not only make a great piece of Habbo furniture, but also come with an amazing trade value. As collectibles are only sold once (that's our promise to you), the value will keep increasing from time to time.
								</p>
								<p class="clear last">
									<img src="[WWW]web-gallery/v2/images/collectibles/chart.png" alt="" />
								</p>
							</div>
						</div>
					</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
				<div id="column3" class="column">
					<div class="habblet-container">
						<div class="ad-container">
							
						</div>
					</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
				<!--[if lt IE 7]>
					<script type="text/javascript">
						Pngfix.doPngImageFix();
					</script>
				<![endif]-->
				<div id="footer">
					<p><a href="[WWW]" target="_self">Homepage</a> | <a rel="nofollow" href="[WWW]documents.php?page=1" target="_self">Terms of Service</a> | <a rel="nofollow" href="[WWW]documents.php?page=2" target="_self">Privacy Policy</a></p>
				</div>
			</div>
		</div>
	</div>
	<script type="text/javascript">
		HabboView.run();
	</script>
</body>
</html>

[collectible1] shows the rare
[collectible2] shows the previous rares been released.

Awesome, so it also checks the currency balance if you are able to buy it yes or no?
Btw do you skype or msn? I have some questions

Gr. Maestro

EDIT: the pixel icon on /me is wrong its a navigator it need to be icon number 5
 
Last edited:
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
Awesome, so it also checks the currency balance if you are able to buy it yes or no?
Btw do you skype or msn? I have some questions

Gr. Maestro

EDIT: the pixel icon on /me is wrong its a navigator it need to be icon number 5

Yep, it'll do all that. I'll send you a PM with my Skype info and I still need to add the pixel icon onto and then add it inside the .CSS.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Basically I've got the collectible page working as it did back in the good old' days. I've still got to do the habblet cases, but other than that, it's finished.
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
86
Reaction score
4
Yep, it'll do all that. I'll send you a PM with my Skype info and I still need to add the pixel icon onto and then add it inside the .CSS.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Basically I've got the collectible page working as it did back in the good old' days. I've still got to do the habblet cases, but other than that, it's finished.

You need to make the Habbo Sofa image or does it use the actual habbo furni swf? Btw does it work in the client?

Gr. Your fan Meastro ^^
 
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
You need to make the Habbo Sofa image or does it use the actual habbo furni swf? Btw does it work in the client?

Gr. Your fan Meastro ^^

The images I got from habborator and basically uploaded them to tinypic. Yes it'll work inside the client, hopefully. ;p

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Logout page? Save having it as unset(x) and a header(). ;p
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
86
Reaction score
4
The images I got from habborator and basically uploaded them to tinypic. Yes it'll work inside the client, hopefully. ;p

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Logout page? Save having it as unset(x) and a header(). ;p

Looks great, please add me on skype need to speak you asap,

Gr Maestro
 
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
Looks great, please add me on skype need to speak you asap,

Gr Maestro

I haven't received a friend request off you. ;p

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


"Forgot your password", started working on this, although I'm not the best at designing layouts for things, haha.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


VIP page, as someone requested this, just make the 'action=""' in the form link to the paypal page where it says "continue".
 
Newbie Spellweaver
Joined
Aug 3, 2012
Messages
86
Reaction score
4
I haven't received a friend request off you. ;p

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


"Forgot your password", started working on this, although I'm not the best at designing layouts for things, haha.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


VIP page, as someone requested this, just make the 'action=""' in the form link to the paypal page where it says "continue".

I can make the art if needed i can pixelart, ive won the dutch pixelart conpetition twice.
Off topic, I will add you again on skype.

Gr. Maestro
 
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
I can make the art if needed i can pixelart, ive won the dutch pixelart conpetition twice.
Off topic, I will add you again on skype.

Gr. Maestro

I've accepted you on skype, finally. ;p

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


The Habbos voting script, although I've pretty much deleted half of the source code, hahaaha.

This is class.template.php from thehabbos_api or whateva.

Code:
<?php
if(!defined('PAGE'))
{
	die('Why are you here?');
}

class api
{
	function getPage()
	{
		global $CONFIG;
		ob_start();
		switch($CONFIG['Status'])
		{
			case 1:
			case 2:
			{
				header("Location: client.php");
				exit;
				break;
			}
			case 3:
			{
				echo '<!DOCTYPE html>
<head>
	<title>Habbo: Vote For Us</title>
	
	<link rel="shortcut icon" href="'.$CONFIG['URL'].'favicon.ico" type="image/vnd.microsoft.icon" />
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/visual.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/libs.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/common.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/libs2.js" type="text/javascript"></script>
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/style.css" type="text/css" />
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/buttons.css" type="text/css" />
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/boxes.css" type="text/css" />
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/tooltips.css" type="text/css" />
	
	<script type="text/javascript">
		var andSoItBegins = (new Date()).getTime();
		document.habboLoggedIn = true;
		var habboReqPath = "'.$CONFIG['URL'].'";
		var habboStaticFilePath = "'.$CONFIG['URL'].'web-gallery/";
		var habboImagerUrl = "'.$CONFIG['URL'].'habbo-imaging/";
		var habboPartner = "";
		window.name = "habboMain";
	</script>
	
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/myhabbo.css" type="text/css" />
	<style rel="stylesheet" type="text/css" />
		.cb, div.ad-container
		{
			margin: 0 0 7px;
		}
	</style>
	
	<meta name="description" content="habbo hotel is a virtual world where you can meet and make friends." />
	<meta name="keywords" content="habbo,habbo hotel,virtual world,play games,enter competitions,make friends" />
	
	<!--[if lt IE 8]>
		<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/ie.css" type="text/css" />
	<![endif]-->
	<!--[if lt IE 7]>
		<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/ie6.css" type="text/css" />
		<script src="'.$CONFIG['URL'].'web-gallery/static/js/pngfix.js" type="text/javascript"></script>
		<script type="text/javascript">
			try { document.execCommand(\'BackgroundImageCache\', false, true); } catch(e) {}
		</script>
		<style type="text/css">
			body { behavior: url("'.$CONFIG['URL'].'web-gallery/csshover.htc"); }
		</style>
	<![endif]-->
</head>
<body id="home" class="anonymous">
	<div id="overlay"></div>
	<div id="header-container">
		<div id="header" class="clearfix">
			<h1><a href="'.$CONFIG['URL'].'"></a></h1>
		</div>
	</div>
	<div id="content-container">
		<div id="container">
			<div id="content">
				<div class="habblet-container">
					<div class="cbb clearfix default">
						<h2 class="title">Vote For Us</h2>
						<div class="box-content">
							<b>Please Vote For Us</b><br />
							It appears that you have not voted yet today! Please click the button below.<br /><br />
							<form action="http://votingapi.com/vote/'.$CONFIG['Username'].'" method="post">
								<input type="hidden" name="api_url" value="'.$CONFIG['URL'].'" />
								<input type="submit" name="votingAPI" value="Submit" class="submit">
							</form>
						</div>
					</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName(\'process-template\')) { Rounder.init(); }</script>
				<!--[if lt IE 7]>
					<script type="text/javascript">
						Pngfix.doPngImageFix();
					</script>
				<![endif]-->
				<div id="footer">
					<p><a href="'.$CONFIG['URL'].'" target="_self">Homepage</a> | <a href="'.$CONFIG['URL'].'documents.php?page=1" target="_self">Terms of Service</a> | <a href="'.$CONFIG['URL'].'documents.php?page=2" target="_self">Privacy Policy</a></p>
				</div>
			</div>
		</div>
	</div>
	<script type="text/javascript">
		HabboView.run();
	</script>
</body>
</html>';
				exit;
				break;
			}
			case 4:
			case 5:
			{
				echo '<!DOCTYPE html>
<head>
	<title>Habbo: Vote For Us</title>
	
	<link rel="shortcut icon" href="'.$CONFIG['URL'].'favicon.ico" type="image/vnd.microsoft.icon" />
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/visual.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/libs.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/common.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
	<script src="'.$CONFIG['URL'].'web-gallery/static/js/libs2.js" type="text/javascript"></script>
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/style.css" type="text/css" />
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/buttons.css" type="text/css" />
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/boxes.css" type="text/css" />
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/tooltips.css" type="text/css" />
	
	<script type="text/javascript">
		var andSoItBegins = (new Date()).getTime();
		document.habboLoggedIn = true;
		var habboName = "";
		var habboReqPath = "'.$CONFIG['URL'].'";
		var habboStaticFilePath = "'.$CONFIG['URL'].'web-gallery/";
		var habboImagerUrl = "'.$CONFIG['URL'].'habbo-imaging/";
		var habboPartner = "";
		window.name = "habboMain";
	</script>
	
	<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/myhabbo.css" type="text/css" />
	<style rel="stylesheet" type="text/css" />
		.cb, div.ad-container
		{
			margin: 0 0 7px;
		}
	</style>
	
	<meta name="description" content="habbo hotel is a virtual world where you can meet and make friends." />
	<meta name="keywords" content="habbo,habbo hotel,virtual world,play games,enter competitions,make friends" />
	
	<!--[if lt IE 8]>
		<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/ie.css" type="text/css" />
	<![endif]-->
	<!--[if lt IE 7]>
		<link rel="stylesheet" href="'.$CONFIG['URL'].'web-gallery/v2/styles/ie6.css" type="text/css" />
		<script src="'.$CONFIG['URL'].'web-gallery/static/js/pngfix.js" type="text/javascript"></script>
		<script type="text/javascript">
			try { document.execCommand(\'BackgroundImageCache\', false, true); } catch(e) {}
		</script>
		<style type="text/css">
			body { behavior: url("'.$CONFIG['URL'].'web-gallery/csshover.htc"); }
		</style>
	<![endif]-->
</head>
<body id="home" class="anonymous">
	<div id="overlay"></div>
	<div id="header-container">
		<div id="header" class="clearfix">
			<h1><a href="'.$CONFIG['URL'].'"></a></h1>
		</div>
	</div>
	<div id="content-container">
		<div id="container">
			<div id="content">
				<div class="habblet-container">
					<div class="cbb clearfix default">
						<h2 class="title">Vote For Us</h2>
						<div class="box-content">
							<b>Invalid Request</b><br />
							Sorry, but it appears that an invalid request is being sent.<br /><br />
							Click <a href="'.$CONFIG['URL'].'client.php">here</a> to proceed to the client.
						</div>
					</div>
				</div>
				<script type="text/javascript">if (!$(document.body).hasClassName(\'process-template\')) { Rounder.init(); }</script>
				<!--[if lt IE 7]>
					<script type="text/javascript">
						Pngfix.doPngImageFix();
					</script>
				<![endif]-->
				<div id="footer">
					<p><a href="'.$CONFIG['URL'].'" target="_self">Homepage</a> | <a href="'.$CONFIG['URL'].'documents.php?page=1" target="_self">Terms of Service</a> | <a href="'.$CONFIG['URL'].'documents.php?page=2" target="_self">Privacy Policy</a></p>
				</div>
			</div>
		</div>
	</div>
	<script type="text/javascript">
		HabboView.run();
	</script>
</body>
</html>';
				exit;
				break;
			}
			case 6:
			{
				header("Location: client.php");
				exit;
				break;
			}
		}
		$string = ob_get_contents();
		ob_end_clean();
		return $string;
	}
}
?>

Although I plan to implement this into my own template class, but I'm just understanding how the source code works for the validate class. ;p
 
Developer
Developer
Joined
Aug 10, 2011
Messages
7,405
Reaction score
3,312
With group.php you mean working groups?
And if so what you're planning for? Like a page you can edit?
Discussion forum?

This thread seems interesting.
 
Legendary Battlemage
Joined
Aug 16, 2008
Messages
600
Reaction score
259
With group.php you mean working groups?
And if so what you're planning for? Like a page you can edit?
Discussion forum?

This thread seems interesting.

Yep, groups work to an extent, I still need to work on them, but you can modify its page and edit its group badge.

Predict - [Habbo][Development][CMS] - RaGEZONE Forums


Finished the API, it only uses one class and it looks a little nicer than before.
 
Skilled Illusionist
Joined
Dec 19, 2011
Messages
308
Reaction score
41
So far I'm seeing good things with this CMS, Great job so far Predict, also if you have skype add me I'd like to find out more about this (darkwing..)
 
Status
Not open for further replies.
Back
Top